selections.inc.php 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. /**
  3. * Default English Lexicon Entries for Collections
  4. *
  5. * @package collections
  6. * @subpackage lexicon
  7. */
  8. // System lexicons
  9. $_lang['selections.system.text_create_here'] = 'Výběr';
  10. $_lang['selections.system.text_create'] = 'Výběr';
  11. $_lang['selections.system.type_name'] = 'Výběr';
  12. $_lang['selections.system.new_container'] = 'Nový výběr';
  13. // Selection
  14. $_lang['selections.create'] = 'Připojit dokument';
  15. $_lang['selections.resource'] = 'Dokument';
  16. $_lang['selections.view'] = 'Zobrazit dokument';
  17. $_lang['selections.edit'] = 'Upravit dokument';
  18. $_lang['selections.publish'] = 'Publikovat dokument';
  19. $_lang['selections.unpublish'] = 'Ukončit publikování dokumentu';
  20. $_lang['selections.duplicate'] = 'Zkopírovat dokument';
  21. $_lang['selections.delete'] = 'Odstranit dokument';
  22. $_lang['selections.delete_confirm'] = 'Opravdu chcete odstranit tento dokument?';
  23. $_lang['selections.undelete'] = 'Obnovit dokument';
  24. $_lang['selections.unlink'] = 'Odpojit dokument';
  25. $_lang['selections.unlink_confirm'] = 'Opravdu chcete odpojit tento dokument? ';
  26. $_lang['selections.unlink_action'] = 'Odpojit';
  27. $_lang['selections.delete_multiple'] = 'Odstranit vybrané';
  28. $_lang['selections.delete_multiple_confirm'] = 'Opravdu chcete odstranit všechny vybrané dokumenty?';
  29. $_lang['selections.remove'] = 'Odstranit dokument';
  30. $_lang['selections.remove_confirm'] = 'Opravdu chcete odstranit tento dokument?<br /><strong>Tato změna je nevratná.</strong>';
  31. $_lang['selections.resource'] = 'Resource';
  32. $_lang['selections.unlink_multiple'] = 'Odpojit označené';
  33. $_lang['selections.back_to_selection_label'] = 'Zpět na výběr';
  34. // Errors
  35. $_lang['collections.err.selection_res_col_ns'] = 'Dokument nebo výběr nebyl specifikován.';
  36. $_lang['collections.err.cant_switch_from_selection_linked'] = 'Tento výběr není možné změnit na dokument, jelikož obsahuje připojené dokumenty.';