Blame view

sources/apps/admin_migrate/l10n/de.php 485 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
  <?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"
  );