diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2022-01-09 22:01:52 +0100 |
---|---|---|
committer | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2022-01-09 22:01:52 +0100 |
commit | a47d23c1e4b1493b9867878e27a2a3c40562be77 (patch) | |
tree | d254de61838583629e0b101bae5dcfda893c87d4 /apps/encryption/l10n/bg_BG.js | |
parent | 9824104de5532fc2f1b71f7afdc1efd827bd1117 (diff) | |
download | nextcloud-server-a47d23c1e4b1493b9867878e27a2a3c40562be77.tar.gz nextcloud-server-a47d23c1e4b1493b9867878e27a2a3c40562be77.zip |
Removed obselete language files
Those files are remnants of old languages after renaming, mapping or deleting.
Fix for #30501
Related to https://github.com/nextcloud/docker-ci/issues/341
Diffstat (limited to 'apps/encryption/l10n/bg_BG.js')
-rw-r--r-- | apps/encryption/l10n/bg_BG.js | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/apps/encryption/l10n/bg_BG.js b/apps/encryption/l10n/bg_BG.js deleted file mode 100644 index f099d9462b7..00000000000 --- a/apps/encryption/l10n/bg_BG.js +++ /dev/null @@ -1,39 +0,0 @@ -OC.L10N.register( - "encryption", - { - "Missing recovery key password" : "Липсва парола за възстановяване", - "Please repeat the recovery key password" : "Повтори новата парола за възстановяване", - "Repeated recovery key password does not match the provided recovery key password" : "Повторената парола за възстановяване не съвпада със зададената парола за възстановяване", - "Recovery key successfully enabled" : "Успешно включване на опцията ключ за възстановяване.", - "Could not enable recovery key. Please check your recovery key password!" : "Неуспешно включване на опцията ключ за възстановяване. Моля, провери паролата за ключа за възстановяване.", - "Recovery key successfully disabled" : "Успешно изключване на ключа за възстановяване.", - "Could not disable recovery key. Please check your recovery key password!" : "Неуспешно изключване на ключа за възстановяване. Моля, провери паролата за ключа за възстановяване!", - "Please provide the old recovery password" : "Моля, въведи старата парола за възстановяване", - "Please provide a new recovery password" : "Моля, задай нова парола за възстановяване", - "Please repeat the new recovery password" : "Моля, въведи повторна новата парола за възстановяване", - "Password successfully changed." : "Паролата е успешно променена.", - "Could not change the password. Maybe the old password was not correct." : "Грешка при промяна на паролата. Може би старата ти парола е сгрешена.", - "Could not update the private key password." : "Неуспешна промяна на паролата на личния ключ", - "The old password was not correct, please try again." : "Старата парола е грешна, опитай отново.", - "The current log-in password was not correct, please try again." : "Грешна парола за вписване, опитай отново.", - "Private key password successfully updated." : "Успешно променена тайната парола за ключа.", - "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Невалиден личен ключ за Криптиращата Програма. Моля, обнови личния си ключ в Лични настройки, за да възстановиш достъпа до криптираните си файловете.", - "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Програмата за криптиране е включена, но твоите ключове не са зададени, моля отпиши си и се впиши отново.", - "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Неуспешно разшифроване на този файл, вероятно това е споделен файл. Моля, поискай собственика на файла да го сподели повторно с теб.", - "The share will expire on %s." : "Споделянето ще изтече на %s.", - "Cheers!" : "Поздрави!", - "Recovery key password" : "Парола за възстановяане на ключа", - "Change recovery key password:" : "Промени паролата за въстановяване на ключа:", - "Change Password" : "Промени Паролата", - "Your private key password no longer matches your log-in password." : "Личният ти ключ не съвпада с паролата за вписване.", - "Set your old private key password to your current log-in password:" : "Промени паролата за тайния ти включ на паролата за вписване:", - " If you don't remember your old password you can ask your administrator to recover your files." : "Ако не помниш старата парола помоли администратора да възстанови файловете ти.", - "Old log-in password" : "Стара парола за вписване", - "Current log-in password" : "Текуща парола за вписване", - "Update Private Key Password" : "Промени Тайната Парола за Ключа", - "Enable password recovery:" : "Включи опцията възстановяване на паролата:", - "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Избирането на тази опция ще ти позволи да възстановиш достъпа си до файловете в случай на изгубена парола.", - "Enabled" : "Включено", - "Disabled" : "Изключено" -}, -"nplurals=2; plural=(n != 1);"); |