blob: 31f4c030bd325ef0404668186286bc8932dd2b8c (
plain)
1
2
3
4
5
|
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Eksporter denne ownCloud forekomsten",
"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Dette vil opprette en komprimert fil som inneholder dataene fra denne ownCloud forekomsten.⏎ Vennligst velg eksporttype:",
"Export" => "Eksport"
);
|