Skip to content

Commit 6e10897

Browse files
committed
Lexicon sync
1 parent 3ea633e commit 6e10897

File tree

8 files changed

+60
-52
lines changed

8 files changed

+60
-52
lines changed

core/components/collections/lexicon/cs/default.inc.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
$_lang['collections.template.sort_type'] = 'Typ řazení';
138138
$_lang['collections.template.permanent_sort_before'] = 'Permanent sort - Before';
139139
$_lang['collections.template.permanent_sort_after'] = 'Permanent sort - After';
140-
$_lang['collections.template.selection_link_condition'] = 'Condition for Link resource window';
140+
$_lang['collections.template.selection_link_condition'] = 'WHERE condition for Link resource window';
141141
$_lang['collections.template.selection_link_condition_desc'] = 'xPDO podmínka v JSON formátu.';
142142
$_lang['collections.template.export_more'] = 'Exportovat označené zobrazení';
143143
$_lang['collections.template.export'] = 'Exportovat zobrazení';
@@ -180,4 +180,5 @@
180180
$_lang['collections.err.template_remove_global'] = 'Výchozí zobrazení nelze odstranit. Prosím nastavte nejprve jiné zobrazení jako výchozí a tuto akci zopakujte.';
181181
$_lang['collections.err.template_ae_name'] = 'Šablona s tímto názvem již existuje.';
182182
$_lang['collections.err.column_dot_name'] = 'Název sloupce nemůže obsahovat tečku.';
183-
$_lang['collections.err.template_ns_label'] = 'Není zadáno Označení.';
183+
$_lang['collections.err.template_ns_label'] = 'Není zadáno Označení.';
184+
$_lang['collections.err.permanent_sort'] = 'Permanent sort can\'t contain an <strong>everytime</strong>, a <strong>[[+column]]</strong> or (if filled) <strong>no</stron> sort field condition to use drag & drop sorting.';

core/components/collections/lexicon/da/default.inc.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
$_lang['collections.template.sort_type'] = 'Sort type';
138138
$_lang['collections.template.permanent_sort_before'] = 'Permanent sort - Before';
139139
$_lang['collections.template.permanent_sort_after'] = 'Permanent sort - After';
140-
$_lang['collections.template.selection_link_condition'] = 'Condition for Link resource window';
141-
$_lang['collections.template.selection_link_condition_desc'] = 'xPDO condition in JSON.';
140+
$_lang['collections.template.selection_link_condition'] = 'WHERE condition for Link resource window';
141+
$_lang['collections.template.selection_link_condition_desc'] = 'JSON encoded xPDO WHERE condition';
142142
$_lang['collections.template.export_more'] = 'Export views';
143143
$_lang['collections.template.export'] = 'Export view';
144144
$_lang['collections.template.import'] = 'Import views';
@@ -180,4 +180,5 @@
180180
$_lang['collections.err.template_remove_global'] = 'Du kan ikke fjerne den globale visning. Angiv venligst en anden visning som global og gentag denne handling.';
181181
$_lang['collections.err.template_ae_name'] = 'Der findes allerede en skabelon med dette navn.';
182182
$_lang['collections.err.column_dot_name'] = 'Kolonnenavnet må ikke indeholde punktum.';
183-
$_lang['collections.err.template_ns_label'] = 'Label is not specified.';
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</stron> sort field condition to use drag & drop sorting.';

