[Commits] r2586 - in sandbox/pgiraud/playground/print-multipage/geoext.ux/ux/MultiPagePrint/lib: . locale
commits at geoext.org
commits at geoext.org
Tue Feb 1 14:02:19 CET 2011
Author: fredj
Date: 2011-02-01 14:02:19 +0100 (Tue, 01 Feb 2011)
New Revision: 2586
Added:
sandbox/pgiraud/playground/print-multipage/geoext.ux/ux/MultiPagePrint/lib/locale/
sandbox/pgiraud/playground/print-multipage/geoext.ux/ux/MultiPagePrint/lib/locale/MultiPagePrint-fr.js
Log:
french translation added
Added: sandbox/pgiraud/playground/print-multipage/geoext.ux/ux/MultiPagePrint/lib/locale/MultiPagePrint-fr.js
===================================================================
--- sandbox/pgiraud/playground/print-multipage/geoext.ux/ux/MultiPagePrint/lib/locale/MultiPagePrint-fr.js (rev 0)
+++ sandbox/pgiraud/playground/print-multipage/geoext.ux/ux/MultiPagePrint/lib/locale/MultiPagePrint-fr.js 2011-02-01 13:02:19 UTC (rev 2586)
@@ -0,0 +1,28 @@
+/**
+ * Copyright (c) 2008-2011 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.
+ */
+
+/**
+ * @requires GeoExt/Lang.js
+ */
+
+GeoExt.Lang.add("fr", {
+ "GeoExt.ux.MultiPagePrint.prototype": {
+ layoutText: "Disposition",
+ dpiText: "PPP",
+ scaleText: "Échelle",
+ rotationText: "Rotation",
+ printText: "Imprimer",
+ creatingPdfText: "Création du PDF ...",
+ pageText: "Page",
+ addPageText: "Ajouter une page",
+ titleFieldLabel: "Titre",
+ commentFieldLabel: "Commentaires",
+ defaultTitleText: "Titre de la carte",
+ defaultCommentText: "Commentaire sur la carte"
+ }
+});
More information about the Commits
mailing list