[Mapbender-commits] r3007 - branches/2.5/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Sep 26 02:54:01 EDT 2008


Author: astrid_emde
Date: 2008-09-26 02:54:01 -0400 (Fri, 26 Sep 2008)
New Revision: 3007

Modified:
   branches/2.5/http/print/printPDF_b.conf
Log:
changes converning i18n

Modified: branches/2.5/http/print/printPDF_b.conf
===================================================================
--- branches/2.5/http/print/printPDF_b.conf	2008-09-25 14:45:24 UTC (rev 3006)
+++ branches/2.5/http/print/printPDF_b.conf	2008-09-26 06:54:01 UTC (rev 3007)
@@ -45,7 +45,7 @@
 $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"));
@@ -86,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