From 1323773a00d2e50b08a5be4415c24c871742c201 Mon Sep 17 00:00:00 2001
From: Moritz Bunkus
Date: Mon, 16 Jan 2012 15:59:40 +0100
Subject: [PATCH] dokumentation.pdf zur Klarheit umbenennen
---
...okumentation.pdf => Lx-Office-Dokumentation.pdf} | Bin
locale/de/all | 2 +-
scripts/build_doc.sh | 2 +-
templates/webpages/admin/create_dataset.html | 4 ++--
templates/webpages/login/auth_db_needs_update.html | 2 +-
templates/webpages/login/auth_db_unreachable.html | 2 +-
.../webpages/login/old_configuration_files.html | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
rename doc/{dokumentation.pdf => Lx-Office-Dokumentation.pdf} (100%)
diff --git a/doc/dokumentation.pdf b/doc/Lx-Office-Dokumentation.pdf
similarity index 100%
rename from doc/dokumentation.pdf
rename to doc/Lx-Office-Dokumentation.pdf
diff --git a/locale/de/all b/locale/de/all
index d15391414..66b9e8f6d 100644
--- a/locale/de/all
+++ b/locale/de/all
@@ -2062,7 +2062,7 @@ $self->{texts} = {
'Weight unit' => 'Gewichtseinheit',
'What term you are looking for?' => 'Nach welchem Begriff wollen Sie suchen?',
'What type of item is this?' => 'Was ist dieser Artikel?',
- 'Which is located at doc/dokumentation.pdf. Click here: ' => 'Zu finden in doc/dokumentation.pdf. Oder hier klicken: ',
+ 'Which is located at doc/Lx-Office-Dokumentation.pdf. Click here: ' => 'Zu finden in doc/Lx-Office-Dokumentation.pdf. Oder hier klicken: ',
'With Extension Of Time' => 'mit Dauerfristverlängerung',
'Workflow Delivery Order' => 'Workflow Lieferschein',
'Workflow purchase_order' => 'Workflow Lieferantenauftrag',
diff --git a/scripts/build_doc.sh b/scripts/build_doc.sh
index ce96ffe43..0f3a7af3c 100755
--- a/scripts/build_doc.sh
+++ b/scripts/build_doc.sh
@@ -58,7 +58,7 @@ cp -R ../custom-cfg/* ${custom}/
if [[ $pdf = 1 ]] ; then
./generator.sh dokumentation pdf
- cp ${output}/pdf/dokumentation.pdf ../../
+ cp ${output}/pdf/dokumentation.pdf ../../Lx-Office-Dokumentation.pdf
fi
if [[ $html = 1 ]]; then
diff --git a/templates/webpages/admin/create_dataset.html b/templates/webpages/admin/create_dataset.html
index f1b7f0ca0..23c547a3f 100644
--- a/templates/webpages/admin/create_dataset.html
+++ b/templates/webpages/admin/create_dataset.html
@@ -58,7 +58,7 @@
[% FOREACH row = INVENTORY_SYSTEMS %][% HTML.escape(row.name) | $T8 %] [% END %]
- [% '* there are restrictions for the perpetual method, look at chapter "Bemerkungen zu Bestandsmethode" in' | $T8 %] dokumentation.pdf .
+ [% '* there are restrictions for the perpetual method, look at chapter "Bemerkungen zu Bestandsmethode" in' | $T8 %] Lx-Office-Dokumentation.pdf .
@@ -73,7 +73,7 @@
- [% '*) 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 %] Kapitel Konfiguration zur Einnahmenüberschussrechnung/ Bilanzierung: EUR
+ [% '*) 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 %] Kapitel Konfiguration zur Einnahmenüberschussrechnung/ Bilanzierung: EUR
diff --git a/templates/webpages/login/auth_db_needs_update.html b/templates/webpages/login/auth_db_needs_update.html
index 542b9c966..9a16f2156 100644
--- a/templates/webpages/login/auth_db_needs_update.html
+++ b/templates/webpages/login/auth_db_needs_update.html
@@ -12,7 +12,7 @@
[% LxERP.t8('For further information read this: ') %] Lx-Office Installation
- [% LxERP.t8('Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ') %] dokumentation.pdf
+ [% LxERP.t8('Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ') %] Lx-Office-Dokumentation.pdf
diff --git a/templates/webpages/login/auth_db_unreachable.html b/templates/webpages/login/auth_db_unreachable.html
index 5d503a086..092fe95f0 100644
--- a/templates/webpages/login/auth_db_unreachable.html
+++ b/templates/webpages/login/auth_db_unreachable.html
@@ -8,7 +8,7 @@
[% '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 %]
[% 'For further information read this: ' | $T8 %] Lx-Office Installation
- [% 'Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ' | $T8 %] dokumentation.pdf
+ [% 'Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ' | $T8 %] Lx-Office-Dokumentation.pdf
diff --git a/templates/webpages/login/old_configuration_files.html b/templates/webpages/login/old_configuration_files.html
index 32f331336..7bd7f61b2 100644
--- a/templates/webpages/login/old_configuration_files.html
+++ b/templates/webpages/login/old_configuration_files.html
@@ -22,7 +22,7 @@
- [%- LxERP.t8('Which is located at doc/dokumentation.pdf. Click here: ') %] doc/dokumentation.pdf
+ [%- LxERP.t8('Which is located at doc/Lx-Office-Dokumentation.pdf. Click here: ') %] doc/Lx-Office-Dokumentation.pdf
--
2.20.1