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