de.php 485 Bytes
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Diese ownCloud-Instanz exportieren.",
"This will create a compressed file that contains the data of this owncloud instance." => "Eine komprimierte Datei wird erstellt, welche die Daten dieser ownCloud-Instanz enthält.",
"Please choose the export type:" => "Bitte wähle die Art des Exports:",
"ownCloud system files" => "ownCloud-Systemdateien",
"Just user files" => "Nur Benutzerdateien",
"Export" => "Exportieren"
);