Blame view
sources/apps/user_migrate/l10n/da.php
382 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Export" => "Eksport", "Something went wrong while the export file was being generated" => "Der opstod en fejl, da eksportfilen blev genereret", "An error has occurred" => "Der er opstået en fejl", "User Account Migration" => "Migrering af brugerkonto ", "Export and import ownCloud user accounts." => "Eksportér og importér owncloud brugerkonti" ); |