diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-06-20 22:43:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-20 22:43:28 +0200 |
commit | 0236535fd3e98a23a1fd3d4adfa472050a6c146e (patch) | |
tree | 4ecf67ec75117a43a009d426f95444292dcd2b36 /lib/l10n/bg_BG.js | |
parent | 9a0b78e757471953301a0092d113802bce2097d8 (diff) | |
parent | 851b277a8e5aa7a2c776f96c4ee0c727713309ff (diff) | |
download | nextcloud-server-9.0.51.tar.gz nextcloud-server-9.0.51.zip |
Merge pull request #178 from nextcloud/fix-itv9.0.51
[stable9] Branding
Diffstat (limited to 'lib/l10n/bg_BG.js')
-rw-r--r-- | lib/l10n/bg_BG.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/bg_BG.js b/lib/l10n/bg_BG.js index d54276316de..79a55781dd1 100644 --- a/lib/l10n/bg_BG.js +++ b/lib/l10n/bg_BG.js @@ -15,7 +15,7 @@ OC.L10N.register( "Library %s with a version higher than %s is required - available version %s." : "Необходима е библиотеката %s с версия по-висока от %s - налична версия %s. ", "Library %s with a version lower than %s is required - available version %s." : "Необходима е библиотеката %s с версия по-ниска от %s - налична версия %s. ", "Following platforms are supported: %s" : "Поддържани са следните платформи: %s", - "ownCloud %s or higher is required." : "Необходим е ownCloud %s или по-висока версия.", + "Nextcloud %s or higher is required." : "Необходим е Nextcloud %s или по-висока версия.", "Help" : "Помощ", "Personal" : "Лични", "Users" : "Потребители", @@ -42,7 +42,7 @@ OC.L10N.register( "Failed to open archive when installing app" : "Неуспешно отваряне на архив по времен на инсталацията на приложението.", "App does not provide an info.xml file" : "Приложенението не добавило info.xml", "App can't be installed because of not allowed code in the App" : "Приложението няма да бъде инсталирано, защото използва неразрешен код.", - "App can't be installed because it is not compatible with this version of ownCloud" : "Приложението няма да бъде инсталирано, защото не е съвместимо с текущата версия на ownCloud.", + "App can't be installed because it is not compatible with this version of Nextcloud" : "Приложението няма да бъде инсталирано, защото не е съвместимо с текущата версия на Nextcloud.", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "Приложението няма да бъде инсталирано, защото съдържа <shipped>true</shipped>, който таг не е разрешен за не ship-нати приложения.", "Application is not enabled" : "Приложението не е включено", "Authentication error" : "Проблем с идентификацията", |