1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-02-20 17:54:25 +01:00

11 lines
284 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" => "Настройки",
"Export" => "Експорт"
2012-07-31 22:57:24 +02:00
);