core/components/collections/lexicon/de/default.inc.php

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -23,37 +23,37 @@
2323
$_lang['setting_collections.user_css_desc'] = 'URL einer benutzerdefinierten CSS Datei (z.B. für das Layout eigener Renderer).';
2424
$_lang['setting_mgr_tree_icon_collectioncontainer'] = 'Icon für Kollektionen';
2525
$_lang['setting_mgr_tree_icon_collectioncontainer_desc'] = 'CSS-Klasse, die für Kollektionen benutzt wird';
26-
$_lang['setting_collections.renderer_image_path'] = 'Renderer image path';
27-
$_lang['setting_collections.renderer_image_path_desc'] = 'Image path that will be used for Image renderer. Path will be appended to base_url.';
28-
$_lang['setting_mgr_tree_icon_selectioncontainer'] = 'Selections icon';
29-
$_lang['setting_mgr_tree_icon_selectioncontainer_desc'] = 'CSS class that will be used for Selections';
30-
$_lang['setting_collections.tree_tbar_collection'] = 'Tree Tool Bar - Collection';
31-
$_lang['setting_collections.tree_tbar_collection_desc'] = 'Show "New Collection" button in Tree tool bar';
32-
$_lang['setting_collections.tree_tbar_selection'] = 'Tree Tool Bar - Selection';
33-
$_lang['setting_collections.tree_tbar_selection_desc'] = 'Show "New Selection" button in Tree tool bar';
26+
$_lang['setting_collections.renderer_image_path'] = 'Bildpfad für den Image-Renderer';
27+
$_lang['setting_collections.renderer_image_path_desc'] = 'Bildpfad, der für die Image-Renderer verwendet wird. Der Pfad wird an \'base_url\' angehängt.';
28+
$_lang['setting_mgr_tree_icon_selectioncontainer'] = 'Icon für Selektionen';
29+
$_lang['setting_mgr_tree_icon_selectioncontainer_desc'] = 'CSS-Klasse, die für Selektionen benutzt wird';
30+
$_lang['setting_collections.tree_tbar_collection'] = 'Kollektion in Werkzeugleiste';
31+
$_lang['setting_collections.tree_tbar_collection_desc'] = 'Zeige "Neue Kollektion"-Schaltfläche in der Ressourcen-Baum Werkzeugleiste';
32+
$_lang['setting_collections.tree_tbar_selection'] = 'Selektion in Werkzeugleiste';
33+
$_lang['setting_collections.tree_tbar_selection_desc'] = 'Zeige "Neue Selektion"-Schaltfläche in der Ressourcen-Baum Werkzeugleiste';
3434

3535

3636
// System lexicons
3737
$_lang['collections.system.type_name'] = 'Kollektion';
3838
$_lang['collections.system.text_create'] = 'Kollektion';
3939
$_lang['collections.system.text_create_here'] = 'Kollektion';
4040
$_lang['collections.system.new_container'] = 'Neue Kollektion';
41-
$_lang['collections.system.new_selection_container'] = 'New Selection';
41+
$_lang['collections.system.new_selection_container'] = 'Neue Selektion';
4242
$_lang['collections.system.all'] = 'Alle';
4343

4444
// Global lexicons
4545
$_lang['collections.global.search'] = 'Suchen';
4646
$_lang['collections.global.change_order'] = 'Reihenfolge ändern: [[+child]]';
4747
$_lang['collections.global.change_parent'] = 'Elternressource ändern: [[+child]]';
4848
$_lang['collections.global.use_default'] = 'Standard verwenden';
49-
$_lang['collections.global.import'] = 'Import';
49+
$_lang['collections.global.import'] = 'Importieren';
5050

