'General ledger and cash' => 'Finanzbuchhaltung und Zahlungsverkehr',
'General ledger corrections' => 'Korrekturen im Hauptbuch',
'Generic Tax Report' => 'USTVA Bericht',
+ 'German' => 'Deutsch',
'Given Name' => 'Vorname',
'Greeting' => 'Anrede',
'Group' => 'Warengruppe',
<tr>
<th align="right">Sprache</th>
<td>
- <select name="countrycode">
+ Deutsch
+ <input type="hidden" name="countrycode" value="de">
+<!-- <select name="countrycode">
[% FOREACH row = ALL_COUNTRYCODES %]<option value="[% HTML.escape(row.value) %]" [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) %]</option>
[% END %]
- </select>
+ </select>-->
</td>
</tr>
<tr>
<th align="right"><translate>Language</translate></th>
<td>
- <select name="countrycode">
+ <translate>German</translate>
+ <input type="hidden" name="countrycode" value="de">
+<!-- <select name="countrycode">
[% FOREACH row = ALL_COUNTRYCODES %]<option value="[% HTML.escape(row.value) %]" [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) %]</option>
[% END %]
- </select>
+ </select>-->
</td>
</tr>
<tr>
<th align="right">Sprache</th>
<td>
- <select name="countrycode">
+ Deutsch
+ <input type="hidden" name="countrycode" value="de">
+<!-- <select name="countrycode">
[%- FOREACH row = COUNTRYCODES %]
<option value="[% HTML.escape(row.value) %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.name) %]</option>
[%- END %]
- </select>
+ </select>-->
</td>
</tr>
<tr>
<th align="right"><translate>Language</translate></th>
<td>
- <select name="countrycode">
+ <translate>German</translate>
+ <input type="hidden" name="countrycode" value="de">
+<!-- <select name="countrycode">
[%- FOREACH row = COUNTRYCODES %]
<option value="[% HTML.escape(row.value) %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.name) %]</option>
[%- END %]
- </select>
+ </select>-->
</td>
</tr>