Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix explanation for uploadable attributes #2322

Merged
merged 1 commit into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions system/modules/isotope/dca/tl_iso_attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@
'exclude' => true,
'default' => 'files/orders/##document_number##/##product_position##__{{flag::##product_name##|standardize}}/##attribute_field##',
'inputType' => 'text',
'explanation' => 'checkoutTargetFolder',
'reference' => &$GLOBALS['TL_LANG']['tl_iso_attribute']['checkout_tokens'],
'eval' => array('maxlength'=>255, 'tl_class'=>'clr w50', 'helpwizard'=>true),
'sql' => "varchar(255) NOT NULL default ''",
Expand All @@ -538,6 +539,7 @@
'exclude' => true,
'default' => '##file_target##',
'inputType' => 'text',
'explanation' => 'checkoutTargetFile',
'reference' => &$GLOBALS['TL_LANG']['tl_iso_attribute']['checkout_tokens'],
'eval' => array('maxlength'=>255, 'tl_class'=>'w50', 'helpwizard'=>true),
'sql' => "varchar(255) NOT NULL default ''",
Expand Down
3 changes: 0 additions & 3 deletions system/modules/isotope/languages/bs_BA/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -508,9 +508,6 @@
<trans-unit id="tl_iso_attribute.random">
<source>Random order</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
</trans-unit>
Expand Down
3 changes: 0 additions & 3 deletions system/modules/isotope/languages/cs/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,6 @@
<trans-unit id="tl_iso_attribute.random">
<source>Random order</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
</trans-unit>
Expand Down
3 changes: 0 additions & 3 deletions system/modules/isotope/languages/da/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,6 @@
<trans-unit id="tl_iso_attribute.random">
<source>Random order</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
</trans-unit>
Expand Down
8 changes: 8 additions & 0 deletions system/modules/isotope/languages/de/explain.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
 Wählen Sie aus, welche Produktkategorien (Seiten) für die Produkte berücksichtigt werden sollen. &lt;br&gt;&lt;br&gt;&lt;u&gt;Wenn dies ein Produkt-Listen-Modul ist und Sie ein Kategorie-Filter-Modul konfiguriert haben, überschreibt die Kategorie-Filter-Auswahl diese Konfiguration!&lt;/u&gt;&lt;br&gt;&lt;br&gt;
