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

12 lines
314 B
PHP
Raw Normal View History

2012-07-31 22:57:24 +02:00
<?php $TRANSLATIONS = array(
2013-01-10 00:03:59 +01:00
"Bookmarks" => "Предпочитани",
2013-02-10 00:07:31 +01:00
"Close" => "Затвори",
2012-11-02 00:03:14 +01:00
"Save" => "Запис",
"Delete" => "Изтриване",
2013-01-18 00:02:37 +01:00
"Edit" => "Промяна",
2012-11-09 00:03:56 +01:00
"Add" => "Добавяне",
2013-02-10 00:07:31 +01:00
"Settings" => "Настройки",
2013-02-12 12:54:12 +01:00
"Export" => "Експорт",
"Import" => "Внасяне"
2012-07-31 22:57:24 +02:00
);