File: ar.js

package info (click to toggle)
owl-dms 0.90-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 17,292 kB
  • ctags: 10,919
  • sloc: php: 48,457; sql: 3,603; sh: 363; perl: 204; makefile: 73
file content (43 lines) | stat: -rw-r--r-- 2,376 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// Arabic lang variables

tinyMCE.addToLang('',{
table_desc : 'إدراج/تحرير جدول',
table_insert_row_before_desc : 'Insert row before',
table_insert_row_after_desc : 'Insert row after',
table_delete_row_desc : 'حذف صفوف',
table_insert_col_before_desc : 'Insert column before',
table_insert_col_after_desc : 'Insert column after',
table_delete_col_desc : 'حذف أعمدة',
insert_table_title : 'إدراج/تحرير جدول',
insert_table_width : 'العرض',
insert_table_height : 'الارتفاع',
insert_table_cols : 'أعمدة',
insert_table_rows : 'صفوف',
insert_table_cellspacing : 'تباعد الخلايا',
insert_table_cellpadding : 'المسافة البادئة',
insert_table_border : 'سمك الحدود',
insert_table_align : 'المحاذاة',
insert_table_align_default : 'Default',
insert_table_align_left : 'يسار',
insert_table_align_right : 'يمين',
insert_table_align_middle : 'وسط',
insert_table_class : 'Class',
table_row_title : 'Table row properties',
table_cell_title : 'Table cell properties',
table_row_desc : 'Table row properties',
table_cell_desc : 'Table cell properties',
insert_table_valign : 'Vertical alignment',
insert_table_align_top : 'Top',
insert_table_align_bottom : 'Bottom',
table_props_desc : 'Table properties',
table_bordercolor : 'Border color',
table_bgcolor : 'Bg color',
table_merge_cells_title : 'Merge table cells',
table_split_cells_desc : 'Split table cells',
table_merge_cells_desc : 'Merge table cells',
table_cut_row_desc : 'Cut table row',
table_copy_row_desc : 'Copy table row',
table_paste_row_before_desc : 'Paste table row before',
table_paste_row_after_desc : 'Paste table row after',
table_insert_desc : 'Insert a new table'
});