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
|
Last-Update: 2012-11-20
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Forwarded: https://github.com/kevinjacobs/HTTPS-Finder/pull/11
Bug-Upstream: https://code.google.com/p/https-finder/issues/detail?id=64
Description: fixes FTBFS
librdf error - property element 'localized' has multiple object node elements
--- a/install.rdf
+++ b/install.rdf
@@ -12,49 +12,64 @@
<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>
|