| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- <?php
- /**
- * Default English Lexicon Entries for Collections
- *
- * @package collections
- * @subpackage lexicon
- */
- $_lang['collections'] = 'Collections';
- $_lang['collections.menu.collection_templates'] = 'Collection views';
- $_lang['collections.menu.collection_templates_desc'] = 'Define views for collection\'s children grid.';
- // Settings lexicons
- $_lang['setting_collections.mgr_date_format'] = 'Grid date format';
- $_lang['setting_collections.mgr_date_format_desc'] = 'Placeholders from <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> can be used here.';
- $_lang['setting_collections.mgr_time_format'] = 'Grid time format';
- $_lang['setting_collections.mgr_time_format_desc'] = 'Placeholders from <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> can be used here.';
- $_lang['setting_collections.mgr_datetime_format'] = 'Grid date and time format';
- $_lang['setting_collections.mgr_datetime_format_desc'] = 'Placeholders from <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> can be used here.';
- $_lang['setting_collections.user_js'] = 'User\'s JS file';
- $_lang['setting_collections.user_js_desc'] = 'URL to user\'s defined JS file which can contain custom renderers, etc.';
- $_lang['setting_collections.user_css'] = 'User\'s CSS file';
- $_lang['setting_collections.user_css_desc'] = 'URL to user\'s defined CSS file which can contain custom styles.';
- $_lang['setting_mgr_tree_icon_collectioncontainer'] = 'Collections icon';
- $_lang['setting_mgr_tree_icon_collectioncontainer_desc'] = 'CSS class that will be used for Collections';
- $_lang['setting_collections.renderer_image_path'] = 'Renderer image path';
- $_lang['setting_collections.renderer_image_path_desc'] = 'Image path that will be used for Image renderer. Path will be appended to base_url.';
- $_lang['setting_mgr_tree_icon_selectioncontainer'] = 'Selections icon';
- $_lang['setting_mgr_tree_icon_selectioncontainer_desc'] = 'CSS class that will be used for Selections';
- $_lang['setting_collections.tree_tbar_collection'] = 'Tree Tool Bar - Collection';
- $_lang['setting_collections.tree_tbar_collection_desc'] = 'Show "New Collection" button in Tree tool bar';
- $_lang['setting_collections.tree_tbar_selection'] = 'Tree Tool Bar - Selection';
- $_lang['setting_collections.tree_tbar_selection_desc'] = 'Show "New Selection" button in Tree tool bar';
- // System lexicons
- $_lang['collections.system.type_name'] = 'Collection';
- $_lang['collections.system.text_create'] = 'Collection';
- $_lang['collections.system.text_create_here'] = 'Collection';
- $_lang['collections.system.new_container'] = 'New Collection';
- $_lang['collections.system.new_selection_container'] = 'New Selection';
- $_lang['collections.system.all'] = 'All';
- // Global lexicons
- $_lang['collections.global.search'] = 'Search';
- $_lang['collections.global.change_order'] = 'Change order of: [[+child]]';
- $_lang['collections.global.change_parent'] = 'Change parent of: [[+child]]';
- $_lang['collections.global.use_default'] = 'Use default';
- $_lang['collections.global.import'] = 'Import';
- // Children
- $_lang['collections.children'] = 'Children';
- $_lang['collections.children.create'] = 'Create child';
- $_lang['collections.children.quick_create'] = 'Quick Create child';
- $_lang['collections.children.view'] = 'View child';
- $_lang['collections.children.edit'] = 'Update child';
- $_lang['collections.children.quickupdate'] = 'Quick Update';
- $_lang['collections.children.publish'] = 'Publish child';
- $_lang['collections.children.unpublish'] = 'Unpublish child';
- $_lang['collections.children.duplicate'] = 'Duplicate child';
- $_lang['collections.children.delete'] = 'Delete child';
- $_lang['collections.children.undelete'] = 'Undelete child';
- $_lang['collections.children.delete_confirm'] = 'Are you sure, that you want to delete this child?';
- $_lang['collections.children.publish_multiple'] = 'Publish selected';
- $_lang['collections.children.unpublish_multiple'] = 'Unpublish selected';
- $_lang['collections.children.delete_multiple'] = 'Delete selected';
- $_lang['collections.children.delete_multiple_confirm'] = 'Are you sure, that you want to delete all selected children?';
- $_lang['collections.children.undelete_multiple'] = 'Undelete selected';
- $_lang['collections.children.none'] = 'This resource doesn\'t have any children.';
- $_lang['collections.children.err_ns_multiple'] = 'You have to select at least one children.';
- $_lang['collections.children.menuindex'] = 'Menu index';
- $_lang['collections.children.remove_action'] = 'Remove';
- $_lang['collections.children.remove'] = 'Remove child';
- $_lang['collections.children.remove_confirm'] = 'Are you sure, you want to remove this child?<br /><strong>This operation is permanent and can\'t be reverted.</strong>';
- $_lang['collections.children.back_to_collection_label'] = 'Back to Collection';
- $_lang['collections.children.changeparent'] = 'Change Parent';
- $_lang['collections.children.parent'] = 'Parent';
- // Template
- $_lang['collections.template.page_title'] = 'Collection views';
- $_lang['collections.template.templates'] = 'Views';
- $_lang['collections.template.templates_desc'] = 'Configure the list views when users click on a Collection in the site tree. Views can show default fields, Template Variables, and custom TVs like Tagger fields. Collection values can be configured to be individually and bulk editable directly from lists.';
- $_lang['collections.template.none'] = 'There are no views yet.';
- $_lang['collections.template.name'] = 'Name';
- $_lang['collections.template.description'] = 'Description';
- $_lang['collections.template.add'] = 'Add view';
- $_lang['collections.template.new_template'] = 'New view';
- $_lang['collections.template.update_template'] = 'Update view';
- $_lang['collections.template.remove'] = 'Remove view';
- $_lang['collections.template.remove_confirm'] = 'Are you sure, you want to remove this view?';
- $_lang['collections.template.update'] = 'Update view';
- $_lang['collections.template.default_for_templates'] = 'Default for templates';
- $_lang['collections.template.bulk_actions'] = 'Allow bulk actions';
- $_lang['collections.template.allow_dd'] = 'Allow drag & drop';
- $_lang['collections.template.page_size'] = 'Page size';
- $_lang['collections.template.sort_field'] = 'Sort field';
- $_lang['collections.template.sort_dir'] = 'Sort direction';
- $_lang['collections.template.set_as_global'] = 'Set as default view';
- $_lang['collections.template.global_template'] = 'Default view';
- $_lang['collections.template.template'] = 'Collection\'s view';
- $_lang['collections.template.empty'] = '(use default view)';
- $_lang['collections.template.child_template'] = 'Default children\'s template';
- $_lang['collections.template.child_resource_type'] = 'Default children\'s resource type';
- $_lang['collections.template.resource_type_selection'] = 'Resource type selection';
- $_lang['collections.template.duplicate'] = 'Duplicate view';
- $_lang['collections.template.general_settings'] = 'General settings';
- $_lang['collections.template.children_settings'] = 'Children\'s settings';
- $_lang['collections.template.tab_label'] = 'Tab\'s label';
- $_lang['collections.template.button_label'] = 'New child\'s button label';
- $_lang['collections.template.content_place_original'] = 'Original';
- $_lang['collections.template.content_place_in_tab'] = 'In tab';
- $_lang['collections.template.content_place_none'] = 'None';
- $_lang['collections.template.content_place'] = 'Content\'s place';
- $_lang['collections.template.content_place_original_except_children'] = 'Original except children';
- $_lang['collections.template.selections_settings'] = 'Selection\'s settings';
- $_lang['collections.template.selection_enabled'] = 'Use as a Selection';
- $_lang['collections.template.view_for'] = 'View for';
- $_lang['collections.template.view_for_all'] = 'Collections & Selections';
- $_lang['collections.template.view_for_collections'] = 'Collections';
- $_lang['collections.template.view_for_selections'] = 'Selections';
- $_lang['collections.template.collections_settings'] = 'Collection\'s settings';
- $_lang['collections.template.link_label'] = 'New link\'s button label';
- $_lang['collections.template.context_menu'] = 'Context menu items';
- $_lang['collections.template.context_menu_desc'] = '<strong>Valid values:</strong><br />open<br />view<br />edit<br />quickupdate<br />duplicate<br />publish<br />unpublish<br />delete<br />undelete<br />remove<br />unlink<br />-';
- $_lang['collections.template.buttons'] = 'Buttons';
- $_lang['collections.template.buttons_desc'] = 'This setting will apply only with renderers that uses action buttons.<br />You can append value with <strong>:classname anotherclass</strong> to add a custom class to a button.<br /><strong>Valid values:</strong><br />open<br />view<br />edit<br />quickupdate<br />duplicate<br />publish<br />unpublish<br />delete<br />undelete<br />remove<br />unlink';
- $_lang['collections.template.allowed_resource_types'] = 'Allowed resource types';
- $_lang['collections.template.allowed_resource_types_desc'] = 'Specify allowed resource types in resource types selection.<br /><strong>Default resource types:</strong><br />modDocument<br />modStaticResource<br />modSymLink<br />modWebLink<br /><br /><strong>Custom Resource Types:</strong><br />CollectionContainer<br />SelectionContainer';
- $_lang['collections.template.back_to_collection'] = 'Back to Collection button label';
- $_lang['collections.template.back_to_selection'] = 'Back to Selection button label';
- $_lang['collections.template.selection_create_sort'] = 'Resource\'s sort in Link resource window';
- $_lang['collections.template.child_hide_from_menu'] = 'Default children\'s hide from menu';
- $_lang['collections.template.child_published'] = 'Default children\'s published';
- $_lang['collections.template.child_cacheable'] = 'Default children\'s cacheable';
- $_lang['collections.template.child_searchable'] = 'Default children\'s searchable';
- $_lang['collections.template.child_richtext'] = 'Default children\'s richtext';
- $_lang['collections.template.child_content_type'] = 'Default children\'s content type';
- $_lang['collections.template.parent'] = 'Parent-id (optional, @SNIPPET can be used)';
- $_lang['collections.template.child_content_disposition'] = 'Default children\'s content disposition';
- $_lang['collections.template.sort_type'] = 'Sort type';
- $_lang['collections.template.permanent_sort_before'] = 'Permanent sort - Before';
- $_lang['collections.template.permanent_sort_after'] = 'Permanent sort - After';
- $_lang['collections.template.selection_link_condition'] = 'WHERE condition for Link resource window';
- $_lang['collections.template.selection_link_condition_desc'] = 'JSON encoded xPDO WHERE condition';
- $_lang['collections.template.export_more'] = 'Export views';
- $_lang['collections.template.export'] = 'Export view';
- $_lang['collections.template.import'] = 'Import views';
- $_lang['collections.template.search_query_exclude_tvs'] = 'Search - Exclude TV columns';
- $_lang['collections.template.search_query_exclude_tagger'] = 'Search - Exclude Tagger';
- $_lang['collections.template.search_query_title_only'] = 'Search - Title only';
- $_lang['collections.template.show_quick_create'] = 'Show Quick Crete button';
- $_lang['collections.template.quick_create_label'] = 'Quick Create button label';
- $_lang['collections.template.fred_default_blueprint'] = 'Fred Default Blueprint';
- $_lang['collections.template.fred_default_blueprint_desc'] = 'When creating children from Fred, this blueprint will get preselected by default.';
- $_lang['collections.template.column.none'] = 'This view doesn\'t have columns yet.';
- $_lang['collections.template.column.name'] = 'Name';
- $_lang['collections.template.column.label'] = 'Label';
- $_lang['collections.template.column.add'] = 'Add column';
- $_lang['collections.template.column.update'] = 'Update column';
- $_lang['collections.template.column.remove'] = 'Remove column';
- $_lang['collections.template.column.remove_confirm'] = 'Are you sure, you want to remove this column?';
- $_lang['collections.template.column.hidden'] = 'Hidden';
- $_lang['collections.template.column.sortable'] = 'Sortable';
- $_lang['collections.template.column.width'] = 'Width';
- $_lang['collections.template.column.position'] = 'Position';
- $_lang['collections.template.column.editor'] = 'Editor';
- $_lang['collections.template.column.renderer'] = 'Renderer';
- $_lang['collections.template.column.php_renderer'] = 'Snippet Renderer';
- $_lang['collections.template.column.sort_type'] = 'Sort type';
- $_lang['collections.template.sort_type_default'] = 'Default';
- $_lang['collections.template.sort_type_integer'] = 'Integer';
- $_lang['collections.template.sort_type_decimal'] = 'Decimal';
- $_lang['collections.template.sort_type_datetime'] = 'DateTime';
- $_lang['collections.err.parent_ns'] = 'Parent is not specified.';
- $_lang['collections.err.template_ns'] = 'View is not specified.';
- $_lang['collections.err.bad_sort_column'] = 'Sort grid by <strong>[[+column]]</strong> to use drag & drop sorting.';
- $_lang['collections.err.clear_filter'] = 'Please clear <strong>filter</strong> and <strong>search</strong> to use drag & drop sorting.';
- $_lang['collections.err.common'] = 'Error occurred during the action.';
- $_lang['collections.err.template_ns_name'] = 'Name is not specified.';
- $_lang['collections.err.column_ns_name'] = 'Name is not specified.';
- $_lang['collections.err.column_ae_name'] = 'Column with this name already exists.';
- $_lang['collections.err.template_resource_template_aiu_s'] = 'Template <strong>[[+templates]]</strong> already has assigned Collection View.';
- $_lang['collections.err.template_resource_template_aiu_p'] = 'Templates <strong>[[+templates]]</strong> already have assigned Collection View.';
- $_lang['collections.err.cant_remove_id_column'] = 'You can\'t remove ID columns. This column is required, if you don\'t want to see this column set <strong>hidden</strong> parameter to <strong>true</strong>.';
- $_lang['collections.err.column_name_cant_change'] = 'You can\'t change name of ID columns. This column is required, if you don\'t want to see this column set <strong>hidden</strong> parameter to <strong>true</strong>.';
- $_lang['collections.err.template_remove_last'] = 'You can\'t remove the last view.';
- $_lang['collections.err.template_remove_global'] = 'You can\'t remove default view. Please set different view as a default and repeat this action.';
- $_lang['collections.err.template_ae_name'] = 'Template with this name already exists.';
- $_lang['collections.err.column_dot_name'] = 'Column name can\'t contain a dot.';
- $_lang['collections.err.template_ns_label'] = 'Label is not specified.';
- $_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.';
|