[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 203/483: Save locale metadata in meta.properties like Adblock Plus, in particular ensure localized descriptions even if the extension is disabled
David Prévot
taffit at moszumanska.debian.org
Thu Jan 22 21:41:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.
commit 908a9986ecd2303e736e44622b25770233148969
Author: Wladimir Palant <trev at adblockplus.org>
Date: Wed May 19 20:34:51 2010 +0200
Save locale metadata in meta.properties like Adblock Plus, in particular ensure localized descriptions even if the extension is disabled
---
chrome/locale/de/meta.properties | 10 ++++++++++
chrome/locale/en-US/meta.properties | 10 ++++++++++
chrome/locale/ru/meta.properties | 10 ++++++++++
install.rdf | 23 +++++++++++++----------
4 files changed, 43 insertions(+), 10 deletions(-)
diff --git a/chrome/locale/de/meta.properties b/chrome/locale/de/meta.properties
new file mode 100644
index 0000000..53cb6a9
--- /dev/null
+++ b/chrome/locale/de/meta.properties
@@ -0,0 +1,10 @@
+# Translator of this locale, separate by commas if multiple
+translator=Wladimir Palant
+# Extension title, usually it shouldn't be translated
+name=Element Hiding Helper für Adblock Plus
+# Extension description, to be displayed in the add-on manager
+description=Hilft beim Erstellen von Regeln zum Verstecken von Elementen, um mit Adblock Plus Textwerbung zu bekämpfen.
+# Short description for addons.mozilla.org (250 characters limit!). Leave out the link to English-language video if it isn't useful for users speaking your language.
+description.short=Weg mit der Textwerbung! Element Hiding Helper ist eine Erweiterung für Adblock Plus, die das Erstellen von Regeln zum Verstecken von Elementen einfacher gestalten soll.
+# Long description for addons.mozilla.org
+description.long=Man wählt einfach das Element aus, das versteckt werden soll, und kreuzt anschließend die Attribute an, anhand derer das Element in Zukunft wiedererkannt und versteckt werden soll. Die Regel für das Verstecken wird automatisch erstellt und in die Filterliste von Adblock Plus eingefügt.
diff --git a/chrome/locale/en-US/meta.properties b/chrome/locale/en-US/meta.properties
new file mode 100644
index 0000000..1d8ac59
--- /dev/null
+++ b/chrome/locale/en-US/meta.properties
@@ -0,0 +1,10 @@
+# Translator of this locale, separate by commas if multiple
+translator=Wladimir Palant
+# Extension title, usually it shouldn't be translated
+name=Element Hiding Helper for Adblock Plus
+# Extension description, to be displayed in the add-on manager
+description=Helps you create element hiding rules for Adblock Plus to fight the text ads.
+# Short description for addons.mozilla.org (250 characters limit!). Leave out the link to English-language video if it isn't useful for users speaking your language.
+description.short=Fight the text ads! Element Hiding Helper is a companion extension for Adblock Plus meant to make creating element hiding rules easier.
+# Long description for addons.mozilla.org
+description.long=You simply select the element you want to be hidden and then choose which attributes of this element should be taken into account when hiding it in future. The element hiding rule is generated and added automatically.
diff --git a/chrome/locale/ru/meta.properties b/chrome/locale/ru/meta.properties
new file mode 100644
index 0000000..8ce3a8a
--- /dev/null
+++ b/chrome/locale/ru/meta.properties
@@ -0,0 +1,10 @@
+# Translator of this locale, separate by commas if multiple
+translator=Wladimir Palant
+# Extension title, usually it shouldn't be translated
+name=Element Hiding Helper для Adblock Plus
+# Extension description, to be displayed in the add-on manager
+description=Помогает при создании правил скрытия для Adblock Plus, эффективное средство борьбы с текстовой рекламой.
+# Short description for addons.mozilla.org (250 characters limit!). Leave out the link to English-language video if it isn't useful for users speaking your language.
+description.short=Избавься от текстовой рекламы! Element Hiding Helper расширяет возможности Adblock Plus, упрощая создание правил для скрытия элементов.
+# Long description for addons.mozilla.org
+description.long=Нужно просто выбрать элемент, который надо скрыть, и указать, по каким атрибутам этот элемент нужно в будущем узнавать. Правило для скрытия элемента будет автоматически создано и добавлено в список фильтров Adblock Plus.
diff --git a/install.rdf b/install.rdf
index fca12d3..c632f2f 100644
--- a/install.rdf
+++ b/install.rdf
@@ -7,6 +7,19 @@
<em:id>elemhidehelper at adblockplus.org</em:id>
<em:version>{{VERSION}}</em:version>
+ <em:name>{{NAME}}</em:name>
+ <em:description>{{DESCRIPTION}}</em:description>
+ <em:creator>Wladimir Palant</em:creator>
+ <em:homepageURL>http://adblockplus.org/</em:homepageURL>
+ <em:type>2</em:type>
+
+ <em:contributor>Rob Brown</em:contributor>
+
+{{LOCALIZED}}
+
+ <!-- Front End Integration Hooks (used by Extension Manager)-->
+ <em:iconURL>chrome://adblockplus/skin/adblockplus.png</em:iconURL>
+ <em:aboutURL>chrome://adblockplus/content/ui/about.xul</em:aboutURL>
<!-- Target Application this extension can install into,
with minimum and maximum supported versions. -->
@@ -87,15 +100,5 @@
</Description>
</em:targetApplication>
- <!-- Front End MetaData -->
- <em:name>Adblock Plus: Element Hiding Helper</em:name>
- <em:description>Helps you create element hiding rules for Adblock Plus to fight the text ads.</em:description>
- <em:creator>Wladimir Palant</em:creator>
- <em:homepageURL>http://adblockplus.org/</em:homepageURL>
-
- <!-- Front End Integration Hooks (used by Extension Manager)-->
- <em:iconURL>chrome://adblockplus/skin/adblockplus.png</em:iconURL>
- <em:aboutURL>chrome://adblockplus/content/ui/about.xul</em:aboutURL>
-
</Description>
</RDF>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git
More information about the Pkg-mozext-commits
mailing list