1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-01 05:24:11 +01:00
OwncloudBookmarksOfficial/l10n/ru.php
2012-11-10 00:02:50 +01:00

34 lines
1.9 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(
"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 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:" => "Перетащите эту кнопку в закладки вашего браузера и нажимайте на неё для быстрого добавления страницы в закладки:",
"Read later" => "Прочитать позже",
"Address" => "Адрес",
"Add" => "Добавить",
"Related Tags" => "Связанные теги",
"Settings" => "Конфигурация",
"You have no bookmarks" => "У вас нет закладок",
"You can also try to import a bookmark file" => "Вы также можете попробовать импортировать файл закладки",
"Bookmarklet" => "Bookmarklet",
"Export & Import" => "Экспорт & Импорт",
"Export" => "Экспорт",
"Import" => "Импорт"
);