[Mapbender-commits] r2713 - branches/2.5/http/print
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jul 24 02:17:28 EDT 2008
Author: beck
Date: 2008-07-24 02:17:27 -0400 (Thu, 24 Jul 2008)
New Revision: 2713
Modified:
branches/2.5/http/print/printPDF.conf
Log:
Modified: branches/2.5/http/print/printPDF.conf
===================================================================
--- branches/2.5/http/print/printPDF.conf 2008-07-24 05:54:24 UTC (rev 2712)
+++ branches/2.5/http/print/printPDF.conf 2008-07-24 06:17:27 UTC (rev 2713)
@@ -84,15 +84,18 @@
$label_orientation = _mb("Orientation:");
$label_portrait = _mb("portrait");
$label_landscape = _mb("landscape");
+
+$label_quality = "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 1:");
+$comment1_length = 30;
+$comment2_length = 30;
-$label_comment = _mb("Comment (max. 30)");
-$comment_length = 30;
+$label_button = _mb('Print');
-$label_button = _mb('print');
-
/*
* default
* url string matching and replacement
More information about the Mapbender_commits
mailing list