]> git.gir.st - VimFx.git/blob - extension/install.rdf
Added Greek localization
[VimFx.git] / extension / install.rdf
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 -->
6 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
8
9 <Description about="urn:mozilla:install-manifest">
10 <em:id>VimFx@akhodakivskiy.github.com</em:id>
11 <em:homepageURL>http://www.github.com/akhodakivskiy/VimFx</em:homepageURL>
12 <em:version>0.4.8</em:version>
13 <em:type>2</em:type>
14 <em:bootstrap>true</em:bootstrap>
15 <em:optionsType>2</em:optionsType>
16
17 <!-- Front End MetaData -->
18 <em:name>VimFx</em:name>
19 <em:description>Vim keyboard shortcuts for Firefox</em:description>
20 <em:creator>Anton Khodakivskiy</em:creator>
21
22 <!-- Firefox -->
23 <em:targetApplication>
24 <Description>
25 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
26 <em:minVersion>12.0</em:minVersion>
27 <em:maxVersion>22.*</em:maxVersion>
28 </Description>
29 </em:targetApplication>
30
31 <!-- Localization -->
32 <em:localized>
33 <Description>
34 <em:locale>pl</em:locale>
35 <em:name>VimFx</em:name>
36 <em:description>Skróty klawiszowe Vima w Firefoksie</em:description>
37 <em:creator>Anton Chodakowski</em:creator>
38 </Description>
39 </em:localized>
40
41 <em:localized>
42 <Description>
43 <em:locale>ru</em:locale>
44 <em:name>VimFx</em:name>
45 <em:description>Горячие клавиши в стиле Vim</em:description>
46 <em:creator>Антон Ходаковский</em:creator>
47 </Description>
48 </em:localized>
49
50 <em:localized>
51 <Description>
52 <em:locale>zh-CN</em:locale>
53 <em:name>VimFx</em:name>
54 <em:description>使用 VIM 快捷键操控 Firefox</em:description>
55 <em:creator>Anton Khodakivskiy</em:creator>
56 </Description>
57 </em:localized>
58
59 <em:localized>
60 <Description>
61 <em:locale>hu-HU</em:locale>
62 <em:name>VimFx</em:name>
63 <em:description>Vim billenytűparancsok Firefoxhoz</em:description>
64 <em:creator>Anton Khodakivskiy</em:creator>
65 </Description>
66 </em:localized>
67
68 <em:localized>
69 <Description>
70 <em:locale>de</em:locale>
71 <em:name>VimFx</em:name>
72 <em:description>Vim Tastenbefehle fürFirefox</em:description>
73 <em:creator>Alexander Haeussler</em:creator>
74 </Description>
75 </em:localized>
76
77 <em:localized>
78 <Description>
79 <em:locale>el-GR</em:locale>
80 <em:name>VimFx</em:name>
81 <em:description>Συντομεύσεις Πληκτρολογίου του Vim για Firefox</em:description>
82 <em:creator>Theodore Keloglou</em:creator>
83 </Description>
84 </em:localized>
85
86 </Description>
87 </RDF>
Imprint / Impressum