Blame view
sources/apps/admin_migrate/l10n/nb_NO.php
469 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "Eksporter denne ownCloud-instansen", "This will create a compressed file that contains the data of this owncloud instance." => "Dette vil opprette en komprimert fil som inneholder dataen fra denne ownCloud-instansen.", "Please choose the export type:" => "Vennligst velg eksport-type:", "ownCloud system files" => "ownCloud systemfiler", "Just user files" => "Bare brukerfiler", "Export" => "Eksport" ); |