|
572 | 572 | */ |
573 | 573 |
|
574 | 574 | // All |
| 575 | +$_lang['static_file'] = 'Static File'; |
| 576 | +$_lang['static_file_desc'] = 'The external file location where the source code for this element is stored.'; |
575 | 577 |
|
576 | 578 | // Chunks |
| 579 | +$_lang['example_tag_chunk_name'] = 'NameOfChunk'; |
577 | 580 | $_lang['chunk_code'] = 'Chunk Code (HTML)'; |
578 | 581 | $_lang['chunk_description_desc'] = 'Usage information for this Chunk shown in search results and as a tooltip in the Elements tree.'; |
| 582 | +$_lang['chunk_name_desc'] = 'Place the content generated by this Chunk in a Resource, Template, or other Chunk using the following MODX tag: [[+tag]]'; |
| 583 | +$_lang['chunk_new_name'] = 'New Chunk Name'; |
| 584 | +$_lang['chunk_tag_copied'] = 'Chunk tag copied!'; |
579 | 585 | // Temporarily match old keys to new ones to ensure compatibility |
580 | 586 | $_lang['chunk_desc_description'] = $_lang['chunk_description_desc']; |
581 | 587 |
|
|
584 | 590 | $_lang['plugin_description_desc'] = 'Usage information for this Plugin shown in search results and as a tooltip in the Elements tree.'; |
585 | 591 | $_lang['plugin_disabled'] = 'Deactivate Plugin'; |
586 | 592 | $_lang['plugin_disabled_desc'] = 'When deactivated, this Plugin will not respond to events.'; |
| 593 | +$_lang['plugin_new_name'] = 'New Plugin Name'; |
587 | 594 | // Temporarily match old keys to new ones to ensure compatibility |
588 | 595 | $_lang['plugin_desc'] = $_lang['description']; |
589 | 596 | $_lang['plugin_desc_description'] = $_lang['plugin_description_desc']; |
590 | 597 | $_lang['plugin_disabled_msg'] = $_lang['plugin_disabled_desc']; |
591 | 598 |
|
592 | 599 | // Snippets |
| 600 | +$_lang['example_tag_snippet_name'] = 'NameOfSnippet'; |
593 | 601 | $_lang['snippet_code'] = 'Snippet Code (PHP)'; |
594 | 602 | $_lang['snippet_description_desc'] = 'Usage information for this Snippet shown in search results and as a tooltip in the Elements tree.'; |
| 603 | +$_lang['snippet_name_desc'] = 'Place the content generated by this Snippet in a Resource, Template, or Chunk using the following MODX tag: [[+tag]]'; |
| 604 | +$_lang['snippet_new_name'] = 'New Snippet Name'; |
| 605 | +$_lang['snippet_tag_copied'] = 'Snippet tag copied!'; |
595 | 606 | // Temporarily match old keys to new ones to ensure compatibility |
596 | 607 | $_lang['snippet_desc'] = $_lang['description']; |
597 | 608 | $_lang['snippet_desc_description'] = $_lang['snippet_description_desc']; |
598 | 609 |
|
599 | 610 | // Templates |
600 | 611 | $_lang['template_code'] = 'Template Code (HTML)'; |
601 | 612 | $_lang['template_description_desc'] = 'Usage information for this Template shown in search results and as a tooltip in the Elements tree.'; |
| 613 | +$_lang['template_new_name'] = 'New Template Name'; |
602 | 614 | // Temporarily match old keys to new ones to ensure compatibility |
603 | 615 | $_lang['template_desc'] = $_lang['description']; |
604 | 616 | $_lang['template_desc_description'] = $_lang['template_description_desc']; |
605 | 617 |
|
606 | 618 | // TVs |
607 | | -$_lang['tv_tab_input_options'] = 'Input Options'; |
608 | | -$_lang['tv_type'] = 'Input Type'; |
609 | | -$_lang['tv_default'] = 'Default Value'; |
610 | | -$_lang['tv_default_desc'] = 'The content this TV will show if user-entered content is not provided.'; |
| 619 | +$_lang['example_tag_tv_name'] = 'NameOfTV'; |
611 | 620 | $_lang['tv_caption_desc'] = 'The label shown for this TV in Resource editing pages (can be overridden per template or other criteria using <a href="?a=security/forms" target="_blank">Form Customization</a>).'; |
612 | 621 | $_lang['tv_category_desc'] = 'Use to group TVs in Resource editing pages and within the Elements tree.'; |
613 | | -$_lang['tv_description_desc'] = 'Usage information for this TV shown next to its caption in Resource editing pages and as a tooltip in the Elements tree.'; |
| 622 | +$_lang['tv_default'] = 'Default Value'; |
| 623 | +$_lang['tv_default_desc'] = 'The content this TV will show if user-entered content is not provided.'; |
| 624 | +// $_lang['tv_description_desc'] = 'Usage information for this TV shown next to its caption in Resource editing pages and as a tooltip in the Elements tree.'; |
| 625 | +$_lang['tv_description_desc'] = 'Usage information for this TV shown next to its caption in Resource editing pages, as a tooltip in the Elements tree, and within search results.'; |
614 | 626 | $_lang['tv_elements'] = 'Input Option Values'; |
615 | 627 | $_lang['tv_elements_short_desc'] = 'Defines the selectable options for this TV, which may be manually entered or built with a one-line <a href="https://docs.modx.com/current/en/building-sites/elements/template-variables/bindings/select-binding" target="_blank">database query</a>.'; |
| 628 | +$_lang['tv_name_desc'] = 'Place the content generated by this TV in a Resource, Template, or Chunk using the following MODX tag: [[+tag]]'; |
| 629 | +$_lang['tv_new_caption'] = 'New TV Caption'; |
| 630 | +$_lang['tv_new_name'] = 'New TV Name'; |
| 631 | +$_lang['tv_tag_copied'] = 'TV tag copied!'; |
| 632 | +$_lang['tv_type'] = 'Input Type'; |
| 633 | +$_lang['tv_type_desc'] = 'The html input or content component type generated by this TV.'; |
| 634 | + // Temporarily match old keys to new ones to ensure compatibility |
| 635 | + $_lang['tv_description'] = $_lang['description']; |
0 commit comments