Files
kupshop/admin/lang/english/artsections.php
2025-08-02 16:30:27 +02:00

59 lines
2.3 KiB
PHP

<?php
$txt_str['artsections'] = [
'title' => 'Article sections',
'allitems' => 'Show sections',
'titleAdd' => 'New section',
'titleEdit' => 'Edit section',
'activityAdded' => 'added article section: %s',
'activityEdited' => 'edited article section: %s',
'name' => 'Name',
'description' => 'Description',
'visibility' => 'Visible',
'behaviour' => 'Behavior',
'behaviour_1' => 'Show only articles in this section',
'behaviour_2' => 'Show articles in this section and subsections',
'orderby' => 'Sort by',
'orderby_date' => 'Publication date',
'orderby_title' => 'Title',
'orderby_rating' => 'Rating',
'orderby_seen' => 'Number or reads',
'orderdir' => 'Ordering direction',
'orderdir_asc' => 'Ascending (A-&gtZ, 1-&gt9, oldest first)',
'orderdir_desc' => 'Descending (Z-&gtA, 9-&gt1, recent first)',
'submit' => 'Submit',
'template' => 'Template',
'template_default' => 'Default template',
'items_per_page' => 'Items per page',
'items_per_page_tooltip' => 'Max number of items rendered on a single page',
'items_per_page_default' => 'Default',
'section' => 'Section',
'topsection' => 'Parent section',
'topsection_new' => 'New parent section',
'sectionnotrelated' => 'Sekce není zařazena',
'mainsection' => 'No parent section',
'erase' => 'Delete section',
'deleterelation' => 'Zrušit toto zařazení',
'dontmove' => 'Don\'t move the articles to any other section',
'erased' => 'Deleted',
'note_1' => 'Do you really want to delete this section?',
'note_2' => 'Chosen section has subsections. <br />First delete subsections, then delete this section.',
'note_3' => 'You decided to delete articles section ',
'note_4' => 'Before you proceed, you can chose to move articles in this section to another section.',
'note_5' => 'Section deleted',
'flapSeo' => 'SEO',
'meta_title' => 'Meta title',
'meta_description' => 'Meta description',
'maxLength100' => '100 characters maximum.',
'maxLength160' => '160 characters maximum.',
'maxLength250' => '250 characters maximum.',
// List - side menu
'sections' => 'Article sections',
'sectionList' => 'Show sections',
'addSection' => 'Add section',
'help' => 'Nápověda',
];