Revision 1323773a
Von Moritz Bunkus vor fast 13 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
2062 | 2062 |
'Weight unit' => 'Gewichtseinheit', |
2063 | 2063 |
'What <b>term</b> you are looking for?' => 'Nach welchem <b>Begriff</b> wollen Sie suchen?', |
2064 | 2064 |
'What type of item is this?' => 'Was ist dieser Artikel?', |
2065 |
'Which is located at doc/dokumentation.pdf. Click here: ' => 'Zu finden in doc/dokumentation.pdf. Oder hier klicken: ',
|
|
2065 |
'Which is located at doc/Lx-Office-Dokumentation.pdf. Click here: ' => 'Zu finden in doc/Lx-Office-Dokumentation.pdf. Oder hier klicken: ',
|
|
2066 | 2066 |
'With Extension Of Time' => 'mit Dauerfristverlängerung', |
2067 | 2067 |
'Workflow Delivery Order' => 'Workflow Lieferschein', |
2068 | 2068 |
'Workflow purchase_order' => 'Workflow Lieferantenauftrag', |
scripts/build_doc.sh | ||
---|---|---|
58 | 58 |
|
59 | 59 |
if [[ $pdf = 1 ]] ; then |
60 | 60 |
./generator.sh dokumentation pdf |
61 |
cp ${output}/pdf/dokumentation.pdf ../../ |
|
61 |
cp ${output}/pdf/dokumentation.pdf ../../Lx-Office-Dokumentation.pdf
|
|
62 | 62 |
fi |
63 | 63 |
|
64 | 64 |
if [[ $html = 1 ]]; then |
templates/webpages/admin/create_dataset.html | ||
---|---|---|
58 | 58 |
<select name="inventory_system"> |
59 | 59 |
[% FOREACH row = INVENTORY_SYSTEMS %]<option value=[% HTML.escape(row.name) %] [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) | $T8 %]</option>[% END %] |
60 | 60 |
</select> |
61 |
[% '* there are restrictions for the perpetual method, look at chapter "Bemerkungen zu Bestandsmethode" in' | $T8 %] <a href="doc/dokumentation.pdf">dokumentation.pdf</a>.
|
|
61 |
[% '* there are restrictions for the perpetual method, look at chapter "Bemerkungen zu Bestandsmethode" in' | $T8 %] <a href="doc/Lx-Office-Dokumentation.pdf">Lx-Office-Dokumentation.pdf</a>.
|
|
62 | 62 |
</td> |
63 | 63 |
|
64 | 64 |
</tr> |
... | ... | |
73 | 73 |
</tr> |
74 | 74 |
<tr> |
75 | 75 |
<td colspan="2"> |
76 |
[% '*) Since version 2.7 these parameters ares set in the client database and not in the lx-erp.conf / lx_office.conf file, details in chapter:' | $T8 %] <a href="doc/dokumentation.pdf">Kapitel Konfiguration zur Einnahmenüberschussrechnung/ Bilanzierung: EUR</a>
|
|
76 |
[% '*) Since version 2.7 these parameters ares set in the client database and not in the lx-erp.conf / lx_office.conf file, details in chapter:' | $T8 %] <a href="doc/Lx-Office-Dokumentation.pdf">Kapitel Konfiguration zur Einnahmenüberschussrechnung/ Bilanzierung: EUR</a>
|
|
77 | 77 |
</td> |
78 | 78 |
</tr> |
79 | 79 |
</table> |
templates/webpages/login/auth_db_needs_update.html | ||
---|---|---|
12 | 12 |
<hr> |
13 | 13 |
<p> |
14 | 14 |
[% LxERP.t8('For further information read this: ') %] <a href="doc/html/index.html" target="_blank">Lx-Office Installation</a><br> |
15 |
[% LxERP.t8('Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ') %] <a href="doc/dokumentation.pdf" target="_blank">dokumentation.pdf</a>
|
|
15 |
[% LxERP.t8('Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ') %] <a href="doc/Lx-Office-Dokumentation.pdf" target="_blank">Lx-Office-Dokumentation.pdf</a>
|
|
16 | 16 |
</p> |
17 | 17 |
|
18 | 18 |
<hr> |
templates/webpages/login/auth_db_unreachable.html | ||
---|---|---|
8 | 8 |
<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> |
9 | 9 |
<hr> |
10 | 10 |
<p>[% 'For further information read this: ' | $T8 %] <a href="doc/html/index.html" target="_blank">Lx-Office Installation</a><br> |
11 |
[% 'Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ' | $T8 %] <a href="doc/dokumentation.pdf" target="_blank"> dokumentation.pdf</a></p>
|
|
11 |
[% 'Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ' | $T8 %] <a href="doc/Lx-Office-Dokumentation.pdf" target="_blank"> Lx-Office-Dokumentation.pdf</a></p>
|
|
12 | 12 |
|
13 | 13 |
<hr> |
14 | 14 |
|
templates/webpages/login/old_configuration_files.html | ||
---|---|---|
22 | 22 |
</p> |
23 | 23 |
<p> |
24 | 24 |
|
25 |
[%- LxERP.t8('Which is located at doc/dokumentation.pdf. Click here: ') %] <a href ="doc/dokumentation.pdf">doc/dokumentation.pdf</a>
|
|
25 |
[%- LxERP.t8('Which is located at doc/Lx-Office-Dokumentation.pdf. Click here: ') %] <a href ="doc/Lx-Office-Dokumentation.pdf">doc/Lx-Office-Dokumentation.pdf</a>
|
|
26 | 26 |
</p> |
27 | 27 |
|
28 | 28 |
<p> |
Auch abrufbar als: Unified diff
dokumentation.pdf zur Klarheit umbenennen