diff options
Diffstat (limited to 'apps/files/l10n/uk.js')
-rw-r--r-- | apps/files/l10n/uk.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index ac31e82c684..4c7613abd24 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -88,9 +88,6 @@ OC.L10N.register( "Another entry with the same name already exists." : "Інший запис з таким же ім'ям вже присутній", "Invalid filename." : "Недійсне ім'я файлу.", "Renamed \"{oldName}\" to \"{newName}\"" : "Перейменовано \"{oldName}\" на \"{newName}\"", - "Could not rename \"{oldName}\", it does not exist any more" : "Не вдалося перейментувати \"{oldName}\", оскільки він вже відсутній", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Ім'я \"{newName}\" вже використовується у каталозі \"{dir}\". Виберіть інше ім'я.", - "Could not rename \"{oldName}\"" : "Не вдалося перейменувати \"{oldName}\"", "Pending" : "Очікування", "Clear filter" : "Очистити фільтр", "Modified" : "Змінено", @@ -386,12 +383,13 @@ OC.L10N.register( "Filenames must not end with \"{segment}\"." : "Імена файлів не можуть закінчуватися на \"{segment}\".", "Name cannot be empty" : "Ім'я не може бути порожнім", "Another entry with the same name already exists" : "Ще один запис з таким ім'ям вже присутній.", + "Could not rename \"{oldName}\", it does not exist any more" : "Не вдалося перейментувати \"{oldName}\", оскільки він вже відсутній", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Ім'я \"{newName}\" вже використовується у каталозі \"{dir}\". Виберіть інше ім'я.", + "Could not rename \"{oldName}\"" : "Не вдалося перейменувати \"{oldName}\"", "Storage informations" : "Інформація про сховище", "Choose file" : "Вибрати файл", "Open the files app settings" : "Перейти до налаштувань застосунку файлів", "You might not have have permissions to view it, ask the sender to share it" : "Ймовірно у вас відсутні права на перегляд. Попросіть відправника поділитися доступом.", - "Destination is not a folder" : "Місце призначення не є каталогом", - "This file/folder is already in that directory" : "Такий файл чи каталог вже присутні в цьому каталозі", "The files is locked" : "Файл заблоковано", "Create new templates folder" : "Створіть новий каталог для шаблонів", "List of favorites files and folders." : "Список файлів та каталогів із зірочкою.", @@ -402,6 +400,8 @@ OC.L10N.register( "Copy direct link (only works for people who have access to this file/folder)" : "Копіювати пряме посилання (дійсне лише для користувачів, які мають відповідні права доступу)", "Favored" : "Із зірочкою", "Favor" : "Додати зірочку", - "Not favored" : "Без зірочки" + "Not favored" : "Без зірочки", + "Destination is not a folder" : "Місце призначення не є каталогом", + "This file/folder is already in that directory" : "Такий файл чи каталог вже присутні в цьому каталозі" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); |