diff options
Diffstat (limited to 'apps/files/l10n/uk.js')
-rw-r--r-- | apps/files/l10n/uk.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index 442fd16d537..cc4f89fe7cb 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -7,13 +7,9 @@ OC.L10N.register( "Could not move %s - File with this name already exists" : "Не вдалося перемістити %s - Файл з таким ім'ям вже існує", "Could not move %s" : "Не вдалося перемістити %s", "Permission denied" : "Доступ заборонено", - "File name cannot be empty." : " Ім'я файлу не може бути порожнім.", - "\"%s\" is an invalid file name." : "\"%s\" - це некоректне ім'я файлу.", - "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Невірне ім'я, '\\', '/', '<', '>', ':', '\"', '|', '?' та '*' не дозволені.", "The target folder has been moved or deleted." : "Теку призначення було переміщено або видалено.", "The name %s is already used in the folder %s. Please choose a different name." : "Файл з ім'ям %s вже є у теці %s. Оберіть інше ім'я.", "Error when creating the file" : "Помилка створення файлу", - "Folder name cannot be empty." : "Ім'я теки не може бути порожнім.", "Error when creating the folder" : "Помилка створення теки", "Unable to set upload directory." : "Не вдалося встановити каталог завантаження.", "Invalid Token" : "Невірний Маркер", @@ -64,6 +60,7 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "У вас недостатньо прав для завантаження або створення файлів тут", "_Uploading %n file_::_Uploading %n files_" : ["Завантаження %n файлу","Завантаження %n файлів","Завантаження %n файлів"], "\"{name}\" is an invalid file name." : "\"{name}\" - некоректне ім'я файлу.", + "File name cannot be empty." : " Ім'я файлу не може бути порожнім.", "Your storage is full, files can not be updated or synced anymore!" : "Ваше сховище переповнене, файли більше не можуть бути оновлені або синхронізовані !", "Your storage is almost full ({usedSpacePercent}%)" : "Ваше сховище майже повне ({usedSpacePercent}%)", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Доданок шифрування ввімкнено, але ваші ключі не ініціалізовано, вийдіть та зайдіть знову", |