86 lines
2.1 KiB
JavaScript
86 lines
2.1 KiB
JavaScript
CKEDITOR.plugins.setLang( 'googlemaps', 'ar',
|
|
{
|
|
toolbar : 'أضف أو حرر الخريطة',
|
|
menu : 'تحرير الخريطة',
|
|
title : 'خصائص خريطة جوجل',
|
|
|
|
map : 'خريطة',
|
|
'options' : 'الخيارات',
|
|
search : 'بحث',
|
|
elements : 'العناصر',
|
|
|
|
width: 'العرض',
|
|
responsive: 'Responsive (100% Width)',
|
|
height: 'الارتفاع',
|
|
zoomLevel : 'مستوى التكبير',
|
|
latitude : 'خط الطول',
|
|
longitude : 'دائرة العرض',
|
|
|
|
loadMap : 'تحميل خريطة',
|
|
onlyStatic: 'ثابت',
|
|
onClick : 'عند النقر',
|
|
onLoad : 'عند تحميل الصفحة',
|
|
byScript : 'By a Script',
|
|
|
|
zoomControl : 'أادة الملاحة',
|
|
smallZoom : 'صغير',
|
|
fullZoom : 'كامل',
|
|
|
|
mapTypes : 'أنواع الخرائط',
|
|
none: 'بدون',
|
|
Default : 'افتراضي',
|
|
mapTypesFull : 'شريط',
|
|
mapTypesMenu : 'قائمة',
|
|
|
|
overview : 'شامل',
|
|
scale : 'مقياس',
|
|
weather : 'Weather',
|
|
|
|
paths : 'Roads',
|
|
traffic : 'Traffic',
|
|
transit : 'Transit',
|
|
bicycle : 'Bicycle',
|
|
|
|
searchDirection : 'ابحث عن مكان',
|
|
|
|
clickToLoad : 'انقر للتحميل',
|
|
|
|
defaultTitle : 'العنوان',
|
|
defaultMarkerText : 'معلومات عن هذه النقطة',
|
|
|
|
addMarker : 'أضف دبوس',
|
|
addLine : 'أضف خط',
|
|
addArea : 'أضف منطقة',
|
|
addKML : 'اَف مرجع KML',
|
|
addText : 'أضف ملاحظة نصية',
|
|
addCircle : 'Add a circle',
|
|
|
|
kmlUrl : 'KML file',
|
|
|
|
tooltip: 'شريط الأدوات',
|
|
markerIcon: 'ايقونة',
|
|
deleteMarker : 'حذف',
|
|
directions : 'Add Directions link',
|
|
directionsTitle : 'Directions',
|
|
|
|
markerProperties : 'خصائص العلامة',
|
|
selectIcon :'اختر ايقونة العلامة',
|
|
|
|
textProperties : 'نص',
|
|
text : 'نص',
|
|
|
|
properties : 'خصائص',
|
|
|
|
lineProperties : 'خصائص الخط',
|
|
strokeColor: 'اللون',
|
|
strokeWeight: 'العرض',
|
|
strokeOpacity: 'الشفافية',
|
|
|
|
areaProperties: 'خصائص المنطقة',
|
|
fillColor: 'اللون',
|
|
fillOpacity: 'الشفافية',
|
|
|
|
chooseColor: 'اختر...'
|
|
|
|
}
|
|
); |