11 lines
569 B
PHP
11 lines
569 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Export" => "Export",
|
|
"Something went wrong while the export file was being generated" => "Beim Export der Datei ist etwas schief gegangen.",
|
|
"An error has occurred" => "Es ist ein Fehler aufgetreten.",
|
|
"Export your user account" => "Ihr Konto exportieren",
|
|
"This will create a compressed file that contains your ownCloud account." => "Eine komprimierte Datei wird erzeugen, die Ihr ownCloud-Konto enthält.",
|
|
"Import user account" => "Konto importieren",
|
|
"ownCloud User Zip" => "Zip-Archiv mit Benutzerdaten",
|
|
"Import" => "Importieren"
|
|
);
|