[Pkg-mozext-commits] [sage-extension] 01/54: added Catalan locale
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:35 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 dec5b4ff1da11c784bd9bb7c313aa9bd15cb0ac0
Author: Peter Andrews <petea at jhu.edu>
Date: Wed Aug 18 17:47:10 2004 +0000
added Catalan locale
---
src/install.js | 2 +
src/install.rdf | 1 +
src/sage/locale/ca-CA/contents.rdf | 17 +++++++
src/sage/locale/ca-CA/opml.dtd | 9 ++++
src/sage/locale/ca-CA/sage.dtd | 46 +++++++++++++++++++
src/sage/locale/ca-CA/sage.properties | 84 +++++++++++++++++++++++++++++++++++
6 files changed, 159 insertions(+)
diff --git a/src/install.js b/src/install.js
index 44ffd48..04053fe 100755
--- a/src/install.js
+++ b/src/install.js
@@ -10,6 +10,7 @@ const APP_LOCALE_FRFR_PATH = "locale/fr-FR/";
const APP_LOCALE_HUHU_PATH = "locale/hu-HU/";
const APP_LOCALE_ITIT_PATH = "locale/it-IT/";
const APP_LOCALE_NLNL_PATH = "locale/nl-NL/";
+const APP_LOCALE_CACA_PATH = "locale/ca-CA/";
initInstall(APP_NAME, APP_CHROME_NAME, APP_VERSION);
@@ -27,6 +28,7 @@ registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_FRFR_PATH);
registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_HUHU_PATH);
registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_ITIT_PATH);
registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_NLNL_PATH);
+registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_CACA_PATH);
var result = getLastError();
if(result == SUCCESS) {
diff --git a/src/install.rdf b/src/install.rdf
index 36cb615..55a01d9 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -25,6 +25,7 @@
<em:locale>locale/hu-HU/</em:locale>
<em:locale>locale/it-IT/</em:locale>
<em:locale>locale/nl-NL/</em:locale>
+<em:locale>locale/ca-CA/</em:locale>
</Description>
</em:file>
diff --git a/src/sage/locale/ca-CA/contents.rdf b/src/sage/locale/ca-CA/contents.rdf
new file mode 100644
index 0000000..dc9c4cc
--- /dev/null
+++ b/src/sage/locale/ca-CA/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:ca-CA"/>
+ </RDF:Seq>
+
+ <RDF:Description about="urn:mozilla:locale:ca-CA">
+ <chrome:packages>
+ <RDF:Seq about="urn:mozilla:locale:ca-CA:packages">
+ <RDF:li resource="urn:mozilla:locale:ca-CA:sage"/>
+ </RDF:Seq>
+ </chrome:packages>
+ </RDF:Description>
+</RDF:RDF>
diff --git a/src/sage/locale/ca-CA/opml.dtd b/src/sage/locale/ca-CA/opml.dtd
new file mode 100644
index 0000000..86b6fa7
--- /dev/null
+++ b/src/sage/locale/ca-CA/opml.dtd
@@ -0,0 +1,9 @@
+<!ENTITY pageStart.label "Auxiliar d'importació/exportació OPML">
+<!ENTITY pageStart.desc "Escolliu una acció">
+<!ENTITY pageImport.label "Importa OPML">
+<!ENTITY pageImport.desc "Seleccioneu el fitxer d'importació OPML">
+<!ENTITY pageExport.label "Exporta OPML">
+<!ENTITY pageExport.desc "Selecciona el fitxer d'exportació OPML">
+<!ENTITY rdoImport.label "Importa OPML">
+<!ENTITY rdoExport.label "Exporta OPML">
+<!ENTITY browseButton.label "Vés a...">
diff --git a/src/sage/locale/ca-CA/sage.dtd b/src/sage/locale/ca-CA/sage.dtd
new file mode 100644
index 0000000..56f1e86
--- /dev/null
+++ b/src/sage/locale/ca-CA/sage.dtd
@@ -0,0 +1,46 @@
+<!ENTITY sage.label "Sage">
+<!ENTITY sage.version "1.2">
+<!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.showDescTooltip "Mostra els rètols de descripció">
+<!ENTITY menu.openHTML "Obre les fonts a l'àrea de continguts">
+<!ENTITY menu.tools "Opcions">
+<!ENTITY menu.checkUpdate "Comprova les fonts">
+<!ENTITY menu.manageRSSList "Gestiona la llista de fonts">
+<!ENTITY menu.opmlImportExport "Importa/Exporta OPML...">
+<!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">
+<!ENTITY discovery.button.close "Tanca">
+<!ENTITY discovery.header.title "Títol">
+<!ENTITY discovery.header.format "Format">
+<!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">
+<!ENTITY settings.renderFeeds.label "Representa les fonts a l'àrea de continguts">
+<!ENTITY settings.twelveHourClock.label "Utilitza el rellotge de 12 hores">
+<!ENTITY settings.feedItemOrder.label "Ordre de la llista fonts">
+<!ENTITY settings.feedItemOrder.chrono "Cronològic">
+<!ENTITY settings.feedItemOrder.source "Font">
+<!ENTITY settings.feedDiscoveryMode.label "Mode descobriment de fonts">
+<!ENTITY settings.feedDiscoveryMode.exhaustive "Exhaustiu">
+<!ENTITY settings.feedDiscoveryMode.conservative "Conservatiu">
+<!ENTITY settingWindow.title "Paràmetres de Sage">
+<!ENTITY selectFolder.label "Seleccioneu la carpeta de fonts">
+<!ENTITY openInContentsArea.caption "Representació">
+<!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">
diff --git a/src/sage/locale/ca-CA/sage.properties b/src/sage/locale/ca-CA/sage.properties
new file mode 100644
index 0000000..cd36af6
--- /dev/null
+++ b/src/sage/locale/ca-CA/sage.properties
@@ -0,0 +1,84 @@
+RESULT_OK_STR=D'acord
+RESULT_PARSE_ERROR_STR=Error d'an\u00E0lisi XML
+RESULT_NOT_RSS_STR=Error d'an\u00E0lisi de la font
+RESULT_NOT_FOUND_STR=El fitxer no s'ha trobat
+RESULT_NOT_AVAILABLE_STR=URL no disponible
+RESULT_ERROR_FAILURE_STR=La c\u00E0rrega ha fallat
+RESULT_LOADING=S'est\u00E0 carregant
+RESULT_CHECKING=Comprovant
+
+CHECK_UPDATE=Comprova les fonts
+GET_RSS_TITLE=Obt\u00E9 el t\u00EDtol de la font
+
+
+# feed discovery messages
+
+discovery_external_feeds_category=Fonts externes
+discovery_status_discovered=Descoberts
+discovery_status_site_feed=Lloc de la font
+discovery_status_site_feeds=Lloc de les fonts
+discovery_status_and=i
+discovery_status_external_feed=font externa
+discovery_status_external_feeds=fonts externes
+discovery_status_none_found=No s'ha trobat cap font
+
+
+# get feed title dialog
+
+get_feed_title=Nou t\u00EDtol de font
+
+
+# OPML wizzard
+
+opml_import_done=S'ha acabat la importaci\u00F3
+opml_export_done=S'ha acabat l'exportaci\u00F3
+opml_path_blank=Trieu un fitxer OPML
+opml_path_nofile=El fitxer especificat no existeix.
+opml_path_invalid=La ruta del fitxer \u00E9s inv\u00E0lida
+opml_import_fail=La c\u00E0rrega ha fallat
+opml_import_badfile=Aquest no \u00E9s un fitxer OPML v\u00E0lid.
+opml_export_nocreate=Error de creaci\u00F3 del fitxer
+opml_select_file=Seleccioneu el fitxer OPML
+opml_opml_file=Fitxer OPML
+
+# Date rendering values
+
+date_sunday=Diumenge
+date_sunday_short=*Diu
+date_monday=Dilluns
+date_monday_short=*Dll
+date_tuesday=Dimarts
+date_tuesday_short=*Dmt
+date_wednesday=Dimecres
+date_wednesday_short=*Dmc
+date_thursday=Dijous
+date_thursday_short=*Dij
+date_friday=Divendres
+date_friday_short=*Div
+date_saturday=Dissabte
+date_saturday_short=*Dis
+
+date_january=Gener
+date_january_short=Gen
+date_february=Febrer
+date_february_short=Feb.
+date_march=Mar\u00E7
+date_march_short=Mar\u00E7
+date_april=Abril
+date_april_short=Abr
+date_may=Mai
+date_may_short=Mai
+date_june=Juny
+date_june_short=*Jun
+date_july=Juliol
+date_july_short=*Jul
+date_august=Agost
+date_august_short=Ago
+date_september=Setembre
+date_september_short=Set
+date_october=Octubre
+date_october_short=_Oct
+date_november=Novembre
+date_november_short=*Nov
+date_december=Desembre
+date_december_short=Des
--
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