| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?php
- /**
- * Default English Lexicon Entries for Collections
- *
- * @package collections
- * @subpackage lexicon
- */
- // System lexicons
- $_lang['selections.system.text_create_here'] = 'Výběr';
- $_lang['selections.system.text_create'] = 'Výběr';
- $_lang['selections.system.type_name'] = 'Výběr';
- $_lang['selections.system.new_container'] = 'Nový výběr';
- // Selection
- $_lang['selections.create'] = 'Připojit dokument';
- $_lang['selections.resource'] = 'Dokument';
- $_lang['selections.view'] = 'Zobrazit dokument';
- $_lang['selections.edit'] = 'Upravit dokument';
- $_lang['selections.publish'] = 'Publikovat dokument';
- $_lang['selections.unpublish'] = 'Ukončit publikování dokumentu';
- $_lang['selections.duplicate'] = 'Zkopírovat dokument';
- $_lang['selections.delete'] = 'Odstranit dokument';
- $_lang['selections.delete_confirm'] = 'Opravdu chcete odstranit tento dokument?';
- $_lang['selections.undelete'] = 'Obnovit dokument';
- $_lang['selections.unlink'] = 'Odpojit dokument';
- $_lang['selections.unlink_confirm'] = 'Opravdu chcete odpojit tento dokument? ';
- $_lang['selections.unlink_action'] = 'Odpojit';
- $_lang['selections.delete_multiple'] = 'Odstranit vybrané';
- $_lang['selections.delete_multiple_confirm'] = 'Opravdu chcete odstranit všechny vybrané dokumenty?';
- $_lang['selections.remove'] = 'Odstranit dokument';
- $_lang['selections.remove_confirm'] = 'Opravdu chcete odstranit tento dokument?<br /><strong>Tato změna je nevratná.</strong>';
- $_lang['selections.resource'] = 'Resource';
- $_lang['selections.unlink_multiple'] = 'Odpojit označené';
- $_lang['selections.back_to_selection_label'] = 'Zpět na výběr';
- // Errors
- $_lang['collections.err.selection_res_col_ns'] = 'Dokument nebo výběr nebyl specifikován.';
- $_lang['collections.err.cant_switch_from_selection_linked'] = 'Tento výběr není možné změnit na dokument, jelikož obsahuje připojené dokumenty.';
|