mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
13 lines
259 B
PHP
13 lines
259 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Lukk",
|
|
"Save" => "Lagre",
|
|
"Delete" => "Slett",
|
|
"Edit" => "Endra",
|
|
"Cancel" => "Kanseller",
|
|
"Address" => "Adresse",
|
|
"Add" => "Legg til",
|
|
"Settings" => "Innstillingar",
|
|
"Export" => "Eksporter",
|
|
"Import" => "Importer"
|
|
);
|