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

13 lines
341 B
PHP

<?php $TRANSLATIONS = array(
"Bookmarks" => "Предпочитани",
"Close" => "Затвори",
"Save" => "Запис",
"Delete" => "Изтриване",
"Edit" => "Промяна",
"Address" => "Адрес",
"Add" => "Добавяне",
"Settings" => "Настройки",
"Export" => "Експорт",
"Import" => "Внасяне"
);