mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-19 16:54:27 +01:00
10 lines
231 B
PHP
10 lines
231 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Close" => "Затвори",
|
||
|
"Save" => "Сними",
|
||
|
"Edit" => "Уреди",
|
||
|
"Delete" => "Обриши",
|
||
|
"Cancel" => "Откажи",
|
||
|
"Address" => "Адреса",
|
||
|
"Settings" => "Подешавања"
|
||
|
);
|