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