6 lines
361 B
PHP
6 lines
361 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Export this ownCloud instance" => "Export této instance ownCloud",
|
||
|
"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Bude vytvořen komprimovaný soubor obsahující data této instance ownCloud.⏎ Zvolte typ exportu:",
|
||
|
"Export" => "Export"
|
||
|
);
|