1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-19 15:52:10 +01:00
2012-11-08 00:03:47 +01:00

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"
);