[Pkg-mozext-commits] [sage-extension] 29/54: locale sync
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag sage_1_3
in repository sage-extension.
commit 38640b1d2b76b4cdee1151122617b932a70c025f
Author: Peter Andrews <petea at jhu.edu>
Date: Fri Oct 1 13:22:44 2004 +0000
locale sync
---
src/sage/content/discover_feeds.js | 8 ++++----
src/sage/locale/ca-CA/sage.dtd | 37 ++++++++++++++++++++++++++++++++++-
src/sage/locale/ca-CA/sage.properties | 15 +++++++-------
src/sage/locale/de-DE/sage.dtd | 34 ++++++++++++++++++++++++++++++--
src/sage/locale/de-DE/sage.properties | 7 +++++++
src/sage/locale/en-US/sage.properties | 2 ++
src/sage/locale/es-ES/sage.dtd | 31 ++++++++++++++++++++++++++++-
src/sage/locale/es-ES/sage.properties | 13 ++++++------
src/sage/locale/fr-FR/sage.dtd | 30 +++++++++++++++++++++++++++-
src/sage/locale/fr-FR/sage.properties | 13 ++++++------
src/sage/locale/hu-HU/sage.dtd | 31 ++++++++++++++++++++++++++++-
src/sage/locale/hu-HU/sage.properties | 12 ++++++------
src/sage/locale/it-IT/sage.dtd | 31 ++++++++++++++++++++++++++++-
src/sage/locale/it-IT/sage.properties | 13 ++++++------
src/sage/locale/ja-JP/sage.dtd | 34 +++++++++++++++++++++++++++++---
src/sage/locale/ja-JP/sage.properties | 12 ++++++------
src/sage/locale/nl-NL/sage.dtd | 32 +++++++++++++++++++++++++++++-
src/sage/locale/nl-NL/sage.properties | 13 ++++++------
src/sage/locale/ru-RU/sage.dtd | 35 +++++++++++++++++++++++++++++++--
src/sage/locale/ru-RU/sage.properties | 7 +++++++
src/sage/locale/zh-TW/sage.dtd | 32 +++++++++++++++++++++++++++++-
src/sage/locale/zh-TW/sage.properties | 13 ++++++------
22 files changed, 388 insertions(+), 67 deletions(-)
diff --git a/src/sage/content/discover_feeds.js b/src/sage/content/discover_feeds.js
index 392287a..3a6730f 100644
--- a/src/sage/content/discover_feeds.js
+++ b/src/sage/content/discover_feeds.js
@@ -62,19 +62,19 @@ function init() {
// access to the file system if needed.
var uriSchemeRe = /^(http|https|ftp|file):$/;
+ links = current_document.getElementsByTagName("a");
+
if(discoveryMode == "exhaustive") {
- links = current_document.getElementsByTagName("a");
for(c = 0; c < links.length; c++) {
if(uriSchemeRe.test(links[c].protocol) && links[c].href.match(/xml$|rss|rdf|atom|feed|syndicate/i)) {
possibleFeeds[links[c].href] = Array(links[c].href, "implicit");
}
}
} else {
- links = current_document.getElementsByTagName("a");
for(c = 0; c < links.length; c++) {
if(uriSchemeRe.test(links[c].protocol) &&
- links[c].href.match(/xml$|rss|rdf|atom|feed|syndicate/i) &&
- links[c].host.match(new RegExp(document_host, "i"))) {
+ links[c].href.match(/xml$|rss|rdf|atom|feed|syndicate/i) &&
+ links[c].host.match(new RegExp(document_host, "i"))) {
possibleFeeds[links[c].href] = Array(links[c].href, "implicit");
}
}
diff --git a/src/sage/locale/ca-CA/sage.dtd b/src/sage/locale/ca-CA/sage.dtd
index 3be2dea..92bac88 100644
--- a/src/sage/locale/ca-CA/sage.dtd
+++ b/src/sage/locale/ca-CA/sage.dtd
@@ -1,12 +1,15 @@
<!ENTITY sage.label "Sage">
-<!ENTITY sage.version "1.2">
+<!ENTITY sage.version "1.3">
<!ENTITY sage.version.label "versió">
+
<!ENTITY sage.toolbarLabel "Sage">
<!ENTITY sage.sidebarTitle "Sage">
<!ENTITY sage.tooltip "Visualitza Sage">
+
<!ENTITY menu.view "Visualització">
<!ENTITY menu.showSearchBar "Mostra la barra de cerca de fonts">
<!ENTITY menu.showFeedItemList "Mostra la llista de fonts">
+<!ENTITY menu.showFeedItemListToolbar "Show Feed Item List Toolbar">
<!ENTITY menu.showDescTooltip "Mostra els rètols de descripció">
<!ENTITY menu.openHTML "Obre les fonts a l'àrea de continguts">
<!ENTITY menu.tools "Opcions">
@@ -16,6 +19,7 @@
<!ENTITY menu.setting "Paràmetres...">
<!ENTITY menu.sageProjectFeed "Notícies del projecte Sage">
<!ENTITY menu.discoverFeeds "Descobreix fonts">
+
<!-- Feed Discovery -->
<!ENTITY discovery.status.searching "Cercant la pàgina actual">
<!ENTITY discovery.button.addFeed "Afegeix font">
@@ -25,6 +29,7 @@
<!ENTITY discovery.header.lastPubDate "Última Actualització">
<!ENTITY discovery.header.itemCount "Elements">
<!ENTITY discovery.header.url "URL">
+
<!-- Settings Dialog -->
<!ENTITY settings.general.caption "General">
<!ENTITY settings.autoFeedTitle.label "Actualitza automàticament els títols de fonts">
@@ -42,6 +47,36 @@
<!ENTITY enableUserCss.label "Utilitza CSS personalitzat">
<!ENTITY browseCss.label "Vés a...">
<!ENTITY allowEContent.label "Permet etiquetes HTML">
+
+
<!ENTITY openSageSidebar.commandkey "S">
<!ENTITY openSageSidebar.modifiersKey "alt">
+<!-- These are taken from history.dtd -->
+<!ENTITY openLinkInWindow.label "Open">
+<!ENTITY openLinkInWindow.accesskey "O">
+<!ENTITY openInNewTab.label "Open in New Tab">
+<!ENTITY openInNewTab.accesskey "T">
+<!ENTITY openInNewWindow.label "Open in New Window">
+<!ENTITY openInNewWindow.accesskey "W">
+
+<!-- Read State -->
+<!ENTITY markAsRead.command.label "Mark as Read">
+<!ENTITY markAsRead.command.tooltip "Mark as Read">
+<!ENTITY markAsRead.command.accesskey "R">
+
+<!ENTITY markAsUnread.command.label "Mark as Unread">
+<!ENTITY markAsUnread.command.tooltip "Mark as Unread">
+<!ENTITY markAsUnread.command.accesskey "U">
+
+<!ENTITY markAllAsRead.command.label "Mark All as Read">
+<!ENTITY markAllAsRead.command.tooltip "Mark All as Read">
+<!ENTITY markAllAsRead.command.accesskey "A">
+<!ENTITY markAllAsRead.command.key "C">
+<!ENTITY markAllAsRead.command.modifiers "accel shift">
+
+<!ENTITY markAllAsUnread.command.label "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.tooltip "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.accesskey "n">
+
+<!ENTITY toggleReadState.command.key "M">
\ No newline at end of file
diff --git a/src/sage/locale/ca-CA/sage.properties b/src/sage/locale/ca-CA/sage.properties
index aa62b20..c5c6232 100644
--- a/src/sage/locale/ca-CA/sage.properties
+++ b/src/sage/locale/ca-CA/sage.properties
@@ -41,6 +41,13 @@ opml_export_nocreate=Error de creaci\u00F3 del fitxer
opml_select_file=Seleccioneu el fitxer OPML
opml_opml_file=Fitxer OPML
+
+# settings
+
+css_select_file = Select CSS File
+css_css_file = CSS File
+
+
# Date rendering values
date_sunday=Diumenge
@@ -81,10 +88,4 @@ date_october_short=_Oct
date_november=Novembre
date_november_short=*Nov
date_december=Desembre
-date_december_short=Des
-
-# Item context menu
-itemcontext_markasread = Mark as Read
-itemcontext_markasunread = Mark as Unread
-itemcontext_markallasread = Mark All as Read
-itemcontext_markallasunread = Mark All as Unread
+date_december_short=Des
\ No newline at end of file
diff --git a/src/sage/locale/de-DE/sage.dtd b/src/sage/locale/de-DE/sage.dtd
index 1d0ae46..48297bd 100644
--- a/src/sage/locale/de-DE/sage.dtd
+++ b/src/sage/locale/de-DE/sage.dtd
@@ -1,5 +1,5 @@
<!ENTITY sage.label "Sage">
-<!ENTITY sage.version "1.2.2">
+<!ENTITY sage.version "1.3">
<!ENTITY sage.version.label "version">
<!ENTITY sage.toolbarLabel "Sage">
@@ -9,6 +9,7 @@
<!ENTITY menu.view "Anzeigen">
<!ENTITY menu.showSearchBar "Suchfenster f�r Feeds anzeigen">
<!ENTITY menu.showFeedItemList "Inhalts�bersicht der Feeds anzeigen">
+<!ENTITY menu.showFeedItemListToolbar "Show Feed Item List Toolbar">
<!ENTITY menu.showDescTooltip "Beschreibungen zu den Tooltips anzeigen">
<!ENTITY menu.openHTML "Feeds im Hauptfenster anzeigen">
<!ENTITY menu.tools "Optionen">
@@ -49,4 +50,33 @@
<!ENTITY openSageSidebar.commandkey "S">
-<!ENTITY openSageSidebar.modifiersKey "Alt">
\ No newline at end of file
+<!ENTITY openSageSidebar.modifiersKey "Alt">
+
+<!-- These are taken from history.dtd -->
+<!ENTITY openLinkInWindow.label "Open">
+<!ENTITY openLinkInWindow.accesskey "O">
+<!ENTITY openInNewTab.label "Open in New Tab">
+<!ENTITY openInNewTab.accesskey "T">
+<!ENTITY openInNewWindow.label "Open in New Window">
+<!ENTITY openInNewWindow.accesskey "W">
+
+<!-- Read State -->
+<!ENTITY markAsRead.command.label "Mark as Read">
+<!ENTITY markAsRead.command.tooltip "Mark as Read">
+<!ENTITY markAsRead.command.accesskey "R">
+
+<!ENTITY markAsUnread.command.label "Mark as Unread">
+<!ENTITY markAsUnread.command.tooltip "Mark as Unread">
+<!ENTITY markAsUnread.command.accesskey "U">
+
+<!ENTITY markAllAsRead.command.label "Mark All as Read">
+<!ENTITY markAllAsRead.command.tooltip "Mark All as Read">
+<!ENTITY markAllAsRead.command.accesskey "A">
+<!ENTITY markAllAsRead.command.key "C">
+<!ENTITY markAllAsRead.command.modifiers "accel shift">
+
+<!ENTITY markAllAsUnread.command.label "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.tooltip "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.accesskey "n">
+
+<!ENTITY toggleReadState.command.key "M">
\ No newline at end of file
diff --git a/src/sage/locale/de-DE/sage.properties b/src/sage/locale/de-DE/sage.properties
index e049bb2..b256db1 100644
--- a/src/sage/locale/de-DE/sage.properties
+++ b/src/sage/locale/de-DE/sage.properties
@@ -41,6 +41,13 @@ opml_export_nocreate = Fehler beim Erzeugen der Datei
opml_select_file = OPML-Datei ausw�hlen
opml_opml_file = OPML-Datei
+
+# settings
+
+css_select_file = Select CSS File
+css_css_file = CSS File
+
+
# Date rendering values
date_sunday = Sonntag
diff --git a/src/sage/locale/en-US/sage.properties b/src/sage/locale/en-US/sage.properties
index 33689ce..d5b3775 100755
--- a/src/sage/locale/en-US/sage.properties
+++ b/src/sage/locale/en-US/sage.properties
@@ -43,9 +43,11 @@ opml_opml_file = OPML File
# settings
+
css_select_file = Select CSS File
css_css_file = CSS File
+
# Date rendering values
date_sunday = Sunday
diff --git a/src/sage/locale/es-ES/sage.dtd b/src/sage/locale/es-ES/sage.dtd
index ab146f9..6e7dd11 100644
--- a/src/sage/locale/es-ES/sage.dtd
+++ b/src/sage/locale/es-ES/sage.dtd
@@ -1,5 +1,5 @@
<!ENTITY sage.label "Sage">
-<!ENTITY sage.version "1.2.2">
+<!ENTITY sage.version "1.3">
<!ENTITY sage.version.label "versi�n">
<!ENTITY sage.toolbarLabel "Sage">
@@ -9,6 +9,7 @@
<!ENTITY menu.view "Ver">
<!ENTITY menu.showSearchBar "Mostrar barra de b�squeda de fuentes">
<!ENTITY menu.showFeedItemList "Mostrar la lista de fuentes ">
+<!ENTITY menu.showFeedItemListToolbar "Show Feed Item List Toolbar">
<!ENTITY menu.showDescTooltip "Mostrar sugerencias de descripci�n">
<!ENTITY menu.openHTML "Abrir fuentes en �rea de contenidos">
<!ENTITY menu.tools "Opciones">
@@ -51,3 +52,31 @@
<!ENTITY openSageSidebar.commandkey "S">
<!ENTITY openSageSidebar.modifiersKey "alt">
+<!-- These are taken from history.dtd -->
+<!ENTITY openLinkInWindow.label "Open">
+<!ENTITY openLinkInWindow.accesskey "O">
+<!ENTITY openInNewTab.label "Open in New Tab">
+<!ENTITY openInNewTab.accesskey "T">
+<!ENTITY openInNewWindow.label "Open in New Window">
+<!ENTITY openInNewWindow.accesskey "W">
+
+<!-- Read State -->
+<!ENTITY markAsRead.command.label "Mark as Read">
+<!ENTITY markAsRead.command.tooltip "Mark as Read">
+<!ENTITY markAsRead.command.accesskey "R">
+
+<!ENTITY markAsUnread.command.label "Mark as Unread">
+<!ENTITY markAsUnread.command.tooltip "Mark as Unread">
+<!ENTITY markAsUnread.command.accesskey "U">
+
+<!ENTITY markAllAsRead.command.label "Mark All as Read">
+<!ENTITY markAllAsRead.command.tooltip "Mark All as Read">
+<!ENTITY markAllAsRead.command.accesskey "A">
+<!ENTITY markAllAsRead.command.key "C">
+<!ENTITY markAllAsRead.command.modifiers "accel shift">
+
+<!ENTITY markAllAsUnread.command.label "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.tooltip "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.accesskey "n">
+
+<!ENTITY toggleReadState.command.key "M">
\ No newline at end of file
diff --git a/src/sage/locale/es-ES/sage.properties b/src/sage/locale/es-ES/sage.properties
index 6bc6a31..bf01fa3 100644
--- a/src/sage/locale/es-ES/sage.properties
+++ b/src/sage/locale/es-ES/sage.properties
@@ -41,6 +41,13 @@ opml_export_nocreate = Errror al crear el archivo
opml_select_file = Seleccione un archivo OPML
opml_opml_file = Archivo OPML
+
+# settings
+
+css_select_file = Select CSS File
+css_css_file = CSS File
+
+
# Date rendering values
date_sunday = Domingo
@@ -82,9 +89,3 @@ date_november = Noviembre
date_november_short = Nov
date_december = Diciembre
date_december_short = Dic
-
-# Item context menu
-itemcontext_markasread = Mark as Read
-itemcontext_markasunread = Mark as Unread
-itemcontext_markallasread = Mark All as Read
-itemcontext_markallasunread = Mark All as Unread
diff --git a/src/sage/locale/fr-FR/sage.dtd b/src/sage/locale/fr-FR/sage.dtd
index b418c2c..fa2f129 100644
--- a/src/sage/locale/fr-FR/sage.dtd
+++ b/src/sage/locale/fr-FR/sage.dtd
@@ -1,5 +1,5 @@
<!ENTITY sage.label "Sage">
-<!ENTITY sage.version "1.2.2">
+<!ENTITY sage.version "1.3">
<!ENTITY sage.version.label "">
<!ENTITY sage.toolbarLabel "Sage">
@@ -9,6 +9,7 @@
<!ENTITY menu.view "Affichage">
<!ENTITY menu.showSearchBar "Afficher la barre de recherche des fils">
<!ENTITY menu.showFeedItemList "Afficher le contenu du fil">
+<!ENTITY menu.showFeedItemListToolbar "Show Feed Item List Toolbar">
<!ENTITY menu.showDescTooltip "Afficher les bulles descriptives">
<!ENTITY menu.openHTML "Afficher le contenu des fils dans la zone de navigation">
<!ENTITY menu.tools "Options">
@@ -51,4 +52,31 @@
<!ENTITY openSageSidebar.commandkey "S">
<!ENTITY openSageSidebar.modifiersKey "alt">
+<!-- These are taken from history.dtd -->
+<!ENTITY openLinkInWindow.label "Open">
+<!ENTITY openLinkInWindow.accesskey "O">
+<!ENTITY openInNewTab.label "Open in New Tab">
+<!ENTITY openInNewTab.accesskey "T">
+<!ENTITY openInNewWindow.label "Open in New Window">
+<!ENTITY openInNewWindow.accesskey "W">
+<!-- Read State -->
+<!ENTITY markAsRead.command.label "Mark as Read">
+<!ENTITY markAsRead.command.tooltip "Mark as Read">
+<!ENTITY markAsRead.command.accesskey "R">
+
+<!ENTITY markAsUnread.command.label "Mark as Unread">
+<!ENTITY markAsUnread.command.tooltip "Mark as Unread">
+<!ENTITY markAsUnread.command.accesskey "U">
+
+<!ENTITY markAllAsRead.command.label "Mark All as Read">
+<!ENTITY markAllAsRead.command.tooltip "Mark All as Read">
+<!ENTITY markAllAsRead.command.accesskey "A">
+<!ENTITY markAllAsRead.command.key "C">
+<!ENTITY markAllAsRead.command.modifiers "accel shift">
+
+<!ENTITY markAllAsUnread.command.label "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.tooltip "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.accesskey "n">
+
+<!ENTITY toggleReadState.command.key "M">
diff --git a/src/sage/locale/fr-FR/sage.properties b/src/sage/locale/fr-FR/sage.properties
index 1b87af0..e384cff 100644
--- a/src/sage/locale/fr-FR/sage.properties
+++ b/src/sage/locale/fr-FR/sage.properties
@@ -41,6 +41,13 @@ opml_export_nocreate = Erreur de cr\u00e9ation de fichier
opml_select_file = S\u00e9lectionner un fichier OPML
opml_opml_file = Liste OPML
+
+# settings
+
+css_select_file = Select CSS File
+css_css_file = CSS File
+
+
# Date rendering values
date_sunday = Dimanche
@@ -82,9 +89,3 @@ date_november = Novembre
date_november_short = Nov
date_december = D\u00e9cembre
date_december_short = D\u00e9c
-
-# Item context menu
-itemcontext_markasread = Mark as Read
-itemcontext_markasunread = Mark as Unread
-itemcontext_markallasread = Mark All as Read
-itemcontext_markallasunread = Mark All as Unread
diff --git a/src/sage/locale/hu-HU/sage.dtd b/src/sage/locale/hu-HU/sage.dtd
index dec4293..b9a19c0 100755
--- a/src/sage/locale/hu-HU/sage.dtd
+++ b/src/sage/locale/hu-HU/sage.dtd
@@ -1,5 +1,5 @@
<!ENTITY sage.label "Sage">
-<!ENTITY sage.version "1.2.2">
+<!ENTITY sage.version "1.3">
<!ENTITY sage.version.label "">
<!ENTITY sage.toolbarLabel "Sage">
@@ -9,6 +9,7 @@
<!ENTITY menu.view "Megn�z">
<!ENTITY menu.showSearchBar "Keres�mez� mutat�sa">
<!ENTITY menu.showFeedItemList "Mutassa a let�lt�tt elemek list�j�t">
+<!ENTITY menu.showFeedItemListToolbar "Show Feed Item List Toolbar">
<!ENTITY menu.showDescTooltip "Le�r�s-tooltip megjelen�t�se">
<!ENTITY menu.openHTML "Megnyit�s a tartalmi r�szben">
<!ENTITY menu.tools "Eszk�z�k">
@@ -51,3 +52,31 @@
<!ENTITY openSageSidebar.commandkey "S">
<!ENTITY openSageSidebar.modifiersKey "alt">
+<!-- These are taken from history.dtd -->
+<!ENTITY openLinkInWindow.label "Open">
+<!ENTITY openLinkInWindow.accesskey "O">
+<!ENTITY openInNewTab.label "Open in New Tab">
+<!ENTITY openInNewTab.accesskey "T">
+<!ENTITY openInNewWindow.label "Open in New Window">
+<!ENTITY openInNewWindow.accesskey "W">
+
+<!-- Read State -->
+<!ENTITY markAsRead.command.label "Mark as Read">
+<!ENTITY markAsRead.command.tooltip "Mark as Read">
+<!ENTITY markAsRead.command.accesskey "R">
+
+<!ENTITY markAsUnread.command.label "Mark as Unread">
+<!ENTITY markAsUnread.command.tooltip "Mark as Unread">
+<!ENTITY markAsUnread.command.accesskey "U">
+
+<!ENTITY markAllAsRead.command.label "Mark All as Read">
+<!ENTITY markAllAsRead.command.tooltip "Mark All as Read">
+<!ENTITY markAllAsRead.command.accesskey "A">
+<!ENTITY markAllAsRead.command.key "C">
+<!ENTITY markAllAsRead.command.modifiers "accel shift">
+
+<!ENTITY markAllAsUnread.command.label "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.tooltip "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.accesskey "n">
+
+<!ENTITY toggleReadState.command.key "M">
\ No newline at end of file
diff --git a/src/sage/locale/hu-HU/sage.properties b/src/sage/locale/hu-HU/sage.properties
index 9a7664f..1c5b626 100755
--- a/src/sage/locale/hu-HU/sage.properties
+++ b/src/sage/locale/hu-HU/sage.properties
@@ -42,6 +42,12 @@ opml_select_file = Select OPML File
opml_opml_file = OPML File
+# settings
+
+css_select_file = Select CSS File
+css_css_file = CSS File
+
+
# Date rendering values
date_sunday = Vas�rnap
@@ -83,9 +89,3 @@ date_november = November
date_november_short = Nov
date_december = December
date_december_short = Dec
-
-# Item context menu
-itemcontext_markasread = Mark as Read
-itemcontext_markasunread = Mark as Unread
-itemcontext_markallasread = Mark All as Read
-itemcontext_markallasunread = Mark All as Unread
diff --git a/src/sage/locale/it-IT/sage.dtd b/src/sage/locale/it-IT/sage.dtd
index 086b1f1..54eaabe 100644
--- a/src/sage/locale/it-IT/sage.dtd
+++ b/src/sage/locale/it-IT/sage.dtd
@@ -1,5 +1,5 @@
<!ENTITY sage.label "Sage">
-<!ENTITY sage.version "1.2.2">
+<!ENTITY sage.version "1.3">
<!ENTITY sage.version.label "">
<!ENTITY sage.toolbarLabel "Sage">
@@ -9,6 +9,7 @@
<!ENTITY menu.view "Visualizza">
<!ENTITY menu.showSearchBar "Mostra Barra di Ricerca dei Feed">
<!ENTITY menu.showFeedItemList "Mostra la Lista dei Feed">
+<!ENTITY menu.showFeedItemListToolbar "Show Feed Item List Toolbar">
<!ENTITY menu.showDescTooltip "Mostra Descrizione Suggerimenti">
<!ENTITY menu.openHTML "Mostra i Feed nel Browser">
<!ENTITY menu.tools "Opzioni">
@@ -51,3 +52,31 @@
<!ENTITY openSageSidebar.commandkey "S">
<!ENTITY openSageSidebar.modifiersKey "alt">
+<!-- These are taken from history.dtd -->
+<!ENTITY openLinkInWindow.label "Open">
+<!ENTITY openLinkInWindow.accesskey "O">
+<!ENTITY openInNewTab.label "Open in New Tab">
+<!ENTITY openInNewTab.accesskey "T">
+<!ENTITY openInNewWindow.label "Open in New Window">
+<!ENTITY openInNewWindow.accesskey "W">
+
+<!-- Read State -->
+<!ENTITY markAsRead.command.label "Mark as Read">
+<!ENTITY markAsRead.command.tooltip "Mark as Read">
+<!ENTITY markAsRead.command.accesskey "R">
+
+<!ENTITY markAsUnread.command.label "Mark as Unread">
+<!ENTITY markAsUnread.command.tooltip "Mark as Unread">
+<!ENTITY markAsUnread.command.accesskey "U">
+
+<!ENTITY markAllAsRead.command.label "Mark All as Read">
+<!ENTITY markAllAsRead.command.tooltip "Mark All as Read">
+<!ENTITY markAllAsRead.command.accesskey "A">
+<!ENTITY markAllAsRead.command.key "C">
+<!ENTITY markAllAsRead.command.modifiers "accel shift">
+
+<!ENTITY markAllAsUnread.command.label "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.tooltip "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.accesskey "n">
+
+<!ENTITY toggleReadState.command.key "M">
\ No newline at end of file
diff --git a/src/sage/locale/it-IT/sage.properties b/src/sage/locale/it-IT/sage.properties
index ea81047..34387f7 100644
--- a/src/sage/locale/it-IT/sage.properties
+++ b/src/sage/locale/it-IT/sage.properties
@@ -41,6 +41,13 @@ opml_export_nocreate = Errore creazione file
opml_select_file = Selezionare un file OPML
opml_opml_file = File OPML
+
+# settings
+
+css_select_file = Select CSS File
+css_css_file = CSS File
+
+
# Date rendering values
date_sunday = Domenica
@@ -82,9 +89,3 @@ date_november = Novembre
date_november_short = Nov
date_december = Dicembre
date_december_short = Dic
-
-# Item context menu
-itemcontext_markasread = Mark as Read
-itemcontext_markasunread = Mark as Unread
-itemcontext_markallasread = Mark All as Read
-itemcontext_markallasunread = Mark All as Unread
diff --git a/src/sage/locale/ja-JP/sage.dtd b/src/sage/locale/ja-JP/sage.dtd
index 9b2be49..561b935 100755
--- a/src/sage/locale/ja-JP/sage.dtd
+++ b/src/sage/locale/ja-JP/sage.dtd
@@ -1,15 +1,15 @@
<!ENTITY sage.label "RSS リーダパネル">
-<!ENTITY sage.version "1.2.2">
+<!ENTITY sage.version "1.3">
<!ENTITY sage.version.label "">
<!ENTITY sage.toolbarLabel "RSS リーダ">
<!ENTITY sage.sidebarTitle "RSS リーダ">
<!ENTITY sage.tooltip "RSS リーダパネルを表示">
-
<!ENTITY menu.view "表示">
<!ENTITY menu.showSearchBar "Feed 検索バーの表示">
<!ENTITY menu.showFeedItemList "">
+<!ENTITY menu.showFeedItemListToolbar "Show Feed Item List Toolbar">
<!ENTITY menu.showDescTooltip "Description ツールチップの表示">
<!ENTITY menu.openHTML "コンテンツエリアで開く">
<!ENTITY menu.tools "ツール">
@@ -30,7 +30,7 @@
<!ENTITY discovery.header.itemCount "Items">
<!ENTITY discovery.header.url "URL">
-<!-- Setting Dialog -->
+<!-- Settings Dialog -->
<!ENTITY settings.general.caption "General">
<!ENTITY settings.autoFeedTitle.label "Automatically update feed titles">
<!ENTITY settings.renderFeeds.label "Render feeds in contents area">
@@ -52,3 +52,31 @@
<!ENTITY openSageSidebar.commandkey "S">
<!ENTITY openSageSidebar.modifiersKey "alt">
+<!-- These are taken from history.dtd -->
+<!ENTITY openLinkInWindow.label "Open">
+<!ENTITY openLinkInWindow.accesskey "O">
+<!ENTITY openInNewTab.label "Open in New Tab">
+<!ENTITY openInNewTab.accesskey "T">
+<!ENTITY openInNewWindow.label "Open in New Window">
+<!ENTITY openInNewWindow.accesskey "W">
+
+<!-- Read State -->
+<!ENTITY markAsRead.command.label "Mark as Read">
+<!ENTITY markAsRead.command.tooltip "Mark as Read">
+<!ENTITY markAsRead.command.accesskey "R">
+
+<!ENTITY markAsUnread.command.label "Mark as Unread">
+<!ENTITY markAsUnread.command.tooltip "Mark as Unread">
+<!ENTITY markAsUnread.command.accesskey "U">
+
+<!ENTITY markAllAsRead.command.label "Mark All as Read">
+<!ENTITY markAllAsRead.command.tooltip "Mark All as Read">
+<!ENTITY markAllAsRead.command.accesskey "A">
+<!ENTITY markAllAsRead.command.key "C">
+<!ENTITY markAllAsRead.command.modifiers "accel shift">
+
+<!ENTITY markAllAsUnread.command.label "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.tooltip "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.accesskey "n">
+
+<!ENTITY toggleReadState.command.key "M">
\ No newline at end of file
diff --git a/src/sage/locale/ja-JP/sage.properties b/src/sage/locale/ja-JP/sage.properties
index 32de364..fb234cd 100755
--- a/src/sage/locale/ja-JP/sage.properties
+++ b/src/sage/locale/ja-JP/sage.properties
@@ -42,6 +42,12 @@ opml_select_file = Select OPML File
opml_opml_file = OPML File
+# settings
+
+css_select_file = Select CSS File
+css_css_file = CSS File
+
+
# Date rendering values
date_sunday = Sunday
@@ -83,9 +89,3 @@ date_november = November
date_november_short = Nov
date_december = December
date_december_short = Dec
-
-# Item context menu
-itemcontext_markasread = Mark as Read
-itemcontext_markasunread = Mark as Unread
-itemcontext_markallasread = Mark All as Read
-itemcontext_markallasunread = Mark All as Unread
diff --git a/src/sage/locale/nl-NL/sage.dtd b/src/sage/locale/nl-NL/sage.dtd
index 6db13f5..ea116cf 100644
--- a/src/sage/locale/nl-NL/sage.dtd
+++ b/src/sage/locale/nl-NL/sage.dtd
@@ -1,5 +1,5 @@
<!ENTITY sage.label "Sage">
-<!ENTITY sage.version "1.2.2">
+<!ENTITY sage.version "1.3">
<!ENTITY sage.version.label "versie">
<!ENTITY sage.toolbarLabel "Sage">
@@ -9,6 +9,7 @@
<!ENTITY menu.view "Beeld">
<!ENTITY menu.showSearchBar "Toon feed zoekbalk">
<!ENTITY menu.showFeedItemList "Toon feed itemlijst">
+<!ENTITY menu.showFeedItemListToolbar "Show Feed Item List Toolbar">
<!ENTITY menu.showDescTooltip "Toon beschrijvende tooltips">
<!ENTITY menu.openHTML "Open feeds in Contents Area">
<!ENTITY menu.tools "Opties">
@@ -50,3 +51,32 @@
<!ENTITY openSageSidebar.commandkey "S">
<!ENTITY openSageSidebar.modifiersKey "alt">
+
+<!-- These are taken from history.dtd -->
+<!ENTITY openLinkInWindow.label "Open">
+<!ENTITY openLinkInWindow.accesskey "O">
+<!ENTITY openInNewTab.label "Open in New Tab">
+<!ENTITY openInNewTab.accesskey "T">
+<!ENTITY openInNewWindow.label "Open in New Window">
+<!ENTITY openInNewWindow.accesskey "W">
+
+<!-- Read State -->
+<!ENTITY markAsRead.command.label "Mark as Read">
+<!ENTITY markAsRead.command.tooltip "Mark as Read">
+<!ENTITY markAsRead.command.accesskey "R">
+
+<!ENTITY markAsUnread.command.label "Mark as Unread">
+<!ENTITY markAsUnread.command.tooltip "Mark as Unread">
+<!ENTITY markAsUnread.command.accesskey "U">
+
+<!ENTITY markAllAsRead.command.label "Mark All as Read">
+<!ENTITY markAllAsRead.command.tooltip "Mark All as Read">
+<!ENTITY markAllAsRead.command.accesskey "A">
+<!ENTITY markAllAsRead.command.key "C">
+<!ENTITY markAllAsRead.command.modifiers "accel shift">
+
+<!ENTITY markAllAsUnread.command.label "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.tooltip "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.accesskey "n">
+
+<!ENTITY toggleReadState.command.key "M">
\ No newline at end of file
diff --git a/src/sage/locale/nl-NL/sage.properties b/src/sage/locale/nl-NL/sage.properties
index a8bbb41..9d89342 100644
--- a/src/sage/locale/nl-NL/sage.properties
+++ b/src/sage/locale/nl-NL/sage.properties
@@ -41,6 +41,13 @@ opml_export_nocreate = Fout bij aanmaken bestand
opml_select_file = Selecteer OPML bestand
opml_opml_file = OPML bestand
+
+# settings
+
+css_select_file = Select CSS File
+css_css_file = CSS File
+
+
# Date rendering values
date_sunday = Zondag
@@ -82,9 +89,3 @@ date_november = November
date_november_short = Nov
date_december = December
date_december_short = Dec
-
-# Item context menu
-itemcontext_markasread = Mark as Read
-itemcontext_markasunread = Mark as Unread
-itemcontext_markallasread = Mark All as Read
-itemcontext_markallasunread = Mark All as Unread
diff --git a/src/sage/locale/ru-RU/sage.dtd b/src/sage/locale/ru-RU/sage.dtd
index 4d46346..fafd4a7 100644
--- a/src/sage/locale/ru-RU/sage.dtd
+++ b/src/sage/locale/ru-RU/sage.dtd
@@ -1,5 +1,5 @@
<!ENTITY sage.label "Sage">
-<!ENTITY sage.version "1.2.2">
+<!ENTITY sage.version "1.3">
<!ENTITY sage.version.label "версия">
<!ENTITY sage.toolbarLabel "Sage">
@@ -9,6 +9,7 @@
<!ENTITY menu.view "Вид">
<!ENTITY menu.showSearchBar "Показывать строку поиска лент">
<!ENTITY menu.showFeedItemList "Показывать элементы ленты">
+<!ENTITY menu.showFeedItemListToolbar "Show Feed Item List Toolbar">
<!ENTITY menu.showDescTooltip "Показывать всплывающие описания">
<!ENTITY menu.openHTML "Открывать ленты в основном окне">
<!ENTITY menu.tools "Настройки">
@@ -47,5 +48,35 @@
<!ENTITY browseCss.label "Пролистать...">
<!ENTITY allowEContent.label "Разрешить HTML-тэги">
+
<!ENTITY openSageSidebar.commandkey "S">
-<!ENTITY openSageSidebar.modifiersKey "alt">
\ No newline at end of file
+<!ENTITY openSageSidebar.modifiersKey "alt">
+
+<!-- These are taken from history.dtd -->
+<!ENTITY openLinkInWindow.label "Open">
+<!ENTITY openLinkInWindow.accesskey "O">
+<!ENTITY openInNewTab.label "Open in New Tab">
+<!ENTITY openInNewTab.accesskey "T">
+<!ENTITY openInNewWindow.label "Open in New Window">
+<!ENTITY openInNewWindow.accesskey "W">
+
+<!-- Read State -->
+<!ENTITY markAsRead.command.label "Mark as Read">
+<!ENTITY markAsRead.command.tooltip "Mark as Read">
+<!ENTITY markAsRead.command.accesskey "R">
+
+<!ENTITY markAsUnread.command.label "Mark as Unread">
+<!ENTITY markAsUnread.command.tooltip "Mark as Unread">
+<!ENTITY markAsUnread.command.accesskey "U">
+
+<!ENTITY markAllAsRead.command.label "Mark All as Read">
+<!ENTITY markAllAsRead.command.tooltip "Mark All as Read">
+<!ENTITY markAllAsRead.command.accesskey "A">
+<!ENTITY markAllAsRead.command.key "C">
+<!ENTITY markAllAsRead.command.modifiers "accel shift">
+
+<!ENTITY markAllAsUnread.command.label "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.tooltip "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.accesskey "n">
+
+<!ENTITY toggleReadState.command.key "M">
\ No newline at end of file
diff --git a/src/sage/locale/ru-RU/sage.properties b/src/sage/locale/ru-RU/sage.properties
index 2204577..b2518f2 100644
--- a/src/sage/locale/ru-RU/sage.properties
+++ b/src/sage/locale/ru-RU/sage.properties
@@ -41,6 +41,13 @@ opml_export_nocreate = Ошибка создания файла
opml_select_file = Выберите файл OPML
opml_opml_file = Файл OPML
+
+# settings
+
+css_select_file = Select CSS File
+css_css_file = CSS File
+
+
# Date rendering values
date_sunday = Воскресенье
diff --git a/src/sage/locale/zh-TW/sage.dtd b/src/sage/locale/zh-TW/sage.dtd
index 54b7aef..c7db674 100644
--- a/src/sage/locale/zh-TW/sage.dtd
+++ b/src/sage/locale/zh-TW/sage.dtd
@@ -1,5 +1,5 @@
<!ENTITY sage.label "Sage">
-<!ENTITY sage.version "1.2.1">
+<!ENTITY sage.version "1.3">
<!ENTITY sage.version.label "版本">
<!ENTITY sage.toolbarLabel "Sage">
@@ -9,6 +9,7 @@
<!ENTITY menu.view "顯示">
<!ENTITY menu.showSearchBar "顯示 Feed 搜尋列">
<!ENTITY menu.showFeedItemList "顯示 Fees 文章列表">
+<!ENTITY menu.showFeedItemListToolbar "Show Feed Item List Toolbar">
<!ENTITY menu.showDescTooltip "顯示描述提示">
<!ENTITY menu.openHTML "在內容區域開啟Feeds">
<!ENTITY menu.tools "選項">
@@ -50,3 +51,32 @@
<!ENTITY openSageSidebar.commandkey "S">
<!ENTITY openSageSidebar.modifiersKey "alt">
+
+<!-- These are taken from history.dtd -->
+<!ENTITY openLinkInWindow.label "Open">
+<!ENTITY openLinkInWindow.accesskey "O">
+<!ENTITY openInNewTab.label "Open in New Tab">
+<!ENTITY openInNewTab.accesskey "T">
+<!ENTITY openInNewWindow.label "Open in New Window">
+<!ENTITY openInNewWindow.accesskey "W">
+
+<!-- Read State -->
+<!ENTITY markAsRead.command.label "Mark as Read">
+<!ENTITY markAsRead.command.tooltip "Mark as Read">
+<!ENTITY markAsRead.command.accesskey "R">
+
+<!ENTITY markAsUnread.command.label "Mark as Unread">
+<!ENTITY markAsUnread.command.tooltip "Mark as Unread">
+<!ENTITY markAsUnread.command.accesskey "U">
+
+<!ENTITY markAllAsRead.command.label "Mark All as Read">
+<!ENTITY markAllAsRead.command.tooltip "Mark All as Read">
+<!ENTITY markAllAsRead.command.accesskey "A">
+<!ENTITY markAllAsRead.command.key "C">
+<!ENTITY markAllAsRead.command.modifiers "accel shift">
+
+<!ENTITY markAllAsUnread.command.label "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.tooltip "Mark All as Unread">
+<!ENTITY markAllAsUnread.command.accesskey "n">
+
+<!ENTITY toggleReadState.command.key "M">
\ No newline at end of file
diff --git a/src/sage/locale/zh-TW/sage.properties b/src/sage/locale/zh-TW/sage.properties
index 06f8695..ac48ee1 100644
--- a/src/sage/locale/zh-TW/sage.properties
+++ b/src/sage/locale/zh-TW/sage.properties
@@ -41,6 +41,13 @@ opml_export_nocreate = OPML 檔案建立失敗
opml_select_file = 選擇 OPML 檔案
opml_opml_file = OPML 檔案
+
+# settings
+
+css_select_file = Select CSS File
+css_css_file = CSS File
+
+
# Date rendering values
date_sunday = 週日
@@ -82,9 +89,3 @@ date_november = 十一月
date_november_short = Nov
date_december = 十二月
date_december_short = Dec
-
-# Item context menu
-itemcontext_markasread = Mark as Read
-itemcontext_markasunread = Mark as Unread
-itemcontext_markallasread = Mark All as Read
-itemcontext_markallasunread = Mark All as Unread
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git
More information about the Pkg-mozext-commits
mailing list