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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Sep 10 04:33:37 EDT 2008


Author: astrid_emde
Date: 2008-09-10 04:33:37 -0400 (Wed, 10 Sep 2008)
New Revision: 2917

Modified:
   branches/2.5/http/print/printPDF.conf
   branches/2.5/http/print/printPDF_b.conf
Log:
i18n, Gesetzestext f?\195?\188r beide Formate hinzugef?\195?\188gt

Modified: branches/2.5/http/print/printPDF.conf
===================================================================
--- branches/2.5/http/print/printPDF.conf	2008-09-10 08:26:56 UTC (rev 2916)
+++ branches/2.5/http/print/printPDF.conf	2008-09-10 08:33:37 UTC (rev 2917)
@@ -58,13 +58,13 @@
 
 
 $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 duplicaedted, modified, published or be passed to third parties only in agreement with"));
+$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."));
 
-$text14 = $admin->char_decode(_mb("This copy is protected,"));
-$text15 = $admin->char_decode(_mb("ask me!!!!"));
-$text16 = $admin->char_decode(_mb("or the publisher"));
-$text17 = $admin->char_decode(_mb("or use is internally."));
+$text14 = $admin->char_decode(_mb("This copy is protected by law (Par. 3 Abs. 1 VermKatG NW). "));
+$text15 = $admin->char_decode(_mb("It can be duplicated, modified, published or be passed to third parties"));
+$text16 = $admin->char_decode(_mb("only in agreement with the publisher except duplicates"));
+$text17 = $admin->char_decode(_mb("and modifications aimed at internal use of government agencies or private use."));
 
 /*
 * Labeling for buttons, textfields ...
@@ -82,8 +82,8 @@
 $label_landscape = _mb("landscape");
 
 $label_quality = _mb("Quality");
-$label_72dpi = "72 dpi";
-$label_288dpi = "288 dpi";
+$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:");

Modified: branches/2.5/http/print/printPDF_b.conf
===================================================================
--- branches/2.5/http/print/printPDF_b.conf	2008-09-10 08:26:56 UTC (rev 2916)
+++ branches/2.5/http/print/printPDF_b.conf	2008-09-10 08:33:37 UTC (rev 2917)
@@ -24,7 +24,7 @@
 * Legend
 */
 $legend=true;
-$label_legend = _mb('Print legend');
+$label_legend = _mb('print legend');
 $legendFilename = TMPDIR."/legend_".substr(md5(uniqid(rand())),0,7).".png";
 $legendFilenameUserPolygon = TMPDIR."/legend_".substr(md5(uniqid(rand())),0,7).".png";
 $legendText = $admin->char_decode(_mb("Legend"));
@@ -58,13 +58,13 @@
 
 
 $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 duplicaedted, modified, published or be passed to third parties only in agreement with"));
+$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."));
 
-$text14 = $admin->char_decode(_mb("This copy is protected,"));
-$text15 = $admin->char_decode(_mb("ask me!!!!"));
-$text16 = $admin->char_decode(_mb("or the publisher"));
-$text17 = $admin->char_decode(_mb("or use is internally."));
+$text14 = $admin->char_decode(_mb("This copy is protected by law (Par. 3 Abs. 1 VermKatG NW). "));
+$text15 = $admin->char_decode(_mb("It can be duplicated, modified, published or be passed to third parties"));
+$text16 = $admin->char_decode(_mb("only in agreement with the publisher except duplicates"));
+$text17 = $admin->char_decode(_mb("and modifications aimed at internal use of government agencies or private use."));
 
 /*
 * Labeling for buttons, textfields ...
@@ -81,11 +81,12 @@
 $label_portrait = _mb("portrait");
 $label_landscape = _mb("landscape");
 
+$label_quality = _mb("Quality");
 $label_72dpi = sprintf(_mb("Quality: %d dpi"), 72);
 $label_288dpi = sprintf(_mb("Quality: %d dpi"), 288);
 
-$label_comment1 = "Comment 1";
-$label_comment2 = "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