Fixed - showing old service alerts when calling the future alerts function
[busui.git] / labs / ar.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* Translators (2009 onwards):
 *  - Meno25
 *  - Mutarjem horr
 */
 
/**
 * @requires OpenLayers/Lang.js
 */
 
/**
 * Namespace: OpenLayers.Lang["ar"]
 * Dictionary for العربية.  Keys for entries are used in calls to
 *     <OpenLayers.Lang.translate>.  Entry bodies are normal strings or
 *     strings formatted for use with <OpenLayers.String.format> calls.
 */
OpenLayers.Lang["ar"] = OpenLayers.Util.applyDefaults({
 
    'permalink': "وصلة دائمة",
 
    'baseLayer': "الطبقة الاساسية",
 
    'readNotImplemented': "القراءة غير محققة.",
 
    'writeNotImplemented': "الكتابة غير محققة",
 
    'errorLoadingGML': "خطأ عند تحميل الملف جي ام ال ${url}",
 
    'scale': "النسبة = 1 : ${scaleDenom}",
 
    'W': "غ",
 
    'E': "شر",
 
    'N': "شم",
 
    'S': "ج"
 
});