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

13 lines
328 B
PHP
Raw Normal View History

2012-11-02 00:03:14 +01:00
<?php $TRANSLATIONS = array(
"Warning" => "Предупредување",
"Close" => "Затвои",
"Save" => "Сними",
"Edit" => "Уреди",
"Delete" => "Избриши",
"Cancel" => "Откажи",
"Address" => "Адреса",
"Settings" => "Параметри",
2012-11-04 00:03:02 +01:00
"Export" => "Извези",
"Import" => "Внеси"
2012-11-02 00:03:14 +01:00
);