mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
15 lines
334 B
PHP
15 lines
334 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "Žymekliai",
|
|
"Warning" => "Įspėjimas",
|
|
"Close" => "Užverti",
|
|
"Save" => "Išsaugoti",
|
|
"Delete" => "Ištrinti",
|
|
"Edit" => "Redaguoti",
|
|
"Cancel" => "Atšaukti",
|
|
"Address" => "Adresas",
|
|
"Add" => "Pridėti",
|
|
"Settings" => "Nustatymai",
|
|
"Export" => "Eksportuoti",
|
|
"Import" => "Importuoti"
|
|
);
|