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