Blame view
sources/apps/user_migrate/l10n/cs_CZ.php
390 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Export" => "Exportovat", "Something went wrong while the export file was being generated" => "Během vytváření souboru exportu nastala chyba", "An error has occurred" => "Nastala chyba", "User Account Migration" => "Migrace uživatelských účtů", "Export and import ownCloud user accounts." => "Exportovat a importovat uživatelské účty ownCloud." ); |