[Mapbender-commits] r3008 - branches/2.5/http/print
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Sep 26 02:55:30 EDT 2008
Author: astrid_emde
Date: 2008-09-26 02:55:30 -0400 (Fri, 26 Sep 2008)
New Revision: 3008
Modified:
branches/2.5/http/print/printPDF.conf
Log:
changes converning i18n
Modified: branches/2.5/http/print/printPDF.conf
===================================================================
--- branches/2.5/http/print/printPDF.conf 2008-09-26 06:54:01 UTC (rev 3007)
+++ branches/2.5/http/print/printPDF.conf 2008-09-26 06:55:30 UTC (rev 3008)
@@ -45,12 +45,12 @@
$new_comment2 = $admin->char_decode($_REQUEST["comment2"]);
$text1 = $admin->char_decode(_mb("Print preview"));
-$text2 = "- Mapbender -";
+$text2 = "Mapbender";
$text3 = "";
$text4 = $admin->char_decode(_mb("Scale 1:")). " ".$_REQUEST["map_scale"];
-$text5 = $admin->char_decode(_mb("Date:")) . " ".date("d.m.Y",strtotime("now"));
+$text5 = $admin->char_decode(_mb("Date")) . ": ".date("d.m.Y",strtotime("now"));
-$text6 = $admin->char_decode(_mb("Notes:"));
+$text6 = $admin->char_decode(_mb("Notes")).":";
$text7 = "";
$text8 = $new_comment1;
$text9 = $new_comment2;
@@ -58,6 +58,7 @@
$text11 = $admin->char_decode(_mb("This copy has been automatically generated and is thus not valid without signature."));
+
$text12 = $admin->char_decode(_mb("This copy is protected by law (Par. 3 Abs. 1 VermKatG NW). It can be duplicated, modified, published or be passed to third parties only in agreement with"));
$text13 = $admin->char_decode(_mb("the publisher, except duplicates and modifications aimed at internal use of government agencies or private use."));
@@ -65,6 +66,7 @@
$text15 = $admin->char_decode(_mb("It can be duplicated, modified, published or be passed to third parties only in"));
$text16 = $admin->char_decode(_mb("agreement with the publisher except duplicates and modifications"));
$text17 = $admin->char_decode(_mb("aimed at internal use of government agencies or private use."));
+
/*
* Labeling for buttons, textfields ...
*/
@@ -84,8 +86,8 @@
$label_72dpi = sprintf(_mb("Quality: %d dpi"), 72);
$label_288dpi = sprintf(_mb("Quality: %d dpi"), 288);
-$label_comment1 = _mb("Comment 1:");
-$label_comment2 = _mb("Comment 2:");
+$label_comment1 = _mb("Comment")." 1:";
+$label_comment2 = _mb("Comment")." 2:";
$comment1_length = 30;
$comment2_length = 30;
More information about the Mapbender_commits
mailing list