Skip to content

Commit e11e2e9

Browse files
committed
New translations settings.php (German)
1 parent 02b8d6c commit e11e2e9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

lang/de/settings.php

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,36 @@
7575
Hinweis: Benutzer können ihre E-Mail-Adresse nach erfolgreicher Registrierung ändern.',
7676
'reg_confirm_restrict_domain_placeholder' => 'Keine Einschränkung gesetzt',
7777

78+
// Sorting Settings
79+
'sorting' => 'Sorting',
80+
'sorting_book_default' => 'Default Book Sort',
81+
'sorting_book_default_desc' => 'Select the default sort role to apply to new books. This won\'t affect existing books, and can be overridden per-book.',
82+
'sorting_rules' => 'Sort Rules',
83+
'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.',
84+
'sort_rule_assigned_to_x_books' => 'Assigned to :count Book|Assigned to :count Books',
85+
'sort_rule_create' => 'Create Sort Rule',
86+
'sort_rule_edit' => 'Edit Sort Rule',
87+
'sort_rule_delete' => 'Delete Sort Rule',
88+
'sort_rule_delete_desc' => 'Remove this sort rule from the system. Books using this sort will revert to manual sorting.',
89+
'sort_rule_delete_warn_books' => 'This sort rule is currently used on :count book(s). Are you sure you want to delete this?',
90+
'sort_rule_delete_warn_default' => 'This sort rule is currently used as the default for books. Are you sure you want to delete this?',
91+
'sort_rule_details' => 'Sort Rule Details',
92+
'sort_rule_details_desc' => 'Set a name for this sort rule, which will appear in lists when users are selecting a sort.',
93+
'sort_rule_operations' => 'Sort Operations',
94+
'sort_rule_operations_desc' => 'Configure the sort actions to be performed in this set by moving them from the list of available operations. Upon use, the operations will be applied in order, from top to bottom.',
95+
'sort_rule_available_operations' => 'Available Operations',
96+
'sort_rule_available_operations_empty' => 'No operations remaining',
97+
'sort_rule_configured_operations' => 'Configured Operations',
98+
'sort_rule_configured_operations_empty' => 'Drag/add operations from the "Available Operations" list',
99+
'sort_rule_op_asc' => '(Asc)',
100+
'sort_rule_op_desc' => '(Desc)',
101+
'sort_rule_op_name' => 'Name - Alphabetical',
102+
'sort_rule_op_name_numeric' => 'Name - Numeric',
103+
'sort_rule_op_created_date' => 'Created Date',
104+
'sort_rule_op_updated_date' => 'Updated Date',
105+
'sort_rule_op_chapters_first' => 'Chapters First',
106+
'sort_rule_op_chapters_last' => 'Chapters Last',
107+
78108
// Maintenance settings
79109
'maint' => 'Wartung',
80110
'maint_image_cleanup' => 'Bilder bereinigen',

0 commit comments

Comments
 (0)