Revision c22cbab9
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
locale/de/cp_greeting_migration | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'Database update error:' => 'Fehler beim Datenbankupgrade:', |
|
5 |
}; |
|
6 |
|
|
7 |
$self->{subs} = { |
|
8 |
'do_query' => 'do_query', |
|
9 |
'do_update' => 'do_update', |
|
10 |
'migrate_data' => 'migrate_data', |
|
11 |
'mydberror' => 'mydberror', |
|
12 |
'print_question' => 'print_question', |
|
13 |
'query_result' => 'query_result', |
|
14 |
'set_default_greetings' => 'set_default_greetings', |
|
15 |
}; |
|
16 |
|
|
17 |
1; |
templates/webpages/ct/form_header_de.html | ||
---|---|---|
337 | 337 |
<th align="left" nowrap>Geschlecht</th> |
338 | 338 |
<td> |
339 | 339 |
<select id="cp_gender" name="cp_gender"> |
340 |
<option value="m"[% IF cp_gender == 'm' %] selected[% END %]>männlich</option>
|
|
340 |
<option value="m"[% IF cp_gender == 'm' %] selected[% END %]>m?nnlich</option>
|
|
341 | 341 |
<option value="f"[% IF cp_gender == 'f' %] selected[% END %]>weiblich</option> |
342 | 342 |
</select> |
343 | 343 |
</td> |
templates/webpages/dbupgrade/cp_greeting_update_form_de.html | ||
---|---|---|
1 |
[% USE HTML %]<div class="listtop">cp_greeting to cp_gender migration</div>
|
|
1 |
[% USE HTML %]<div class="listtop">Datenumwandlung von Titel nach Geschlecht (cp_greeting to cp_gender)</div>
|
|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
<form action="[% script %]" method="POST"> |
templates/webpages/generictranslations/edit_greetings_de.html | ||
---|---|---|
16 | 16 |
|
17 | 17 |
<tr> |
18 | 18 |
<th class="listheading"> </th> |
19 |
<th class="listheading">männlich</th>
|
|
19 |
<th class="listheading">m?nnlich</th>
|
|
20 | 20 |
<th class="listheading">weiblich</th> |
21 | 21 |
</tr> |
22 | 22 |
|
templates/webpages/ic/confirm_price_update_de.html | ||
---|---|---|
14 | 14 |
[% LxERP.format_string('Ungef?hr #1 Preise werden aktualisiert.', num_matches) %] |
15 | 15 |
</p> |
16 | 16 |
|
17 |
<p>Sind Sie sicher, dass Sie die Preise aktualisieren wollen?</p> |
|
17 |
<p>Sind Sie sicher, dass Sie die Preise aktualisieren wollen??</p>
|
|
18 | 18 |
|
19 | 19 |
<p> |
20 | 20 |
<input name="action" class="submit" type="submit" value="Weiter"> |
templates/webpages/report_generator/html_report_de.html | ||
---|---|---|
108 | 108 |
<input type="hidden" name="action" value="report_generator_dispatcher"> |
109 | 109 |
|
110 | 110 |
<p> |
111 |
Listenexport<br>
|
|
111 |
Export anzeigen<br>
|
|
112 | 112 |
[% IF ALLOW_PDF_EXPORT %]<input type="submit" class="submit" onclick="submit_report_generator_form('report_generator_export_as_pdf')" value="Als PDF exportieren">[% END %] |
113 | 113 |
[% IF ALLOW_CSV_EXPORT %]<input type="submit" class="submit" onclick="submit_report_generator_form('report_generator_export_as_csv')" value="Als CSV exportieren">[% END %] |
114 | 114 |
</p> |
templates/webpages/sepa/bank_transfer_search_de.html | ||
---|---|---|
68 | 68 |
<tr> |
69 | 69 |
<td> |
70 | 70 |
<input type="checkbox" name="l_not_executed" id="l_not_executed" value="1" checked> |
71 |
<label for="l_not_executed">Noch nicht ausgeführt</label>
|
|
71 |
<label for="l_not_executed">Noch nicht ausgef?hrt</label>
|
|
72 | 72 |
</td> |
73 | 73 |
|
74 | 74 |
<td> |
Auch abrufbar als: Unified diff
Fehlende Locales für SEPA.