pulling up #2582 into the 2.9 branch

git-svn-id: http://svn.openlayers.org/branches/openlayers/2.9@10219 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2010-04-15 14:58:05 +00:00
parent 12264fb33a
commit 0a87606285
22 changed files with 343 additions and 50 deletions
+20 -1
View File
@@ -4,6 +4,7 @@
/* Translators (2009 onwards):
* - Meno25
* - Mutarjem horr
*/
/**
@@ -18,6 +19,24 @@
*/
OpenLayers.Lang["ar"] = OpenLayers.Util.applyDefaults({
'permalink': "وصلة دائمة"
'permalink': "وصلة دائمة",
'baseLayer': "الطبقة الاساسية",
'readNotImplemented': "القراءة غير محققة.",
'writeNotImplemented': "الكتابة غير محققة",
'errorLoadingGML': "خطأ عند تحميل الملف جي ام ال ${url}",
'scale': "النسبة = 1 : ${scaleDenom}",
'W': "غ",
'E': "شر",
'N': "شم",
'S': "ج"
});