cs_CZ.php 477 Bytes
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Exportovat tuto instanci ownCloud",
"This will create a compressed file that contains the data of this owncloud instance." => "Vytvoří komprimovaný soubor, obsahující data této instance ownCloud.",
"Please choose the export type:" => "Zvolte, prosím, typ exportu:",
"ownCloud system files" => "Systémové soubory ownCloud",
"Just user files" => "Pouze uživatelské soubory",
"Export" => "Exportovat"
);