~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to gis/dhis-gis-geostat/mfbase/openlayers/lib/OpenLayers/Lang/en-CA.js

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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"]);