forked from cdzombak/abduction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
executable file
·96 lines (93 loc) · 3.71 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' encoding='utf-8'?>
<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>{b0e1b4a6-2c6f-4e99-94f2-8e625d7ae255}</em:id>
<em:localized>
<Description>
<em:locale>en-US</em:locale>
<em:name>Abduction!</em:name>
<em:description>Lets you capture an image of a web page, select the part you want and save it.</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>en-AU</em:locale>
<em:name>Abduction!</em:name>
<em:description>Lets you capture an image of a web page, select the part you want and save it.</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>de</em:locale>
<em:name>Abduction!</em:name>
<em:description>Ermöglicht das Erstellen eines Bildes von einer Web-Seite. Einfach den gewünschte Teil auswählen und speichern.</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>es-ES</em:locale>
<em:name>Abduction!</em:name>
<em:description>Le permite capturar una imagen de una página web, seleccionar la parte que desee y guárdelo.</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>fr-FR</em:locale>
<em:name>Abduction!</em:name>
<em:description>Vous permet d'enregistrer l'image d'une page web. Sélectionnez la partie que vous voulez et enregistrez la.</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>it-IT</em:locale>
<em:name>Abduction!</em:name>
<em:description>Permette di salvare come immagine una pagina web o una sua porzione.</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>pl-PL</em:locale>
<em:name>Abduction!</em:name>
<em:description>Umożliwia przechwycenie obrazu ze strony internetowej, zaznaczenie wybranego fragmentu i zapisanie go.</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>ru</em:locale>
<em:name>Abduction!</em:name>
<em:description>Позволяет вам сохранять выбранные части веб-страниц как изображения.</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>uk</em:locale>
<em:name>Abduction!</em:name>
<em:description>Дозволяє вам зберігати вибрані частини веб-сторінок як зображення.</em:description>
</Description>
</em:localized>
<em:optionsURL>chrome://abduction/content/options.xul</em:optionsURL>
<em:name>Abduction!</em:name>
<em:version>4.0</em:version>
<em:description>Lets you capture an image of a web page, select the part you want and save it.</em:description>
<em:homepageURL>http://github.com/rowan-lewis/abduction</em:homepageURL>
<em:iconURL>chrome://abduction/content/icon.png</em:iconURL>
<em:type>2</em:type>
<em:creator>Rowan Lewis</em:creator>
<em:contributor>Chris Dzombak</em:contributor>
<em:contributor>Tim Babych</em:contributor>
<em:contributor>Jonathan Tran</em:contributor>
<em:translator>Endor</em:translator>
<em:translator>Stefano Tintorini</em:translator>
<em:translator>Tim Babych</em:translator>
<em:translator>Arkadiusz Dwojak</em:translator>
<em:translator>Michael Witrant</em:translator>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.5</em:minVersion>
<em:maxVersion>42.0</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>