1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-30 12:24:11 +01:00
OwncloudContactsOfficial/l10n/uk.php
2012-11-16 00:04:07 +01:00

52 lines
2.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php $TRANSLATIONS = array(
"At least one of the address fields has to be filled out." => "Має бути заповнено щонайменше одне поле.",
"File doesn't exist:" => "Файл не існує:",
"There is no error, the file uploaded with success" => "Файл успішно відвантажено без помилок.",
"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 uploaded file was only partially uploaded" => "Файл відвантажено лише частково",
"No file was uploaded" => "Не відвантажено жодного файлу",
"Missing a temporary folder" => "Відсутній тимчасовий каталог",
"Error" => "Помилка",
"Upload too large" => "Файл занадто великий",
"Unable to upload your file as it is a directory or has 0 bytes" => "Неможливо завантажити ваш файл тому, що він тека або файл розміром 0 байт",
"Upload Error" => "Помилка завантаження",
"Pending" => "Очікування",
"Importing..." => "Імпортування...",
"Download" => "Завантажити",
"Edit" => "Редагувати",
"Delete" => "Видалити",
"Cancel" => "Відмінити",
"This is not your addressbook." => "Це не ваша адресна книга.",
"Work" => "Робота",
"Other" => "Інше",
"Mobile" => "Мобільний",
"Text" => "Текст",
"Voice" => "Голос",
"Fax" => "Факс",
"Video" => "Відео",
"Pager" => "Пейджер",
"Contact" => "Контакт",
"Add Contact" => "Додати контакт",
"Import" => "Імпорт",
"Settings" => "Налаштування",
"Close" => "Закрити",
"Organization" => "Організація",
"Birthday" => "День народження",
"Groups" => "Групи",
"Phone" => "Телефон",
"Email" => "Ел.пошта",
"Address" => "Адреса",
"Delete contact" => "Видалити контакт",
"Extended" => "Розширено",
"City" => "Місто",
"Zipcode" => "Поштовий індекс",
"Country" => "Країна",
"Given name" => "Ім'я",
"Add contact" => "Додати контакт",
"Share" => "Поділитися",
"New Address Book" => "Нова адресна книга",
"Name" => "Ім'я",
"Save" => "Зберегти"
);