[Pkg-mozext-commits] [sage-extension] 02/20: added hungarian locale
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag sage_1_2
in repository sage-extension.
commit 913a5ea531879f7c8f38093d4effc3dfd62861e0
Author: Peter Andrews <petea at jhu.edu>
Date: Thu Jun 17 01:28:16 2004 +0000
added hungarian locale
---
src/install.js | 2 ++
src/install.rdf | 1 +
src/sage/locale/fr-FR/sage.dtd | 2 ++
src/sage/locale/hu-HU/contents.rdf | 17 +++++++++++++++++
src/sage/locale/hu-HU/opml.dtd | 11 +++++++++++
src/sage/locale/hu-HU/sage.dtd | 36 +++++++++++++++++++++++++++++++++++
src/sage/locale/hu-HU/sage.properties | 9 +++++++++
7 files changed, 78 insertions(+)
diff --git a/src/install.js b/src/install.js
index cb96c8d..8029bdc 100755
--- a/src/install.js
+++ b/src/install.js
@@ -7,6 +7,7 @@ const APP_SKIN_CLASSIC_PATH = "skin/classic/";
const APP_LOCALE_ENUS_PATH = "locale/en-US/";
const APP_LOCALE_JAJP_PATH = "locale/ja-JP/";
const APP_LOCALE_FRFR_PATH = "locale/fr-FR/";
+const APP_LOCALE_HUHU_PATH = "locale/hu-HU/";
initInstall(APP_NAME, APP_CHROME_NAME, APP_VERSION);
@@ -21,6 +22,7 @@ registerChrome(SKIN | PROFILE_CHROME, jarFolder, APP_SKIN_CLASSIC_PATH);
registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_ENUS_PATH);
registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_JAJP_PATH);
registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_FRFR_PATH);
+registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_HUHU_PATH);
var result = getLastError();
if(result == SUCCESS) {
diff --git a/src/install.rdf b/src/install.rdf
index 3a00ee8..4eb8d1c 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -22,6 +22,7 @@
<em:locale>locale/en-US/</em:locale>
<em:locale>locale/ja-JP/</em:locale>
<em:locale>locale/fr-FR/</em:locale>
+<em:locale>locale/hu-HU/</em:locale>
</Description>
</em:file>
diff --git a/src/sage/locale/fr-FR/sage.dtd b/src/sage/locale/fr-FR/sage.dtd
index deaafba..8f5f72e 100644
--- a/src/sage/locale/fr-FR/sage.dtd
+++ b/src/sage/locale/fr-FR/sage.dtd
@@ -1,3 +1,5 @@
+<!-- maintained by Guillaume Criloux [guillaume.criloux at laposte.net] -->
+
<!ENTITY sage.label "Sage">
<!ENTITY sage.version "1.0">
diff --git a/src/sage/locale/hu-HU/contents.rdf b/src/sage/locale/hu-HU/contents.rdf
new file mode 100755
index 0000000..72c826d
--- /dev/null
+++ b/src/sage/locale/hu-HU/contents.rdf
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+
+<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
+
+ <RDF:Seq about="urn:mozilla:locale:root">
+ <RDF:li resource="urn:mozilla:locale:hu-HU"/>
+ </RDF:Seq>
+
+ <RDF:Description about="urn:mozilla:locale:hu-HU">
+ <chrome:packages>
+ <RDF:Seq about="urn:mozilla:locale:hu-HU:packages">
+ <RDF:li resource="urn:mozilla:locale:hu-HU:sage"/>
+ </RDF:Seq>
+ </chrome:packages>
+ </RDF:Description>
+</RDF:RDF>
diff --git a/src/sage/locale/hu-HU/opml.dtd b/src/sage/locale/hu-HU/opml.dtd
new file mode 100755
index 0000000..5743af3
--- /dev/null
+++ b/src/sage/locale/hu-HU/opml.dtd
@@ -0,0 +1,11 @@
+<!ENTITY pageStart.label "OPML Import/Export Wizard">
+<!ENTITY pageStart.desc "Choose an action">
+<!ENTITY pageImport.label "Import OPML">
+<!ENTITY pageImport.desc "Select Import OPML File">
+<!ENTITY pageExport.label "Export OPML">
+<!ENTITY pageExport.desc "Select Export OPML File">
+
+<!ENTITY rdoImport.label "Import OPML">
+<!ENTITY rdoExport.label "Export OPML">
+
+<!ENTITY browseButton.label "Browse...">
diff --git a/src/sage/locale/hu-HU/sage.dtd b/src/sage/locale/hu-HU/sage.dtd
new file mode 100755
index 0000000..9674672
--- /dev/null
+++ b/src/sage/locale/hu-HU/sage.dtd
@@ -0,0 +1,36 @@
+<!-- maintained by Feher Janos [feher.janos at mindworks.hu] -->
+
+<!ENTITY sage.label "Sage">
+<!ENTITY sage.version "1.1">
+
+<!ENTITY sage.toolbarLabel "Sage">
+<!ENTITY sage.sidebarTitle "Sage">
+<!ENTITY sage.tooltip "Sage megjelen�t�se">
+
+<!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.showDescTooltip "Le�r�s-tooltip megjelen�t�se">
+<!ENTITY menu.openHTML "Megnyit�s a tartalmi r�szben">
+<!ENTITY menu.tools "Eszk�z�k">
+<!ENTITY menu.checkUpdate "Friss�l�sek ellen�rz�se">
+<!ENTITY menu.manageRSSList "Manage RSS List...">
+<!ENTITY menu.opmlImportExport "OPML import/export...">
+<!ENTITY menu.setting "Be�ll�t�sok...">
+<!ENTITY menu.sageProjectFeed "A Sage projekt h�rei">
+
+
+<!-- Setting Dialog -->
+<!ENTITY settings.general.caption "�ltal�nos">
+<!ENTITY settings.autoFeedTitle.label "C�mek automatikus friss�t�se">
+<!ENTITY settings.renderFeeds.label "Megnyit�s a tartalmi r�szben">
+<!ENTITY settingWindow.title "Az RSS olvas�panel be�ll�t�sai">
+<!ENTITY selectFolder.label "V�lassza ki az RSS listamapp�t">
+<!ENTITY openInContentsArea.caption "Let�lt�ttek megjelen�t�se">
+<!ENTITY enableUserCss.label "Egy�ni st�luslap enged�lyez�se">
+<!ENTITY browseCss.label "B�ng�sz�s...">
+<!ENTITY allowEContent.label "HTML tagek enged�lyez�se">
+
+
+<!ENTITY openSageSidebar.commandkey "S">
+<!ENTITY openSageSidebar.modifiersKey "alt">
diff --git a/src/sage/locale/hu-HU/sage.properties b/src/sage/locale/hu-HU/sage.properties
new file mode 100755
index 0000000..0ecf318
--- /dev/null
+++ b/src/sage/locale/hu-HU/sage.properties
@@ -0,0 +1,9 @@
+RESULT_OK_STR = OK
+RESULT_PARSE_ERROR_STR = XML �rtelmez�si hiba
+RESULT_NOT_RSS_STR = Ez az XML f�jl nem RSS form�tum�
+RESULT_NOT_FOUND_STR = A f�jl nem tal�lhat�
+RESULT_NOT_AVAILABLE_STR = Nem el�rhet� URL
+RESULT_ERROR_FAILURE_STR = Bet�lt�si hiba
+
+CHECK_UPDATE = Friss�l�sek ellen�rz�se
+GET_RSS_TITLE= RSS c�m let�lt�se
--
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