~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/zh-TW.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.js
 
7
 */
 
8
 
 
9
/**
 
10
 * Namespace: OpenLayers.Lang["zh-TW"]
 
11
 * Dictionary for Traditional Chinese. (Used Mainly in Taiwan) 
 
12
 * Keys for entries are used in calls to
 
13
 *     <OpenLayers.Lang.translate>.  Entry bodies are normal strings or
 
14
 *     strings formatted for use with <OpenLayers.String.format> calls.
 
15
 */
 
16
OpenLayers.Lang["zh-TW"] = {
 
17
 
 
18
    'unhandledRequest': "未處理的請求,傳回值為 ${statusText}。",
 
19
 
 
20
    'permalink': "永久連結",
 
21
 
 
22
    'overlays': "額外圖層",
 
23
 
 
24
    'baseLayer': "基礎圖層",
 
25
 
 
26
    'sameProjection':
 
27
        "地圖縮覽(OverviewMap)只能在跟主地圖相同投影時起作用。",
 
28
 
 
29
    'readNotImplemented': "沒有實作讀取的功能。",
 
30
 
 
31
    'writeNotImplemented': "沒有實作寫入的功能。",
 
32
 
 
33
    'noFID': "因為沒有 FID 所以無法更新 feature。",
 
34
 
 
35
    'errorLoadingGML': "讀取GML檔案 ${url} 錯誤。",
 
36
 
 
37
    'browserNotSupported':
 
38
        "您的瀏覽器未支援向量渲染. 目前支援的渲染方式是:\n${renderers}",
 
39
 
 
40
    'componentShouldBe': "addFeatures : 元件應該為 ${geomType}",
 
41
 
 
42
    // console message
 
43
    'getFeatureError':
 
44
        "getFeatureFromEvent 在一個沒有被渲染的圖層裡被呼叫。這通常意味著您 " +
 
45
        "摧毀了一個圖層,但並未摧毀相關的handler。",
 
46
 
 
47
    // console message
 
48
    'minZoomLevelError':
 
49
        "minZoomLevel 屬性僅適合用在 " +
 
50
        "FixedZoomLevels-descendent 類型的圖層. 這個" +
 
51
        "wfs layer 的 minZoomLevel 是過去所遺留下來的," +
 
52
        "然而我們不能移除它而不讓它將" +
 
53
        "過去的程式相容性給破壞掉。" +
 
54
        "因此我們將會迴避使用它 -- minZoomLevel " +
 
55
        "會在3.0被移除,請改" +
 
56
        "用在這邊描述的 min/max resolution 設定: " +
 
57
        "http://trac.openlayers.org/wiki/SettingZoomLevels",
 
58
 
 
59
    'commitSuccess': "WFS Transaction: 成功 ${response}",
 
60
 
 
61
    'commitFailed': "WFS Transaction: 失敗 ${response}",
 
62
 
 
63
    'googleWarning':
 
64
        "The Google Layer 圖層無法被正確的載入。<br><br>" +
 
65
        "要迴避這個訊息, 請在右上角的圖層改變器裡," +
 
66
        "選一個新的基礎圖層。<br><br>" +
 
67
        "很有可能是因為 Google Maps 的函式庫" +
 
68
        "腳本沒有被正確的置入,或沒有包含 " +
 
69
        "您網站上正確的 API key <br><br>" +
 
70
        "開發者: 要幫助這個行為正確完成," +
 
71
        "<a href='http://trac.openlayers.org/wiki/Google' " +
 
72
        "target='_blank'>請按這裡</a>",
 
73
 
 
74
    'getLayerWarning':
 
75
        "${layerType} 圖層無法被正確的載入。<br><br>" +
 
76
        "要迴避這個訊息, 請在右上角的圖層改變器裡," +
 
77
        "選一個新的基礎圖層。<br><br>" +
 
78
        "很有可能是因為 ${layerLib} 的函式庫" +
 
79
        "腳本沒有被正確的置入。<br><br>" +
 
80
        "開發者: 要幫助這個行為正確完成," +
 
81
        "<a href='http://trac.openlayers.org/wiki/${layerLib}' " +
 
82
        "target='_blank'>請按這裡</a>",
 
83
 
 
84
    'scale': "Scale = 1 : ${scaleDenom}",
 
85
 
 
86
    // console message
 
87
    'layerAlreadyAdded':
 
88
        "你試著新增圖層: ${layerName} 到地圖上,但圖層之前就已經被新增了。",
 
89
 
 
90
    // console message
 
91
    'reprojectDeprecated':
 
92
        "你正使用 'reproject' 這個選項 " +
 
93
        "在 ${layerName} 層。這個選項已經不再使用:" +
 
94
        "它的使用原本是設計用來支援在商業地圖上秀出資料," + 
 
95
        "但這個功能已經被" +
 
96
        "Spherical Mercator所取代。更多的資訊可以在 " +
 
97
        "http://trac.openlayers.org/wiki/SphericalMercator 找到。",
 
98
 
 
99
    // console message
 
100
    'methodDeprecated':
 
101
        "這個方法已經不再使用且在3.0將會被移除," +
 
102
        "請使用 ${newMethod} 來代替。",
 
103
 
 
104
    // console message
 
105
    'boundsAddError': "您必須傳入 x 跟 y 兩者的值進 add 函數。",
 
106
 
 
107
    // console message
 
108
    'lonlatAddError': "您必須傳入 lon 跟 lat 兩者的值進 add 函數。",
 
109
 
 
110
    // console message
 
111
    'pixelAddError': "您必須傳入 x 跟 y 兩者的值進 add 函數。",
 
112
 
 
113
    // console message
 
114
    'unsupportedGeometryType': "未支援的幾何型別: ${geomType}。",
 
115
 
 
116
    // console message
 
117
    'pagePositionFailed':
 
118
        "OpenLayers.Util.pagePosition 失敗: id ${elemId} 的 element 可能被錯置。",
 
119
                    
 
120
    'end': ''
 
121
};