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

30 lines
1.7 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" => "Теги",
"Edit bookmark" => "Редактировать закладку",
"Are you sure you want to remove this tag from every entry?" => "Вы уверены, что хотите удалить этот тег из каждой записи?",
"Warning" => "Предупреждение",
"Import completed successfully." => "Импортирование успешно завершено.",
"Uploading..." => "Загрузка...",
"Bookm." => "Bookm.",
"Add a bookmark" => "Добавить закладку",
"Close" => "Закрыть",
"The title of the page" => "Заголовок страницы",
"The address of the page" => "Адрес страницы",
"Description of the page" => "Описание страницы",
"Save" => "Сохранить",
"Edit" => "Редактировать",
"Delete" => "Удалить",
"Cancel" => "Отмена",
"Address" => "Адрес",
"Add bookmark" => "Добавить закладку",
"Related Tags" => "Связанные теги",
"Settings" => "Настройки",
"You have no bookmarks" => "У Вас нет закладок",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Перетащите это в закладки Вашего браузера и кликните на него, когда захотите быстро добавить страницу в закладки:",
"Read later" => "Прочитать позже",
"Export" => "Экспортировать",
"Import" => "Импортировать"
);