mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
6 lines
410 B
PHP
6 lines
410 B
PHP
|
|
<?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.\n Please choose the export type:" => "Dies wird eine komprimierte Datei erzeugen, welche die Daten dieser ownCloud-Instanz enthält.\n Bitte wählen Sie den Exporttyp:",
|
||
|
|
"Export" => "Exportieren"
|
||
|
|
);
|