Blame view
sources/apps/admin_migrate/l10n/de_DE.php
490 Bytes
|
03e52840d
|
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ählen Sie die Art des Exports:", "ownCloud system files" => "ownCloud-Systemdateien", "Just user files" => "Nur Benutzerdateien", "Export" => "Exportieren" ); |