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'] = 'Collections';
  9. $_lang['collections.menu.collection_templates'] = 'Samlingsvyer';
  10. $_lang['collections.menu.collection_templates_desc'] = 'Definiera vyer för samlingens barnrutnät.';
  11. // Settings lexicons
  12. $_lang['setting_collections.mgr_date_format'] = 'Rutnätets datumformat';
  13. $_lang['setting_collections.mgr_date_format_desc'] = 'Platshållare från http://docs.sencha.com/extjs/3.4.0/#!/api/Date-static-method-parseDate kan användas här.';
  14. $_lang['setting_collections.mgr_time_format'] = 'Rutnätets tidsformat';
  15. $_lang['setting_collections.mgr_time_format_desc'] = 'Platshållare från http://docs.sencha.com/extjs/3.4.0/#!/api/Date-static-method-parseDate kan användas här.';
  16. $_lang['setting_collections.mgr_datetime_format'] = 'Rutnätets datum- och tidsformat';
  17. $_lang['setting_collections.mgr_datetime_format_desc'] = 'Platshållare från http://docs.sencha.com/extjs/3.4.0/#!/api/Date-static-method-parseDate kan användas här.';
  18. $_lang['setting_collections.user_js'] = 'Användarens JS-fil';
  19. $_lang['setting_collections.user_js_desc'] = 'URL till användarens definierade JS-fil som kan innehålla anpassade renderare, osv.';
  20. $_lang['setting_collections.user_css'] = 'Användarens CSS-fil';
  21. $_lang['setting_collections.user_css_desc'] = 'URL till användarens definierade CSS-fil som kan innehålla anpassade stilmallar.';
  22. $_lang['setting_mgr_tree_icon_collectioncontainer'] = 'Collections ikonen';
  23. $_lang['setting_mgr_tree_icon_collectioncontainer_desc'] = 'CSS-klass som ska användas för Collections';
  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'] = 'Samling';
  34. $_lang['collections.system.text_create'] = 'Samling';
  35. $_lang['collections.system.text_create_here'] = 'Samling';
  36. $_lang['collections.system.new_container'] = 'Ny samling';
  37. $_lang['collections.system.new_selection_container'] = 'New Selection';
  38. $_lang['collections.system.all'] = 'Alla';
  39. // Global lexicons
  40. $_lang['collections.global.search'] = 'Sök';
  41. $_lang['collections.global.change_order'] = 'Ändra ordning för: [[+child]]';
  42. $_lang['collections.global.change_parent'] = 'Ändra förälder till: [[+child]]';
  43. $_lang['collections.global.use_default'] = 'Använd standard';
  44. $_lang['collections.global.import'] = 'Import';
  45. // Children
  46. $_lang['collections.children'] = 'Barn';
  47. $_lang['collections.children.create'] = 'Skapa barn';
  48. $_lang['collections.children.quick_create'] = 'Quick Create child';
  49. $_lang['collections.children.view'] = 'Visa barnet';
  50. $_lang['collections.children.edit'] = 'Uppdatera barn';
  51. $_lang['collections.children.quickupdate'] = 'Quick Update';
  52. $_lang['collections.children.publish'] = 'Publicera barn';
  53. $_lang['collections.children.unpublish'] = 'Avpublicera barn';
  54. $_lang['collections.children.duplicate'] = 'Duplicera barn';
  55. $_lang['collections.children.delete'] = 'Radera barn';
  56. $_lang['collections.children.undelete'] = 'Återställ barn';
  57. $_lang['collections.children.delete_confirm'] = 'Är du säker på att du vill radera detta barn?';
  58. $_lang['collections.children.publish_multiple'] = 'Publicera valda';
  59. $_lang['collections.children.unpublish_multiple'] = 'Avpublicera valda';
  60. $_lang['collections.children.delete_multiple'] = 'Radera valda';
  61. $_lang['collections.children.delete_multiple_confirm'] = 'Är du säker på att du vill radera alla valda barn?';
  62. $_lang['collections.children.undelete_multiple'] = 'Återställ valda';
  63. $_lang['collections.children.none'] = 'Denna resurs har inte några barn.';
  64. $_lang['collections.children.err_ns_multiple'] = 'Du måste välja minst ett barn.';
  65. $_lang['collections.children.menuindex'] = 'Menyindex';
  66. $_lang['collections.children.remove_action'] = 'Radera';
  67. $_lang['collections.children.remove'] = 'Radera barn';
  68. $_lang['collections.children.remove_confirm'] = 'Är du säker på att du vill radera detta barn?<br /><strong>Denna operation är permanent och kan inte återställas.</strong>';
  69. $_lang['collections.children.back_to_collection_label'] = 'Tillbaka till samling';
  70. $_lang['collections.children.changeparent'] = 'Change Parent';
  71. $_lang['collections.children.parent'] = 'Parent';
  72. // Template
  73. $_lang['collections.template.page_title'] = 'Samlingsvyer';
  74. $_lang['collections.template.templates'] = 'Vyer';
  75. $_lang['collections.template.templates_desc'] = 'Konfigurera listvyerna när användare klickar på en samling i sidträdet. Vyer kan visa standardfält, mallvariabler och anpassade TVn såsom Tagger fält. Samlingsvärden kan konfigureras individuellt och buntredigeras direkt från listor.';
  76. $_lang['collections.template.none'] = 'Det finns inga vyer ännu.';
  77. $_lang['collections.template.name'] = 'Namn';
  78. $_lang['collections.template.description'] = 'Beskrivning';
  79. $_lang['collections.template.add'] = 'Lägg till vy';
  80. $_lang['collections.template.new_template'] = 'Ny vy';
  81. $_lang['collections.template.update_template'] = 'Uppdatera vy';
  82. $_lang['collections.template.remove'] = 'Radera vy';
  83. $_lang['collections.template.remove_confirm'] = 'Är du säker på att du vill radera denna vy?';
  84. $_lang['collections.template.update'] = 'Uppdatera vy';
  85. $_lang['collections.template.default_for_templates'] = 'Standard för mallar';
  86. $_lang['collections.template.bulk_actions'] = 'Tillåt massåtgärder';
  87. $_lang['collections.template.allow_dd'] = 'Tillåt dra & släpp';
  88. $_lang['collections.template.page_size'] = 'Sidstorlek';
  89. $_lang['collections.template.sort_field'] = 'Sorteringsfält';
  90. $_lang['collections.template.sort_dir'] = 'Sorteringsordning';
  91. $_lang['collections.template.set_as_global'] = 'Ange som standardvy';
  92. $_lang['collections.template.global_template'] = 'Standardvy';
  93. $_lang['collections.template.template'] = 'Samlingens vy';
  94. $_lang['collections.template.empty'] = '(använd standardvyn)';
  95. $_lang['collections.template.child_template'] = 'Standard mall för barn';
  96. $_lang['collections.template.child_resource_type'] = 'Standard typ av barn';
  97. $_lang['collections.template.resource_type_selection'] = 'Val av resurstyp';
  98. $_lang['collections.template.duplicate'] = 'Duplicera vy';
  99. $_lang['collections.template.general_settings'] = 'Allmänna inställningar';
  100. $_lang['collections.template.children_settings'] = 'Barnens inställningar';
  101. $_lang['collections.template.tab_label'] = 'Flikens etikett';
  102. $_lang['collections.template.button_label'] = 'Nya barnets knappetikett';
  103. $_lang['collections.template.content_place_original'] = 'Original';
  104. $_lang['collections.template.content_place_in_tab'] = 'I fliken';
  105. $_lang['collections.template.content_place_none'] = 'Ingen';
  106. $_lang['collections.template.content_place'] = 'Innehållets plats';
  107. $_lang['collections.template.content_place_original_except_children'] = 'Original utom barn';
  108. $_lang['collections.template.selections_settings'] = 'Markeringens inställningar';
  109. $_lang['collections.template.selection_enabled'] = 'Använd som en markering';
  110. $_lang['collections.template.view_for'] = 'Vy för';
  111. $_lang['collections.template.view_for_all'] = 'Samlingar & val';
  112. $_lang['collections.template.view_for_collections'] = 'Samlingar';
  113. $_lang['collections.template.view_for_selections'] = 'Val';
  114. $_lang['collections.template.collections_settings'] = 'Samlingens inställningar';
  115. $_lang['collections.template.link_label'] = 'Ny länks knappetikett';
  116. $_lang['collections.template.context_menu'] = 'Objekt i snabbmenyn';
  117. $_lang['collections.template.context_menu_desc'] = '<strong>Giltiga värden:</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'] = 'Knappar';
  119. $_lang['collections.template.buttons_desc'] = 'Den här inställningen gäller endast med renderare som använder åtgärdsknappar.<br />Du kan lägga till värde med <strong>:classname anotherclass</strong> för att lägga till en anpassad klass till en knapp.<br /><strong>Giltiga värden:</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'] = 'Tillåtna resurstyper';
  121. $_lang['collections.template.allowed_resource_types_desc'] = 'Ange tillåtna resurstyper i urvalet av resurstyper.<br /><strong>Standard resurstyper:</strong><br />modDocument<br />modStaticResource<br />modSymLink<br />modWebLink<br /><br /><strong>Anpassade resurstyper:</strong><br />CollectionContainer<br />SelectionContainer';
  122. $_lang['collections.template.back_to_collection'] = 'Knappetiketten Tillbaka till samling';
  123. $_lang['collections.template.back_to_selection'] = 'Knappetiketten Tillbaka till val';
  124. $_lang['collections.template.selection_create_sort'] = 'Resursens sortering i fönstret Länka resurs';
  125. $_lang['collections.template.child_hide_from_menu'] = 'Standard dölj i menyn för barn';
  126. $_lang['collections.template.child_published'] = 'Standard publicerad för barn';
  127. $_lang['collections.template.child_cacheable'] = 'Standard cachebar för barn';
  128. $_lang['collections.template.child_searchable'] = 'Standard sökbar för barn';
  129. $_lang['collections.template.child_richtext'] = 'Standard riktext för barn';
  130. $_lang['collections.template.child_content_type'] = 'Standard innehållstyp för barn';
  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'] = 'Sort type';
  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'] = 'JSON encoded xPDO WHERE condition';
  138. $_lang['collections.template.export_more'] = 'Export views';
  139. $_lang['collections.template.export'] = 'Export view';
  140. $_lang['collections.template.import'] = 'Import views';
  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'] = 'Denna vy har inga kolumner ännu.';
  149. $_lang['collections.template.column.name'] = 'Namn';
  150. $_lang['collections.template.column.label'] = 'Etikett';
  151. $_lang['collections.template.column.add'] = 'Lägg till kolumn';
  152. $_lang['collections.template.column.update'] = 'Uppdatera kolumn';
  153. $_lang['collections.template.column.remove'] = 'Radera kolumn';
  154. $_lang['collections.template.column.remove_confirm'] = 'Är du säker på att du vill radera den här kolumnen?';
  155. $_lang['collections.template.column.hidden'] = 'Dold';
  156. $_lang['collections.template.column.sortable'] = 'Sorterbar';
  157. $_lang['collections.template.column.width'] = 'Bredd';
  158. $_lang['collections.template.column.position'] = 'Plats';
  159. $_lang['collections.template.column.editor'] = 'Redigerare';
  160. $_lang['collections.template.column.renderer'] = 'Renderare';
  161. $_lang['collections.template.column.php_renderer'] = 'Snippet renderare';
  162. $_lang['collections.template.column.sort_type'] = 'Sort type';
  163. $_lang['collections.template.sort_type_default'] = 'Default';
  164. $_lang['collections.template.sort_type_integer'] = 'Integer';
  165. $_lang['collections.template.sort_type_decimal'] = 'Decimal';
  166. $_lang['collections.template.sort_type_datetime'] = 'DateTime';
  167. $_lang['collections.err.parent_ns'] = 'Förälder har inte angetts.';
  168. $_lang['collections.err.template_ns'] = 'Vy har inte angetts.';
  169. $_lang['collections.err.bad_sort_column'] = 'Sortera rutnät enligt <strong>[[+column]]</strong> för att använda dra & släpp sortering.';
  170. $_lang['collections.err.clear_filter'] = 'Vänligen rensa <strong>filter</strong> och <strong>sök</strong> för att använda dra & släpp sortering.';
  171. $_lang['collections.err.common'] = 'Fel uppstod vid åtgärden.';
  172. $_lang['collections.err.template_ns_name'] = 'Namn har inte angetts.';
  173. $_lang['collections.err.column_ns_name'] = 'Namn har inte angetts.';
  174. $_lang['collections.err.column_ae_name'] = 'Kolumn med det här namnet finns redan.';
  175. $_lang['collections.err.template_resource_template_aiu_s'] = 'Mallen <strong>[[+templates]]</strong> har redan tilldelats en samlingsvy.';
  176. $_lang['collections.err.template_resource_template_aiu_p'] = 'Mallarna <strong>[[+templates]]</strong> har redan tilldelats en samlingsvy.';
  177. $_lang['collections.err.cant_remove_id_column'] = 'Du kan inte radera ID kolumner. Denna kolumn är nödvändig, om du inte vill se denna kolumn kan du sätta parametern <strong>gömd</strong> till <strong>sant</strong>.';
  178. $_lang['collections.err.column_name_cant_change'] = 'Du kan byta namn på ID kolumner. Denna kolumn är nödvändig, om du inte vill se denna kolumn kan du sätta parametern <strong>gömd</strong> till <strong>sant</strong>.';
  179. $_lang['collections.err.template_remove_last'] = 'Du kan inte radera den sista vyn.';
  180. $_lang['collections.err.template_remove_global'] = 'Du kan inte radera den globala vyn. Vänligen ange en annan vy som global och upprepa åtgärden.';
  181. $_lang['collections.err.template_ae_name'] = 'Mall med detta namn finns redan.';
  182. $_lang['collections.err.column_dot_name'] = 'Kolumnnamn kan inte innehålla en punkt.';
  183. $_lang['collections.err.template_ns_label'] = 'Label is not specified.';
  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.';