diff options
Diffstat (limited to 'apps/files/l10n/uk.js')
-rw-r--r-- | apps/files/l10n/uk.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index 6113f8105c9..0eea616c851 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -265,6 +265,13 @@ OC.L10N.register( "Files moved successfully" : "Файли успішно переміщено", "Conflicts resolution skipped" : "Пропущено розв'язання конфліктів", "Upload cancelled" : "Завантаження скасовано", + "Adding the file extension \"{new}\" may render the file unreadable." : "Додавання розширення до файлу \"{new}\" може зробити файл недоступним.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Вилучення розширення файлу \"{old}\" може зробити файл недоступним.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Заміна розширення файлу з \"{old}\" на \"{new}\" може зробити файл недоступним.", + "Change file extension" : "Змінити розширення файлу", + "Keep {oldextension}" : "Зберегти {oldextension}", + "Use {newextension}" : "Використовувати {newextension}", + "Remove extension" : "Вилучити розширення файлу", "This operation is forbidden" : "Операцію заборонено", "This directory is unavailable, please check the logs or contact the administrator" : "Каталог недоступний, будь ласка, перевірте файл журналу або зверніться до адміністратора ", "Storage is temporarily not available" : "Сховище тимчасово недоступне", |