5151
// Children
5252
$_lang['collections.children'] = 'Unterressourcen';
5353
$_lang['collections.children.create'] = 'Unterressource erstellen';
5454
$_lang['collections.children.view'] = 'Anzeigen';
5555
$_lang['collections.children.edit'] = 'Bearbeiten';
56-
$_lang['collections.children.quickupdate'] = 'Quick Update';
56+
$_lang['collections.children.quickupdate'] = 'Schnell bearbeiten';
5757
$_lang['collections.children.publish'] = 'Veröffentlichen';
5858
$_lang['collections.children.unpublish'] = 'Zurückziehen';
5959
$_lang['collections.children.duplicate'] = 'Duplizieren';
@@ -82,10 +82,10 @@
8282
$_lang['collections.template.description'] = 'Beschreibung';
8383
$_lang['collections.template.add'] = 'Hinzufügen';
8484
$_lang['collections.template.new_template'] = 'Neu';
85-
$_lang['collections.template.update_template'] = 'Aktualisieren';
85+
$_lang['collections.template.update_template'] = 'Ansicht Bearbeiten';
8686
$_lang['collections.template.remove'] = 'Entfernen';
8787
$_lang['collections.template.remove_confirm'] = 'Sind Sie sicher, dass Sie diese Ansicht löschen möchten?';
88-
$_lang['collections.template.update'] = 'Aktualisieren';
88+
$_lang['collections.template.update'] = 'Bearbeiten';
8989
$_lang['collections.template.default_for_templates'] = 'Standardansicht für Templates';
9090
$_lang['collections.template.bulk_actions'] = 'Massen-Aktion erlauben';
9191
$_lang['collections.template.allow_dd'] = 'Drag & Drop erlauben';
@@ -99,7 +99,7 @@
9999
$_lang['collections.template.child_template'] = 'Standard-Template für Unteressourcen';
100100
$_lang['collections.template.child_resource_type'] = 'Standard-Ressourcen-Typ für Unteressourcen';
101101
$_lang['collections.template.resource_type_selection'] = 'Ressourcen-Typ Auswahl anzeigen';
102-
$_lang['collections.template.duplicate'] = 'Ansicht duplizieren';
102+
$_lang['collections.template.duplicate'] = 'Duplizieren';
103103
$_lang['collections.template.general_settings'] = 'Allgemeine Einstellungen';
104104
$_lang['collections.template.children_settings'] = 'Einstellungen für Unterresourcen';
105105
$_lang['collections.template.tab_label'] = 'Tab-Beschriftung';
@@ -115,7 +115,7 @@
115115
$_lang['collections.template.view_for_all'] = 'Kollektion & Selektionen';
116116
$_lang['collections.template.view_for_collections'] = 'Kollektionen';
117117
$_lang['collections.template.view_for_selections'] = 'Selektionen';
118-
$_lang['collections.template.collections_settings'] = 'Kollektions-Einstellungen';
118+
$_lang['collections.template.collections_settings'] = 'Einstellungen für Kollektionen';
119119
$_lang['collections.template.link_label'] = 'Beschriftung für \'Ressource Verlinken\'-Schaltfläche';
120120
$_lang['collections.template.context_menu'] = 'Kontextmenü';
121121
$_lang['collections.template.context_menu_desc'] = '<strong>Gültige Werte:</strong><br />view<br />edit<br />duplicate<br />publish<br />unpublish<br />delete<br />undelete<br />remove<br />unlink<br />-';
@@ -131,23 +131,23 @@
131131
$_lang['collections.template.child_cacheable'] = 'Standard-\'Cache aktiv\'-Einstellung für Unterressourcen';
132132
$_lang['collections.template.child_searchable'] = 'Standard-\'Durchsuchbar\'-Einstellung für Unterressourcen';
133133
$_lang['collections.template.child_richtext'] = 'Standard-\'Rich-Text-Editor verwenden\'-Einstellung für Unterressourcen';
134-
$_lang['collections.template.child_content_type'] = 'Standard-Content-Type für Unteressourcen';
135-
$_lang['collections.template.parent'] = 'Parent-id (optional, @SNIPPET can be used)';
136-
$_lang['collections.template.child_content_disposition'] = 'Default children\'s content disposition';
137-
$_lang['collections.template.sort_type'] = 'Sort type';
138-
$_lang['collections.template.permanent_sort_before'] = 'Permanent sort - Before';
139-
$_lang['collections.template.permanent_sort_after'] = 'Permanent sort - After';
140-
$_lang['collections.template.selection_link_condition'] = 'Condition for Link resource window';
141-
$_lang['collections.template.selection_link_condition_desc'] = 'xPDO condition in JSON.';
142-
$_lang['collections.template.export_more'] = 'Export views';
143-
$_lang['collections.template.export'] = 'Export view';
144-
$_lang['collections.template.import'] = 'Import views';
134+
$_lang['collections.template.child_content_type'] = 'Standard-Inhaltstyp für Unteressourcen';
135+
$_lang['collections.template.parent'] = 'ID der Eltern-Ressource (optional, @SNIPPET verwendbar)';
136+
$_lang['collections.template.child_content_disposition'] = 'Standard-\'Content-Disposition\'-Einstellung für Unterressourcen';
137+
$_lang['collections.template.sort_type'] = 'Sortierungsart';
138+
$_lang['collections.template.permanent_sort_before'] = 'Permanente Sortierung - Zuvor';
139+
$_lang['collections.template.permanent_sort_after'] = 'Permanente Sortierung - Danach';
140+
$_lang['collections.template.selection_link_condition'] = 'WHERE-Ausdruck für des \'Ressource Verlinken\'-Fenster';
141+
$_lang['collections.template.selection_link_condition_desc'] = 'JSON kodierter xPDO WHERE Ausdruck';
142+
$_lang['collections.template.export_more'] = 'Ansichten exportieren';
143+
$_lang['collections.template.export'] = 'Ansicht exportieren';
144+
$_lang['collections.template.import'] = 'Ansichten importieren';
145145

