Blame view
sources/apps/user_migrate/l10n/de.php
385 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Export" => "Export", "Something went wrong while the export file was being generated" => "Beim Export der Datei ist etwas schiefgegangen.", "An error has occurred" => "Es ist ein Fehler aufgetreten.", "User Account Migration" => "Migration von Nutzerkonten", "Export and import ownCloud user accounts." => "Export und Import von ownCloud Nutzerkonten" ); |