File: install.rdf

package info (click to toggle)
https-finder 091-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 460 kB
  • ctags: 95
  • sloc: makefile: 7
file content (111 lines) | stat: -rw-r--r-- 5,681 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?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:name>HTTPS Finder</em:name>
                <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:name>HTTPS Finder</em:name>
                <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:name>HTTPS Finder</em:name>
                <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:name>HTTPS Finder</em:name>
                <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:name>HTTPS Finder</em:name>
                <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:name>HTTPS Finder</em:name>
                <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:name>HTTPS Finder</em:name>
                <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:name>HTTPS Finder</em:name>
                <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:name>HTTPS Finder</em:name>
                <em:description>自動偵測並提示可用的SSL網頁,並加入HTTPS Everywhere規則。</em:description>
                <em:translator>swda289346</em:translator>
            </Description>
        </em:localized>     
        <em:localized>
            <Description>
                <em:locale>ru-RU</em:locale>
                <em:name>HTTPS Finder</em:name>
                <em:description>Автоматически обнаруживает и сообщает, если для данной страницы доступно SSL. Автоматически создаёт правила для HTTPS Everywhere.</em:description>
                <em:translator>Zaycoff</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.91</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>26.0</em:maxVersion>
            </Description>
        </em:targetApplication>
    </Description>
</RDF>