146146
$_lang['collections.template.column.none'] = 'Diese Ansicht enthält noch keine Spalten.';
147147
$_lang['collections.template.column.name'] = 'Name';
148148
$_lang['collections.template.column.label'] = 'Beschriftung';
149149
$_lang['collections.template.column.add'] = 'Spalte hinzufügen';
150-
$_lang['collections.template.column.update'] = 'Spalte aktualisieren';
150+
$_lang['collections.template.column.update'] = 'Spalte bearbeiten';
151151
$_lang['collections.template.column.remove'] = 'Spalte entfernen';
152152
$_lang['collections.template.column.remove_confirm'] = 'Sind Sie sicher, dass Sie diese Spalte entfernen möchten?';
153153
$_lang['collections.template.column.hidden'] = 'Versteckt';
@@ -157,12 +157,12 @@
157157
$_lang['collections.template.column.editor'] = 'Editor';
158158
$_lang['collections.template.column.renderer'] = 'Renderer';
159159
$_lang['collections.template.column.php_renderer'] = 'Snippet Renderer';
160-
$_lang['collections.template.column.sort_type'] = 'Sort type';
160+
$_lang['collections.template.column.sort_type'] = 'Sortierungsart';
161161

162-
$_lang['collections.template.sort_type_default'] = 'Default';
163-
$_lang['collections.template.sort_type_integer'] = 'Integer';
164-
$_lang['collections.template.sort_type_decimal'] = 'Decimal';
165-
$_lang['collections.template.sort_type_datetime'] = 'DateTime';
162+
$_lang['collections.template.sort_type_default'] = 'Standard';
163+
$_lang['collections.template.sort_type_integer'] = 'Ganze Zahl';
164+
$_lang['collections.template.sort_type_decimal'] = 'Dezimal';
165+
$_lang['collections.template.sort_type_datetime'] = 'Datum/Uhrzeit';
166166

167167
$_lang['collections.err.parent_ns'] = 'Keine Elternressource definiert.';
168168
$_lang['collections.err.template_ns'] = 'Ansicht wurde nicht angegeben.';
@@ -180,4 +180,5 @@
180180
$_lang['collections.err.template_remove_global'] = 'Eine Standardansicht kann nicht entfernt werden. Bitte wählen Sie eine andere Ansicht als Standardansicht aus und wiederholen Sie diese Aktion.';
181181
$_lang['collections.err.template_ae_name'] = 'Ein Template mit diesem Namen ist bereits vorhanden.';
182182
$_lang['collections.err.column_dot_name'] = 'Ein Spaltenname kann keinen Punkt enthalten.';
183-
$_lang['collections.err.template_ns_label'] = 'Label is not specified.';
183+
$_lang['collections.err.template_ns_label'] = 'Label wurde nicht angegeben.';
184+
$_lang['collections.err.permanent_sort'] = 'Die Permanente Sortierung darf keine <strong>allgmeine</strong>, keine <strong>[[+column]]</strong> oder muss (wenn gefüllt) <strong>eine</strong> Feld-Sortierungs-Bedingung enthalten, um die Drag & Drop Sortierung zu aktivieren.';

core/components/collections/lexicon/fr/default.inc.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
$_lang['collections.template.sort_type'] = 'Type de tri';
138138
$_lang['collections.template.permanent_sort_before'] = 'Permanent sort - Before';
139139
$_lang['collections.template.permanent_sort_after'] = 'Permanent sort - After';
140-
$_lang['collections.template.selection_link_condition'] = 'Condition for Link resource window';
140+
$_lang['collections.template.selection_link_condition'] = 'WHERE condition for Link resource window';
141141
$_lang['collections.template.selection_link_condition_desc'] = 'xPDO condition en JSON.';
142142
$_lang['collections.template.export_more'] = 'Vues de l\'exportation';
143143
$_lang['collections.template.export'] = 'Vues de l\'exportation';
@@ -180,4 +180,5 @@
180180
$_lang['collections.err.template_remove_global'] = 'Vous ne pouvez pas supprimer une vue globale. Merci de définir une autre vue comme globale et répétez l\'opération.';
181181
$_lang['collections.err.template_ae_name'] = 'Un modèle avec ce nom existe déjà.';
182182
$_lang['collections.err.column_dot_name'] = 'Les nom de colonne ne peuvent contenir de point.';
183-
$_lang['collections.err.template_ns_label'] = 'Label non-spécifié.';
183+
$_lang['collections.err.template_ns_label'] = 'Label non-spécifié.';
184+
$_lang['collections.err.permanent_sort'] = 'Permanent sort can\'t contain an <strong>everytime</strong>, a <strong>[[+column]]</strong> or (if filled) <strong>no</stron> sort field condition to use drag & drop sorting.';

