diff options
Diffstat (limited to 'core/l10n/uk.js')
-rw-r--r-- | core/l10n/uk.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/l10n/uk.js b/core/l10n/uk.js index ec9bcad9342..8034c605222 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -5,6 +5,14 @@ OC.L10N.register( "File is too big" : "Файл занадто великий", "The selected file is not an image." : "Вибраний файл не є зображенням.", "The selected file cannot be read." : "Неможливо прочитати вибраний файл.", + "The file was uploaded" : "Файл завантажено", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Файл для завантаження перевищує параметр upload_max_filesize у php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір завантаженого файлу перевищує директиву MAX_FILE_SIZE, зазначену у HTML-формі", + "The file was only partially uploaded" : "Файл завантажено лише частково", + "No file was uploaded" : "Не вивантажено жодного файлу", + "Missing a temporary folder" : "Відсутня тека для тимчасових файлів", + "Could not write file to disk" : "Неможливо записати файл на диск", + "A PHP extension stopped the file upload" : "Розширення PHP призупинило завантаження файлу", "Invalid file provided" : "Надано невірний файл", "No image or file provided" : "Зображення або файлу не надано", "Unknown filetype" : "Невідомий тип файлу", @@ -195,6 +203,7 @@ OC.L10N.register( "File not found" : "Файл не знайдено", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документ не знайдено на сервері. Можливо спільний доступ було закрито або термін дії доступу вичерпано.", "Error" : "Помилка", + "Previous" : "Назад", "Internal Server Error" : "Внутрішня помилка серверу", "The server was unable to complete your request." : "Сервер не зміг обробити ваш запит.", "If this happens again, please send the technical details below to the server administrator." : "Якщо це станеться знову, надішліть технічні подробиці адміністратору сервера.", @@ -228,6 +237,7 @@ OC.L10N.register( "Please specify the port number along with the host name (e.g., localhost:5432)." : "Будь ласка, вкажіть номер порту поряд з ім'ям вузла (напр., localhost:5432).", "Performance warning" : "Попередження продуктивності", "You chose SQLite as database." : "Ви вибрали SQLite як базу даних", + "Install" : "Встановити", "Need help?" : "Потрібна допомога?", "See the documentation" : "Подивитись документацію", "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ця програма вимагає увімкнений JavaScript для коректної роботи. Будь ласка, активуйте {linkstart}JavaScript{linkend} та оновіть сторінку.", @@ -253,6 +263,8 @@ OC.L10N.register( "You can close this window." : "Ви можете закрити це вікно.", "This share is password-protected" : "Доступ до цього ресурсу захищений паролем", "The password is wrong. Try again." : "Пароль неправильний. Спробуйте ще раз.", + "Email address" : "Адреса ел.пошти", + "Go to %s" : "Перейти до %s", "Two-factor authentication" : "Двофакторна аутентифікація", "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Для вашого облікового запису налаштовано посилену безпеку. Виберіть другий фактор для авторизації.", "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Неможливо завантажити щонайменше один з активованих вами способів двофакторної авторизації. Будь ласка, сконтактуйте з адміністратором.", |