File: install.rdf

package info (click to toggle)
https-finder 087-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 484 kB
  • sloc: makefile: 7
file content (94 lines) | stat: -rw-r--r-- 4,691 bytes parent folder | download
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
<?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>{6bdc61ae-7b80-44a3-9476-e1d121ec2238}</em:id>

        <em:localized>
            <Description>
                <em:locale>de</em:locale>
                <em:description>Automatische Erkennung und Alarm, wenn SSL auf einer Web-Seite ist. Automatische Regel-Erstellung für HTTPS Everywhere</em:description>
                <em:translator>Michael Wolf</em:translator>
                <em:translator>Daniel Helmert</em:translator>
            </Description>
        </em:localized>
        <em:localized>
            <Description>
                <em:locale>nl</em:locale>
                <em:description>Laat zien of een website beschikbaar is in SSL en maakt automatisch regels voor HTTPS Everywhere</em:description>
                <em:translator>Donné Brok</em:translator>
            </Description>
        </em:localized>
        <em:localized>
            <Description>
                <em:locale>pl</em:locale>
                <em:description>Automatycznie wykrywaj i ostrzegaj, gdy SSL jest dostepne na stronie internetowej. Automatyczne twórz reguly dla HTTPS Everywhere</em:description>
                <em:translator>PcP</em:translator>
            </Description>
        </em:localized>
        <em:localized>
            <Description>
                <em:locale>sv-SE</em:locale>
                <em:description>Identifierar automatiskt om SSL är tillgängligt på en webbsida och meddelar dig om det. Automatiserat regelskapande för HTTPS Everywhere</em:description>
                <em:translator>Mikael Hiort af Ornäs</em:translator>
            </Description>
        </em:localized>
        <em:localized>
            <Description>
                <em:locale>es-ES</em:locale>
                <em:description>Detectar automáticamente y alertar cuando SSL esté disponible en una página web.</em:description>
                <em:translator>strel</em:translator>
            </Description>
        </em:localized>
        <em:localized>
            <Description>
                <em:locale>pt-PT</em:locale>
                <em:description>Automaticamente detecta e alerta quando SSL (protocólo de segurança) está disponível numa página da web. Automatiza a criação de uma regra para uso do aditivo HTTPS Everywhere.</em:description>
                <em:translator>Megahertz</em:translator>
            </Description>
        </em:localized>
        <em:localized>
            <Description>
                <em:locale>fi</em:locale>
                <em:description>Havaitsee ja hälyttää automaattisesti kun SSL on käytettävissä webbisivulla. HTTPS Everywhere -ohjelmiston automaattinen sääntöluominen</em:description>
                <em:translator>Jorma Karvonen</em:translator>
            </Description>
        </em:localized>
        <em:localized>
            <Description>
                <em:locale>zh-CN</em:locale>
                <em:description>当前页面可用HTTPS时,自动提示并为HTTPS Everywhere创建规则。</em:description>
                <em:translator>Christopher Meng</em:translator>
            </Description>
        </em:localized>
        <em:localized>
            <Description>
                <em:locale>zh-TW</em:locale>
                <em:description>自動偵測並提示可用的SSL網頁,並加入HTTPS Everywhere規則。</em:description>
                <em:translator>swda289346</em:translator>
            </Description>
        </em:localized>

        <em:name>HTTPS Finder</em:name>
        <em:description>Automatically detect and alert when SSL is available on a web page. Automated rule creation for HTTPS Everywhere</em:description>
        <em:optionsURL>chrome://httpsfinder/content/Preferences.xul</em:optionsURL>
        <em:version>0.87</em:version>
        <em:creator>Kevin Jacobs</em:creator>
        <em:iconURL>chrome://httpsfinder/skin/iconLarge.png</em:iconURL>
        <em:icon64URL>chrome://httpsfinder/skin/icon64.png</em:icon64URL>
        <em:homepageURL>https://code.google.com/p/https-finder/</em:homepageURL>
        <em:type>2</em:type>


    <!-- Mozilla Firefox -->
        <em:targetApplication>
            <Description>
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
                <em:minVersion>4.0</em:minVersion>
                <em:maxVersion>23.0</em:maxVersion>
            </Description>
        </em:targetApplication>
    </Description>
</RDF>