1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-02-01 02:52:09 +01:00
2012-11-06 00:03:22 +01:00

12 lines
238 B
PHP

<?php $TRANSLATIONS = array(
"Close" => "Lukk",
"Save" => "Lagre",
"Edit" => "Endra",
"Delete" => "Slett",
"Cancel" => "Kanseller",
"Address" => "Adresse",
"Settings" => "Innstillingar",
"Export" => "Eksporter",
"Import" => "Importer"
);