blob: a10a39667a1dedf1ca8c520bac78f2f2f3a75a9d (
plain)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!ENTITY tableWindow.title "Table Properties">
<!ENTITY applyButton.label "Apply">
<!ENTITY applyButton.accesskey "A">
<!ENTITY closeButton.label "بستن">
<!ENTITY tableTab.label "Table">
<!ENTITY cellTab.label "Cells">
<!ENTITY tableRows.label "Rows:">
<!ENTITY tableRows.accessKey "R">
<!ENTITY tableColumns.label "Columns:">
<!ENTITY tableColumns.accessKey "C">
<!ENTITY tableHeight.label "Height:">
<!ENTITY tableHeight.accessKey "g">
<!ENTITY tableWidth.label "Width:">
<!ENTITY tableWidth.accessKey "W">
<!ENTITY tableBorderSpacing.label "Borders and Spacing">
<!ENTITY tableBorderWidth.label "Border:">
<!ENTITY tableBorderWidth.accessKey "B">
<!ENTITY tableSpacing.label "Spacing:">
<!ENTITY tableSpacing.accessKey "S">
<!ENTITY tablePadding.label "Padding:">
<!ENTITY tablePadding.accessKey "P">
<!ENTITY tablePxBetwCells.label "pixels between cells">
<!ENTITY tablePxBetwBrdrCellContent.label "pixels between cell border and content">
<!ENTITY tableAlignment.label "Table Alignment:">
<!ENTITY tableAlignment.accessKey "T">
<!ENTITY tableCaption.label "Caption:">
<!ENTITY tableCaption.accessKey "n">
<!ENTITY tableCaptionAbove.label "Above Table">
<!ENTITY tableCaptionBelow.label "Below Table">
<!ENTITY tableCaptionLeft.label "Left of Table">
<!ENTITY tableCaptionRight.label "Right of table">
<!ENTITY tableCaptionNone.label "هیچ">
<!ENTITY tableInheritColor.label "(Let page color show through)">
<!ENTITY cellSelection.label "انتخاب">
<!ENTITY cellSelectCell.label "Cell">
<!ENTITY cellSelectRow.label "Row">
<!ENTITY cellSelectColumn.label "Column">
<!ENTITY cellSelectNext.label "بعدی">
<!ENTITY cellSelectNext.accessKey "N">
<!ENTITY cellSelectPrevious.label "قبلی">
<!ENTITY cellSelectPrevious.accessKey "P">
<!ENTITY applyBeforeChange.label "Current changes will be applied before changing the selection.">
<!ENTITY cellContentAlignment.label "Content Alignment">
<!ENTITY cellHorizontal.label "Horizontal:">
<!ENTITY cellHorizontal.accessKey "z">
<!ENTITY cellVertical.label "Vertical:">
<!ENTITY cellVertical.accessKey "V">
<!ENTITY cellStyle.label "Cell Style:">
<!ENTITY cellStyle.accessKey "C">
<!ENTITY cellNormal.label "عادی">
<!ENTITY cellHeader.label "Header">
<!ENTITY cellTextWrap.label "Text Wrap:">
<!ENTITY cellTextWrap.accessKey "T">
<!ENTITY cellWrap.label "پیچش">
<!ENTITY cellNoWrap.label "Don't wrap">
<!ENTITY cellAlignTop.label "بالای صفحه">
<!ENTITY cellAlignMiddle.label "Middle">
<!ENTITY cellAlignBottom.label "Bottom">
<!ENTITY cellAlignJustify.label "Justify">
<!ENTITY cellInheritColor.label "(Let table color show through)">
<!ENTITY cellUseCheckboxHelp.label "Use checkboxes to determine which properties are applied to all selected cells">
<!-- Used in both Table and Cell panels -->
<!ENTITY size.label "اندازه">
<!ENTITY pixels.label "pixels">
<!ENTITY backgroundColor.label "Background Color:">
<!ENTITY backgroundColor.accessKey "B">
<!ENTITY AlignLeft.label "چپ">
<!ENTITY AlignCenter.label "مرکز">
<!ENTITY AlignRight.label "راست">
|