Blame view
sources/apps/user_migrate/l10n/nb_NO.php
370 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Export" => "Eksporter", "Something went wrong while the export file was being generated" => "Noe gikk galt under eksportering av filen", "An error has occurred" => "En feil har oppstått", "User Account Migration" => "Brukerkonto migrering", "Export and import ownCloud user accounts." => "Eksporter og importer ownCloud brukerkontoer." ); |