core/components/collections/lexicon/it/default.inc.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
$_lang['collections.template.sort_type'] = 'Sort type';
140140
$_lang['collections.template.permanent_sort_before'] = 'Permanent sort - Before';
141141
$_lang['collections.template.permanent_sort_after'] = 'Permanent sort - After';
142-
$_lang['collections.template.selection_link_condition'] = 'Condition for Link resource window';
143-
$_lang['collections.template.selection_link_condition_desc'] = 'xPDO condition in JSON.';
142+
$_lang['collections.template.selection_link_condition'] = 'WHERE condition for Link resource window';
143+
$_lang['collections.template.selection_link_condition_desc'] = 'JSON encoded xPDO WHERE condition';
144144
$_lang['collections.template.export_more'] = 'Export views';
145145
$_lang['collections.template.export'] = 'Export view';
146146
$_lang['collections.template.import'] = 'Import views';
@@ -182,4 +182,5 @@
182182
$_lang['collections.err.template_remove_global'] = 'Non puoi rimuovere la Vista predefinita. Si prega di impostare un\'altra Vista come predefinita e riprovare successivamente.';
183183
$_lang['collections.err.template_ae_name'] = 'Un template con questo nome esiste gi&agrave;.';
184184
$_lang['collections.err.column_dot_name'] = 'Il nome della colonna non pu&ograve; contenere un punto.';
185-
$_lang['collections.err.template_ns_label'] = 'Label is not specified.';
185+
$_lang['collections.err.template_ns_label'] = 'Label is not specified.';
186+
$_lang['collections.err.permanent_sort'] = 'Permanent sort can\'t contain an <strong>everytime</strong>, a <strong>[[+column]]</strong> or (if filled) <strong>no</stron> sort field condition to use drag & drop sorting.';

core/components/collections/lexicon/nl/default.inc.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
$_lang['collections.template.sort_type'] = 'Sort type';
138138
$_lang['collections.template.permanent_sort_before'] = 'Permanent sort - Before';
139139
$_lang['collections.template.permanent_sort_after'] = 'Permanent sort - After';
140-
$_lang['collections.template.selection_link_condition'] = 'Condition for Link resource window';
141-
$_lang['collections.template.selection_link_condition_desc'] = 'xPDO condition in JSON.';
140+
$_lang['collections.template.selection_link_condition'] = 'WHERE condition for Link resource window';
141+
$_lang['collections.template.selection_link_condition_desc'] = 'JSON encoded xPDO WHERE condition';
142142
$_lang['collections.template.export_more'] = 'Export views';
143143
$_lang['collections.template.export'] = 'Export view';
144144
$_lang['collections.template.import'] = 'Import views';
@@ -180,4 +180,5 @@
180180
$_lang['collections.err.template_remove_global'] = 'Het is niet mogelijk de standaard Weergave te verwijderen. Stel eerst een andere Weergave in als standaard, en probeer het dan opnieuw.';
181181
$_lang['collections.err.template_ae_name'] = 'Er bestaat al een template met deze naam.';
182182
$_lang['collections.err.column_dot_name'] = 'Kolomnaam mag geen punt bevatten.';
183-
$_lang['collections.err.template_ns_label'] = 'Label is not specified.';
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</stron> sort field condition to use drag & drop sorting.';

core/components/collections/lexicon/ru/default.inc.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
$_lang['collections.template.sort_type'] = 'Sort type';
138138
$_lang['collections.template.permanent_sort_before'] = 'Permanent sort - Before';
139139
$_lang['collections.template.permanent_sort_after'] = 'Permanent sort - After';
140-
$_lang['collections.template.selection_link_condition'] = 'Condition for Link resource window';
141-
$_lang['collections.template.selection_link_condition_desc'] = 'xPDO condition in JSON.';
140+
$_lang['collections.template.selection_link_condition'] = 'WHERE condition for Link resource window';
141+
$_lang['collections.template.selection_link_condition_desc'] = 'JSON encoded xPDO WHERE condition';
142142
$_lang['collections.template.export_more'] = 'Export views';
143143
$_lang['collections.template.export'] = 'Export view';
144144
$_lang['collections.template.import'] = 'Import views';
@@ -180,4 +180,5 @@
180180
$_lang['collections.err.template_remove_global'] = 'Нельзя удалить вид по умолчанию. Пожалуйста, установите другой вид по умолчанию и повторите это действие.';
181181
$_lang['collections.err.template_ae_name'] = 'Шаблон с таким именем уже существует.';
182182
$_lang['collections.err.column_dot_name'] = 'Имя столбца не может содержать точку.';
183-
$_lang['collections.err.template_ns_label'] = 'Label is not specified.';
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</stron> sort field condition to use drag & drop sorting.';

0 commit comments

Comments
 (0)