Last change
on this file since 24259 was
8690,
checked in by ddtddt, 14 years ago
|
[extensions] - edit_gmaps - add ar_SA thanks to bakir
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.5 KB
|
Line | |
---|
1 | <?php |
---|
2 | global $lang; |
---|
3 | |
---|
4 | $lang['search_title']='بحث عن مكان..'; |
---|
5 | $lang['map']='خريطة'; |
---|
6 | |
---|
7 | $lang['selection']='اختيار'; |
---|
8 | $lang['reset'] ="اعادة تعيين" ; |
---|
9 | $lang['hlp_line1'] .= "اختيار التصنيف" ; |
---|
10 | $lang['hlp_line2'] .= "اختار في هذا التصنيف صورة اة اكثر في نفس المكان" ; |
---|
11 | $lang['hlp_line3'] .= "عرض احداثيات الصورة الاولى اذا معروفة " ; |
---|
12 | $lang['hlp_line4'] .= "ألغ الاختيار"; |
---|
13 | $lang['hlp_line5'] .= "اختر المكان للبحث عنه(البلدة,الدولة)"; |
---|
14 | |
---|
15 | $lang['hlp_line6'] .= "ابحث في خرائط جوجل"; |
---|
16 | |
---|
17 | $lang['Map']='خريطة'; |
---|
18 | |
---|
19 | |
---|
20 | $lang['displays %s on a map']='عرض %s في الخريطة'; |
---|
21 | $lang['opens %s in Google Earth']=' افتح في جوجل ايرث (يجب ان يثبت على جهازك)%s '; |
---|
22 | |
---|
23 | $lang['Go to']='الذهاب الى'; |
---|
24 | |
---|
25 | $lang['go to %s']='الذهاب الى %s'; |
---|
26 | $lang['displays all images on a map']='عرض كل الصور على الخريطة'; |
---|
27 | $lang['Viewing']='مشاهدة'; |
---|
28 | $lang['Link to this page']='اضف رابط لهذه الصفحة'; |
---|
29 | $lang['Show all']='اظهار الكل'; |
---|
30 | $lang['show all pictures around this location']='اظهر كل الصور المحيطة بهذه'; |
---|
31 | $lang['Search a location...']='البحث عن منطقة...'; |
---|
32 | |
---|
33 | $lang['Loading']='تحميل'; |
---|
34 | $lang['Failed']='فشل'; |
---|
35 | |
---|
36 | $lang['Prev']='السابق'; |
---|
37 | $lang['Next']='التالي'; |
---|
38 | $lang['out of %d']='خارج عن %d'; |
---|
39 | |
---|
40 | $lang['More pictures near this location']='صور اخرى بجانب هذا الموقع'; |
---|
41 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.