Textausrichtung im neuen Printer-Admin auf left geändert.
Sprachdateien angepasst.
'List Price' => 'Listenpreis',
'List Price Factors' => 'Preisfaktoren anzeigen',
'List Pricegroups' => 'Preisgruppen anzeigen',
- 'List Printer' => 'Drucker anzeigen',
'List Tax' => 'Bearbeiten',
'List Transactions' => 'Buchungsliste',
'List Warehouses' => 'Lager anzeigen',
'List Price' => 'Listenpreis',
'List Price Factors' => 'Preisfaktoren anzeigen',
'List Pricegroups' => 'Preisgruppen anzeigen',
- 'List Printer' => 'Drucker anzeigen',
'List Tax' => 'Bearbeiten',
'List Transactions' => 'Buchungsliste',
'List Warehouses' => 'Lager anzeigen',
'Please read the file' => 'Bitte lesen Sie die Datei',
'Please select a customer from the list below.' => 'Bitte einen Endkunden aus der Liste auswählen',
'Please select a part from the list below.' => 'Bitte wählen Sie einen Artikel aus der Liste aus.',
+ 'Please select a user' => 'Bitte wählen Sie einen Benutzer aus',
'Please select a vendor from the list below.' => 'Bitte einen Händler aus der Liste auswählen',
'Please select the chart of accounts this installation is using from the list below.' => 'Bitte wählen Sie den Kontenrahmen aus, der bei dieser Installation verwendet wird.',
'Please select the database you want to backup' => 'Bitte wählen Sie die zu sichernde Datenbank gefunden',
'Printer' => 'Drucker',
'Printer Command' => 'Druckbefehl',
'Printer Command missing!' => 'Druckbefehl fehlt',
- 'Printer Description' => 'Druckerbeschreibung',
- 'Printer deleted!' => 'Drucker gelöscht!',
- 'Printer saved!' => 'Drucker gespeichert!',
+ 'Printer Management' => 'Druckeradministration',
+ 'Printers are created for a user database. Please select a user. The associated database will be edited.' => 'Drucker werden für eine Benutzerdatenbank erzeugt. Bitte wählen Sie einen Benutzer aus. Die Drucker werden in der verknüpften Datenbank angelegt.',
'Printing ... ' => 'Es wird gedruckt.',
'Prior to Lx-Office v2.4.0 the user could enter arbitrary strings as units for parts, services and in invoices, sales quotations etc.' => 'Vor Lx-Office 2.4.0 konnte der Benutzer bei Artikeln, Dienstleistungen und Rechnungen, Angeboten etc beliebige Einheiten angeben.',
'Prior to Lx-Office v2.4.0 the user had to chose the accounts for each part and service.' => 'Vor Lx-Office 2.4.0 musste der Benutzer die Konten bei jeder Ware und jeder Dienstleistung einzeln auswählen.',
'List Price' => '',
'List Price Factors' => '',
'List Pricegroups' => '',
- 'List Printer' => '',
'List Tax' => '',
'List Transactions' => '',
'List Warehouses' => '',
'Please read the file' => '',
'Please select a customer from the list below.' => '',
'Please select a part from the list below.' => '',
+ 'Please select a user' => '',
'Please select a vendor from the list below.' => '',
'Please select the chart of accounts this installation is using from the list below.' => '',
'Please select the database you want to backup' => '',
'Printer' => '',
'Printer Command' => '',
'Printer Command missing!' => '',
- 'Printer Description' => '',
- 'Printer deleted!' => '',
- 'Printer saved!' => '',
+ 'Printer Management' => '',
+ 'Printers are created for a user database. Please select a user. The associated database will be edited.' => '',
'Printing ... ' => '',
'Prior to Lx-Office v2.4.0 the user could enter arbitrary strings as units for parts, services and in invoices, sales quotations etc.' => '',
'Prior to Lx-Office v2.4.0 the user had to chose the accounts for each part and service.' => '',
<table width=100%>
<tr height="5"></tr>
<tr>
- <th align=right>[% 'Printer' | $T8 %]</th>
+ <th align=left>[% 'Printer' | $T8 %]</th>
<td><input name="printer.printer_description" size=30 value="[% printer.printer_description | html %]"></td>
<tr>
<tr>
- <th align=right>[% 'Printer Command' | $T8 %]</th>
+ <th align=left>[% 'Printer Command' | $T8 %]</th>
<td><input name="printer.printer_command" size=30 value="[% printer.printer_command | html %]"></td>
</tr>
<tr>
- <th align=right>[% 'Template Code' | $T8 %]</th>
+ <th align=left>[% 'Template Code' | $T8 %]</th>
<td><input name="printer.template_code" size=5 value="[% printer.template_code | html %]"></td>
</tr>
<td colspan=2><hr size=3 noshade></td>
[%- FOREACH row = all_printers %]
<tr valign=top class="listrow[% loop.count % 2 %]">
<td><a href="[% edit_link %][% row.id %]">[% row.printer_description %]</a></td>
- <td align=right>[% row.printer_command | html %]</td>
- <td align=right>[% row.template_code | html %]</td>
+ <td align=left>[% row.printer_command | html %]</td>
+ <td align=left>[% row.template_code | html %]</td>
</tr>
[%- END %]
[%- ELSE %]