1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/uk.php
2012-11-09 00:03:56 +01:00

17 lines
520 B
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(
"Bookmarks" => "Закладки",
"Tags" => "Теги",
"Close" => "Закрити",
"Save" => "Зберегти",
"Delete" => "Видалити",
"Edit" => "Редагувати",
"Cancel" => "Відмінити",
"Read later" => "Прочитати пізніше",
"Address" => "Адреса",
"Add" => "Додати",
"Settings" => "Налаштування",
"You have no bookmarks" => "У вас нема закладок",
"Export" => "Експорт",
"Import" => "Імпорт"
);