1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-01 05:24:11 +01:00
OwncloudBookmarksOfficial/l10n/bg_BG.php
2013-04-24 02:23:43 +02:00

31 lines
1.5 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" => "Отказ",
"Read later" => "За четене по-късно",
"Address" => "Адрес",
"Add" => "Добавяне",
"Related Tags" => "Етикети",
"Settings" => "Настройки",
"You have no bookmarks" => "Нямате предпочитания",
"Export & Import" => "Експорт и Импорт",
"Export" => "Експорт",
"Import" => "Внасяне"
);