]> dev.renevier.net Git - syp.git/blob - openlayers/lib/OpenLayers/Lang/en-CA.js
initial commit
[syp.git] / openlayers / lib / OpenLayers / Lang / en-CA.js
1 /* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
2  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
3  * full text of the license. */
4
5 /**
6  * @requires OpenLayers/Lang/en.js
7  */
8
9 /**
10  * Namespace: OpenLayers.Lang["en-CA"]
11  * Dictionary for English-CA.  This dictionary inherits from the standard
12  *     English dictionary.  Override only those entries with language specific
13  *     to the CA region.
14  *     
15  * Keys for entries are used in calls to <OpenLayers.Lang.translate>.  Entry
16  *     bodies are normal strings or strings formatted for use with
17  *     <OpenLayers.String.format> calls.
18  */
19 OpenLayers.Lang['en-CA'] = OpenLayers.Util.applyDefaults({
20
21     // add any entries specific for this region here
22     // e.g.
23     // "someKey": "Some regionally specific value"
24     
25 }, OpenLayers.Lang["en"]);