[Pkg-mozext-commits] [compactheader] 375/441: Version 2.0.7beta1: Updated Spanish translation. Added context menu to copy link url in RSS feed compact header.

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:29:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository compactheader.

commit 5884353b49d78cf05148a04394ae5f8c7e16a320
Author: Joachim Herb <Joachim.Herb at gmx.de>
Date:   Sat Sep 15 18:45:59 2012 +0200

    Version 2.0.7beta1: Updated Spanish translation. Added context menu to copy link url in RSS feed compact header.
---
 chrome/CompactHeader/content/RSSLinkify.js          |  1 +
 chrome/CompactHeader/locale/es-ES/CompactHeader.dtd |  6 +++---
 chrome/CompactHeader/locale/es-ES/preferences.dtd   | 16 ++++++++--------
 install.rdf                                         |  4 ++--
 4 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/chrome/CompactHeader/content/RSSLinkify.js b/chrome/CompactHeader/content/RSSLinkify.js
index ac17ba5..02d5686 100644
--- a/chrome/CompactHeader/content/RSSLinkify.js
+++ b/chrome/CompactHeader/content/RSSLinkify.js
@@ -78,6 +78,7 @@ org.mozdev.compactHeader.RSSLinkify = function() {
         RSSLinkify.newSubject.setAttribute("tooltiptext", url.headerValue);
         RSSLinkify.newSubject.addEventListener("click",
           org.mozdev.compactHeader.RSSLinkify.openBrowser, false);
+        RSSLinkify.newSubject.setAttribute("context", "CompactHeader_CohecopyUrlPopup");
       } else {
         removeEventListener('click',
             org.mozdev.compactHeader.RSSLinkify.openBrowser, true);
diff --git a/chrome/CompactHeader/locale/es-ES/CompactHeader.dtd b/chrome/CompactHeader/locale/es-ES/CompactHeader.dtd
index 2ce96db..f85f40a 100644
--- a/chrome/CompactHeader/locale/es-ES/CompactHeader.dtd
+++ b/chrome/CompactHeader/locale/es-ES/CompactHeader.dtd
@@ -33,8 +33,8 @@
  the provisions above, a recipient may use your version of this file under
  the terms of any one of the MPL, the GPL or the LGPL.
 
- ***** END LICENSE BLOCK ***** -->
-
+ ***** END LICENSE BLOCK ***** 
+-->
 <!ENTITY CompactHeader_hideDetailsButton.label "Ocultar detalles">
-<!ENTITY CompactHeader_toggleDetails.key "t">
+<!ENTITY CompactHeader_toggleDetails.key "h">
 <!ENTITY CompactHeader_showDetailsButton.label "Mostrar detalles">
diff --git a/chrome/CompactHeader/locale/es-ES/preferences.dtd b/chrome/CompactHeader/locale/es-ES/preferences.dtd
index 57e3244..edbe44c 100644
--- a/chrome/CompactHeader/locale/es-ES/preferences.dtd
+++ b/chrome/CompactHeader/locale/es-ES/preferences.dtd
@@ -33,16 +33,16 @@
  the provisions above, a recipient may use your version of this file under
  the terms of any one of the MPL, the GPL or the LGPL.
 
- ***** END LICENSE BLOCK ***** -->
-
+ ***** END LICENSE BLOCK ***** 
+-->
 <!ENTITY CompactHeader_dialog.title "Preferencias de CompactHeader">
 <!ENTITY CompactHeader_checkbox.Compact.TwolineView.caption "Usar dos filas para la vista compacta">
-<!ENTITY CompactHeader_menu.Linkify.caption "Mostrar asunto como un enlace en los canales RSS">
+<!ENTITY CompactHeader_menu.Linkify.caption "Mostrar el asunto en los canales RSS como un enlace">
 <!ENTITY CompactHeader_menu.ShowOnlyAddress.caption "Mostrar sólo las direcciones de correo">
-<!ENTITY CompactHeader_menu.flatButtons.caption "Mostrar botones planos">
+<!ENTITY CompactHeader_menu.flatButtons.caption "Mostrar botones «planos»">
 <!ENTITY CompactHeader_radiobox.ToolbarPosition.caption "Posición de la barra de herramientas de cabeceras">
 <!ENTITY CompactHeader_radiobox.ToolbarPosition.right "Derecha">
-<!ENTITY CompactHeader_radiobox.ToolbarPosition.top   "Arriba">
-<!ENTITY CompactHeader_radiobox.ToolbarPosition.left  "Izquierda">
-<!ENTITY CompactHeader_radiobox.ToolbarPosition.none  "Invisible">
-<!ENTITY CompactHeader_menu.dblclick_header.caption "Toggle header by double click">
\ No newline at end of file
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.top "Arriba">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.left "Izquierda">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.none "Invisible">
+<!ENTITY CompactHeader_menu.dblclick_header.caption "Alternar la vista de las cabeceras mediante doble clic">
diff --git a/install.rdf b/install.rdf
index dfc174d..4ab86cf 100644
--- a/install.rdf
+++ b/install.rdf
@@ -6,7 +6,7 @@
 
 	<RDF:Description about="urn:mozilla:install-manifest">
 		<em:name>CompactHeader</em:name>
-		<em:version>2.0.6</em:version>
+		<em:version>2.0.7beta1</em:version>
 		<em:description>Add ability to reduce header size to one or two lines. Linkify subjects in RSS feeds.</em:description>
 		<em:creator>Joachim Herb</em:creator>
 		<em:contributor>Zamula</em:contributor>
@@ -24,7 +24,7 @@
 			<RDF:Description>
 				<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
 				<em:minVersion>8.0</em:minVersion>
-				<em:maxVersion>16.0a1</em:maxVersion>
+				<em:maxVersion>18.0a1</em:maxVersion>
 			</RDF:Description>
 		</em:targetApplication>
 	</RDF:Description>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/compactheader.git



More information about the Pkg-mozext-commits mailing list