default.inc.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <?php
  2. /**
  3. * Default English Lexicon Entries for Collections
  4. *
  5. * @package collections
  6. * @subpackage lexicon
  7. */
  8. $_lang['collections'] = 'Kolekce';
  9. $_lang['collections.menu.collection_templates'] = 'Zobrazení kolekcí';
  10. $_lang['collections.menu.collection_templates_desc'] = 'Definice zobrazení pro výpisy záznamů v kolekcích.';
  11. // Settings lexicons
  12. $_lang['setting_collections.mgr_date_format'] = 'Formát datumu ve výpisu záznamů';
  13. $_lang['setting_collections.mgr_date_format_desc'] = 'Mohou být použity hodnoty viz <a href="http://docs.sencha.com/extjs/3.4.0/#!/api/Date" target="_blank">http://docs.sencha.com/extjs/3.4.0/#!/api/Date</a>.';
  14. $_lang['setting_collections.mgr_time_format'] = 'Formát času ve výpisu záznamů';
  15. $_lang['setting_collections.mgr_time_format_desc'] = 'Mohou být použity hodnoty viz <a href="http://docs.sencha.com/extjs/3.4.0/#!/api/Date" target="_blank">http://docs.sencha.com/extjs/3.4.0/#!/api/Date</a>.';
  16. $_lang['setting_collections.mgr_datetime_format'] = 'Formát datumu a času ve výpisu záznamů';
  17. $_lang['setting_collections.mgr_datetime_format_desc'] = 'Mohou být použity hodnoty viz <a href="http://docs.sencha.com/extjs/3.4.0/#!/api/Date" target="_blank">http://docs.sencha.com/extjs/3.4.0/#!/api/Date</a>.';
  18. $_lang['setting_collections.user_js'] = 'Uživatelský JS soubor';
  19. $_lang['setting_collections.user_js_desc'] = 'URL k uživatelskému javascript souboru obsahujícímu vlastní renderery atp.';
  20. $_lang['setting_collections.user_css'] = 'Uživatelský CSS soubor';
  21. $_lang['setting_collections.user_css_desc'] = 'URL k uživatelskému CSS souboru obsahujícímu vlastní styly.';
  22. $_lang['setting_mgr_tree_icon_collectioncontainer'] = 'Ikona kolekcí';
  23. $_lang['setting_mgr_tree_icon_collectioncontainer_desc'] = 'CSS třída, která se použije pro kolekce';
  24. $_lang['setting_collections.renderer_image_path'] = 'Renderer image path';
  25. $_lang['setting_collections.renderer_image_path_desc'] = 'Image path that will be used for Image renderer. Path will be appended to base_url.';
  26. $_lang['setting_mgr_tree_icon_selectioncontainer'] = 'Selections icon';
  27. $_lang['setting_mgr_tree_icon_selectioncontainer_desc'] = 'CSS class that will be used for Selections';
  28. $_lang['setting_collections.tree_tbar_collection'] = 'Tree Tool Bar - Collection';
  29. $_lang['setting_collections.tree_tbar_collection_desc'] = 'Show "New Collection" button in Tree tool bar';
  30. $_lang['setting_collections.tree_tbar_selection'] = 'Tree Tool Bar - Selection';
  31. $_lang['setting_collections.tree_tbar_selection_desc'] = 'Show "New Selection" button in Tree tool bar';
  32. // System lexicons
  33. $_lang['collections.system.type_name'] = 'Kolekce';
  34. $_lang['collections.system.text_create'] = 'Kolekci';
  35. $_lang['collections.system.text_create_here'] = 'Kolekci';
  36. $_lang['collections.system.new_container'] = 'Nová kolekce';
  37. $_lang['collections.system.new_selection_container'] = 'Nový výběr';
  38. $_lang['collections.system.all'] = 'Vše';
  39. // Global lexicons
  40. $_lang['collections.global.search'] = 'Hledat';
  41. $_lang['collections.global.change_order'] = 'Změna pořadí pro: [[+child]]';
  42. $_lang['collections.global.change_parent'] = 'Změna složky pro: [[+child]]';
  43. $_lang['collections.global.use_default'] = 'Použít výchozí';
  44. $_lang['collections.global.import'] = 'Importovat';
  45. // Children
  46. $_lang['collections.children'] = 'Záznamy';
  47. $_lang['collections.children.create'] = 'Vytvořit záznam';
  48. $_lang['collections.children.quick_create'] = 'Quick Create child';
  49. $_lang['collections.children.view'] = 'Zobrazit záznam';
  50. $_lang['collections.children.edit'] = 'Upravit záznam';
  51. $_lang['collections.children.quickupdate'] = 'Quick Update';
  52. $_lang['collections.children.publish'] = 'Publikovat záznam';
  53. $_lang['collections.children.unpublish'] = 'Ukončit publikování záznamu';
  54. $_lang['collections.children.duplicate'] = 'Zkopírovat záznam';
  55. $_lang['collections.children.delete'] = 'Odstranit záznam';
  56. $_lang['collections.children.undelete'] = 'Obnovit záznam';
  57. $_lang['collections.children.delete_confirm'] = 'Opravdu chcete odstranit tento záznam?';
  58. $_lang['collections.children.publish_multiple'] = 'Publikovat vybrané';
  59. $_lang['collections.children.unpublish_multiple'] = 'Ukončit publikování vybraných';
  60. $_lang['collections.children.delete_multiple'] = 'Odstranit vybrané';
  61. $_lang['collections.children.delete_multiple_confirm'] = 'Opravdu chcete odstranit všechny vybrané záznamy?';
  62. $_lang['collections.children.undelete_multiple'] = 'Obnovit vybrané';
  63. $_lang['collections.children.none'] = 'Tento dokument nemá žádné záznamy.';
  64. $_lang['collections.children.err_ns_multiple'] = 'Musíte vybrat alespoň jeden záznam.';
  65. $_lang['collections.children.menuindex'] = 'Index řazení';
  66. $_lang['collections.children.remove_action'] = 'Odstranit';
  67. $_lang['collections.children.remove'] = 'Odstranit záznam';
  68. $_lang['collections.children.remove_confirm'] = 'Opravdu chcete odstranit tento záznam?<br /><strong>Tato změna je nevratná.</strong>';
  69. $_lang['collections.children.back_to_collection_label'] = 'Zpět do kolekce';
  70. $_lang['collections.children.changeparent'] = 'Change Parent';
  71. $_lang['collections.children.parent'] = 'Parent';
  72. // Template
  73. $_lang['collections.template.page_title'] = 'Zobrazení kolekcí';
  74. $_lang['collections.template.templates'] = 'Zobrazení';
  75. $_lang['collections.template.templates_desc'] = 'Možnosti zobrazení výpisu záznamů poté co uživatel klikne na kolekci ve stromu dokumentů. Zobrazení mohou obsahovat výchozí políčka, TV a vlastní TV jako např. políčka komponenty Tagger. Hodnoty kolekcí mohou být konfigurovány, tak aby byly buď samostatně nebo hromadně editovatelné přímo z výpisu.';
  76. $_lang['collections.template.none'] = 'Zatím nejsou žádné zobrazení kolekcí.';
  77. $_lang['collections.template.name'] = 'Název';
  78. $_lang['collections.template.description'] = 'Popis';
  79. $_lang['collections.template.add'] = 'Přidat zobrazení';
  80. $_lang['collections.template.new_template'] = 'Nové zobrazení';
  81. $_lang['collections.template.update_template'] = 'Upravit zobrazení';
  82. $_lang['collections.template.remove'] = 'Odstranit zobrazení';
  83. $_lang['collections.template.remove_confirm'] = 'Opravdu chcete odstranit toto zobrazení?';
  84. $_lang['collections.template.update'] = 'Upravit zobrazení';
  85. $_lang['collections.template.default_for_templates'] = 'Výchozí pro šablony';
  86. $_lang['collections.template.bulk_actions'] = 'Povolit hromadné akce';
  87. $_lang['collections.template.allow_dd'] = 'Povolit drag & drop';
  88. $_lang['collections.template.page_size'] = 'Velikost stránky';
  89. $_lang['collections.template.sort_field'] = 'Pole pro třídění';
  90. $_lang['collections.template.sort_dir'] = 'Směr řazení';
  91. $_lang['collections.template.set_as_global'] = 'Nastavit jako výchozí zobrazení';
  92. $_lang['collections.template.global_template'] = 'Výchozí zobrazení';
  93. $_lang['collections.template.template'] = 'Zobrazení kolekce';
  94. $_lang['collections.template.empty'] = '(použít výchozí zobrazení)';
  95. $_lang['collections.template.child_template'] = 'Výchozí šablona záznamů';
  96. $_lang['collections.template.child_resource_type'] = 'Výchozí typ dokumentu záznamů';
  97. $_lang['collections.template.resource_type_selection'] = 'Výběr typu dokumentu';
  98. $_lang['collections.template.duplicate'] = 'Zkopírovat zobrazení';
  99. $_lang['collections.template.general_settings'] = 'Obecná nastavení';
  100. $_lang['collections.template.children_settings'] = 'Nastavení záznamů';
  101. $_lang['collections.template.tab_label'] = 'Titulek záložky';
  102. $_lang['collections.template.button_label'] = 'Text tlačítka nového záznamu';
  103. $_lang['collections.template.content_place_original'] = 'Původní';
  104. $_lang['collections.template.content_place_in_tab'] = 'V záložce';
  105. $_lang['collections.template.content_place_none'] = 'Žádný';
  106. $_lang['collections.template.content_place'] = 'Umístění obsahu';
  107. $_lang['collections.template.content_place_original_except_children'] = 'Původní vyjma záznamů';
  108. $_lang['collections.template.selections_settings'] = 'Nastavení výběru';
  109. $_lang['collections.template.selection_enabled'] = 'Použití jako výběr';
  110. $_lang['collections.template.view_for'] = 'Zobrazení pro';
  111. $_lang['collections.template.view_for_all'] = 'Kolekce a výběry';
  112. $_lang['collections.template.view_for_collections'] = 'Kolekce';
  113. $_lang['collections.template.view_for_selections'] = 'Výběry';
  114. $_lang['collections.template.collections_settings'] = 'Nastavení kolekce';
  115. $_lang['collections.template.link_label'] = 'Text tlačítka pro nový odkaz';
  116. $_lang['collections.template.context_menu'] = 'Položky kontextové nabídky';
  117. $_lang['collections.template.context_menu_desc'] = '<strong>Platné hodnoty:</strong><br />view<br />edit<br />duplicate<br />publish<br />unpublish<br />delete<br />undelete<br />remove<br />unlink<br />-';
  118. $_lang['collections.template.buttons'] = 'Tlačítka';
  119. $_lang['collections.template.buttons_desc'] = 'Toto nastavení se použije pouze pro renderery používající akční tlačítka.<br />Pro přidání vlastní CSS třídy k tlačítku můžete vložit hodnotu ve tvaru <strong>:classname vlastnitrida</strong>.<br /><strong>Platné hodnoty:</strong><br />view<br />edit<br />duplicate<br />publish<br />unpublish<br />delete<br />undelete<br />remove<br />unlink';
  120. $_lang['collections.template.allowed_resource_types'] = 'Platné typy dokumentu';
  121. $_lang['collections.template.allowed_resource_types_desc'] = 'Zadejte platné typy dokumentu pro výběry.<br /><strong>Výchozí typy dokumentů:</strong><br />modDocument<br />modStaticResource<br />modSymLink<br />modWebLink<br /><br /><strong>Vlastí typy dokumentů:</strong><br />CollectionContainer<br />SelectionContainer';
  122. $_lang['collections.template.back_to_collection'] = 'Text tlačítka zpět do kolekce';
  123. $_lang['collections.template.back_to_selection'] = 'Text tlačítka zpět do výběru';
  124. $_lang['collections.template.selection_create_sort'] = 'Řazení dokumentů při připojování do výběru';
  125. $_lang['collections.template.child_hide_from_menu'] = 'Ve výchozím stavu skrýt záznamy z menu';
  126. $_lang['collections.template.child_published'] = 'Ve výchozím stavu publikovat záznamy';
  127. $_lang['collections.template.child_cacheable'] = 'Ve výchozím stavu ukládat záznamy do cache';
  128. $_lang['collections.template.child_searchable'] = 'Ve výchozím stavu označit záznam jako vyhledatelný';
  129. $_lang['collections.template.child_richtext'] = 'Ve výchozím stavu použít pro záznamy WYSIWYG';
  130. $_lang['collections.template.child_content_type'] = 'Výchozí typ obsahu záznamů';
  131. $_lang['collections.template.parent'] = 'Parent-id (optional, @SNIPPET can be used)';
  132. $_lang['collections.template.child_content_disposition'] = 'Default children\'s content disposition';
  133. $_lang['collections.template.sort_type'] = 'Typ řazení';
  134. $_lang['collections.template.permanent_sort_before'] = 'Permanent sort - Before';
  135. $_lang['collections.template.permanent_sort_after'] = 'Permanent sort - After';
  136. $_lang['collections.template.selection_link_condition'] = 'WHERE condition for Link resource window';
  137. $_lang['collections.template.selection_link_condition_desc'] = 'xPDO podmínka v JSON formátu.';
  138. $_lang['collections.template.export_more'] = 'Exportovat označené zobrazení';
  139. $_lang['collections.template.export'] = 'Exportovat zobrazení';
  140. $_lang['collections.template.import'] = 'Importovat zobrazení';
  141. $_lang['collections.template.search_query_exclude_tvs'] = 'Search - Exclude TV columns';
  142. $_lang['collections.template.search_query_exclude_tagger'] = 'Search - Exclude Tagger';
  143. $_lang['collections.template.search_query_title_only'] = 'Search - Title only';
  144. $_lang['collections.template.show_quick_create'] = 'Show Quick Crete button';
  145. $_lang['collections.template.quick_create_label'] = 'Quick Create button label';
  146. $_lang['collections.template.fred_default_blueprint'] = 'Fred Default Blueprint';
  147. $_lang['collections.template.fred_default_blueprint_desc'] = 'When creating children from Fred, this blueprint will get preselected by default.';
  148. $_lang['collections.template.column.none'] = 'Toto zobrazení nemá definované sloupce.';
  149. $_lang['collections.template.column.name'] = 'Název';
  150. $_lang['collections.template.column.label'] = 'Označení';
  151. $_lang['collections.template.column.add'] = 'Přidat sloupec';
  152. $_lang['collections.template.column.update'] = 'Upravit sloupec';
  153. $_lang['collections.template.column.remove'] = 'Odstranit sloupec';
  154. $_lang['collections.template.column.remove_confirm'] = 'Opravdu chcete odstranit tento sloupec?';
  155. $_lang['collections.template.column.hidden'] = 'Skrytý';
  156. $_lang['collections.template.column.sortable'] = 'Řaditelný';
  157. $_lang['collections.template.column.width'] = 'Šířka';
  158. $_lang['collections.template.column.position'] = 'Pozice';
  159. $_lang['collections.template.column.editor'] = 'Editor';
  160. $_lang['collections.template.column.renderer'] = 'Renderer';
  161. $_lang['collections.template.column.php_renderer'] = 'Snippet renderer';
  162. $_lang['collections.template.column.sort_type'] = 'Typ řazení';
  163. $_lang['collections.template.sort_type_default'] = 'Výchozí';
  164. $_lang['collections.template.sort_type_integer'] = 'Celé číslo';
  165. $_lang['collections.template.sort_type_decimal'] = 'Desetinné číslo';
  166. $_lang['collections.template.sort_type_datetime'] = 'Datum a Čas';
  167. $_lang['collections.err.parent_ns'] = 'Rodič není specifikován.';
  168. $_lang['collections.err.template_ns'] = 'Zobrazení není specifikováno.';
  169. $_lang['collections.err.bad_sort_column'] = 'Řazení výpisu podle <strong>[[+ sloupec]]</strong> pomocí drag & drop řazení.';
  170. $_lang['collections.err.clear_filter'] = 'Aby jste mohli používat drag & drop řazení zrušte aktivní <strong>Filtr</strong> a <strong>Vyhledávání</strong>.';
  171. $_lang['collections.err.common'] = 'Během akce došlo k chybě.';
  172. $_lang['collections.err.template_ns_name'] = 'Není zadán název.';
  173. $_lang['collections.err.column_ns_name'] = 'Není zadán název.';
  174. $_lang['collections.err.column_ae_name'] = 'Sloupec s tímto názvem již existuje.';
  175. $_lang['collections.err.template_resource_template_aiu_s'] = 'Šablona <strong>[[+templates]]</strong> je již přiřazena k zobrazení kolekcí.';
  176. $_lang['collections.err.template_resource_template_aiu_p'] = 'Šablony <strong>[[+templates]]</strong> jsou již přiřazeny k zobrazení kolekcí.';
  177. $_lang['collections.err.cant_remove_id_column'] = 'Sloupec ID nelze odstranit. Tento sloupec je vyžadován, pokud tento sloupec nechcete zobrazovat nastavte možnost <strong>Skrytý</strong> na <strong>Ano</strong>.';
  178. $_lang['collections.err.column_name_cant_change'] = 'U sloupce ID nelze změnit jeho název. Tento sloupec je vyžadován, pokud tento sloupec nechcete zobrazovat nastavte možnost <strong>Skrytý</strong> na <strong>Ano</strong>.';
  179. $_lang['collections.err.template_remove_last'] = 'Nelze odebrat poslední zobrazení.';
  180. $_lang['collections.err.template_remove_global'] = 'Výchozí zobrazení nelze odstranit. Prosím nastavte nejprve jiné zobrazení jako výchozí a tuto akci zopakujte.';
  181. $_lang['collections.err.template_ae_name'] = 'Šablona s tímto názvem již existuje.';
  182. $_lang['collections.err.column_dot_name'] = 'Název sloupce nemůže obsahovat tečku.';
  183. $_lang['collections.err.template_ns_label'] = 'Není zadáno Označení.';
  184. $_lang['collections.err.permanent_sort'] = 'Permanent sort can\'t contain an <strong>everytime</strong>, a <strong>[[+column]]</strong> or (if filled) <strong>no</strong> sort field condition to use drag & drop sorting.';