1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-30 05:24:09 +01:00
OwncloudBookmarksOfficial/l10n/uk.php

16 lines
495 B
PHP
Raw Normal View History

2012-09-11 02:07:59 +02:00
<?php $TRANSLATIONS = array(
"Bookmarks" => "Закладки",
2012-10-11 02:10:53 +02:00
"Tags" => "Теги",
2012-11-02 00:03:14 +01:00
"Close" => "Закрити",
"Save" => "Зберегти",
"Edit" => "Редагувати",
"Delete" => "Видалити",
"Cancel" => "Відмінити",
2012-09-11 02:07:59 +02:00
"Address" => "Адреса",
2012-11-02 00:03:14 +01:00
"Settings" => "Налаштування",
"You have no bookmarks" => "У вас нема закладок",
2012-11-04 00:03:02 +01:00
"Read later" => "Прочитати пізніше",
"Export" => "Експорт",
"Import" => "Імпорт"
2012-09-11 02:07:59 +02:00
);