This repository has been archived by the owner on May 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinstall.rdf
128 lines (113 loc) · 4.29 KB
/
install.rdf
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:version>0.3.4.7</em:version>
<em:type>2</em:type>
<!-- Target Application this extension can install into,
with minimum and maximum supported versions. -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>10.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Front End MetaData -->
<em:name>IdentFavIcon</em:name>
<em:description>Use identicons to automatically generate favicons for sites without one.</em:description>
<em:creator>David Hanak</em:creator>
<em:contributor>Don Park</em:contributor>
<em:homepageURL>http://www.cs.bme.hu/~dhanak/identfavicon/</em:homepageURL>
<em:iconURL>chrome://identfavicon/skin/identfavicon.png</em:iconURL>
<em:optionsURL>chrome://identfavicon/content/prefs.xul</em:optionsURL>
<!-- German -->
<em:localized>
<Description>
<em:locale>de</em:locale>
<em:name>IdentFavIcon</em:name>
<em:description>Automatisches Erzeugen von Favicons (Identitätssymbolen) mittels sogenannter "Identicons" für Websites, die kein eigenes besitzen.</em:description>
<em:translator>o.roth (ReinekeFux) von BabelZilla.org</em:translator>
</Description>
</em:localized>
<!-- Spanish -->
<em:localized>
<Description>
<em:locale>es-ES</em:locale>
<em:translator>Alejandro Pérez Martín (BabelZilla.org)</em:translator>
</Description>
</em:localized>
<!-- French -->
<em:localized>
<Description>
<em:locale>fr</em:locale>
<em:translator>Jojaba - BabelZilla</em:translator>
</Description>
</em:localized>
<!-- Hungarian -->
<em:localized>
<Description>
<em:locale>hu-HU</em:locale>
<em:name>IdentFavIcon</em:name>
<em:description>Könyvjelző-ikonnal (faviconnal) el nem látott oldalakhoz könnyen felismerhető, egyedi ikonok automatikus létrehozása a generikus ikon helyett, ún. identiconok segítségével.</em:description>
<em:translator>Hanák Dávid</em:translator>
</Description>
</em:localized>
<!-- Japanese -->
<em:localized>
<Description>
<em:locale>ja</em:locale>
<em:translator>Haebaru (BabelZilla.org)</em:translator>
</Description>
</em:localized>
<!-- Polish -->
<em:localized>
<Description>
<em:locale>pl</em:locale>
<em:name>IdentFavIcon</em:name>
<em:description>Automatyczne tworzenie favikonek dla witryn, które ich nie posiadają.</em:description>
<em:translator>Marcin Borowczyk (BabelZilla.org)</em:translator>
</Description>
</em:localized>
<!-- Portugese (Brasilian) -->
<em:localized>
<Description>
<em:locale>pt-BR</em:locale>
<em:translator>Humberto Sartini (http://www.hss.blog.br)</em:translator>
</Description>
</em:localized>
<!-- Serbian -->
<em:localized>
<Description>
<em:locale>sr</em:locale>
<em:name>IdentFavIcon</em:name>
<em:description>Аутоматски ствара фавиконе за странице које их немају.</em:description>
<em:translator>ДакСРБИЈА (BabelZilla.org)</em:translator>
</Description>
</em:localized>
<!-- Swedish -->
<em:localized>
<Description>
<em:locale>sv-SE</em:locale>
<em:name>IdentFavIcon</em:name>
<em:description>Använd identikoner för att automatiskt skapa sajtikoner för webbplatser som saknar sådana.</em:description>
<em:translator>Mikael Hiort af Ornäs (BabelZilla.org)</em:translator>
</Description>
</em:localized>
<!-- Turkish -->
<em:localized>
<Description>
<em:locale>tr</em:locale>
<em:translator>alfapegasi (BabelZilla.org)</em:translator>
</Description>
</em:localized>
<!-- Chinese (Simplified) -->
<em:localized>
<Description>
<em:locale>zh-CN</em:locale>
<em:translator>yfdyh000 (BabelZilla.org)</em:translator>
</Description>
</em:localized>
</Description>
</RDF>