blob: 110b0bba6e6ff3dedcdc5f15d33433c84c2133e5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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"
);
|