From c625d132feead6264f764cd9332abc53fe3ccb48 Mon Sep 17 00:00:00 2001 From: manuel_carrasco Date: Mon, 18 Jan 2010 16:41:06 +0000 Subject: [PATCH] more Spanish translations git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@26067 71c3de6d-444a-0410-be80-ed276b4c234a --- .../resources/hudson/Messages_es.properties | 50 ++++++++++ .../hudson/diagnosis/Messages_es.properties | 2 + .../hudson/init/impl/Messages_es.properties | 2 + .../hudson/logging/Messages_es.properties | 1 + .../hudson/matrix/Messages_es.properties | 33 +++++++ .../model/AbstractBuild/tasks_es.properties | 3 +- .../projectRelationship-help_es.properties | 2 +- .../node_monitors/Messages_es.properties | 31 ++++++ .../hudson/os/windows/Messages_es.properties | 36 +++++++ .../hudson/scheduler/Messages_es.properties | 26 +++++ .../hudson/scm/Messages_es.properties | 26 +++++ .../hudson/security/Messages_es.properties | 50 ++++++++++ .../hudson/slaves/Messages_es.properties | 39 ++++++++ .../tasks/Fingerprinter/config_es.properties | 2 +- .../hudson/tasks/Messages_es.properties | 95 +++++++++++++++++++ .../hudson/tasks/junit/Messages_es.properties | 41 ++++++++ .../hudson/tasks/test/Messages_es.properties | 33 +++++++ .../hudson/tools/Messages_es.properties | 36 +++++++ .../hudson/triggers/Messages_es.properties | 28 ++++++ .../hudson/util/Messages_es.properties | 26 +++++ .../BuildButtonColumn/column_es.properties | 2 +- .../columnHeader_es.properties | 2 +- .../hudson/views/Messages_es.properties | 30 ++++++ .../hudson/widgets/Messages_es.properties | 23 +++++ .../hudson/project/config-scm_es.properties | 2 +- .../configure-entries_es.properties | 2 +- .../MavenProbeAction/index_es.properties | 4 +- .../hudson/maven/Messages_es.properties | 49 ++++++++++ 28 files changed, 666 insertions(+), 10 deletions(-) create mode 100644 core/src/main/resources/hudson/Messages_es.properties create mode 100644 core/src/main/resources/hudson/diagnosis/Messages_es.properties create mode 100644 core/src/main/resources/hudson/init/impl/Messages_es.properties create mode 100644 core/src/main/resources/hudson/logging/Messages_es.properties create mode 100644 core/src/main/resources/hudson/matrix/Messages_es.properties create mode 100644 core/src/main/resources/hudson/node_monitors/Messages_es.properties create mode 100644 core/src/main/resources/hudson/os/windows/Messages_es.properties create mode 100644 core/src/main/resources/hudson/scheduler/Messages_es.properties create mode 100644 core/src/main/resources/hudson/scm/Messages_es.properties create mode 100644 core/src/main/resources/hudson/security/Messages_es.properties create mode 100644 core/src/main/resources/hudson/slaves/Messages_es.properties create mode 100644 core/src/main/resources/hudson/tasks/Messages_es.properties create mode 100644 core/src/main/resources/hudson/tasks/junit/Messages_es.properties create mode 100644 core/src/main/resources/hudson/tasks/test/Messages_es.properties create mode 100644 core/src/main/resources/hudson/tools/Messages_es.properties create mode 100644 core/src/main/resources/hudson/triggers/Messages_es.properties create mode 100644 core/src/main/resources/hudson/util/Messages_es.properties create mode 100644 core/src/main/resources/hudson/views/Messages_es.properties create mode 100644 core/src/main/resources/hudson/widgets/Messages_es.properties create mode 100644 maven-plugin/src/main/resources/hudson/maven/Messages_es.properties diff --git a/core/src/main/resources/hudson/Messages_es.properties b/core/src/main/resources/hudson/Messages_es.properties new file mode 100644 index 0000000000..bf97d6491c --- /dev/null +++ b/core/src/main/resources/hudson/Messages_es.properties @@ -0,0 +1,50 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, id:cactusman +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +FilePath.validateAntFileMask.whitespaceSeprator=\ + No se pueden utilizar espacios en blanco como separadores. Utiliza coma '','' +FilePath.validateAntFileMask.doesntMatchAndSuggest=\ + ''{0}'' no coincide con nada, pero but ''{1}'' sí. Quizas es lo que quieres decir. +FilePath.validateAntFileMask.portionMatchAndSuggest=''{0}'' no coincide con nada aunque ''{1}'' sí existe +FilePath.validateAntFileMask.portionMatchButPreviousNotMatchAndSuggest=''{0}'' no coincide con nada: ''{1}'' existe, pero ''{2}'' no existe +FilePath.validateAntFileMask.doesntMatchAnything=''{0}'' no coincide con nda +FilePath.validateAntFileMask.doesntMatchAnythingAndSuggest=''{0}'' no coincide con nada: ''{1}'' no existe + +FilePath.validateRelativePath.wildcardNotAllowed=No se permiten caracteres comodín. +FilePath.validateRelativePath.notFile=''{0}'' no es un archivo +FilePath.validateRelativePath.notDirectory=''{0}'' no es un directorio +FilePath.validateRelativePath.noSuchFile=El fichero no existe ''{0}'' +FilePath.validateRelativePath.noSuchDirectory=El directorio no existe ''{0}'' + +Util.millisecond={0} ms +Util.second={0} seg +Util.minute={0} min +Util.hour ={0} hor +Util.day ={0} {0,choice,0#days|1#day|1the fingerprint support. -The\ downstream\ project\ records\ the\ fingerprints\ of\ the\ upstream\ jar\ files\ it\ uses=El proyecto hijo almacena las firmas de los ficheros 'jar' que necesita y que fueron generados por otros proyectos padres. +The\ downstream\ project\ records\ the\ fingerprints\ of\ the\ upstream\ jar\ files\ it\ uses=El proyecto hijo almacena las firmas de los ficheros ''jar'' que necesita y que fueron generados por otros proyectos padres. This\ allows\ Hudson\ to\ correlate\ two\ projects.=Esto facilita que Hudson pueda correlacionar los dos proyectos For\ this\ feature\ to\ work,\ the\ following\ conditions\ need\ to\ be\ met:=Para que todo esto funcione son necesarias las siguientes condiciones: The\ upstream\ project\ records\ the\ fingerprints\ of\ its\ build\ artifacts=Que el proyecto padre registre la firma de todos los ficheros que genera. diff --git a/core/src/main/resources/hudson/node_monitors/Messages_es.properties b/core/src/main/resources/hudson/node_monitors/Messages_es.properties new file mode 100644 index 0000000000..67c6fd3a45 --- /dev/null +++ b/core/src/main/resources/hudson/node_monitors/Messages_es.properties @@ -0,0 +1,31 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Eric Lefevre-Ardant, Seiji Sogabe, Thomas J. Black +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +ArchitectureMonitor.DisplayName=Arquitectura +ClockMonitor.DisplayName=Diferencia entre los relojes +DiskSpaceMonitor.MarkedOffline=Poniendo temporalmente {0} fuera de línea debido a falta de espacio en disco duro +DiskSpaceMonitor.DisplayName=Espacio de disco libre +ResponseTimeMonitor.DisplayName=Tiempo de respuesta +ResponseTimeMonitor.MarkedOffline=Poniendo temporalmente {0} fuera de línea porque no responde +ResponseTimeMonitor.TimeOut=Se sobrepasó el tiempo de espera en el último intento de {0} +SwapSpaceMonitor.DisplayName=Espacio de intercambio libre +TemporarySpaceMonitor.DisplayName=Espacio temporal libre diff --git a/core/src/main/resources/hudson/os/windows/Messages_es.properties b/core/src/main/resources/hudson/os/windows/Messages_es.properties new file mode 100644 index 0000000000..e1ff6e48a8 --- /dev/null +++ b/core/src/main/resources/hudson/os/windows/Messages_es.properties @@ -0,0 +1,36 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +ManagedWindowsServiceLauncher.DisplayName=\ + Permitir que Hudson-esclavo se arranque como un servicio windows +ManagedWindowsServiceLauncher.DotNetRequired=Se necesita tener instalado ''.NET Framework 2.0'' o posterior para poder ejecutar Hudson-esclavo como un servicio de Windows +ManagedWindowsServiceLauncher.InstallingSlaveService=Instalando el servicio Hudson-esclavo +ManagedWindowsServiceLauncher.ConnectingTo=Conectando con {0} +ManagedWindowsServiceLauncher.ConnectingToPort=Conectando al puerto {0} +ManagedWindowsServiceLauncher.CopyingSlaveExe=Copiando hudson-slave.exe +ManagedWindowsServiceLauncher.CopyingSlaveXml=Copiando hudson-slave.xml +ManagedWindowsServiceLauncher.RegisteringService=Registrando el servicio +ManagedWindowsServiceLauncher.ServiceDidntRespond=El servicio no responde. Es posible que el inicio del servicio fallara. +ManagedWindowsServiceLauncher.StartingService=Iniciando el servicio +ManagedWindowsServiceLauncher.StoppingService=Parando el servicio +ManagedWindowsServiceLauncher.WaitingForService=Esperando que el servicio esté listo. +ManagedWindowsServiceLauncher.AccessDenied=Acceso denegado. Echa un vistazo a http://wiki.hudson-ci.org/display/HUDSON/Windows+slaves+fail+to+start+via+DCOM para mas información diff --git a/core/src/main/resources/hudson/scheduler/Messages_es.properties b/core/src/main/resources/hudson/scheduler/Messages_es.properties new file mode 100644 index 0000000000..a2ea0401ae --- /dev/null +++ b/core/src/main/resources/hudson/scheduler/Messages_es.properties @@ -0,0 +1,26 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +BaseParser.StartEndReversed=¿Quieres decir {0}-{1}? +BaseParser.MustBePositive= {0} no es un valor válido, debe ser positivo +BaseParser.OutOfRange={0} es inválido, debe estar incluido entre {1} y {2} +CronTabList.InvalidInput=Entrada inválida: "{0}": {1} diff --git a/core/src/main/resources/hudson/scm/Messages_es.properties b/core/src/main/resources/hudson/scm/Messages_es.properties new file mode 100644 index 0000000000..0b2311e57d --- /dev/null +++ b/core/src/main/resources/hudson/scm/Messages_es.properties @@ -0,0 +1,26 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +NullSCM.DisplayName=Ninguno +SCM.Permissions.Title=Repositorio de software (SCM) +SCM.TagPermission.Description=\ + Este permiso permite a los usuarios crear nuevos tags en el repositorio de software. diff --git a/core/src/main/resources/hudson/security/Messages_es.properties b/core/src/main/resources/hudson/security/Messages_es.properties new file mode 100644 index 0000000000..4e882d8e44 --- /dev/null +++ b/core/src/main/resources/hudson/security/Messages_es.properties @@ -0,0 +1,50 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Eric Lefevre-Ardant, Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +GlobalMatrixAuthorizationStrategy.DisplayName=Configuración de seguridad + +LegacyAuthorizationStrategy.DisplayName=Mode ''legacy'' + +HudsonPrivateSecurityRealm.DisplayName=Usar base de datos de Hudson +HudsonPrivateSecurityRealm.Details.DisplayName=Contraseña +HudsonPrivateSecurityRealm.Details.PasswordError=\ + Las contraseñas no coinciden. +HudsonPrivateSecurityRealm.ManageUserLinks.DisplayName=Gestión de usuarios +HudsonPrivateSecurityRealm.ManageUserLinks.Description=Crear/borrar/editar usuarios que puedan utilizar Hudson + +FullControlOnceLoggedInAuthorizationStrategy.DisplayName=Usuarios autenticados tienen privilegios para todo + +AuthorizationStrategy.DisplayName=Cualquiera puede hacer cualquier acción + +LDAPSecurityRealm.DisplayName=LDAP + +LegacySecurityRealm.Displayname=Delegar seguridad al contenedor de servlets + +UserDetailsServiceProxy.UnableToQuery=Imposible obtener la información del usuario: {0} + +ProjectMatrixAuthorizationStrategy.DisplayName=Estrategia de seguridad para el proyecto + +PAMSecurityRealm.DisplayName=Usar autenticación Unix: usuario/grupo + +# not in use +Permission.Permissions.Title=N/A +AccessDeniedException2.MissingPermission={0} no tiene el permiso {1} diff --git a/core/src/main/resources/hudson/slaves/Messages_es.properties b/core/src/main/resources/hudson/slaves/Messages_es.properties new file mode 100644 index 0000000000..aca18af00b --- /dev/null +++ b/core/src/main/resources/hudson/slaves/Messages_es.properties @@ -0,0 +1,39 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Seiji Sogabe, Stephen Connolly +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +RetentionStrategy.Always.displayName=Mantener este esclavo en línea el máximo de tiempo posible +RetentionStrategy.Demand.displayName=Poner este esclavo en línea cuando haya demanda, y fuera de línea cuando no hayan trabajos +RetentionStrategy.Demand.OfflineIdle=Fuera de línea porque no es necesario, el servicio se volverá a iniciar cuando haya demanda +CommandLauncher.displayName=Ejecutar el esclavo ejecutando un comando desde el maestro +JNLPLauncher.displayName=Ejecutar el agente esclavo utilizando JNLP +ComputerLauncher.unexpectedError=Error inesperado lanzando un esclavo. Posiblemente sea un error de Hudson (bug) +ComputerLauncher.abortedLaunch=El inicio del agente en el esclavo se ha abortado. +CommandLauncher.NoLaunchCommand=No se ha especificado ningún comando +ConnectionActivityMonitor.OfflineCause=No hubo respuesta a ''ping'' despues de varios intentos +DumbSlave.displayName=Esclavo pasivo +NodeProvisioner.EmptyString= +OfflineCause.DisconnectedFromCLI=Desconectado de CLI +OfflineCause.LaunchFailed=Este nodo está fuera de línea porque Hudson no pudo iniciar el agente esclavo. +SimpleScheduledRetentionStrategy.FinishedUpTime=El nodo ha finalizado el tiempo programado de estar on-line +SimpleScheduledRetentionStrategy.displayName=Poner este esclavo en línea en base a una programación. +EnvironmentVariablesNodeProperty.displayName=Variables de entorno +SlaveComputer.DisconnectedBy=Desconectado por {0}{1} diff --git a/core/src/main/resources/hudson/tasks/Fingerprinter/config_es.properties b/core/src/main/resources/hudson/tasks/Fingerprinter/config_es.properties index 70590e9353..0530b53bb8 100644 --- a/core/src/main/resources/hudson/tasks/Fingerprinter/config_es.properties +++ b/core/src/main/resources/hudson/tasks/Fingerprinter/config_es.properties @@ -25,5 +25,5 @@ description=Se pueden usar comodines como ''module/dist/**/*.zip''. \ atributo @includes de la etiqueta fileset de Ant para conocer el formato exacto. \ El directorio base es el workspace. Files\ to\ fingerprint=Almacenar la firma de los ficheros: -Keep\ the\ build\ logs\ of\ dependencies=¿Conservar los ''logs'' de dependencias de las ejecuciones? +Keep\ the\ build\ logs\ of\ dependencies=¿Conservar los ''logs'' de dependencias de las ejecuciones? Fingerprint\ all\ archived\ artifacts=Almacenar la firmar de todos los ficheros generados diff --git a/core/src/main/resources/hudson/tasks/Messages_es.properties b/core/src/main/resources/hudson/tasks/Messages_es.properties new file mode 100644 index 0000000000..98d8f06e31 --- /dev/null +++ b/core/src/main/resources/hudson/tasks/Messages_es.properties @@ -0,0 +1,95 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Jene Jasper +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Ant.DisplayName=Ejecutar Ant +Ant.ExecFailed=Falló la ejecución del comando +Ant.ExecutableNotFound=No se encuentra el archivo ejecutable para la instalación de ant seleccionada "{0}" +Ant.GlobalConfigNeeded= Posiblemente tengas que configurar dónde se encuentra tu instalación de ''ant'' +Ant.NotADirectory={0} no es un directorio +Ant.NotAntDirectory={0} no parece un directorio de ''ant'' +Ant.ProjectConfigNeeded= Es posible que tengas que configurar la tarea para que utilice una de tus instalaciones de ''ant'' + +ArtifactArchiver.ARCHIVING_ARTIFACTS=Guardando archivos +ArtifactArchiver.DeletingOld=Borrando archivos antiguos de {0} +ArtifactArchiver.DisplayName=Guardar los archivos generados +ArtifactArchiver.FailedToArchive=Error al guardar los archivos generados: {0} +ArtifactArchiver.NoIncludes=\ + No hay archivos configurados para guardar.\n\ + Es probable que olvidaras configurar el patrón.\n\ + Si lo que quieres es guardar todos los ficheros del espacio de trabajo, utiliza "**" +ArtifactArchiver.NoMatchFound=No se encontraron archivos que cumplan el patrón "{0}". Comprueba la configuración + +BatchFile.DisplayName=Ejecutar un comando de Windows + +BuildTrigger.Disabled={0} está desactivado. Ejecución omitida +BuildTrigger.DisplayName=Ejecutar otros proyectos +BuildTrigger.InQueue={0} ya está en la cola +BuildTrigger.NoSuchProject=No existe el proyecto ''{0}''. Quizas te refieras a ''{1}'' +BuildTrigger.NotBuildable={0} no es ejecutable +BuildTrigger.Triggering=Lanzando una nueva ejecución de {0} + +CommandInterpreter.CommandFailed=la ejecución del comando ha fallado +CommandInterpreter.UnableToDelete=Imposible borrar el fichero de script {0} +CommandInterpreter.UnableToProduceScript=Imposible de crear un fichero de script + +Fingerprinter.Aborted=Abortado +Fingerprinter.Action.DisplayName=Ver firmas +Fingerprinter.DigestFailed=Imposible de calcular la firma para {0} +Fingerprinter.DisplayName=Almacenar firma de ficheros para poder hacer seguimiento +Fingerprinter.Failed=Imposible de grabar firmas +Fingerprinter.FailedFor=fallo al grabar la firma de {0} +Fingerprinter.NoArchiving=Se supone que la produccion de artefactos debe ser firmada pero no está configurada la opción de guardar artefactos. +Fingerprinter.NoWorkspace=No se pueden guardar firmas porque no hay o no se ha creado el espacio de trabajo +Fingerprinter.Recording=Almacenando firmas + +InstallFromApache=Instalar desde Apache + +JavadocArchiver.DisplayName=Publicar Javadoc +JavadocArchiver.DisplayName.Generic=Documento +JavadocArchiver.DisplayName.Javadoc=Javadoc +JavadocArchiver.NoMatchFound=No se encontraron javadocs en {0}: {1} +JavadocArchiver.Publishing=Publicando Javadoc +JavadocArchiver.UnableToCopy=Imposible copiar javadocs desde {0} a {1} + +MailSender.ListEmpty=Ignorado un intento de envio de correos a una lista de destinatarios vacía. +MailSender.NoAddress=Falló el envio de correo a {0} porque ninguna dirección de correo es conocida, y no se ha configurado ningún dominio por defecto. +MailSender.BackToNormal.Normal=normal +MailSender.BackToNormal.Stable=estable +MailSender.BackToNormalMail.Subject=Hudson build is back to {0} : +MailSender.UnstableMail.Subject=Hudson build is unstable: +MailSender.UnstableMail.ToUnStable.Subject=Hudson build became unstable: +MailSender.UnstableMail.StillUnstable.Subject=Hudson build is still unstable: +MailSender.FailureMail.Subject=Build failed in Hudson: +MailSender.FailureMail.Changes=Changes: +MailSender.FailureMail.FailedToAccessBuildLog=Failed to access build log +MailSender.Link=See <{0}{1}> + +Mailer.DisplayName=Notificación por correo +Mailer.UserProperty.DisplayName=E-mail + +Maven.DisplayName=Ejecutar tareas ''maven'' de nivel superior +Maven.ExecFailed=falló la ejecución del comando +Maven.NotMavenDirectory={0} no parece un directorio ''maven'' +Maven.NoExecutable=No hay ningún fichero ejecutable en {0} +Maven.NotADirectory={0} no es un directorio + +Shell.DisplayName=Ejecutar linea de comandos (shell) diff --git a/core/src/main/resources/hudson/tasks/junit/Messages_es.properties b/core/src/main/resources/hudson/tasks/junit/Messages_es.properties new file mode 100644 index 0000000000..2b98e876aa --- /dev/null +++ b/core/src/main/resources/hudson/tasks/junit/Messages_es.properties @@ -0,0 +1,41 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Seiji Sogabe, id:cactusman +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +TestResult.getTitle=Resultado de tests +TestResult.getChildTitle=Paquete +TestResult.getDisplayName=Resultado de tests + +PackageResult.getTitle=Resultado de tests : {0} +PackageResult.getChildTitle=Clases + +ClassResult.getTitle=Resultado de tests : {0} +JUnitResultArchiver.DisplayName=Publicar los resultadod de tests JUnit +JUnitResultArchiver.NoTestReportFound=No se encontraron ficheros con resultados de tests. ¿Hay algun error en la configuración? +JUnitResultArchiver.Recording=Grabando resultados de tests +JUnitResultArchiver.ResultIsEmpty=Ninguno de los informes de tests contiene resultados +JUnitResultArchiver.BadXML=Formato incorrecto en los atributos XML del fichero de resultados en {0} + +CaseResult.Status.Passed=Pasados +CaseResult.Status.Failed=Fallidos +CaseResult.Status.Skipped=Omitidos +CaseResult.Status.Fixed=Arreglados +CaseResult.Status.Regression=Regresión diff --git a/core/src/main/resources/hudson/tasks/test/Messages_es.properties b/core/src/main/resources/hudson/tasks/test/Messages_es.properties new file mode 100644 index 0000000000..34a053372b --- /dev/null +++ b/core/src/main/resources/hudson/tasks/test/Messages_es.properties @@ -0,0 +1,33 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Stephen Connolly, id:cactusman +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +AbstractTestResultAction.getDisplayName=Resultado de los tests +AbstractTestResultAction.zeroTestDescription={0}: 0 tests en total. +AbstractTestResultAction.TestsDescription={0}: {1} tests fallidos de un total de {2} tests. + +AbstractTestResultAction.fail={0} {0,choice,0#failures|1#failure|1 \ + Suele ser bastante útil para identificar problemas. diff --git a/maven-plugin/src/main/resources/hudson/maven/Messages_es.properties b/maven-plugin/src/main/resources/hudson/maven/Messages_es.properties new file mode 100644 index 0000000000..3d61835ceb --- /dev/null +++ b/maven-plugin/src/main/resources/hudson/maven/Messages_es.properties @@ -0,0 +1,49 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, id:cactusman +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +MavenBuild.FailedEarlier=Build failed before it gets to this module +MavenBuild.KeptBecauseOfParent=Mantener porque {0} se mantiene +MavenBuild.Triggering=Lanzando la ejecución de {0} +MavenBuilder.Aborted=Cancelado +MavenBuilder.AsyncFailed=La ejecución asincrona ha fallado +MavenBuilder.Failed=Maven ha acabado con error +MavenBuilder.Waiting=Esperando a que Hudson finalize de recopilar datos + +MavenModule.Pronoun=Modulo + +MavenModuleSet.DiplayName=Crear un proyecto maven2 + +MavenModuleSetBuild.DiscoveredModule=Se ha descubierto un nuevo módulo {0} {1} +MavenModuleSetBuild.FailedToParsePom=Error al analizar el fichero POM +MavenModuleSetBuild.NoSuchPOMFile=No existe el fichero {0}\nQuizas sea necesario que especifiques la ubicación del fichero POM +MavenModuleSetBuild.NoSuchAlternateSettings=No existe el fichero de configuración {0} \nVerifica que se ha especificado un fichero en la configuración, y que dicho fichero existe el el espacio de trabajo. +MavenModuleSetBuild.NoMavenInstall=Se necesita una instalación de ''maven'' para poder ejecutar este proyecto.\nEs posible que no se haya especificado dónde está la instalación de maven o sea incorrecta. + +MavenProbeAction.DisplayName=Monitorizar proceso maven + +MavenProcessFactory.ClassWorldsNotFound=No se encontró la libraría classworlds*.jar en {0} -- ¿Es un directorio de instalación de maven válido? + +MavenRedeployer.DisplayName=Desplegar al repositorio maven. +ProcessCache.Reusing=Reutilizar un proceso existente de maven + +RedeployPublisher.getDisplayName=Desplegar ficheros al repositorio maven +ReleaseAction.DisplayName=Publicar una nueva versión -- GitLab