[% 'You can correct this transaction by chosing the correct taxkeys from the drop down boxes and hitting the button "Fix transaction" afterwards.' | $T8 %]
- [% 'It is possible that even after such a correction there is something wrong with this transaction (e.g. taxes that don't match the selected taxkey). Therefore you should re-run the general ledger analysis.' | $T8 %]
+ [%- 'It is possible that even after such a correction there is something wrong with this transaction (e.g. taxes that don\'t match the selected taxkey). Therefore you should re-run the general ledger analysis.' | $T8 %]
</p>
<p>
[% 'Lx-Office has been switched to group-based access restrictions.' | $T8 %]
- [% 'You have to create at least one group, grant it access to Lx-Office's functions and assign users to it.' | $T8 %]
+ [%- 'You have to create at least one group, grant it access to Lx-Office\'s functions and assign users to it.' | $T8 %]
[% 'Otherwise all users will only have access to their own settings.' | $T8 %]
<p>
- [% 'During this user migration Lx-Office can create such a group for you and grant all users access to all of Lx-Office's functions.' | $T8 %]
+ [%- 'During this user migration Lx-Office can create such a group for you and grant all users access to all of Lx-Office\'s functions.' | $T8 %]
- [% 'This corresponds to Lx-Office's behavior prior to version 2.4.4.' | $T8 %]
+ [%- 'This corresponds to Lx-Office\'s behavior prior to version 2.4.4.' | $T8 %]
</p>
</p>
<p>
- [% 'The backup you upload here has to be a file created with "pg_dump -o -Ft".' | $T8 %]
- [% 'It may optionally be compressed with "gzip".' | $T8 %]
- [% 'Files created by Lx-Office's "Backup Dataset" function are such files.' | $T8 %]
+ [%- 'The backup you upload here has to be a file created with "pg_dump -o -Ft".' | $T8 %]
+ [%- 'It may optionally be compressed with "gzip".' | $T8 %]
+ [%- 'Files created by Lx-Office\'s "Backup Dataset" function are such files.' | $T8 %]
</p>
<table>
<hr>
<p>
- [% 'The restoration process is complete. Please review "pg_restore"'s output to find out if the restoration was successful.' | $T8 %]
- [% LxERP.t8("The programs exit code was #1 ("0" usually means that everything went OK).", retval) | html %]
+ [%- 'The restoration process is complete. Please review "pg_restore"\'s output to find out if the restoration was successful.' | $T8 %]
+ [%- 'The program\'s exit code was [% HTML.escape(retval) %] ("0" usually means that everything went OK).' | $T8 %]
</p>
<form method="post" action="admin.pl">
<h2>[% title %]</h2>
- <p>[% 'The restoration process has started. Here's the output of the "pg_restore" command:' | $T8 %]</p>
+ <p>[%- 'The restoration process has started. Here\'s the output of the "pg_restore" command:' | $T8 %]</p>
<hr>
[% ELSE %]
<p>
- [% 'Bins that have been used in the past cannot be deleted anymore. For these bins there's no checkbox in the "Delete" column.' | $T8 %]
+ [%- 'Bins that have been used in the past cannot be deleted anymore. For these bins there\'s no checkbox in the "Delete" column.' | $T8 %]
</p>
<form method="post" action="am.pl">
(3) [% 'The default value depends on the variable type:' | $T8 %]
<br>
<ul>
- <li>[% 'Text, text field and number variables: The default value will be used as-is.' | $T8 %]</li>
- <li>[% 'Boolean variables: If the default value is non-empty then the checkbox will be checked by default and unchecked otherwise.' | $T8 %]</li>
- <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>
+ <li>[%- 'Text, text field and number variables: The default value will be used as-is.' | $T8 %]</li>
+ <li>[%- 'Boolean variables: If the default value is non-empty then the checkbox will be checked by default and unchecked otherwise.' | $T8 %]</li>
+ <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>
</ul>
</p>
(4) [% 'The available options depend on the varibale type:' | $T8 %]
<br>
<ul>
- <li>[% 'Text variables: 'MAXLENGTH=n' sets the maximum entry length to 'n'.' | $T8 %]</li>
- <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>
- <li>[% 'Number variables: 'PRECISION=n' forces numbers to be shown with exactly n decimal places.' | $T8 %]</li>
- <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>
+ <li>[%- 'Text variables: \'MAXLENGTH=n\' sets the maximum entry length to \'n\'.' | $T8 %]</li>
+ <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>
+ <li>[%- 'Number variables: \'PRECISION=n\' forces numbers to be shown with exactly n decimal places.' | $T8 %]</li>
+ <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>
</ul>
<br>
[% 'Other values are ignored.' | $T8 %]
<p>
(5)
- [% 'A variable marked as 'editable' can be changed in each quotation, order, invoice etc.' | $T8 %]
+ [%- 'A variable marked as \'editable\' can be changed in each quotation, order, invoice etc.' | $T8 %]
[% 'Otherwise the variable is only available for printing.' | $T8 %]
</p>
}
else {
defaults.splice(remove,1);
- document.getElementById('inputText').innerHTML += ((document.getElementById('inputText').innerHTML == "") ? ("<b>[% 'You've already chosen the following limitations:' | $T8 %]</b><br>") : ("<br>")) + translated[last];
+ document.getElementById('inputText').innerHTML += ((document.getElementById('inputText').innerHTML == "") ? ("<b>[%- 'You\'ve already chosen the following limitations:' | $T8 %]</b><br>") : ("<br>")) + translated[last];
if(defaults.length > 0) {
document.getElementById('einschraenkungen').value += ((document.getElementById('einschraenkungen').value == "") ? ("") : (",")) + last;
tempString = "<select id='selectForm'><option></option>";
<div class="listtop">[% 'Introduction of Buchungsgruppen' | $T8 %]</div>
<p>
- [% 'Prior to Lx-Office v2.4.0 the user had to chose the accounts for each part and service.' | $T8 %]
- [% 'Lx-Office 2.4.0 introduces two new concepts: tax zones and Buchungsgruppen.' | $T8 %]
- [% 'There are four tax zones.' | $T8 %]
- [% 'A Buchungsgruppe consists of a descriptive name and the account numbers for the income and expense accounts for those four tax zones as well as the inventory account number.' | $T8 %]
- [% 'Now the user must select a single Buchungsgruppe for each part instead of three distinct accounts.' | $T8 %]
- [% 'Therefore there's no need to create the same article more than once if it is sold or bought in/from another tax zone.' | $T8 %]
+ [%- 'Prior to Lx-Office v2.4.0 the user had to chose the accounts for each part and service.' | $T8 %]
+ [%- 'Lx-Office 2.4.0 introduces two new concepts: tax zones and Buchungsgruppen.' | $T8 %]
+ [%- 'There are four tax zones.' | $T8 %]
+ [%- 'A Buchungsgruppe consists of a descriptive name and the account numbers for the income and expense accounts for those four tax zones as well as the inventory account number.' | $T8 %]
+ [%- 'Now the user must select a single Buchungsgruppe for each part instead of three distinct accounts.' | $T8 %]
+ [%- 'Therefore there\'s no need to create the same article more than once if it is sold or bought in/from another tax zone.' | $T8 %]
</p>
<p>
<div class="subsubheading">[% 'Add unit' | $T8 %]</div>
<p>
- [% 'For each unit there's either no or exactly one base unit. If you chose a base unit then you also have to chose a factor. That way the new unit will be defined as a multiple of the base unit. The base unit must be the "smaller" one. A factor may not be less than 1. Therefore you may define "kg" with the base unit "g" and a factor of "1", but not the other way round.' | $T8 %]
+ [%- 'For each unit there\'s either no or exactly one base unit. If you chose a base unit then you also have to chose a factor. That way the new unit will be defined as a multiple of the base unit. The base unit must be the "smaller" one. A factor may not be less than 1. Therefore you may define "kg" with the base unit "g" and a factor of "1", but not the other way round.' | $T8 %]
</p>
<p>
<div class="subsubheading">[% 'Add unit' | $T8 %]</div>
<p>
- [% 'For each unit there's either no or exactly one base unit. If you chose a base unit then you also have to chose a factor. That way the new unit will be defined as a multiple of the base unit. The base unit must be the "smaller" one. A factor may not be less than 1. Therefore you may define "kg" with the base unit "g" and a factor of "1", but not the other way round.' | $T8 %]
+ [%- 'For each unit there\'s either no or exactly one base unit. If you chose a base unit then you also have to chose a factor. That way the new unit will be defined as a multiple of the base unit. The base unit must be the "smaller" one. A factor may not be less than 1. Therefore you may define "kg" with the base unit "g" and a factor of "1", but not the other way round.' | $T8 %]
</p>
<p>
<p><b>[% 'Error!' | $T8 %]</b></p>
- <p>[% 'The authentication database is not reachable at the moment. Either it hasn't been set up yet or the database server might be down. Please contact your administrator.' | $T8 %]</p>
+ <p>[%- 'The authentication database is not reachable at the moment. Either it hasn\'t been set up yet or the database server might be down. Please contact your administrator.' | $T8 %]</p>
<p>[% 'If you want to set up the authentication database yourself then log in to the administration panel. Lx-Office will then create the database and tables for you.' | $T8 %]</p>
[%- IF show_vendor_bank_info_footnote %]
<p>
- <sup>(1)</sup> [% 'No bank information has been entered in this vendor's master data entry. You cannot create bank transfers unless you enter bank information.' | $T8 %]
+ <sup>(1)</sup> [%- 'No bank information has been entered in this vendor\'s master data entry. You cannot create bank transfers unless you enter bank information.' | $T8 %]
</p>
[%- END %]
<form action="sepa.pl" method="post">
<p>
- [% 'Do you really want to close the following SEPA exports? No payment will be recorded for bank transfers that haven't been marked as executed yet.' | $T8 %]
+ [%- 'Do you really want to close the following SEPA exports? No payment will be recorded for bank transfers that haven\'t been marked as executed yet.' | $T8 %]
</p>
<p>