first commit
This commit is contained in:
86
libraries/ckeditor/plugins/googlemaps/lang/ar.js
Normal file
86
libraries/ckeditor/plugins/googlemaps/lang/ar.js
Normal file
@@ -0,0 +1,86 @@
|
||||
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: 'اختر...'
|
||||
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user