Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / share / ui / units.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <unitdefs>
3 <unit type="DIMENSIONLESS" pri="y">
4     <name>%</name>
5     <plural>%</plural>
6     <abbr>%</abbr>
7     <factor>1.00</factor>
8     <description>Percentage</description>
9 </unit>
10 <unit type="LINEAR" pri="y">
11     <name>pixel</name>
12     <plural>pixels</plural>
13     <abbr>px</abbr>
14     <factor>1.00</factor>
15     <description>CSS Pixels (90/inch)</description>
16 </unit>
17 <unit type="LINEAR" pri="n">
18     <name>point</name>
19     <plural>points</plural>
20     <abbr>pt</abbr>
21     <factor>1.25</factor>
22     <description>PostScript points (72/inch)</description>
23 </unit>
24 <unit type="LINEAR" pri="n">
25     <name>pica</name>
26     <plural>picas</plural>
27     <abbr>pc</abbr>
28     <factor>15.0</factor>
29     <description>12 points</description>
30 </unit>
31 <unit type="LINEAR" pri="n">
32     <name>inch</name>
33     <plural>inches</plural>
34     <abbr>in</abbr>
35     <factor>90.0</factor>
36     <description>Inches (90 px/in)</description>
37 </unit>
38 <unit type="LINEAR" pri="n">
39     <name>millimeter</name>
40     <plural>millimeters</plural>
41     <abbr>mm</abbr>
42     <factor>3.543307</factor>
43     <description>Millimeters (25.4 mm/in)</description>
44 </unit>
45 <unit type="LINEAR" pri="n">
46     <name>centimeter</name>
47     <plural>centimeters</plural>
48     <abbr>cm</abbr>
49     <factor>35.43307</factor>
50     <description>Centimeters (10 mm/cm)</description>
51 </unit>
52 <unit type="LINEAR" pri="n">
53     <name>meter</name>
54     <plural>meters</plural>
55     <abbr>m</abbr>
56     <factor>3543.307</factor>
57     <description>Meters (100 cm/m)</description>
58 </unit>
59 <unit type="LINEAR" pri="n">
60     <name>foot</name>
61     <plural>feet</plural>
62     <abbr>ft</abbr>
63     <factor>1080</factor>
64     <description>Feet (12 in/ft)</description>
65 </unit>
66 <unit type="RADIAL" pri="y">
67     <name>degree</name>
68     <plural>degrees</plural>
69     <abbr>deg</abbr>
70     <factor>1.00</factor>
71     <description>Degrees</description>
72 </unit>
73 <unit type="RADIAL" pri="n">
74     <name>radian</name>
75     <plural>radians</plural>
76     <abbr>rad</abbr>
77     <factor>57.296</factor>
78     <description>Radians (57.296 deg/rad)</description>
79 </unit>
80 <unit type="FONT_HEIGHT" pri="y">
81     <name>font-height</name>
82     <plural>font-heights</plural>
83     <abbr>em</abbr>
84     <factor>1.00</factor>
85     <description>Font height</description>
86 </unit>
87 <unit type="FONT_HEIGHT" pri="n">
88     <name>x-height</name>
89     <plural>x-heights</plural>
90     <abbr>ex</abbr>
91     <factor>0.50</factor>
92     <description>Height of letter 'x'</description>
93 </unit>
94 <unit type="FONT_HEIGHT" pri="n">
95     <name>half-em</name>
96     <plural>half-ems</plural>
97     <abbr>en</abbr>
98     <factor>0.50</factor>
99     <description>Half of font height</description>
100 </unit>
101 </unitdefs>