mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-11 12:24:10 +01:00
13 lines
328 B
PHP
13 lines
328 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Warning" => "Предупредување",
|
|
"Close" => "Затвои",
|
|
"Save" => "Сними",
|
|
"Delete" => "Избриши",
|
|
"Edit" => "Уреди",
|
|
"Cancel" => "Откажи",
|
|
"Address" => "Адреса",
|
|
"Settings" => "Параметри",
|
|
"Export" => "Извези",
|
|
"Import" => "Внеси"
|
|
);
|