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

15 lines
702 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" => "Етикети",
"Save" => "Запис",
"Delete" => "Изтриване",
"Cancel" => "Отказ",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Завлачете това в лентата с отметки на браузъра си и го натискайте, когато искате да отметнете бързо някоя страница:",
"Read later" => "Отмятане",
"Address" => "Адрес",
"Add" => "Добавяне",
"You have no bookmarks" => "Нямате отметки",
"Export" => "Изнасяне",
"Import" => "Внасяне"
);