-
Notifications
You must be signed in to change notification settings - Fork 2
/
install.rdf
96 lines (88 loc) · 4.34 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
<?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:name>Personal Level Indicators</em:name>
<em:version>0.9</em:version>
<em:description>Shows an indicator so you can tell if an email was addressed only to you (»), a group (›), or a mailing list.</em:description>
<em:creator>Tammo van Lessen</em:creator>
<em:homepageURL>https://github.com/vanto/tb-personal-level-indicator</em:homepageURL>
<em:iconURL>chrome://pli.taval.de/skin/icon.png</em:iconURL>
<em:type>2</em:type>
<em:optionsURL>chrome://pli.taval.de/content/options.xul</em:optionsURL>
<em:optionsType>2</em:optionsType>
<!-- Target Application this theme can install into,
with minimum and maximum supported versions. -->
<!-- Thunderbird -->
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.1</em:minVersion>
<em:maxVersion>52.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Seamonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.1</em:minVersion>
<em:maxVersion>2.21.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:localized>
<Description>
<em:locale>de</em:locale>
<em:name>Indikator für persönliche Nachrichten</em:name>
<em:description>Zeigt an, ob eine E-Mail direkt an Sie (»), eine Gruppe (›) oder an eine Mailingliste adressiert wurde.</em:description>
<em:translator>Tammo van Lessen</em:translator>
<em:creator>Tammo van Lessen</em:creator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>bg</em:locale>
<em:name>Индикатор за персонални съобщения</em:name>
<em:description>Показва индикатор дали съобщението е адресирано само до Вас (»), до група от получатели (›), или до мейл лист.</em:description>
<em:translator>Marin Dimitrov</em:translator>
<em:creator>Tammo van Lessen</em:creator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>it</em:locale>
<em:name>Indicatori del livello di riservatezza</em:name>
<em:description>Mostra un indicatore che ti informa se il messaggio è indirizzato a te personalmente (»), ad un gruppo (›), o ad una mailing list.</em:description>
<em:translator>Michele Mancioppi</em:translator>
<em:creator>Tammo van Lessen</em:creator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>fr</em:locale>
<em:name>Indicateurs de message personnel</em:name>
<em:description>Affiche un indicateur pour distinguer les messages destinés à vous (»), à un groupe (›), ou à une liste de diffusion.</em:description>
<em:translator>Ihab El Alami</em:translator>
<em:creator>Tammo van Lessen</em:creator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>sv-SE</em:locale>
<em:name>Personlig nivå-indikatorer</em:name>
<em:description>Visar indikatorer som visar om ett meddelande är adresserat endast till dig (»), en grupp (›) eller en e-postlista.</em:description>
<em:translator>Mikael Hiort af Ornäs</em:translator>
<em:creator>Tammo van Lessen</em:creator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>es</em:locale>
<em:name>Indicador Personal</em:name>
<em:description>Muestra una flecha doble (») junto a los mensajes enviados únicamente a tu dirección de correo, una flecha (›) junto a los mensajes enviados a un grupo de personas, y ningún símbolo junto a los mensajes enviados a una lista de correo.</em:description>
<em:translator>Carlos Pedrinaci</em:translator>
<em:creator>Tammo van Lessen</em:creator>
</Description>
</em:localized>
</Description>
</RDF>