1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/uk.php
2013-02-20 00:02:34 +01:00

36 lines
2.0 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(
"No file provided for import" => "Немає файла для імпорту",
"Unsupported file type for import" => "Імпорт файлу даного типу не підтримується",
"Bookmarks" => "Закладки",
"Tags" => "Теги",
"Filter by tag" => "Фільтр по тегах",
"Edit bookmark" => "Редагувати закладку",
"Are you sure you want to remove this tag from every entry?" => "Ви впевнені, що бажаєте видалити цей тег з кожного запису ?",
"Warning" => "Попередження",
"Import error" => "Помилка імпорту",
"Import completed successfully." => "Імпорт завершено успішно.",
"Uploading..." => "Вивантаження...",
"Bookm." => "Заклд.",
"Add a bookmark" => "Додати закладку",
"Close" => "Закрити",
"The title of the page" => "Заголовок сторінки",
"The address of the page" => "Адреса сторінки",
"Description of the page" => "Опис сторінки",
"Save" => "Зберегти",
"Delete" => "Видалити",
"Edit" => "Редагувати",
"Cancel" => "Відмінити",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Перетягніть це в закладки вашого броузера і клікніть для того, щоб швидко закласти web-сторінку:",
"Read later" => "Прочитати пізніше",
"Address" => "Адреса",
"Add" => "Додати",
"Related Tags" => "Пов'язані теги",
"Settings" => "Налаштування",
"You have no bookmarks" => "У вас немає закладок",
"You can also try to import a bookmark file" => "Ви можете також спробувати імпортувати файл закладок",
"Bookmarklet" => "Закладка-аплет",
"Export & Import" => "Експорт та Імпорт",
"Export" => "Експорт",
"Import" => "Імпорт"
);