source: extensions/rv_gmaps/trunk/language/ar_SA/lang.php @ 12706

Last change on this file since 12706 was 12706, checked in by rvelices, 12 years ago

rv_gmaps use places autocomplete + added new markers + better algo for displaying markers

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 877 bytes
Line 
1<?php
2$lang['Map']='خريطة';
3
4$lang['displays %s on a map']='عرض %s في الخريطة';
5$lang['opens %s in Google Earth']='  افتح في جوجل ايرث (يجب ان يثبت على جهازك)%s ';
6
7$lang['Go to']='الذهاب الى';
8
9$lang['go to %s']='الذهاب الى %s';
10$lang['displays all images on a map']='عرض كل الصور على الخريطة';
11$lang['Viewing']='مشاهدة';
12$lang['Link to this page']='اضف رابط لهذه الصفحة';
13$lang['Show all']='اظهار الكل';
14$lang['show all pictures around this location']='اظهر كل الصور المحيطة بهذه';
15
16$lang['Loading']='تحميل';
17$lang['Failed']='فشل';
18
19$lang['Prev']='السابق';
20$lang['Next']='التالي';
21$lang['out of %d']='خارج عن %d';
22
23$lang['More pictures near this location']='صور اخرى بجانب هذا الموقع';
24?>
Note: See TracBrowser for help on using the repository browser.