1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-19 15:52:10 +01:00
2012-10-09 02:09:03 +02:00

12 lines
666 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" => "Закладки",
"unnamed" => "безымянный",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Перетащите это в закладки Вашего браузера и кликните на него, когда захотите быстро добавить страницу в закладки:",
"Read later" => "Прочитать позже",
"Address" => "Адрес",
"Title" => "Название",
"Tags" => "Теги",
"Save bookmark" => "Сохранить закладку",
"You have no bookmarks" => "У Вас нет закладок"
);