diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/be.js | 2 | ||||
-rw-r--r-- | core/l10n/be.json | 2 | ||||
-rw-r--r-- | core/l10n/nl.js | 2 | ||||
-rw-r--r-- | core/l10n/nl.json | 2 |
4 files changed, 6 insertions, 2 deletions
diff --git a/core/l10n/be.js b/core/l10n/be.js index e96b443d8cb..9e8a62a212a 100644 --- a/core/l10n/be.js +++ b/core/l10n/be.js @@ -7,6 +7,7 @@ OC.L10N.register( "The selected file cannot be read." : "Не ўдалося прачытаць выбраны файл.", "Missing a temporary folder" : "Адсутнічае часовая папка", "Could not write file to disk" : "Не ўдалося запісаць файл на дыск", + "A PHP extension stopped the file upload" : "Пашырэнне PHP спыніла запампоўванне файла", "Invalid file provided" : "Прапанаваны файл некарэктны", "Unknown filetype" : "Невядомы тып файла", "An error occurred. Please contact your admin." : "Узнікла памылка. Звярніцеся да адміністратара.", @@ -297,6 +298,7 @@ OC.L10N.register( "Access through untrusted domain" : "Доступ праз ненадзейны дамен", "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Звярніцеся да адміністратара. Калі вы адміністратар, адрэдагуйце параметр \"trusted_domains\" у config/config.php, як у прыкладзе ў config.sample.php.", "App update required" : "Патрэбна абнавіць праграму", + "%1$s will be updated to version %2$s" : "%1$s будзе абноўлена да версіі %2$s", "The following apps will be updated:" : "Будуць абноўлены наступныя праграмы:", "These incompatible apps will be disabled:" : "Гэтыя несумяшчальныя праграмы будуць адключаныя:", "Start update" : "Запусціць абнаўленне", diff --git a/core/l10n/be.json b/core/l10n/be.json index 01e933ad5a7..ec8379e2371 100644 --- a/core/l10n/be.json +++ b/core/l10n/be.json @@ -5,6 +5,7 @@ "The selected file cannot be read." : "Не ўдалося прачытаць выбраны файл.", "Missing a temporary folder" : "Адсутнічае часовая папка", "Could not write file to disk" : "Не ўдалося запісаць файл на дыск", + "A PHP extension stopped the file upload" : "Пашырэнне PHP спыніла запампоўванне файла", "Invalid file provided" : "Прапанаваны файл некарэктны", "Unknown filetype" : "Невядомы тып файла", "An error occurred. Please contact your admin." : "Узнікла памылка. Звярніцеся да адміністратара.", @@ -295,6 +296,7 @@ "Access through untrusted domain" : "Доступ праз ненадзейны дамен", "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Звярніцеся да адміністратара. Калі вы адміністратар, адрэдагуйце параметр \"trusted_domains\" у config/config.php, як у прыкладзе ў config.sample.php.", "App update required" : "Патрэбна абнавіць праграму", + "%1$s will be updated to version %2$s" : "%1$s будзе абноўлена да версіі %2$s", "The following apps will be updated:" : "Будуць абноўлены наступныя праграмы:", "These incompatible apps will be disabled:" : "Гэтыя несумяшчальныя праграмы будуць адключаныя:", "Start update" : "Запусціць абнаўленне", diff --git a/core/l10n/nl.js b/core/l10n/nl.js index 8302940fd89..2c66a5c9f02 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -74,7 +74,7 @@ OC.L10N.register( "Update app \"%s\" from App Store" : "Update app \"%s\" vanuit de App Store", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Controleert of het databaseschema voor %s geüpdatet kan worden (dit kan lang duren afhankelijk van de grootte van de database)", "Updated \"%1$s\" to %2$s" : "Werkte \"%1$s\" bij tot %2$s", - "Set log level to debug" : "Debug logniveau instellen", + "Set log level to debug" : "Foutopsporingslogniveau instellen", "Reset log level" : "Terugzetten logniveau", "Starting code integrity check" : "Starten code betrouwbaarheidscontrole", "Finished code integrity check" : "Code betrouwbaarheidscontrole beeindigd", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index 8107cedbdfe..d92fd27bef1 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -72,7 +72,7 @@ "Update app \"%s\" from App Store" : "Update app \"%s\" vanuit de App Store", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Controleert of het databaseschema voor %s geüpdatet kan worden (dit kan lang duren afhankelijk van de grootte van de database)", "Updated \"%1$s\" to %2$s" : "Werkte \"%1$s\" bij tot %2$s", - "Set log level to debug" : "Debug logniveau instellen", + "Set log level to debug" : "Foutopsporingslogniveau instellen", "Reset log level" : "Terugzetten logniveau", "Starting code integrity check" : "Starten code betrouwbaarheidscontrole", "Finished code integrity check" : "Code betrouwbaarheidscontrole beeindigd", |