[Pkg-mozext-commits] [SCM] perspectives-extension branch, debian, updated. 4.2-4-136-gd6962eb

Dave Schaefer dave.schaefer at gmail.com
Thu Jun 28 22:05:12 UTC 2012


The following commit has been merged in the debian branch:
commit babde853c64f1efb972787d0ad29a1927a981437
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Mon Jun 18 01:45:51 2012 -0700

    Documentation, Localization - Copyedit the descrition we'll show on addons.mozilla.org
    
    Changed files that hold amo description strings from .dtd to .property files so we can use "s easily, which makes copying and pasting strings into install.rdf easier.

diff --git a/plugin/chrome/locale/de/amo_details.dtd b/plugin/chrome/locale/de/amo_details.dtd
deleted file mode 100644
index 7d6fca2..0000000
--- a/plugin/chrome/locale/de/amo_details.dtd
+++ /dev/null
@@ -1,9 +0,0 @@
-<!-- This file contains the 'description' and 'creator' strings that should be used inside install.rdf. 
-Unfortunately there is no way to pull these strings into the file via code (although we could perhaps write a build script).
-However, we don't want to forget to translate these when adding a new localization. Having these files is intended to help us remember.
-So: translators, if you could translate these strings normally that would be great.
-Developers: remember to copy/paste these strings into install.rdf when creating a new localization. -->
-
-<!ENTITY amoDescription "Securely bypasses Firefox HTTPS security errors by verifying certificates using a collection of Network Notaries.
-See http://www.perspectives-project.org">
-<!ENTITY amoCreator "Perspectives Project at Carnegie Mellon Computer Science">
\ No newline at end of file
diff --git a/plugin/chrome/locale/de/amodetails.properties b/plugin/chrome/locale/de/amodetails.properties
new file mode 100644
index 0000000..d828829
--- /dev/null
+++ b/plugin/chrome/locale/de/amodetails.properties
@@ -0,0 +1,11 @@
+#This file contains the 'description' and 'creator' strings that should be used inside install.rdf,
+#as well as strings used on addons.mozilla.org.
+#Currently there is no way to automatically put these strings into install.rdf (although we could perhaps write a build script).
+#However, we don't want to forget to translate these when adding a new localization.
+
+#So: translators, if you could translate these strings normally that would be great.
+#Developers: remember to copy/paste these strings into install.rdf and addons.mozilla.org when creating a new localization.
+
+amoCreator=Perspectives Project at Carnegie Mellon Computer Science
+amoDescription=Connect securely to https websites by checking certificates with network notaries. See http://www.perspectives-project.org
+amoMoreInfo=Perspectives is a new, decentralized approach to securely identifying Internet servers. It automatically builds a database of server identities using lightweight probing by "network notaries" - servers located at multiple vantage points across the Internet. Each time you connect to a secure website Perspectives compares the site's certificate with network notary data, and warns if there is a mismatch. This way you know if a certificate should be trusted! Using Perspectives prevents "man-in-the-middle" attacks, lets you use self-signed certificates, and helps you trust that your connections really are secure.
diff --git a/plugin/chrome/locale/en-US/amo_details.dtd b/plugin/chrome/locale/en-US/amo_details.dtd
deleted file mode 100644
index 7d6fca2..0000000
--- a/plugin/chrome/locale/en-US/amo_details.dtd
+++ /dev/null
@@ -1,9 +0,0 @@
-<!-- This file contains the 'description' and 'creator' strings that should be used inside install.rdf. 
-Unfortunately there is no way to pull these strings into the file via code (although we could perhaps write a build script).
-However, we don't want to forget to translate these when adding a new localization. Having these files is intended to help us remember.
-So: translators, if you could translate these strings normally that would be great.
-Developers: remember to copy/paste these strings into install.rdf when creating a new localization. -->
-
-<!ENTITY amoDescription "Securely bypasses Firefox HTTPS security errors by verifying certificates using a collection of Network Notaries.
-See http://www.perspectives-project.org">
-<!ENTITY amoCreator "Perspectives Project at Carnegie Mellon Computer Science">
\ No newline at end of file
diff --git a/plugin/chrome/locale/en-US/amodetails.properties b/plugin/chrome/locale/en-US/amodetails.properties
new file mode 100644
index 0000000..d828829
--- /dev/null
+++ b/plugin/chrome/locale/en-US/amodetails.properties
@@ -0,0 +1,11 @@
+#This file contains the 'description' and 'creator' strings that should be used inside install.rdf,
+#as well as strings used on addons.mozilla.org.
+#Currently there is no way to automatically put these strings into install.rdf (although we could perhaps write a build script).
+#However, we don't want to forget to translate these when adding a new localization.
+
+#So: translators, if you could translate these strings normally that would be great.
+#Developers: remember to copy/paste these strings into install.rdf and addons.mozilla.org when creating a new localization.
+
+amoCreator=Perspectives Project at Carnegie Mellon Computer Science
+amoDescription=Connect securely to https websites by checking certificates with network notaries. See http://www.perspectives-project.org
+amoMoreInfo=Perspectives is a new, decentralized approach to securely identifying Internet servers. It automatically builds a database of server identities using lightweight probing by "network notaries" - servers located at multiple vantage points across the Internet. Each time you connect to a secure website Perspectives compares the site's certificate with network notary data, and warns if there is a mismatch. This way you know if a certificate should be trusted! Using Perspectives prevents "man-in-the-middle" attacks, lets you use self-signed certificates, and helps you trust that your connections really are secure.
diff --git a/plugin/chrome/locale/es-MX/amo_details.dtd b/plugin/chrome/locale/es-MX/amo_details.dtd
deleted file mode 100644
index 7d6fca2..0000000
--- a/plugin/chrome/locale/es-MX/amo_details.dtd
+++ /dev/null
@@ -1,9 +0,0 @@
-<!-- This file contains the 'description' and 'creator' strings that should be used inside install.rdf. 
-Unfortunately there is no way to pull these strings into the file via code (although we could perhaps write a build script).
-However, we don't want to forget to translate these when adding a new localization. Having these files is intended to help us remember.
-So: translators, if you could translate these strings normally that would be great.
-Developers: remember to copy/paste these strings into install.rdf when creating a new localization. -->
-
-<!ENTITY amoDescription "Securely bypasses Firefox HTTPS security errors by verifying certificates using a collection of Network Notaries.
-See http://www.perspectives-project.org">
-<!ENTITY amoCreator "Perspectives Project at Carnegie Mellon Computer Science">
\ No newline at end of file
diff --git a/plugin/chrome/locale/es-MX/amodetails.properties b/plugin/chrome/locale/es-MX/amodetails.properties
new file mode 100644
index 0000000..d828829
--- /dev/null
+++ b/plugin/chrome/locale/es-MX/amodetails.properties
@@ -0,0 +1,11 @@
+#This file contains the 'description' and 'creator' strings that should be used inside install.rdf,
+#as well as strings used on addons.mozilla.org.
+#Currently there is no way to automatically put these strings into install.rdf (although we could perhaps write a build script).
+#However, we don't want to forget to translate these when adding a new localization.
+
+#So: translators, if you could translate these strings normally that would be great.
+#Developers: remember to copy/paste these strings into install.rdf and addons.mozilla.org when creating a new localization.
+
+amoCreator=Perspectives Project at Carnegie Mellon Computer Science
+amoDescription=Connect securely to https websites by checking certificates with network notaries. See http://www.perspectives-project.org
+amoMoreInfo=Perspectives is a new, decentralized approach to securely identifying Internet servers. It automatically builds a database of server identities using lightweight probing by "network notaries" - servers located at multiple vantage points across the Internet. Each time you connect to a secure website Perspectives compares the site's certificate with network notary data, and warns if there is a mismatch. This way you know if a certificate should be trusted! Using Perspectives prevents "man-in-the-middle" attacks, lets you use self-signed certificates, and helps you trust that your connections really are secure.
diff --git a/plugin/chrome/locale/fi/amo_details.dtd b/plugin/chrome/locale/fi/amo_details.dtd
deleted file mode 100644
index 7d6fca2..0000000
--- a/plugin/chrome/locale/fi/amo_details.dtd
+++ /dev/null
@@ -1,9 +0,0 @@
-<!-- This file contains the 'description' and 'creator' strings that should be used inside install.rdf. 
-Unfortunately there is no way to pull these strings into the file via code (although we could perhaps write a build script).
-However, we don't want to forget to translate these when adding a new localization. Having these files is intended to help us remember.
-So: translators, if you could translate these strings normally that would be great.
-Developers: remember to copy/paste these strings into install.rdf when creating a new localization. -->
-
-<!ENTITY amoDescription "Securely bypasses Firefox HTTPS security errors by verifying certificates using a collection of Network Notaries.
-See http://www.perspectives-project.org">
-<!ENTITY amoCreator "Perspectives Project at Carnegie Mellon Computer Science">
\ No newline at end of file
diff --git a/plugin/chrome/locale/fi/amodetails.properties b/plugin/chrome/locale/fi/amodetails.properties
new file mode 100644
index 0000000..d828829
--- /dev/null
+++ b/plugin/chrome/locale/fi/amodetails.properties
@@ -0,0 +1,11 @@
+#This file contains the 'description' and 'creator' strings that should be used inside install.rdf,
+#as well as strings used on addons.mozilla.org.
+#Currently there is no way to automatically put these strings into install.rdf (although we could perhaps write a build script).
+#However, we don't want to forget to translate these when adding a new localization.
+
+#So: translators, if you could translate these strings normally that would be great.
+#Developers: remember to copy/paste these strings into install.rdf and addons.mozilla.org when creating a new localization.
+
+amoCreator=Perspectives Project at Carnegie Mellon Computer Science
+amoDescription=Connect securely to https websites by checking certificates with network notaries. See http://www.perspectives-project.org
+amoMoreInfo=Perspectives is a new, decentralized approach to securely identifying Internet servers. It automatically builds a database of server identities using lightweight probing by "network notaries" - servers located at multiple vantage points across the Internet. Each time you connect to a secure website Perspectives compares the site's certificate with network notary data, and warns if there is a mismatch. This way you know if a certificate should be trusted! Using Perspectives prevents "man-in-the-middle" attacks, lets you use self-signed certificates, and helps you trust that your connections really are secure.
diff --git a/plugin/chrome/locale/fr/amo_details.dtd b/plugin/chrome/locale/fr/amo_details.dtd
deleted file mode 100644
index aff2f76..0000000
--- a/plugin/chrome/locale/fr/amo_details.dtd
+++ /dev/null
@@ -1,8 +0,0 @@
-<!-- This file contains the 'description' and 'creator' strings that should be used inside install.rdf. 
-Unfortunately there is no way to pull these strings into the file via code (although we could perhaps write a build script).
-However, we don't want to forget to translate these when adding a new localization. Having these files is intended to help us remember.
-So: translators, if you could translate these strings normally that would be great.
-Developers: remember to copy/paste these strings into install.rdf when creating a new localization. -->
-
-<!ENTITY amoDescription "Contourne les erreurs de sécurité HTPPS de Firefox en vérifiant les certificats avec une série de « notaires » en réseau. Consultez http://www.perspectives-project.org (en anglais) pour en savoir plus.">
-<!ENTITY amoCreator "Perspectives est un projet de la section programmation informatique de l'université Carnegie Mellon">
\ No newline at end of file
diff --git a/plugin/chrome/locale/fr/amodetails.properties b/plugin/chrome/locale/fr/amodetails.properties
new file mode 100644
index 0000000..000968f
--- /dev/null
+++ b/plugin/chrome/locale/fr/amodetails.properties
@@ -0,0 +1,11 @@
+#This file contains the 'description' and 'creator' strings that should be used inside install.rdf,
+#as well as strings used on addons.mozilla.org.
+#Currently there is no way to automatically put these strings into install.rdf (although we could perhaps write a build script).
+#However, we don't want to forget to translate these when adding a new localization.
+
+#So: translators, if you could translate these strings normally that would be great.
+#Developers: remember to copy/paste these strings into install.rdf and addons.mozilla.org when creating a new localization.
+
+amoCreator=Perspectives est un projet de la section programmation informatique de l'université Carnegie Mellon
+amoDescription=Contourne les erreurs de sécurité HTPPS de Firefox en vérifiant les certificats avec une série de « notaires » en réseau. Consultez http://www.perspectives-project.org (en anglais) pour en savoir plus.
+amoMoreInfo=Perspectives is a new, decentralized approach to securely identifying Internet servers. It automatically builds a database of server identities using lightweight probing by "network notaries" - servers located at multiple vantage points across the Internet. Each time you connect to a secure website Perspectives compares the site's certificate with network notary data, and warns if there is a mismatch. This way you know if a certificate should be trusted! Using Perspectives prevents "man-in-the-middle" attacks, lets you use self-signed certificates, and helps you trust that your connections really are secure.
diff --git a/plugin/chrome/locale/nl/amo_details.dtd b/plugin/chrome/locale/nl/amo_details.dtd
deleted file mode 100644
index 7d6fca2..0000000
--- a/plugin/chrome/locale/nl/amo_details.dtd
+++ /dev/null
@@ -1,9 +0,0 @@
-<!-- This file contains the 'description' and 'creator' strings that should be used inside install.rdf. 
-Unfortunately there is no way to pull these strings into the file via code (although we could perhaps write a build script).
-However, we don't want to forget to translate these when adding a new localization. Having these files is intended to help us remember.
-So: translators, if you could translate these strings normally that would be great.
-Developers: remember to copy/paste these strings into install.rdf when creating a new localization. -->
-
-<!ENTITY amoDescription "Securely bypasses Firefox HTTPS security errors by verifying certificates using a collection of Network Notaries.
-See http://www.perspectives-project.org">
-<!ENTITY amoCreator "Perspectives Project at Carnegie Mellon Computer Science">
\ No newline at end of file
diff --git a/plugin/chrome/locale/nl/amodetails.properties b/plugin/chrome/locale/nl/amodetails.properties
new file mode 100644
index 0000000..d828829
--- /dev/null
+++ b/plugin/chrome/locale/nl/amodetails.properties
@@ -0,0 +1,11 @@
+#This file contains the 'description' and 'creator' strings that should be used inside install.rdf,
+#as well as strings used on addons.mozilla.org.
+#Currently there is no way to automatically put these strings into install.rdf (although we could perhaps write a build script).
+#However, we don't want to forget to translate these when adding a new localization.
+
+#So: translators, if you could translate these strings normally that would be great.
+#Developers: remember to copy/paste these strings into install.rdf and addons.mozilla.org when creating a new localization.
+
+amoCreator=Perspectives Project at Carnegie Mellon Computer Science
+amoDescription=Connect securely to https websites by checking certificates with network notaries. See http://www.perspectives-project.org
+amoMoreInfo=Perspectives is a new, decentralized approach to securely identifying Internet servers. It automatically builds a database of server identities using lightweight probing by "network notaries" - servers located at multiple vantage points across the Internet. Each time you connect to a secure website Perspectives compares the site's certificate with network notary data, and warns if there is a mismatch. This way you know if a certificate should be trusted! Using Perspectives prevents "man-in-the-middle" attacks, lets you use self-signed certificates, and helps you trust that your connections really are secure.
diff --git a/plugin/chrome/locale/zh-CN/amo_details.dtd b/plugin/chrome/locale/zh-CN/amo_details.dtd
deleted file mode 100644
index f6fb6da..0000000
--- a/plugin/chrome/locale/zh-CN/amo_details.dtd
+++ /dev/null
@@ -1,8 +0,0 @@
-<!-- This file contains the 'description' and 'creator' strings that should be used inside install.rdf. 
-Unfortunately there is no way to pull these strings into the file via code (although we could perhaps write a build script).
-However, we don't want to forget to translate these when adding a new localization. Having these files is intended to help us remember.
-So: translators, if you could translate these strings normally that would be great.
-Developers: remember to copy/paste these strings into install.rdf when creating a new localization. -->
-
-<!ENTITY amoDescription "使用网络认证验证证书安全性并跳过 Firefox 的 HTTPS 安全错误页面。请查看 http://www.perspectives-project.org">
-<!ENTITY amoCreator "Perspectives Project at Carnegie Mellon Computer Science">
\ No newline at end of file
diff --git a/plugin/chrome/locale/zh-CN/amodetails.properties b/plugin/chrome/locale/zh-CN/amodetails.properties
new file mode 100644
index 0000000..7bdca03
--- /dev/null
+++ b/plugin/chrome/locale/zh-CN/amodetails.properties
@@ -0,0 +1,11 @@
+#This file contains the 'description' and 'creator' strings that should be used inside install.rdf,
+#as well as strings used on addons.mozilla.org.
+#Currently there is no way to automatically put these strings into install.rdf (although we could perhaps write a build script).
+#However, we don't want to forget to translate these when adding a new localization.
+
+#So: translators, if you could translate these strings normally that would be great.
+#Developers: remember to copy/paste these strings into install.rdf and addons.mozilla.org when creating a new localization.
+
+amoCreator=Perspectives Project at Carnegie Mellon Computer Science
+amoDescription=使用网络认证验证证书安全性并跳过 Firefox 的 HTTPS 安全错误页面。请查看 http://www.perspectives-project.org
+amoMoreInfo=Perspectives is a new, decentralized approach to securely identifying Internet servers. It automatically builds a database of server identities using lightweight probing by "network notaries" - servers located at multiple vantage points across the Internet. Each time you connect to a secure website Perspectives compares the site's certificate with network notary data, and warns if there is a mismatch. This way you know if a certificate should be trusted! Using Perspectives prevents "man-in-the-middle" attacks, lets you use self-signed certificates, and helps you trust that your connections really are secure.
diff --git a/plugin/install.rdf b/plugin/install.rdf
index e2f24cb..69298ce 100644
--- a/plugin/install.rdf
+++ b/plugin/install.rdf
@@ -27,6 +27,8 @@
 				<em:maxVersion>2.0.*</em:maxVersion>
 			</Description>
 		</em:targetApplication>
+
+		<!-- Localizations -->
 		<em:localized>
 			<Description>
 			 <em:locale>de</em:locale>
@@ -43,8 +45,7 @@
 			<Description>
 			 <em:locale>en-US</em:locale>
 				<em:name>Perspectives</em:name>
-				<em:description>Securely bypasses Firefox HTTPS security errors by verifying certificates using a collection of Network Notaries.
-				See http://www.perspectives-project.org
+				<em:description>Connect securely to https websites by checking certificates with network notaries. See http://www.perspectives-project.org
 				</em:description>
 				<em:creator>Perspectives Project at Carnegie Mellon Computer Science </em:creator>
 				<em:homepageURL>http://www.perspectives-project.org</em:homepageURL>

-- 
perspectives-extension



More information about the Pkg-mozext-commits mailing list