Revision fe8f7c08
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
templates/webpages/acctranscorrections/analyze_filter.html | ||
---|---|---|
4 | 4 |
<p><div class="listheading">[% title %]</div></p> |
5 | 5 |
|
6 | 6 |
<p> |
7 |
[% 'Earlier versions of Lx-Office contained bugs which might have led to wrong entries in the general ledger.' | $T8 %]
|
|
7 |
[% 'Earlier versions of kivitendo contained bugs which might have led to wrong entries in the general ledger.' | $T8 %]
|
|
8 | 8 |
[% 'These wrong entries cannot be fixed automatically.' | $T8 %] |
9 | 9 |
[% 'This module can help you identify and correct such entries by analyzing the general ledger and presenting you likely solutions but also allowing you to fix problems yourself.' | $T8 %] |
10 | 10 |
</p> |
templates/webpages/acctranscorrections/analyze_overview.html | ||
---|---|---|
4 | 4 |
|
5 | 5 |
<p><div class="listtop">[% title %]</div></p> |
6 | 6 |
|
7 |
<p>[% 'Lx-Office has found one or more problems in the general ledger.' | $T8 %]</p>
|
|
7 |
<p>[% 'kivitendo has found one or more problems in the general ledger.' | $T8 %]</p>
|
|
8 | 8 |
|
9 | 9 |
<p> |
10 | 10 |
[% 'Period' | $T8 %]: |
templates/webpages/acctranscorrections/assistant_for_ap_ar_wrong_taxkeys.html | ||
---|---|---|
11 | 11 |
</p> |
12 | 12 |
|
13 | 13 |
<p> |
14 |
[% 'Lx-Office can fix these problems automatically.' | $T8 %]
|
|
14 |
[% 'kivitendo can fix these problems automatically.' | $T8 %]
|
|
15 | 15 |
|
16 | 16 |
[% 'For AP transactions it will replace the sales taxkeys with input taxkeys with the same tax rate.' | $T8 %] |
17 | 17 |
|
templates/webpages/acctranscorrections/assistant_for_invoice_inventory_with_taxkeys.html | ||
---|---|---|
5 | 5 |
<p><div class="listtop">[% title %]</div></p> |
6 | 6 |
|
7 | 7 |
<p> |
8 |
[% 'There is at least one sales or purchase invoice for which Lx-Office recorded an inventory transaction with taxkeys even though no tax was recorded.' | $T8 %]
|
|
8 |
[% 'There is at least one sales or purchase invoice for which kivitendo recorded an inventory transaction with taxkeys even though no tax was recorded.' | $T8 %]
|
|
9 | 9 |
</p> |
10 | 10 |
|
11 | 11 |
<p> |
12 |
[% 'Lx-Office can fix these problems automatically.' | $T8 %]
|
|
12 |
[% 'kivitendo can fix these problems automatically.' | $T8 %]
|
|
13 | 13 |
|
14 | 14 |
[% 'It will simply set the taxkey to 0 (meaning "no taxes") which is the correct value for such inventory transactions.' | $T8 %] |
15 | 15 |
</p> |
templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys.html | ||
---|---|---|
21 | 21 |
<p> |
22 | 22 |
[% 'This could have happened for two reasons:' | $T8 %] |
23 | 23 |
|
24 |
[% 'The first reason is that Lx-Office contained a bug which resulted in the wrong taxkeys being recorded for transactions in which two entries are posted for the same chart with different taxkeys.' | $T8 %]
|
|
24 |
[% 'The first reason is that kivitendo contained a bug which resulted in the wrong taxkeys being recorded for transactions in which two entries are posted for the same chart with different taxkeys.' | $T8 %]
|
|
25 | 25 |
|
26 |
[% 'The second reason is that Lx-Office allowed the user to enter the tax amount manually regardless of the taxkey used.' | $T8 %]
|
|
26 |
[% 'The second reason is that kivitendo allowed the user to enter the tax amount manually regardless of the taxkey used.' | $T8 %]
|
|
27 | 27 |
|
28 | 28 |
[% 'Such entries cannot be exported into the DATEV format and have to be fixed as well.' | $T8 %] |
29 | 29 |
</p> |
templates/webpages/admin/adminlogin.html | ||
---|---|---|
6 | 6 |
|
7 | 7 |
<a href="http://www.kivitendo.org"><img src="image/kivitendo.png" border="0"></a> |
8 | 8 |
|
9 |
<h3 class="login">[% 'Lx-Office' | $T8 %] [% HTML.escape(version) %]</h3>
|
|
9 |
<h3 class="login">[% 'kivitendo' | $T8 %] [% HTML.escape(version) %]</h3>
|
|
10 | 10 |
|
11 | 11 |
<h2>[% 'Administration' | $T8 %]</h2> |
12 | 12 |
|
templates/webpages/admin/check_auth_database.html | ||
---|---|---|
6 | 6 |
<form method="post" action="admin.pl"> |
7 | 7 |
|
8 | 8 |
<p> |
9 |
[% 'The database for user management and authentication does not exist. You can create let Lx-Office create it with the following parameters:' | $T8 %]
|
|
9 |
[% 'The database for user management and authentication does not exist. You can create let kivitendo create it with the following parameters:' | $T8 %]
|
|
10 | 10 |
</p> |
11 | 11 |
|
12 | 12 |
<table border="0"> |
templates/webpages/admin/create_standard_group_ask.html | ||
---|---|---|
7 | 7 |
|
8 | 8 |
<p> |
9 | 9 |
|
10 |
[% 'Lx-Office has been switched to group-based access restrictions.' | $T8 %]
|
|
10 |
[% 'kivitendo has been switched to group-based access restrictions.' | $T8 %]
|
|
11 | 11 |
|
12 |
[%- 'You have to create at least one group, grant it access to Lx-Office\'s functions and assign users to it.' | $T8 %]
|
|
12 |
[%- 'You have to create at least one group, grant it access to kivitendo\'s functions and assign users to it.' | $T8 %]
|
|
13 | 13 |
|
14 | 14 |
[% 'Otherwise all users will only have access to their own settings.' | $T8 %] |
15 | 15 |
|
... | ... | |
17 | 17 |
|
18 | 18 |
<p> |
19 | 19 |
|
20 |
[%- '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 %]
|
|
20 |
[%- 'During this user migration kivitendo can create such a group for you and grant all users access to all of kivitendo\'s functions.' | $T8 %]
|
|
21 | 21 |
|
22 |
[%- 'This corresponds to Lx-Office\'s behavior prior to version 2.4.4.' | $T8 %]
|
|
22 |
[%- 'This corresponds to kivitendo\'s behavior prior to version 2.4.4.' | $T8 %]
|
|
23 | 23 |
|
24 | 24 |
</p> |
25 | 25 |
|
... | ... | |
31 | 31 |
|
32 | 32 |
<p> |
33 | 33 |
|
34 |
[% 'Do you want Lx-Office to create a group for access to all functions?' | $T8 %]
|
|
34 |
[% 'Do you want kivitendo to create a group for access to all functions?' | $T8 %]
|
|
35 | 35 |
|
36 | 36 |
[% 'This group will be called "Full Access".' | $T8 %] |
37 | 37 |
|
templates/webpages/admin/restore_dataset.html | ||
---|---|---|
20 | 20 |
<p> |
21 | 21 |
[%- 'The backup you upload here has to be a file created with "pg_dump -o -Ft".' | $T8 %] |
22 | 22 |
[%- 'It may optionally be compressed with "gzip".' | $T8 %] |
23 |
[%- 'Files created by Lx-Office\'s "Backup Dataset" function are such files.' | $T8 %]
|
|
23 |
[%- 'Files created by kivitendo\'s "Backup Dataset" function are such files.' | $T8 %]
|
|
24 | 24 |
</p> |
25 | 25 |
|
26 | 26 |
<table> |
templates/webpages/datev/net_gross_difference.html | ||
---|---|---|
5 | 5 |
</p> |
6 | 6 |
|
7 | 7 |
<p> |
8 |
Lx-Office speichert Buchungsdaten als aggregierte Nettowerte.
|
|
8 |
kivitendo speichert Buchungsdaten als aggregierte Nettowerte.
|
|
9 | 9 |
|
10 | 10 |
Das DATEV-Dateiformat hingegen erwartet aufgeteilte Buchungss?tze mit |
11 | 11 |
Bruttowerten. |
12 | 12 |
|
13 | 13 |
Es ist deshalb technisch nicht immer m?glich, aus den vorhandenen |
14 | 14 |
aggregierten Nettowerten solche Bruttowerte zu errechnen, sodass f?r |
15 |
einen Beleg betrachtet die von Lx-Office angezeigten und die in den
|
|
15 |
einen Beleg betrachtet die von kivitendo angezeigten und die in den
|
|
16 | 16 |
DATEV-Export geschriebenen Bruttowerte exakt ?bereinstimmen. |
17 | 17 |
|
18 | 18 |
Abweichungen im Cent-Bereich sind in beide Richtungen m?glich (Brutto |
19 |
Lx-Office ist gr??er als Brutto DATEV und umgekehrt), werden aber von
|
|
19 |
kivitendo ist gr??er als Brutto DATEV und umgekehrt), werden aber von
|
|
20 | 20 |
den Steuerbeh?rden anstandslos akzeptiert. |
21 | 21 |
</p> |
22 | 22 |
|
templates/webpages/dbupgrade/buchungsgruppen_header.html | ||
---|---|---|
4 | 4 |
<div class="listtop">[% 'Introduction of Buchungsgruppen' | $T8 %]</div> |
5 | 5 |
|
6 | 6 |
<p> |
7 |
[%- 'Prior to Lx-Office v2.4.0 the user had to chose the accounts for each part and service.' | $T8 %]
|
|
8 |
[%- 'Lx-Office 2.4.0 introduces two new concepts: tax zones and Buchungsgruppen.' | $T8 %]
|
|
7 |
[%- 'Prior to version v2.4.0 the user had to chose the accounts for each part and service.' | $T8 %]
|
|
8 |
[%- 'Version 2.4.0 introduces two new concepts: tax zones and Buchungsgruppen.' | $T8 %]
|
|
9 | 9 |
[%- 'There are four tax zones.' | $T8 %] |
10 | 10 |
[%- '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 %] |
11 | 11 |
[%- 'Now the user must select a single Buchungsgruppe for each part instead of three distinct accounts.' | $T8 %] |
templates/webpages/dbupgrade/units_header.html | ||
---|---|---|
4 | 4 |
<div class="listtop">[% 'Introduction of units' | $T8 %]</div> |
5 | 5 |
|
6 | 6 |
<p> |
7 |
[% 'Prior to Lx-Office v2.4.0 the user could enter arbitrary strings as units for parts, services and in invoices, sales quotations etc.' | $T8 %]
|
|
8 |
[% 'In Lx-Office 2.4.0 the administrator has to enter a list of units in the administrative section.' | $T8 %]
|
|
9 |
[% 'These units can be based on other units so that Lx-Office can convert prices when the user switches from one unit to another.' | $T8 %]
|
|
7 |
[% 'Prior to version v2.4.0 the user could enter arbitrary strings as units for parts, services and in invoices, sales quotations etc.' | $T8 %]
|
|
8 |
[% 'In version 2.4.0 the administrator has to enter a list of units in the administrative section.' | $T8 %]
|
|
9 |
[% 'These units can be based on other units so that kivitendo can convert prices when the user switches from one unit to another.' | $T8 %]
|
|
10 | 10 |
</p> |
11 | 11 |
|
12 | 12 |
<p> |
templates/webpages/dbupgrade/warehouse_form.html | ||
---|---|---|
4 | 4 |
|
5 | 5 |
<form action="[% script %]" method="POST"> |
6 | 6 |
<p> |
7 |
[% 'Lx-Office is now able to manage warehouses instead of just tracking the amount of goods in your system.' | $T8 %]
|
|
7 |
[% 'kivitendo is now able to manage warehouses instead of just tracking the amount of goods in your system.' | $T8 %]
|
|
8 | 8 |
[% 'This update will change the nature the onhand of goods is tracked.' | $T8 %] |
9 | 9 |
[% 'As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking' | $T8 %] |
10 | 10 |
</p> |
templates/webpages/dbupgrade/warning.html | ||
---|---|---|
6 | 6 |
<input type="hidden" name="action" value="login"> |
7 | 7 |
<p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p> |
8 | 8 |
<p class="message_hint"> |
9 |
[% LxERP.t8('Lx-Office is about to update the database [ #1 ].', dbname) | html %]
|
|
9 |
[% LxERP.t8('kivitendo is about to update the database [ #1 ].', dbname) | html %]
|
|
10 | 10 |
</p> |
11 | 11 |
<p> |
12 | 12 |
[% 'You should create a backup of the database before proceeding because the backup might not be reversible.' | $T8 %] |
templates/webpages/login/auth_db_needs_update.html | ||
---|---|---|
4 | 4 |
<p><b>[% LxERP.t8('Error!') %]</b></p> |
5 | 5 |
|
6 | 6 |
<p> |
7 |
[% LxERP.t8('Lx-Office needs to update the authentication database before you can proceed.') %]
|
|
7 |
[% LxERP.t8('Kivitendo needs to update the authentication database before you can proceed.') %]
|
|
8 | 8 |
[% LxERP.t8('Please log in to the administration panel.') %] |
9 |
[% LxERP.t8('Lx-Office will then update the database automatically.') %]
|
|
9 |
[% LxERP.t8('Kivitendo will then update the database automatically.') %]
|
|
10 | 10 |
</p> |
11 | 11 |
|
12 | 12 |
<hr> |
13 | 13 |
<p> |
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/Lx-Office-Dokumentation.pdf" target="_blank">Lx-Office-Dokumentation.pdf</a>
|
|
14 |
[% LxERP.t8('For further information read this: ') %] <a href="doc/html/index.html" target="_blank">Kivitendo 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/Kivitendo-Dokumentation.pdf" target="_blank">Kivitendo-Dokumentation.pdf</a>
|
|
16 | 16 |
</p> |
17 | 17 |
|
18 | 18 |
<hr> |
templates/webpages/login/auth_db_unreachable.html | ||
---|---|---|
5 | 5 |
|
6 | 6 |
<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> |
7 | 7 |
|
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>
|
|
8 |
<p>[% 'If you want to set up the authentication database yourself then log in to the administration panel. kivitendo will then create the database and tables for you.' | $T8 %]</p>
|
|
9 | 9 |
<hr> |
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/Lx-Office-Dokumentation.pdf" target="_blank"> Lx-Office-Dokumentation.pdf</a></p>
|
|
10 |
<p>[% 'For further information read this: ' | $T8 %] <a href="doc/html/index.html" target="_blank">kivitendo 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/Kivitendo-Dokumentation.pdf" target="_blank">Kivitendo-Dokumentation.pdf</a></p>
|
|
12 | 12 |
|
13 | 13 |
<hr> |
14 | 14 |
|
templates/webpages/login/authentication_pl_missing.html | ||
---|---|---|
3 | 3 |
|
4 | 4 |
<p><b>[% 'Error!' | $T8 %]</b></p> |
5 | 5 |
|
6 |
<p>[% 'The authentication configuration file "config/lx_office.conf" does not exist. This Lx-Office installation has probably not been updated correctly yet. Please contact your administrator.' | $T8 %]</p>
|
|
6 |
<p>[% 'The authentication configuration file "config/lx_office.conf" does not exist. This kivitendo installation has probably not been updated correctly yet. Please contact your administrator.' | $T8 %]</p>
|
|
7 | 7 |
|
8 | 8 |
<p>[% 'If you yourself want to upgrade the installation then please read the file "doc/UPGRADE" and follow the steps outlined in this file.' | $T8 %]</p> |
9 | 9 |
|
templates/webpages/login/login_screen.html | ||
---|---|---|
6 | 6 |
<tr> |
7 | 7 |
<td class="login" align="center"> |
8 | 8 |
<a href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo.png" border="0"></a> |
9 |
<h3 class="login" align="center">[% 'Lx-Office' | $T8 %] [% version %]</h3>
|
|
9 |
<h3 class="login" align="center">[% 'kivitendo' | $T8 %] [% version %]</h3>
|
|
10 | 10 |
|
11 | 11 |
[% IF error_message %] |
12 | 12 |
<p><span class="message_error_login">[% error_message %]</span></p> |
templates/webpages/login/old_configuration_files.html | ||
---|---|---|
3 | 3 |
<div class="listtop">[% title %]</div> |
4 | 4 |
|
5 | 5 |
<p> |
6 |
[%- LxERP.t8('Starting with Lx-Office 2.6.3 the configuration files in "config" have been consolidated.') %]
|
|
6 |
[%- LxERP.t8('Starting with version 2.6.3 the configuration files in "config" have been consolidated.') %]
|
|
7 | 7 |
[%- LxERP.t8('The following old files whose settings have to be merged manually into the new configuration file "config/lx_office.conf" still exist:') %] |
8 | 8 |
</p> |
9 | 9 |
|
... | ... | |
14 | 14 |
</ul> |
15 | 15 |
|
16 | 16 |
<p> |
17 |
[%- LxERP.t8('Due to security concerns these files have to be deleted or moved after the migration before you can continue using Lx-Office.') %]
|
|
17 |
[%- LxERP.t8('Due to security concerns these files have to be deleted or moved after the migration before you can continue using kivitendo.') %]
|
|
18 | 18 |
</p> |
19 | 19 |
|
20 | 20 |
<p> |
... | ... | |
22 | 22 |
</p> |
23 | 23 |
<p> |
24 | 24 |
|
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>
|
|
25 |
[%- LxERP.t8('Which is located at doc/Kivitendo-Dokumentation.pdf. Click here: ') %] <a href ="doc/Kivitendo-Dokumentation.pdf">doc/Kivitendo-Dokumentation.pdf</a>
|
|
26 | 26 |
</p> |
27 | 27 |
|
28 | 28 |
<p> |
templates/webpages/menu/header.html | ||
---|---|---|
4 | 4 |
[% UNLESS is_links %] |
5 | 5 |
<span class="frame-header-element frame-header-left"> |
6 | 6 |
[<a href="JavaScript:Switch_Menu();" title="[% 'Switch Menu on / off' | $T8 %]">[% 'Menu' | $T8 %]</a>] |
7 |
[<a HREF="login.pl" target="_blank" title="[% 'Open a further Lx-Office Window or Tab' | $T8 %]">[% 'New Win/Tab' | $T8 %]</a>]
|
|
7 |
[<a HREF="login.pl" target="_blank" title="[% 'Open a further kivitendo Window or Tab' | $T8 %]">[% 'New Win/Tab' | $T8 %]</a>]
|
|
8 | 8 |
[<a href="JavaScript:top.main_window.print();" title="[% 'Hardcopy' | $T8 %]">[% 'Print' | $T8 %]</a>] |
9 | 9 |
[<a href="Javascript:top.main_window.history.back();" title="[% 'Go one step back' | $T8 %]">[% 'Back' | $T8 %]</a>] |
10 | 10 |
[<a href="Javascript:top.main_window.history.forward();" title="[% 'Go one step forward' | $T8 %]">[% 'Fwd' | $T8 %]</a>] |
templates/webpages/payment_term/form.html | ||
---|---|---|
65 | 65 |
|
66 | 66 |
<hr size="3" noshade> |
67 | 67 |
|
68 |
<p>[% LxERP.t8("You can use the following strings in the long description and all translations. They will be replaced by their actual values by Lx-Office before they're output.") %]</p>
|
|
68 |
<p>[% LxERP.t8("You can use the following strings in the long description and all translations. They will be replaced by their actual values by kivitendo before they're output.") %]</p>
|
|
69 | 69 |
|
70 | 70 |
<table> |
71 | 71 |
<tr class="listheading"><th>[%- LxERP.t8('Field') %]</th><th>[%- LxERP.t8('Description') %]</th></tr> |
Auch abrufbar als: Unified diff
mehr kivitendo rebranding