Revision e362ec12
Von Moritz Bunkus vor etwa 3 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
1641 | 1641 |
'Groups valid for this client' => 'Für Mandanten gültige Gruppen', |
1642 | 1642 |
'HTML' => 'HTML', |
1643 | 1643 |
'HTML Templates' => 'HTML-Vorlagen', |
1644 |
'HTML field' => 'HTML-Feld', |
|
1644 | 1645 |
'Handling of WebDAV' => 'Behandlung von WebDAV', |
1645 | 1646 |
'Hardcopy' => 'Seite drucken', |
1646 | 1647 |
'Has item type' => 'Hat Regeltypen', |
... | ... | |
3363 | 3364 |
'Text blocks back' => 'Textblöcke hinten', |
3364 | 3365 |
'Text blocks front' => 'Textblöcke vorne', |
3365 | 3366 |
'Text field' => 'Textfeld', |
3366 |
'Text field variables: \'WIDTH=w HEIGHT=h\' sets the width and height of the text field. They default to 30 and 5 respectively.' => 'Textfelder: \'WIDTH=w HEIGHT=h\' setzen die Breite und die Höhe des Textfeldes. Wenn nicht anders angegeben, so werden sie 30 Zeichen breit und fünf Zeichen hoch dargestellt.',
|
|
3367 |
'Text field and HTML field variables: \'WIDTH=w HEIGHT=h\' sets the width and height of the text field. They default to 30 and 5 respectively.' => 'Textfelder und HTML-Felder: \'WIDTH=w HEIGHT=h\' setzen die Breite und die Höhe des Textfeldes. Wenn nicht anders angegeben, so werden sie 30 Zeichen breit und fünf Zeichen hoch dargestellt.',
|
|
3367 | 3368 |
'Text in CSV File' => 'Spalte in der CSV Datei', |
3368 | 3369 |
'Text variables: \'MAXLENGTH=n\' sets the maximum entry length to \'n\'.' => 'Textzeilen: \'MAXLENGTH=n\' setzt eine Maximallänge von n Zeichen.', |
3369 |
'Text, text field and number variables: The default value will be used as-is.' => 'Textzeilen, Textfelder und Zahlenvariablen: Der Standardwert wird so wie er ist übernommen.',
|
|
3370 |
'Text, text field, HTML field and number variables: The default value will be used as-is.' => 'Textzeilen, Textfelder, HTML-Felder und Zahlenvariablen: Der Standardwert wird so wie er ist übernommen.',
|
|
3370 | 3371 |
'Texts for invoices' => 'Texte für Rechnungen', |
3371 | 3372 |
'Texts for quotations & orders' => 'Texte für Angebote & Aufträge', |
3372 | 3373 |
'That export does not exist.' => 'Dieser Export existiert nicht.', |
locale/en/all | ||
---|---|---|
1641 | 1641 |
'Groups valid for this client' => '', |
1642 | 1642 |
'HTML' => '', |
1643 | 1643 |
'HTML Templates' => '', |
1644 |
'HTML field' => '', |
|
1644 | 1645 |
'Handling of WebDAV' => '', |
1645 | 1646 |
'Hardcopy' => '', |
1646 | 1647 |
'Has item type' => '', |
... | ... | |
3362 | 3363 |
'Text blocks back' => '', |
3363 | 3364 |
'Text blocks front' => '', |
3364 | 3365 |
'Text field' => '', |
3365 |
'Text field variables: \'WIDTH=w HEIGHT=h\' sets the width and height of the text field. They default to 30 and 5 respectively.' => '', |
|
3366 |
'Text field and HTML field variables: \'WIDTH=w HEIGHT=h\' sets the width and height of the text field. They default to 30 and 5 respectively.' => '',
|
|
3366 | 3367 |
'Text in CSV File' => '', |
3367 | 3368 |
'Text variables: \'MAXLENGTH=n\' sets the maximum entry length to \'n\'.' => '', |
3368 |
'Text, text field and number variables: The default value will be used as-is.' => '', |
|
3369 |
'Text, text field, HTML field and number variables: The default value will be used as-is.' => '',
|
|
3369 | 3370 |
'Texts for invoices' => '', |
3370 | 3371 |
'Texts for quotations & orders' => '', |
3371 | 3372 |
'That export does not exist.' => '', |
templates/webpages/custom_variable_config/form.html | ||
---|---|---|
127 | 127 |
(4) [% 'The default value depends on the variable type:' | $T8 %] |
128 | 128 |
<br> |
129 | 129 |
<ul> |
130 |
<li>[%- 'Text, text field and number variables: The default value will be used as-is.' | $T8 %]</li> |
|
130 |
<li>[%- 'Text, text field, HTML field and number variables: The default value will be used as-is.' | $T8 %]</li>
|
|
131 | 131 |
<li>[%- 'Boolean variables: If the default value is non-empty then the checkbox will be checked by default and unchecked otherwise.' | $T8 %]</li> |
132 | 132 |
<li>[%- 'Date and timestamp variables: If the default value equals \'NOW\' then the current date/current timestamp will be used. Otherwise the default value is copied as-is.' | $T8 %]</li> |
133 | 133 |
</ul> |
... | ... | |
138 | 138 |
<br> |
139 | 139 |
<ul> |
140 | 140 |
<li>[%- 'Text variables: \'MAXLENGTH=n\' sets the maximum entry length to \'n\'.' | $T8 %]</li> |
141 |
<li>[%- 'Text field variables: \'WIDTH=w HEIGHT=h\' sets the width and height of the text field. They default to 30 and 5 respectively.' | $T8 %]</li> |
|
141 |
<li>[%- 'Text field and HTML field variables: \'WIDTH=w HEIGHT=h\' sets the width and height of the text field. They default to 30 and 5 respectively.' | $T8 %]</li>
|
|
142 | 142 |
<li>[%- 'Number variables: \'PRECISION=n\' forces numbers to be shown with exactly n decimal places.' | $T8 %]</li> |
143 | 143 |
<li>[%- 'Selection fields: The option field must contain the available options for the selection. Options are separated by \'##\', for example \'Early##Normal##Late\'.' | $T8 %]</li> |
144 | 144 |
</ul> |
Auch abrufbar als: Unified diff
Benutzerdef. Var. als HTML-Feld: Verwaltung