diff options
Diffstat (limited to 'apps/contacts/l10n/uk.php')
-rw-r--r-- | apps/contacts/l10n/uk.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/contacts/l10n/uk.php b/apps/contacts/l10n/uk.php index cc096510653..dcd9efff344 100644 --- a/apps/contacts/l10n/uk.php +++ b/apps/contacts/l10n/uk.php @@ -1,10 +1,6 @@ <?php $TRANSLATIONS = array( "At least one of the address fields has to be filled out." => "Має бути заповнено щонайменше одне поле.", "This is not your addressbook." => "Це не ваша адресна книга.", -"Address" => "Адреса", -"Telephone" => "Телефон", -"Email" => "Ел.пошта", -"Organization" => "Організація", "Mobile" => "Мобільний", "Text" => "Текст", "Voice" => "Голос", @@ -13,8 +9,11 @@ "Pager" => "Пейджер", "Birthday" => "День народження", "Add Contact" => "Додати контакт", +"Organization" => "Організація", "Delete" => "Видалити", "Phone" => "Телефон", +"Email" => "Ел.пошта", +"Address" => "Адреса", "Delete contact" => "Видалити контакт", "Extended" => "Розширено", "City" => "Місто", |