Blame view
sources/apps/admin_migrate/l10n/cs_CZ.php
477 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?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" ); |