mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-01 05:24:11 +01:00
10 lines
204 B
PHP
10 lines
204 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Save" => "Saglabāt",
|
|
"Delete" => "Izdzēst",
|
|
"Edit" => "Rediģēt",
|
|
"Cancel" => "Atcelt",
|
|
"Settings" => "Iestatījumi",
|
|
"Export" => "Eksportēt",
|
|
"Import" => "Importēt"
|
|
);
|