[Commits] r2487 - in extensions/geoext.ux/ux: FeatureBrowser/lib FeatureBrowser/lib/locale Measure/lib Measure/lib/locale PrintPreview/lib PrintPreview/lib/locale SimplePrint/lib SimplePrint/lib/locale

commits at geoext.org commits at geoext.org
Tue Nov 23 14:58:36 CET 2010


Author: tschaub
Date: 2010-11-23 14:58:35 +0100 (Tue, 23 Nov 2010)
New Revision: 2487

Added:
   extensions/geoext.ux/ux/FeatureBrowser/lib/locale/
   extensions/geoext.ux/ux/FeatureBrowser/lib/locale/FeatureBrowser-fr.js
   extensions/geoext.ux/ux/Measure/lib/locale/
   extensions/geoext.ux/ux/Measure/lib/locale/Measure-fr.js
   extensions/geoext.ux/ux/PrintPreview/lib/locale/
   extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-fr.js
   extensions/geoext.ux/ux/SimplePrint/lib/locale/
   extensions/geoext.ux/ux/SimplePrint/lib/locale/SimplePrint-fr.js
Log:
Adding French strings from fredj for the ux (see #352).

Added: extensions/geoext.ux/ux/FeatureBrowser/lib/locale/FeatureBrowser-fr.js
===================================================================
--- extensions/geoext.ux/ux/FeatureBrowser/lib/locale/FeatureBrowser-fr.js	                        (rev 0)
+++ extensions/geoext.ux/ux/FeatureBrowser/lib/locale/FeatureBrowser-fr.js	2010-11-23 13:58:35 UTC (rev 2487)
@@ -0,0 +1,13 @@
+/**
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
+ *
+ * Published under the BSD license.
+ * See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
+ * of the license.
+ */
+
+GeoExt.Lang.add("fr", {
+    "GeoExt.ux.FeatureBrowser.prototype": {
+        counterText: "composant {0} sur {1}"
+    }
+});

Added: extensions/geoext.ux/ux/Measure/lib/locale/Measure-fr.js
===================================================================
--- extensions/geoext.ux/ux/Measure/lib/locale/Measure-fr.js	                        (rev 0)
+++ extensions/geoext.ux/ux/Measure/lib/locale/Measure-fr.js	2010-11-23 13:58:35 UTC (rev 2487)
@@ -0,0 +1,16 @@
+/**
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
+ *
+ * Published under the BSD license.
+ * See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
+ * of the license.
+ */
+
+GeoExt.Lang.add("fr", {
+    "GeoExt.ux.MeasureLength.prototype": {
+        tooltip: "Mesurer une distance"
+    },
+    "GeoExt.ux.MeasureArea.prototype": {
+        tooltip: "Mesurer une surface"
+    }
+});

Added: extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-fr.js
===================================================================
--- extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-fr.js	                        (rev 0)
+++ extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-fr.js	2010-11-23 13:58:35 UTC (rev 2487)
@@ -0,0 +1,18 @@
+/**
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
+ *
+ * Published under the BSD license.
+ * See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
+ * of the license.
+ */
+
+GeoExt.Lang.add("fr", {
+    "GeoExt.ux.PrintPreview.prototype": {
+        paperSizeText: "Taille du papier:",
+        resolutionText: "Résolution:",
+        printText: "Imprimer",
+        emptyTitleText: "Titre",
+        emptyCommentText: "Commentaires",
+        creatingPdfText: "Creation du PDF ..."
+    }
+});

Added: extensions/geoext.ux/ux/SimplePrint/lib/locale/SimplePrint-fr.js
===================================================================
--- extensions/geoext.ux/ux/SimplePrint/lib/locale/SimplePrint-fr.js	                        (rev 0)
+++ extensions/geoext.ux/ux/SimplePrint/lib/locale/SimplePrint-fr.js	2010-11-23 13:58:35 UTC (rev 2487)
@@ -0,0 +1,17 @@
+/**
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
+ *
+ * Published under the BSD license.
+ * See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
+ * of the license.
+ */
+
+GeoExt.Lang.add("fr", {
+    "GeoExt.ux.SimplePrint.prototype": {
+        layoutText: "Disposition",
+        dpiText: "PPP",
+        scaleText: "Échelle",
+        printText: "Imprimer",
+        creatingPdfText: "Création du PDF ..."
+    }
+});



More information about the Commits mailing list