[Pkg-mozext-commits] [sage-extension] 04/54: added spanish locale

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:36 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 6bf2ba5bedd7f62be94e3ad36c0e032b8d861098
Author: Peter Andrews <petea at jhu.edu>
Date:   Wed Sep 8 03:03:16 2004 +0000

    added spanish locale
---
 src/sage/locale/es-ES/contents.rdf    | 17 +++++++
 src/sage/locale/es-ES/opml.dtd        | 11 +++++
 src/sage/locale/es-ES/sage.dtd        | 52 ++++++++++++++++++++++
 src/sage/locale/es-ES/sage.properties | 84 +++++++++++++++++++++++++++++++++++
 4 files changed, 164 insertions(+)

diff --git a/src/sage/locale/es-ES/contents.rdf b/src/sage/locale/es-ES/contents.rdf
new file mode 100644
index 0000000..1a4b8e2
--- /dev/null
+++ b/src/sage/locale/es-ES/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:es-ES"/>
+	</RDF:Seq>
+
+	<RDF:Description about="urn:mozilla:locale:es-ES">
+		<chrome:packages>
+			<RDF:Seq about="urn:mozilla:locale:es-ES:packages">
+				<RDF:li resource="urn:mozilla:locale:es-ES:sage"/>
+			</RDF:Seq>
+		</chrome:packages>
+	</RDF:Description>
+</RDF:RDF>
diff --git a/src/sage/locale/es-ES/opml.dtd b/src/sage/locale/es-ES/opml.dtd
new file mode 100644
index 0000000..9fe2990
--- /dev/null
+++ b/src/sage/locale/es-ES/opml.dtd
@@ -0,0 +1,11 @@
+<!ENTITY pageStart.label			"Asistente de Importaci�n/Exportaci�n OPML">
+<!ENTITY pageStart.desc				"Elija una acci�n">
+<!ENTITY pageImport.label			"Importar OPML">
+<!ENTITY pageImport.desc			"Seleccione un 	archivo OPML de importaci�n">
+<!ENTITY pageExport.label			"Exportar OPML">
+<!ENTITY pageExport.desc			"Seleccione un archivo OPML de exportaci�n">
+
+<!ENTITY rdoImport.label			"Importar OPML">
+<!ENTITY rdoExport.label			"Exportar OPML">
+
+<!ENTITY browseButton.label			"Examinar...">
diff --git a/src/sage/locale/es-ES/sage.dtd b/src/sage/locale/es-ES/sage.dtd
new file mode 100644
index 0000000..aabb32c
--- /dev/null
+++ b/src/sage/locale/es-ES/sage.dtd
@@ -0,0 +1,52 @@
+<!ENTITY sage.label				"Sage">
+<!ENTITY sage.version				"1.2.2">
+<!ENTITY sage.version.label				"versi�n">
+
+<!ENTITY sage.toolbarLabel			"Sage">
+<!ENTITY sage.sidebarTitle			"Sage">
+<!ENTITY sage.tooltip				"Muestra Sage">
+
+<!ENTITY menu.view				"Ver">
+<!ENTITY menu.showSearchBar			"Mostrar barra de b�squeda de fuentes">
+<!ENTITY menu.showFeedItemList			"Mostrar la lista de fuentes ">
+<!ENTITY menu.showDescTooltip			"Mostrar sugerencias de descripci�n">
+<!ENTITY menu.openHTML				"Abrir fuentes en �rea de contenidos">
+<!ENTITY menu.tools				"Opciones">
+<!ENTITY menu.checkUpdate			"Comprobar Fuentes">
+<!ENTITY menu.manageRSSList			"Gestionar lista de fuentes...">
+<!ENTITY menu.opmlImportExport			"Importaci�n/Exportaci�n OPML...">
+<!ENTITY menu.setting				"Configuraci�n...">
+<!ENTITY menu.sageProjectFeed				"Noticias Projecto Sage">
+<!ENTITY menu.discoverFeeds				"Descubrir fuentes">
+
+<!-- Feed Discovery -->
+<!ENTITY discovery.status.searching     "Buscando p�gina actual">
+<!ENTITY discovery.button.addFeed    "A�adir fuente">
+<!ENTITY discovery.button.close			 "Cerrar">
+<!ENTITY discovery.header.title			 "T�tulo">
+<!ENTITY discovery.header.format     "Formato">
+<!ENTITY discovery.header.lastPubDate     "�ltima actualizaci�n">
+<!ENTITY discovery.header.itemCount     "Elementos">
+<!ENTITY discovery.header.url     "URL">
+
+<!-- Settings Dialog -->
+<!ENTITY settings.general.caption     "General">
+<!ENTITY settings.autoFeedTitle.label     "Actualizar autom�ticamente los t�tulos de las fuentes">
+<!ENTITY settings.renderFeeds.label     "Representar las fuentes en el �rea de contenidos">
+<!ENTITY settings.twelveHourClock.label     "Utilizar reloj de 12 horas">
+<!ENTITY settings.feedItemOrder.label     "Orden de la lista de fuentes">
+<!ENTITY settings.feedItemOrder.chrono     "Cronol�gicamente">
+<!ENTITY settings.feedItemOrder.source     "Fuente">
+<!ENTITY settings.feedDiscoveryMode.label     "Modo descubrimiento de fuentes">
+<!ENTITY settings.feedDiscoveryMode.exhaustive     "Exhaustivo">
+<!ENTITY settings.feedDiscoveryMode.conservative     "Conservador">
+<!ENTITY settingWindow.title                    "Configurar Sage">
+<!ENTITY selectFolder.label			"Seleccionar carpeta de fuentes">
+<!ENTITY openInContentsArea.caption		"Representaci�n de las fuentes">
+<!ENTITY enableUserCss.label			"Utilizar CSS personalizada">
+<!ENTITY browseCss.label			"Examinar...">
+<!ENTITY allowEContent.label			"Permitir etiquetas HTML">
+
+
+<!ENTITY openSageSidebar.commandkey		"S">
+<!ENTITY openSageSidebar.modifiersKey		"alt">
\ No newline at end of file
diff --git a/src/sage/locale/es-ES/sage.properties b/src/sage/locale/es-ES/sage.properties
new file mode 100644
index 0000000..a691244
--- /dev/null
+++ b/src/sage/locale/es-ES/sage.properties
@@ -0,0 +1,84 @@
+RESULT_OK_STR = OK
+RESULT_PARSE_ERROR_STR = Error de an�lisis XML
+RESULT_NOT_RSS_STR = error de an�lisis de la fuente
+RESULT_NOT_FOUND_STR = Archivo no encontrado
+RESULT_NOT_AVAILABLE_STR = URL no disponible
+RESULT_ERROR_FAILURE_STR = Error de carga
+RESULT_LOADING = Cargando
+RESULT_CHECKING = Comprobando
+
+CHECK_UPDATE = Comprobar fuentes
+GET_RSS_TITLE= Obtener t�tulo de la fuente
+
+
+# feed discovery messages
+
+discovery_external_feeds_category = Fuentes externas
+discovery_status_discovered = Encontradas
+discovery_status_site_feed = sitio con fuente
+discovery_status_site_feeds = sitio con fuentes
+discovery_status_and = y
+discovery_status_external_feed = fuente externa
+discovery_status_external_feeds = fuentes externas
+discovery_status_none_found = No se han encontrado fuentes
+
+
+# get feed title dialog
+
+get_feed_title = Nuevo t�tulo de fuente
+
+
+# OPML wizzard
+
+opml_import_done = Importaci�n Completa
+opml_export_done = Exportaci�n Completa
+opml_path_blank = Seleccione un archivo OPML, por favor.
+opml_path_nofile = El archivo especificado no existe.
+opml_path_invalid = Ruta de fichero incorrecta.
+opml_import_fail = Error de carga
+opml_import_badfile = Esto no aparenta ser un archivo OPML.
+opml_export_nocreate = Errror al crear el archivo
+opml_select_file = Seleccione un archivo OPML
+opml_opml_file = Archivo OPML
+
+# Date rendering values
+
+date_sunday = Domingo
+date_sunday_short = Dom
+date_monday = Lunes
+date_monday_short = Lun
+date_tuesday = Martes
+date_tuesday_short = Mar
+date_wednesday = Miercoles
+date_wednesday_short = Mie
+date_thursday = Jueves
+date_thursday_short = Jue
+date_friday = Viernes
+date_friday_short = Vie
+date_saturday = Sabado
+date_saturday_short = Sab
+
+date_january = Enero
+date_january_short = Ene
+date_february = Febrero
+date_february_short = Feb
+date_march = Marzo
+date_march_short = Mar
+date_april = Abril
+date_april_short = Abr
+date_may = Mayo
+date_may_short = May
+date_june = Junio
+date_june_short = Jun
+date_july = Julio
+date_july_short = Jul
+date_august = Agosto
+date_august_short = Ago
+date_september = Septiembre
+date_september_short = Sep
+date_october = Octubre
+date_october_short = Oct
+date_november = Noviembre
+date_november_short = Nov
+date_december = Diciembre
+date_december_short = Dic
\ No newline at end of file

-- 
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