</target>
</trans-unit>
<trans-unit id="XPL.checkoutTargetFile">
<source>&lt;p class="tl_help_table"&gt;Use these simple tokens to generate a dynamic file name.&lt;/p&gt;</source>
<target>&lt;p class="tl_help_table"&gt;Verwenden Sie diese Simple Tokens, um einen dynamischen Dateinamen zu erzeugen.&lt;/p&gt;</target>
</trans-unit>
<trans-unit id="XPL.checkoutTargetFolder">
<source>&lt;p class="tl_help_table"&gt;Use these simple tokens to generate a dynamic folder name.&lt;/p&gt;</source>
<target>&lt;p class="tl_help_table"&gt;Verwenden Sie diese Simple Tokens, um einen dynamischen Ordnernamen zu erzeugen.&lt;/p&gt;</target>
</trans-unit>
</body>
</file>
</xliff>
4 changes: 0 additions & 4 deletions system/modules/isotope/languages/de/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -585,10 +585,6 @@
<source>Random order</source>
<target>Zufällige Reihenfolge</target>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
<target>Verwenden Sie diese Simple Tokens, um einen dynamischen Ordnernamen zu erzeugen.</target>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
<target>##document_number##</target>
Expand Down
6 changes: 6 additions & 0 deletions system/modules/isotope/languages/en/explain.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
Select which product categories (pages) should be considered for the products.<br><br><u>If this is a product list module and you configured a category filter module, the category filter selection will override this configuration!</u><br><br>
]]></source>
</trans-unit>
<trans-unit id="XPL.checkoutTargetFile">
<source>&lt;p class="tl_help_table"&gt;Use these simple tokens to generate a dynamic file name.&lt;/p&gt;</source>
</trans-unit>
<trans-unit id="XPL.checkoutTargetFolder">
<source>&lt;p class="tl_help_table"&gt;Use these simple tokens to generate a dynamic folder name.&lt;/p&gt;</source>
</trans-unit>
</body>
</file>
</xliff>
3 changes: 0 additions & 3 deletions system/modules/isotope/languages/en/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,6 @@
<trans-unit id="tl_iso_attribute.random">
<source>Random order</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
</trans-unit>
Expand Down
3 changes: 0 additions & 3 deletions system/modules/isotope/languages/es/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,6 @@
<source>Random order</source>
<target>Orden aleatorio</target>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
</trans-unit>
Expand Down
3 changes: 0 additions & 3 deletions system/modules/isotope/languages/fa/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,6 @@
<trans-unit id="tl_iso_attribute.random">
<source>Random order</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
</trans-unit>
Expand Down
3 changes: 0 additions & 3 deletions system/modules/isotope/languages/fi/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,6 @@
<trans-unit id="tl_iso_attribute.random">
<source>Random order</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
</trans-unit>
Expand Down
3 changes: 0 additions & 3 deletions system/modules/isotope/languages/fr/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -543,9 +543,6 @@
<source>Random order</source>
<target>Ordre aléatoire</target>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
<target>##order_id##</target>
Expand Down
8 changes: 8 additions & 0 deletions system/modules/isotope/languages/it/explain.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ offrire una vera spedizione per questi tipi di prodotto.
<target>
Selezionate quali categorie di prodotti (pagine) devono essere prese in considerazione per i prodotti. &lt;br&gt;&lt;br&gt;&lt;u&gt;Se si tratta di un modulo di elenco prodotti e avete configurato un modulo di filtro di categoria, la selezione del filtro di categoria sovrascriverà questa configurazione!&lt;/u&gt;&lt;br&gt;&lt;br&gt;</target>
</trans-unit>
<trans-unit id="XPL.checkoutTargetFile">
<source>&lt;p class="tl_help_table"&gt;Use these simple tokens to generate a dynamic file name.&lt;/p&gt;</source>
<target>&lt;p class="tl_help_table"&gt;Utilizzare questi semplici token per generare un nome file dinamico.&lt;/p&gt;</target>
</trans-unit>
<trans-unit id="XPL.checkoutTargetFolder">
<source>&lt;p class="tl_help_table"&gt;Use these simple tokens to generate a dynamic folder name.&lt;/p&gt;</source>
<target>&lt;p class="tl_help_table"&gt;Utilizzare questi semplici token per generare un nome di cartella dinamico.&lt;/p&gt;</target>
</trans-unit>
</body>
</file>
</xliff>
4 changes: 0 additions & 4 deletions system/modules/isotope/languages/it/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,6 @@
<source>Random order</source>
<target>Ordine casuale</target>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
<target>Utilizzare questi semplici token per generare un nome di cartella dinamico.</target>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
<target>##numero_documento##</target>
Expand Down
3 changes: 0 additions & 3 deletions system/modules/isotope/languages/nl/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -543,9 +543,6 @@
<source>Random order</source>
<target>Willekeurig</target>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
</trans-unit>
Expand Down
3 changes: 0 additions & 3 deletions system/modules/isotope/languages/pl/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -543,9 +543,6 @@
<source>Random order</source>
<target>Losowa kolejność</target>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
</trans-unit>
Expand Down
3 changes: 0 additions & 3 deletions system/modules/isotope/languages/pt_BR/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,6 @@
<trans-unit id="tl_iso_attribute.random">
<source>Random order</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
</trans-unit>
Expand Down
3 changes: 0 additions & 3 deletions system/modules/isotope/languages/ru/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,6 @@
<source>Random order</source>
<target>Случайный порядок</target>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
<target>##order_id##</target>
Expand Down
3 changes: 0 additions & 3 deletions system/modules/isotope/languages/sl/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,6 @@
<trans-unit id="tl_iso_attribute.random">
<source>Random order</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
</trans-unit>
Expand Down
8 changes: 8 additions & 0 deletions system/modules/isotope/languages/tr/explain.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
Ürünler için hangi ürün kategorilerinin (sayfalarının) dikkate alınması gerektiğini seçin.&lt;br&gt;&lt;br&gt;&lt;u&gt;Bu bir ürün listesi modülü ise ve bir kategori filtre modülü yapılandırdıysanız, kategori filtre seçimi bu yapılandırmayı geçersiz kılacaktır!&lt;/u&gt;&lt;br&gt;&lt;br&gt;
</target>
</trans-unit>
<trans-unit id="XPL.checkoutTargetFile">
<source>&lt;p class="tl_help_table"&gt;Use these simple tokens to generate a dynamic file name.&lt;/p&gt;</source>
<target>&lt;p class="tl_help_table"&gt;Dinamik bir dosya adı oluşturmak için bu basit işaretleri kullanın.&lt;/p&gt;</target>
</trans-unit>
<trans-unit id="XPL.checkoutTargetFolder">
<source>&lt;p class="tl_help_table"&gt;Use these simple tokens to generate a dynamic folder name.&lt;/p&gt;</source>
<target>&lt;p class="tl_help_table"&gt;Dinamik bir klasör adı oluşturmak için bu basit işaretleri kullanın.&lt;/p&gt;</target>
</trans-unit>
</body>
</file>
</xliff>
4 changes: 0 additions & 4 deletions system/modules/isotope/languages/tr/tl_iso_attribute.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,6 @@
<source>Random order</source>
<target>Rasgele sipariş</target>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.0">
<source>Use these simple tokens to generate a dynamic folder name.</source>
<target>Dinamik bir klasör adı oluşturmak için bu basit işaretleri kullanın.</target>
</trans-unit>
<trans-unit id="tl_iso_attribute.checkout_tokens.1.0">
<source>##document_number##</source>
<target>##document_number##</target>
Expand Down