[Commits] r2604 - core/trunk/geoext/lib/GeoExt/locale
commits at geoext.org
commits at geoext.org
Fri Feb 11 15:46:17 CET 2011
Author: bartvde
Date: 2011-02-11 15:46:17 +0100 (Fri, 11 Feb 2011)
New Revision: 2604
Added:
core/trunk/geoext/lib/GeoExt/locale/GeoExt-nl.js
Log:
adding Dutch locale for GeoExt
Added: core/trunk/geoext/lib/GeoExt/locale/GeoExt-nl.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/locale/GeoExt-nl.js (rev 0)
+++ core/trunk/geoext/lib/GeoExt/locale/GeoExt-nl.js 2011-02-11 14:46:17 UTC (rev 2604)
@@ -0,0 +1,23 @@
+/**
+ * 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("nl", {
+ "GeoExt.tree.LayerContainer.prototype": {
+ text: "Kaartlagen"
+ },
+ "GeoExt.tree.BaseLayerContainer.prototype": {
+ text: "Basis kaarten"
+ },
+ "GeoExt.tree.OverlayLayerContainer.prototype": {
+ text: "Kaart overlays"
+ }
+});
More information about the Commits
mailing list