]> git.gir.st - VimFx.git/blob - extension/install.rdf
Add zh-CN 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.3</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>18.*</em:maxVersion>
28 </Description>
29 </em:targetApplication>
30
31 <!-- Localization -->
32 <em:localized>
33 <Description>
34 <em:locale>ru</em:locale>
35 <em:name>VimFx</em:name>
36 <em:description>Горячие клавиши в стиле Vim</em:description>
37 <em:creator>Антон Ходаковский</em:creator>
38 </Description>
39 </em:localized>
40
41 <em:localized>
42 <Description>
43 <em:locale>zh-CN</em:locale>
44 <em:name>VimFx</em:name>
45 <em:description>使用 VIM 快捷键操控 Firefox</em:description>
46 <em:creator>Anton Khodakivskiy</em:creator>
47 </Description>
48 </em:localized>
49
50 </Description>
51 </RDF>
Imprint / Impressum