]> git.donarmstrong.com Git - roundcube.git/blob - program/js/tiny_mce/plugins/table/langs/ar_dlg.js
da56a4c5b81ec4c25edcb6dc47a016b436ef1a35
[roundcube.git] / program / js / tiny_mce / plugins / table / langs / ar_dlg.js
1 tinyMCE.addI18n('ar.table_dlg',{\r
2 general_tab:"\u0639\u0627\u0645",\r
3 advanced_tab:"\u0645\u062A\u0642\u062F\u0645",\r
4 general_props:"\u062E\u0635\u0627\u0626\u0635 \u0639\u0627\u0645\u0629",\r
5 advanced_props:"\u062E\u0635\u0627\u0626\u0635 \u0645\u062A\u0642\u062F\u0645\u0629",\r
6 rowtype:"Row in table part",\r
7 title:"\u0625\u062F\u0631\u0627\u062C/\u062A\u0639\u062F\u064A\u0644 \u062C\u062F\u0648\u0644",\r
8 width:"\u0627\u0644\u0639\u0631\u0636",\r
9 height:"\u0627\u0644\u0625\u0631\u062A\u0641\u0627\u0639",\r
10 cols:"\u0627\u0639\u0645\u062F\u0629",\r
11 rows:"\u0635\u0641\u0648\u0641",\r
12 cellspacing:"Cellspacing",\r
13 cellpadding:"Cellpadding",\r
14 border:"\u0627\u0644\u062D\u062F\u0648\u062F",\r
15 align:"\u0645\u062D\u0627\u0630\u0627\u0629",\r
16 align_default:"Default",\r
17 align_left:"\u064A\u0633\u0627\u0631",\r
18 align_right:"\u064A\u0645\u064A\u0646",\r
19 align_middle:"Center",\r
20 row_title:"Table row \u062E\u0635\u0627\u0626\u0635",\r
21 cell_title:"Table cell \u062E\u0635\u0627\u0626\u0635",\r
22 cell_type:"Cell type",\r
23 valign:"Vertical alignment",\r
24 align_top:"\u0623\u0639\u0644\u0649",\r
25 align_bottom:"\u0623\u0633\u0641\u0644",\r
26 bordercolor:"\u0627\u0644\u062D\u062F\u0648\u062F color",\r
27 bgcolor:"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629",\r
28 merge_cells_title:"Merge table cells",\r
29 id:"Id",\r
30 style:"Style",\r
31 langdir:"\u0627\u062A\u062C\u0627\u0647 \u0627\u0644\u0644\u063A\u0629",\r
32 langcode:"\u0634\u0641\u0631\u0629 \u0627\u0644\u0644\u063A\u0629",\r
33 mime:"\u0627\u0644\u0645\u0633\u0627\u0631 MIME type",\r
34 ltr:"\u064A\u0633\u0627\u0631 to \u064A\u0645\u064A\u0646",\r
35 rtl:"\u064A\u0645\u064A\u0646 to \u064A\u0633\u0627\u0631",\r
36 bgimage:"\u0635\u0648\u0631\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629",\r
37 summary:"Summary",\r
38 td:"Data",\r
39 th:"Header",\r
40 cell_cell:"Update current cell",\r
41 cell_row:"Update all cells in row",\r
42 cell_all:"Update all cells in table",\r
43 row_row:"Update current row",\r
44 row_odd:"Update odd rows in table",\r
45 row_even:"Update even rows in table",\r
46 row_all:"Update all rows in table",\r
47 thead:"Table Head",\r
48 tbody:"Table Body",\r
49 tfoot:"Table Foot",\r
50 scope:"Scope",\r
51 rowgroup:"Row Group",\r
52 colgroup:"Col Group",\r
53 col_limit:"You've exceeded the maximum number of columns of {$cols}.",\r
54 row_limit:"You've exceeded the maximum number of rows of {$rows}.",\r
55 cell_limit:"You've exceeded the maximum number of cells of {$cells}.",\r
56 missing_scope:"Are you sure you want to continue without specifying a scope for this table header cell. Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table.",\r
57 caption:"Table caption",\r
58 frame:"Frame",\r
59 frame_none:"none",\r
60 frame_groups:"groups",\r
61 frame_rows:"rows",\r
62 frame_cols:"cols",\r
63 frame_all:"all",\r
64 rules:"Rules",\r
65 rules_void:"void",\r
66 rules_above:"above",\r
67 rules_below:"below",\r
68 rules_hsides:"hsides",\r
69 rules_lhs:"lhs",\r
70 rules_rhs:"rhs",\r
71 rules_vsides:"vsides",\r
72 rules_box:"box",\r
73 rules_border:"border"\r
74 });