forked from extern/egroupware
64 lines
3.3 KiB
JavaScript
64 lines
3.3 KiB
JavaScript
|
// Arabic lang variables
|
||
|
|
||
|
tinyMCE.addToLang('',{
|
||
|
theme_style_select : 'تصاميم',
|
||
|
theme_code_desc : 'شفرة المصدر',
|
||
|
theme_code_title : 'شفرة المصدر',
|
||
|
theme_code_wordwrap : 'Word wrap',
|
||
|
theme_sub_desc : 'منخفض',
|
||
|
theme_sup_desc : 'مرتفع',
|
||
|
theme_hr_desc : 'إدراج خط فاصل',
|
||
|
theme_removeformat_desc : 'إزالة التنسيقات',
|
||
|
theme_custom1_desc : 'Your custom description here',
|
||
|
insert_image_border : 'سمك الحدود',
|
||
|
insert_image_dimensions : 'المواصفات',
|
||
|
insert_image_vspace : 'تباعد عمودي',
|
||
|
insert_image_hspace : 'تباعد أفقي',
|
||
|
insert_image_align : 'محاذاة',
|
||
|
insert_image_align_default : 'Default',
|
||
|
insert_image_align_baseline : 'على السطر',
|
||
|
insert_image_align_top : 'أعلى',
|
||
|
insert_image_align_middle : 'وسط',
|
||
|
insert_image_align_bottom : 'أسفل',
|
||
|
insert_image_align_texttop : 'أعلى النص',
|
||
|
insert_image_align_absmiddle : 'وسط السطر',
|
||
|
insert_image_align_absbottom : 'أسفل النص',
|
||
|
insert_image_align_left : 'يسار',
|
||
|
insert_image_align_right : 'يمين',
|
||
|
theme_font_size : '-- Font size --',
|
||
|
theme_fontdefault : '-- Font family --',
|
||
|
theme_block : '-- Format --',
|
||
|
theme_paragraph : 'Paragraph',
|
||
|
theme_div : 'Div',
|
||
|
theme_address : 'Address',
|
||
|
theme_pre : 'Preformatted',
|
||
|
theme_h1 : 'Heading 1',
|
||
|
theme_h2 : 'Heading 2',
|
||
|
theme_h3 : 'Heading 3',
|
||
|
theme_h4 : 'Heading 4',
|
||
|
theme_h5 : 'Heading 5',
|
||
|
theme_h6 : 'Heading 6',
|
||
|
theme_colorpicker_title : 'لون النص',
|
||
|
theme_colorpicker_apply : 'Apply',
|
||
|
theme_forecolor_desc : 'لون النص',
|
||
|
theme_backcolor_desc : 'Select background color',
|
||
|
theme_charmap_title : 'إدراج رمز..ِ',
|
||
|
theme_charmap_desc : 'إدراج رمز..ِ',
|
||
|
theme_visualaid_desc : 'Toggle guidelines/invisible elements',
|
||
|
insert_anchor_title : 'Insert/edit anchor',
|
||
|
insert_anchor_name : 'Anchor name',
|
||
|
theme_anchor_desc : 'Insert/edit anchor',
|
||
|
theme_insert_link_titlefield : 'Title',
|
||
|
theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
|
||
|
theme_path : 'Path',
|
||
|
cut_desc : 'Cut',
|
||
|
copy_desc : 'Copy',
|
||
|
paste_desc : 'Paste',
|
||
|
link_list : 'Link list',
|
||
|
image_list : 'Image list',
|
||
|
browse : 'Browse',
|
||
|
image_props_desc : 'Image properties',
|
||
|
newdocument_desc : 'New document',
|
||
|
newdocument : 'Are you sure you want clear all contents?'
|
||
|
});
|