2012-08-15 04:07:20 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Export" => "Export",
|
2012-08-24 04:07:18 +04:00
|
|
|
"Something went wrong while the export file was being generated" => "Beim Export der Datei ist etwas schiefgegangen.",
|
2012-08-15 04:07:20 +04:00
|
|
|
"An error has occurred" => "Es ist ein Fehler aufgetreten.",
|
|
|
|
"Export your user account" => "Ihr Konto exportieren",
|
2012-08-24 04:07:18 +04:00
|
|
|
"This will create a compressed file that contains your ownCloud account." => "Eine komprimierte Datei wird erzeugt, die Ihr ownCloud-Konto enthält.",
|
2012-08-15 04:07:20 +04:00
|
|
|
"Import user account" => "Konto importieren",
|
|
|
|
"ownCloud User Zip" => "Zip-Archiv mit Benutzerdaten",
|
|
|
|
"Import" => "Importieren"
|
|
|
|
);
|