diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-es-AR/chat | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-es-AR/chat')
-rw-r--r-- | l10n-es-AR/chat/accounts.dtd | 41 | ||||
-rw-r--r-- | l10n-es-AR/chat/accounts.properties | 9 | ||||
-rw-r--r-- | l10n-es-AR/chat/commands.properties | 27 | ||||
-rw-r--r-- | l10n-es-AR/chat/contacts.properties | 8 | ||||
-rw-r--r-- | l10n-es-AR/chat/conversations.properties | 85 | ||||
-rw-r--r-- | l10n-es-AR/chat/facebook.properties | 6 | ||||
-rw-r--r-- | l10n-es-AR/chat/imtooltip.properties | 12 | ||||
-rw-r--r-- | l10n-es-AR/chat/irc.properties | 209 | ||||
-rw-r--r-- | l10n-es-AR/chat/logger.properties | 8 | ||||
-rw-r--r-- | l10n-es-AR/chat/matrix.ftl | 24 | ||||
-rw-r--r-- | l10n-es-AR/chat/matrix.properties | 263 | ||||
-rw-r--r-- | l10n-es-AR/chat/status.properties | 23 | ||||
-rw-r--r-- | l10n-es-AR/chat/twitter.properties | 122 | ||||
-rw-r--r-- | l10n-es-AR/chat/xmpp.properties | 281 | ||||
-rw-r--r-- | l10n-es-AR/chat/yahoo.properties | 5 |
15 files changed, 1123 insertions, 0 deletions
diff --git a/l10n-es-AR/chat/accounts.dtd b/l10n-es-AR/chat/accounts.dtd new file mode 100644 index 0000000000..9d75c5558f --- /dev/null +++ b/l10n-es-AR/chat/accounts.dtd @@ -0,0 +1,41 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Account manager window for Instantbird --> +<!ENTITY accounts.title "Cuentas &brandShortName;"> +<!ENTITY accountManager.width "450"> +<!-- Instant messaging account status window for Thunderbird --> +<!ENTITY accountsWindow.title "Estado de la mensajería instantánea"> +<!ENTITY accountsWindow2.style "width: 41em; height: 27em;"> + +<!ENTITY accountManager.newAccount.label "Cuenta nueva"> +<!ENTITY accountManager.newAccount.accesskey "N"> +<!ENTITY accountManager.close.label "Cerrar"> +<!ENTITY accountManager.close.accesskey "C"> +<!-- This should match account.commandkey in instantbird.dtd --> +<!ENTITY accountManager.close.commandkey "a"> +<!-- This title must be short, displayed with a big font size --> +<!ENTITY accountManager.noAccount.title "Todavía no hay una cuenta configurada"> +<!ENTITY accountManager.noAccount.description "Haga clic en el botón &accountManager.newAccount.label; y &brandShortName; lo va a guiar en el proceso de configurar una."> +<!ENTITY account.autoSignOn.label "Iniciar sesión al inicio"> +<!ENTITY account.autoSignOn.accesskey "S"> +<!ENTITY account.connect.label "Conectar"> +<!ENTITY account.connect.accesskey "o"> +<!ENTITY account.disconnect.label "Desconectar"> +<!ENTITY account.disconnect.accesskey "D"> +<!ENTITY account.delete.label "Borrar"> +<!ENTITY account.delete.accesskey "B"> +<!ENTITY account.edit.label "Propiedades"> +<!ENTITY account.edit.accesskey "P"> +<!ENTITY account.moveup.label "Mover arriba"> +<!ENTITY account.movedown.label "Mover abajo"> +<!ENTITY account.cancelReconnection.label "Cancelar la reconexión"> +<!ENTITY account.cancelReconnection.accesskey "A"> +<!ENTITY account.copyDebugLog.label "Copiar registro de depuración"> +<!ENTITY account.copyDebugLog.accesskey "C"> +<!ENTITY account.showDebugLog.label "Mostrar registro de depuración"> +<!ENTITY account.showDebugLog.accesskey "r"> +<!ENTITY account.connecting "Conectando…"> +<!ENTITY account.disconnecting "Desconectando…"> +<!ENTITY account.disconnected "No conectado"> diff --git a/l10n-es-AR/chat/accounts.properties b/l10n-es-AR/chat/accounts.properties new file mode 100644 index 0000000000..7eaab805f0 --- /dev/null +++ b/l10n-es-AR/chat/accounts.properties @@ -0,0 +1,9 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (passwordPromptTitle, passwordPromptText): +# %S is replaced with the name of the account +passwordPromptTitle=Contraseña para %S +passwordPromptText=Ingrese la contraseña de %S para conectarse. +passwordPromptSaveCheckbox=Usar el administrador de contraseñas para recordarla. diff --git a/l10n-es-AR/chat/commands.properties b/l10n-es-AR/chat/commands.properties new file mode 100644 index 0000000000..f7ecc5a5a6 --- /dev/null +++ b/l10n-es-AR/chat/commands.properties @@ -0,0 +1,27 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (commands): +# %S is a comma separated list of command names. +commands=Comandos: %S.\nUsar /help <comando> para más información. +# LOCALIZATION NOTE (noCommand, noHelp): +# %S is the command name the user typed. +noCommand=No hay comando'%S'. +noHelp=No hay mensaje de ayuda para el comando '%S', ¡disculpe! + +sayHelpString=diga <mensaje>: envíe un mensaje sin comandos de procesamiento. +rawHelpString=bruto & lt; mensaje& gt ;: envíe un mensaje sin escapar de las entidades HTML. +helpHelpString=ayuda <nombre>: muestra el mensaje de ayuda para <nombre> de comando o la lista de posibles comandos cuando se usa sin parámetro. + +# LOCALIZATION NOTE (statusCommand): +# %1$S is replaced with a status command name +# (one of "back", "away", "busy", "dnd", or "offline"). +# %2$S is replaced with the localized version of that status type +# (one of the 5 strings below). +statusCommand=%1$S <estado del mensaje>: establecer el estado a %2$S con un estado opcional. +back=disponible +away=ausente +busy=no disponible +dnd=no disponible +offline=desconectado diff --git a/l10n-es-AR/chat/contacts.properties b/l10n-es-AR/chat/contacts.properties new file mode 100644 index 0000000000..e13ed0d14c --- /dev/null +++ b/l10n-es-AR/chat/contacts.properties @@ -0,0 +1,8 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (defaultGroup): +# This is the name of the group that will automatically be created when adding a +# buddy without specifying a group. +defaultGroup=Contactos diff --git a/l10n-es-AR/chat/conversations.properties b/l10n-es-AR/chat/conversations.properties new file mode 100644 index 0000000000..281cea3033 --- /dev/null +++ b/l10n-es-AR/chat/conversations.properties @@ -0,0 +1,85 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (targetChanged): +# %1$S is the new conversation title (display name of the new target), +# %2$S is the protocol name used for the new target. +targetChanged=La conversación va a continuar con %1$S, usando %2$S. + +# LOCALIZATION NOTE (statusChanged): +# %1$S is the display name of the contact. +# %2$S is the new status type (a value from status.properties). +statusChanged=%1$S ahora es %2$S. +# LOCALIZATION NOTE (statusChangedWithStatusText): +# %1$S is the display name of the contact. +# %2$S is the new status type (a value from status.properties). +# %3$S is the status text (eg. "I'm currently away from the computer"). +statusChangedWithStatusText=%1$S ahora es %2$S: %3$S. +# LOCALIZATION NOTE (statusChangedFromUnknown[WithStatusText]): +# special case of the previous 2 strings for when the status was +# previously unknown. These 2 strings should not mislead the user +# into thinking the person's status has just changed. +statusChangedFromUnknown=%1$S es %2$S. +statusChangedFromUnknownWithStatusText=%1$S es %2$S: %3$S. +# LOCALIZATION NOTE (statusKnown[WithStatusText]): +# special case of the previous 2 strings for when an account has just +# been reconnected, so the status is now known. These 2 strings should not +# mislead the user into thinking the person's status has just changed. +statusKnown=Su cuenta se reconectó (%1$S es %2$S). +statusKnownWithStatusText=Su cuenta se reconectó (%1$S es %2$S: %3$S). +# LOCALIZATION NOTE (statusUnknown): +# %S is the display name of the contact. +statusUnknown=Su cuenta está desconectada (el estado de %S ya no es conocido). + +accountDisconnected=Su cuenta está desconectada. +accountReconnected=Su cuenta se reconectó. + +# LOCALIZATION NOTE (autoReply): +# %S is replaced by the text of a message that was sent as an automatic reply. +autoReply=Respuesta automática %S + +# LOCALIZATION NOTE (noTopic): +# Displayed instead of the topic when no topic is set. +noTopic=No hay un tema definido para esta sala. + +# LOCALIZATION NOTE (topicSet): +# %1$S is the conversation name, %2$S is the topic. +topicSet=El tema para %1$S es: %2$S. +# LOCALIZATION NOTE (topicNotSet): +# %S is the conversation name. +topicNotSet=No hay tema para %S. +# LOCALIZATION NOTE (topicChanged): +# %1$S is the user who changed the topic, %2$S is the new topic. +topicChanged=%1$S cambió el tema a: %2$S. +# LOCALIZATION NOTE (topicCleared): +# %1$S is the user who cleared the topic. +topicCleared=%1$S eliminó el tema. + +# LOCALIZATION NOTE (nickSet): +# This is displayed as a system message when a participant changes his/her +# nickname in a conversation. +# %1$S is the old nick. +# %2$S is the new nick. +nickSet=%1$S ahora es conocido como %2$S. +# LOCALIZATION NOTE (nickSet.you): +# This is displayed as a system message when your nickname is changed. +# %S is your new nick. +nickSet.you=Ahora usted es conocido como %S. + +# LOCALIZATION NOTE (messenger.conversations.selections.ellipsis): +# ellipsis is used when copying a part of a message to show that the message was cut +messenger.conversations.selections.ellipsis=[…] + +# LOCALIZATION NOTE (messenger.conversations.selections.{system,content,action}MessagesTemplate): +# These 3 templates are used to format selected messages before copying them. +# Do not translate the texts between % characters, but feel free to adjust +# whitespace and separators to make them fit your locale. +messenger.conversations.selections.systemMessagesTemplate=%time% - %message% +messenger.conversations.selections.contentMessagesTemplate=%time% - %sender%: %message% +messenger.conversations.selections.actionMessagesTemplate=%time% * %sender% %message% + +# LOCALIZATION NOTE (message.status): +# This is used as title attribute for the visible lock icon in case a message +# was sent encrypted through the OTR protocol. +message.status=Mensaje cifrado diff --git a/l10n-es-AR/chat/facebook.properties b/l10n-es-AR/chat/facebook.properties new file mode 100644 index 0000000000..a6210d04ec --- /dev/null +++ b/l10n-es-AR/chat/facebook.properties @@ -0,0 +1,6 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +facebook.chat.name=Chat de Facebook +facebook.disabled=Facebook Chat ya no es compatible debido a que Facebook deshabilitó su puerta de enlace. diff --git a/l10n-es-AR/chat/imtooltip.properties b/l10n-es-AR/chat/imtooltip.properties new file mode 100644 index 0000000000..a14ecaab4b --- /dev/null +++ b/l10n-es-AR/chat/imtooltip.properties @@ -0,0 +1,12 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +buddy.username=Nombre de usuario +buddy.account=Cuenta +contact.tags=Etiquetas + +otr.tag=Estado OTR + +encryption.tag=Estado del cifrado +message.status=Mensaje cifrado diff --git a/l10n-es-AR/chat/irc.properties b/l10n-es-AR/chat/irc.properties new file mode 100644 index 0000000000..dd5a5f5bae --- /dev/null +++ b/l10n-es-AR/chat/irc.properties @@ -0,0 +1,209 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (irc.usernameHint): +# This is displayed inside the accountUsernameInfoWithDescription +# string defined in imAccounts.properties when the user is +# configuring an IRC account. +irc.usernameHint=apodo + +# LOCALIZATION NOTE (connection.error.*): +# These will show in the account manager if the account is +# disconnected because of an error. +connection.error.lost=Se perdió la conexión con el servidor +connection.error.timeOut=La conexión tardó demasiado tiempo +connection.error.invalidUsername=%S no es un nombre de usuario permitido +connection.error.invalidPassword=Contraseña del servidor inválida +connection.error.passwordRequired=Se necesita contraseña + +# LOCALIZATION NOTE (joinChat.*): +# These show up on the join chat menu. An underscore is for the access key. +joinChat.channel=_Canal +joinChat.password=C_ontraseña + +# LOCALIZATION NOTE (options.*): +# These are the protocol specific options shown in the account manager and +# account wizard windows. +options.server=Servidor +options.port=Puerto +options.ssl=Usar SSL +options.encoding=Codificación de caracteres +options.quitMessage=Salir del mensaje +options.partMessage=Mensaje de parte +options.showServerTab=Mostrar mensajes desde el servidor +options.alternateNicks=Apodos alternativos + +# LOCALIZATION NOTE (ctcp.version): +# %1$S is the nickname of the user whose version was requested. +# %2$S is the version response from the client. +ctcp.version=%1$S está usando "%2$S" +# LOCALIZATION NOTE (ctcp.time): +# %1$S is the nickname of the user whose time was requested. +# %2$S is the time response. +ctcp.time=El tiempo para %1$S es %2$S. + +# LOCALZIATION NOTE (command.*): +# These are the help messages for each command, the %S is the command name +# Each command first gives the parameter it accepts and then a description of +# the command. +command.action=%S <acción a ejecutar>: Ejecutar una acción. +command.ban=%S <nick!user@host>: Prohibir a los usuarios que coincidan con el patrón dado. +command.ctcp=%S <apodo> <msg>: Envía un mensaje CTCP al apodo. +command.chanserv=%S <comando>: Envía un comando a ChanServ. +command.deop=%S <nick1>[,<nick2>]*: Eliminar el estado del operador del canal de alguien. Debe ser un operador de canal para hacer esto. +command.devoice=%S <nick1>[,<nick2>]*: Elimina el estado de voz del canal de alguien, impidiendo que hablen si el canal está moderado (+ m). Debe ser un operador de canal para hacer esto. +command.invite2=%S <nick>[ <nick>]* [<channel>]: Invita uno o más usuarios para unirse al canal actual o para unirse al canal especificado. +command.join=%S <room1>[ <key1>][,<room2>[ <key2>]]*: Ingrese uno o más canales, proporcionando opcionalmente una clave de canal para cada uno si es necesario. +command.kick=%S <nick> [<message>]: Eliminar a alguien de un canal. Debe ser un operador de canal para hacer esto. +command.list=%S: Mostrar una lista de salas de chat en la red. Advertencia, algunos servidores pueden desconectarlo al hacer esto. +command.memoserv=%S <comando>: Envía un comando a MemoServ. +command.modeUser2=%S <nick> [(+|-)<mode>]: Get, set or unset a user's mode. +command.modeChannel2=%S [<canal>] [(+|-)<nuevo modo> [<parámetro>][,<parámetro>]*]: Obtener, establecer o cambiar un modo de canal. +command.msg=%S <nick> <message>: Enviar un mensaje privado a un usuario (a diferencia de un canal). +command.nick=%S <nuevo apodo>: Cambiar el apodo. +command.nickserv=%S <comando>: Envía un comando a NickServ. +command.notice=%S <target> <message>: Envía una noticia a un usuario o canal. +command.op=%S <nick1>[,<nick2>]*: Concede el estatus de operador de canal a alguien. Debe ser un operador de canal para hacer esto. +command.operserv=%S <comando>: Envía un comando a OperServ. +command.part=%S [mensaje]: Deja el canal actual con un mensaje opcional. +command.ping=%S [<usuario>]: Pregunta qué tan atrasado está el usuario (o el servidor si el usuario no está especificado). +command.quit=%S <mensaje>: Desconectar del servidor con un mensaje opcional. +command.quote=%S <comando>: Enviar un comando sin procesar al servidor. +command.time=%S: Muestra la hora local actual en el servidor IRC. +command.topic=%S [<nuevo tema>]: Establecer el tema de este canal. +command.umode=%S (+|-)<nuevo modo>: Establecer o no establecer un modo de usuario. +command.version=%S <apodo>: Solicitar la versión del cliente de un usuario. +command.voice=%S <apodo1>[,<apodo2>]*: Conceder el estado de voz del canal a alguien. Debe ser un operador de canal para hacer esto. +command.whois2=%S [<apodo>]: Obtener información de un usuario. + +# LOCALIZATION NOTE (message.*): +# These are shown as system messages in the conversation. +# %1$S is the nick and %2$S is the nick and host of the user who joined. +message.join=%1$S [%2$S] ingresó a la sala. +message.rejoined=Volvió a ingresar a la sala. +# %1$S is the nick of who kicked you. +# %2$S is message.kicked.reason, if a kick message was given. +message.kicked.you=Fue expulsado por %1$S%2$S. +# %1$S is the nick that is kicked, %2$S the nick of the person who kicked +# %1$S. %3$S is message.kicked.reason, if a kick message was given. +message.kicked=%1$S fue expulsado por %2$S%3$S. +# %S is the kick message +message.kicked.reason=: %S +# %1$S is the new mode, %2$S is the nickname of the user whose mode +# was changed, and %3$S is who set the mode. +message.usermode=Modo %1$S para %2$S establecido por %3$S. +# %1$S is the new channel mode and %2$S is who set the mode. +message.channelmode=Modo del canal %1$S establecido por %2$S. +# %S is the user's mode. +message.yourmode=Su modo es %S. +# Could not change the nickname. %S is the user's nick. +message.nick.fail=No se pudo usar el apodo deseado. Su nick sigue siendo %S. +# The parameter is the message.parted.reason, if a part message is given. +message.parted.you=Dejó el salón (Part%1$S). +# %1$S is the user's nick, %2$S is message.parted.reason, if a part message is given. +message.parted=%1$S dejó el salón (Part%2$S). +# %S is the part message supplied by the user. +message.parted.reason=: %S +# %1$S is the user's nick, %2$S is message.quit2 if a quit message is given. +message.quit=%1$S dejó el salón (Quit%2$S). +# The parameter is the quit message given by the user. +message.quit2=: %S +# %1$S is the nickname of the user that invited us, %2$S is the conversation +# name. +message.inviteReceived=%1$S te invitó a %2$S. +# %1$S is the nickname of the invited user, %2$S is the conversation name +# they were invited to. +message.invited=%1$S fue exitosamente invitado a %2$S. +# %1$S is the nickname of the invited user, %2$S is the conversation name +# they were invited to but are already in +message.alreadyInChannel=%1$S ya está en %2$S. +# %S is the nickname of the user who was summoned. +message.summoned=%S was summoned. +# %S is the nickname of the user whose WHOIS information follows this message. +message.whois=Información de WHOIS para %S: +# %1$S is the nickname of the (offline) user whose WHOWAS information follows this message. +message.whowas=%1$S está desconectado. Información WHOWAS para %1$S: +# %1$S is the entry description (from tooltip.*), %2$S is its value. +message.whoisEntry=\ua0\ua0\ua0\ua0%1$S: %2$S +# %S is the nickname that is not known to the server. +message.unknownNick=%S es un apodo desconocido. +# %1$S is the nickname of the user who changed the mode and %2$S is the new +# channel key (password). +message.channelKeyAdded=%1$S cambió la contraseña del canal a %2$S. +message.channelKeyRemoved=%S eliminó la contraseña del canal. +# This will be followed by a list of ban masks. +message.banMasks=Users connected from the following locations are banned from %S: +message.noBanMasks=There are no banned locations for %S. +message.banMaskAdded=Los usuarios conectados desde las ubicaciones correspondientes a %1$S fueron expulsados por %2$S. +message.banMaskRemoved=Users connected from locations matching %1$S are no longer banned by %2$S. +# LOCALIZATION NOTE (message.ping): Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# %1$S is the nickname of the user or the server that was pinged. +# #2 is the delay (in milliseconds). +message.ping=Respuesta al ping de %1$S en #2 milisegundo.;Respuesta al ping de %1$S en #2 milisegundos. + + +# LOCALIZATION NOTE (error.*): +# These are shown as error messages in the conversation or server tab. +# %S is the channel name. +error.noChannel=No hay canal: %S. +error.tooManyChannels=No puede unirse a %S; se unió a demasiados canales. +# %1$S is your new nick, %2$S is the kill message from the server. +error.nickCollision=Ese apodo ya en uso, cambiando el apodo a %1$S [%2$S]. +error.erroneousNickname=%S no es un apodo permitido. +error.banned=You are banned from this server. +error.bannedSoon=You will soon be banned from this server. +error.mode.wrongUser=No puede cambar modos para otros usuarios. +# %S is the nickname or channel name that isn't available. +error.noSuchNick=%S no está conectado. +error.wasNoSuchNick=There was no nickname: %S +error.noSuchChannel=No hay canal: %S. +error.unavailable=%S está temporariamente inaccesible. +# %S is the channel name. +error.channelBanned=Fue expulsado de %S. +error.cannotSendToChannel=No puede enviar mensajes a %S. +error.channelFull=El canal %S está lleno. +error.inviteOnly=Fue invitado a unirse a %S. +error.nonUniqueTarget=%S no es un user@host o nombre abreviado único o intentó unirte a demasiados canales a la vez. +error.notChannelOp=No es operador del canal en %S. +error.notChannelOwner=No es dueño del canal %S. +error.wrongKey=No se puede unir a %S, la contraseña de canal no es válida. +error.sendMessageFailed=Ocurrió un error al enviar su último mensaje. Intente nuevamente una vez que la conexión se haya restablecido. +# %1$S is the channel the user tried to join, %2$S is the channel +# he was forwarded to. +error.channelForward=No pudo unirse a %1$S y fue redireccionado automáticamente a %2$S. +# %S is the mode that the user tried to set but was not recognized +# by the server as a valid mode. +error.unknownMode='%S' no es un modo válido de usuario en este servidor. + +# LOCALIZATION NOTE (tooltip.*): +# These are the descriptions given in a tooltip with information received +# from a whois response. +# The human readable ("realname") description of the user. +tooltip.realname=Nombre +tooltip.server=Conectado a +# The username and hostname that the user connects from (usually based on the +# reverse DNS of the user's IP, but often mangled by the server to +# protect users). +tooltip.connectedFrom=Conectado desde +tooltip.registered=Registrado +tooltip.registeredAs=Registrado como +tooltip.secure=Usando una conexión segura +# The away message of the user +tooltip.away=Ausente +tooltip.ircOp=Operador de IRC +tooltip.bot=Bot +tooltip.lastActivity=Última actividad +# %S is the timespan elapsed since the last activity. +tooltip.timespan=hace %S +tooltip.channels=Actualmente en + +# %1$S is the server name, %2$S is some generic server information (usually a +# location or the date the user was last seen). +tooltip.serverValue=%1$S (%2$S) + +# LOCALIZATION NOTE (yes, no): +# These are used to turn true/false values into a yes/no response. +yes=Sí +no=No diff --git a/l10n-es-AR/chat/logger.properties b/l10n-es-AR/chat/logger.properties new file mode 100644 index 0000000000..82645cfefc --- /dev/null +++ b/l10n-es-AR/chat/logger.properties @@ -0,0 +1,8 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (badLogfile): +# %S is the filename of the log file. +badLogfile=Archivo de registro vacío o corrupto: %S + diff --git a/l10n-es-AR/chat/matrix.ftl b/l10n-es-AR/chat/matrix.ftl new file mode 100644 index 0000000000..c5d6d3a44f --- /dev/null +++ b/l10n-es-AR/chat/matrix.ftl @@ -0,0 +1,24 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +### Matrix Protocol strings + + +## Conversation names when a room has no user readable name. + +room-name-empty = Conversación vacía +# Variables: +# $oldName (String) - The previous name the conversation had before it was +# removed. +room-name-empty-had-name = La conversación vacía (era { $oldName }) +# Variables: +# $participant (String) - The name of one participant that isn't the user. +# $otherParticipantsCount (Number) - The count of other participants apart from +# the user and $participant. +room-name-others = + { $otherParticipantsCount -> + [one] { $participant } y { $otherParticipantCount } otros + *[other] { $participant } y { $otherParticipantCount } otros + } diff --git a/l10n-es-AR/chat/matrix.properties b/l10n-es-AR/chat/matrix.properties new file mode 100644 index 0000000000..55fca72b67 --- /dev/null +++ b/l10n-es-AR/chat/matrix.properties @@ -0,0 +1,263 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (matrix.usernameHint): +# This is displayed inside the accountUsernameInfoWithDescription +# string defined in imAccounts.properties when the user is +# configuring a Matrix account. +matrix.usernameHint=Matrix ID + +# LOCALIZATION NOTE (options.*): +# These are the protocol specific options shown in the account manager and +# account wizard windows. +options.saveToken=Guardar token de acceso +options.deviceDisplayName=Nombre para mostrar del dispositivo +options.homeserver=Servidor + +options.backupPassphrase=Contraseña de la copia de seguridad de la clave + +# LOCALIZATION NOTE (options.encryption.*): +# These are strings used to build the status information of the encryption +# storage, shown in the account manager. %S is one of the statuses and the +# strings are combined with a pipe (|) between. +options.encryption.enabled=Funciones criptográficas: %S +options.encryption.secretStorage=Almacenamiento secreto: %S +options.encryption.keyBackup=Copia de seguridad de la clave de cifrado: %S +options.encryption.crossSigning=Firma cruzada: %S +options.encryption.statusOk=ok +options.encryption.statusNotOk=no listo +options.encryption.needBackupPassphrase=Ingrese la frase de contraseña de su clave de respaldo en las opciones de protocolo. +options.encryption.setUpSecretStorage=Para configurar el almacenamiento secreto, use otro cliente y luego ingrese la frase de contraseña de la clave de respaldo generada en la pestaña "General". +options.encryption.setUpBackupAndCrossSigning=Para activar las copias de seguridad de la clave de cifrado y la firma cruzada, ingrese su frase de contraseña de la clave de respaldo en la pestaña "General" o verifique la identidad de una de las sesiones a continuación. +# %1$S is the session ID, %2$S is the session display name +options.encryption.session=%1$S (%2$S) + +# LOCALIZATION NOTE (connection.*): +# These will be displayed in the account manager in order to show the progress +# of the connection. +# (These will be displayed in account.connection.progress from +# accounts.properties, which adds … at the end, so do not include +# periods at the end of these messages.) +connection.requestAuth=Esperando su autorización +connection.requestAccess=Finalizando autenticación + +# LOCALIZATION NOTE (connection.error.*): +# These will show in the account manager if an error occurs during the +# connection attempt. +connection.error.noSupportedFlow=El servidor no ofrece ningún flujo de inicio de sesión compatible. +connection.error.authCancelled=Canceló el proceso de autorización. +connection.error.sessionEnded=Se cerró la sesión. +connection.error.serverNotFound=No se pudo identificar el servidor de Matrix para la cuenta de Matrix dada. + +# LOCALIZATION NOTE (chatRoomField.*): +# These are the name of fields displayed in the 'Join Chat' dialog +# for Matrix accounts. +# The _ character won't be displayed; it indicates the next +# character of the string should be used as the access key for this +# field. +chatRoomField.room=_Sala + +# LOCALIZATION NOTE (tooltip.*): +# These are the descriptions given in a tooltip with information received +# from the "User" object. +# The human readable name of the user. +tooltip.displayName=Nombre para mostrar +# %S is the timespan elapsed since the last activity. +tooltip.timespan=hace %S +tooltip.lastActive=Última actividad + +# LOCALIZATION NOTE (powerLevel.*): +# These are the string representations of different standard power levels and strings. +# %S are one of the power levels, Default/Moderator/Admin/Restricted/Custom. +powerLevel.default=Predeterminado +powerLevel.moderator=Moderador +powerLevel.admin=Administrador +powerLevel.restricted=Restringido +powerLevel.custom=Personalizado +# %1$S is the power level name +# %2$S is the power level number +powerLevel.detailed=%1$S (%2$S) +powerLevel.defaultRole=Rol predeterminado: %S +powerLevel.inviteUser=Invitar usuarios: %S +powerLevel.kickUsers=Echar usuarios: %S +powerLevel.ban=Prohibir usuarios: %S +powerLevel.roomAvatar=Cambiar el avatar de la sala: %S +powerLevel.mainAddress=Cambiar dirección principal de la sala: %S +powerLevel.history=Cambiar la visibilidad del historial: %S +powerLevel.roomName=Cambiar el nombre de sala: %S +powerLevel.changePermissions=Cambiar los permisos: %S +powerLevel.server_acl=Enviar eventos m.room.server_acl: %S +powerLevel.upgradeRoom=Actualizar la sala: %S +powerLevel.remove=Eliminar mensajes: %S +powerLevel.events_default=Eventos predeterminados: %S +powerLevel.state_default=Cambiar la configuración: %S +powerLevel.encryption=Habilitar el cifrado de la sala: %S +powerLevel.topic=Establecer el tema de la sala: %S + +# LOCALIZATION NOTE (detail.*): +# These are the string representations of different matrix properties. +# %S will typically be strings with the actual values. +# Example placeholder: "Foo bar" +detail.name=Nombre: %S +# Example placeholder: "My first room" +detail.topic=Tema: %S +# Example placeholder: "5" +detail.version=Versión de la sala: %S +# Example placeholder: "#thunderbird:mozilla.org" +detail.roomId=RoomID: %S +# %S are all admin users. Example: "@foo:example.com, @bar:example.com" +detail.admin=Administrador: %S +# %S are all moderators. Example: "@lorem:mozilla.org, @ipsum:mozilla.org" +detail.moderator=Moderador: %S +# Example placeholder: "#thunderbird:matrix.org" +detail.alias=Alias: %S +# Example placeholder: "can_join" +detail.guest=Acceso de invitado: %S +# This is a heading, followed by the powerLevel.* strings +detail.power=Niveles de potencia: + +# LOCALIZATION NOTE (command.*): +# These are the help messages for each command, the %S is the command name +# Each command first gives the parameter it accepts and then a description of +# the command. +command.ban=%S <userId> [<reason>]: Prohibir al usuario con el userId de la sala con un mensaje opcional de motivo. Requiere permiso para prohibir usuarios. +command.invite=%S <userId>: Invitar usuario a la sala. +command.kick=%S & lt;userId > [<motivo& gt;]: Echar al usuario con el userId de la sala con un mensaje de motivo opcional. Requiere permiso para echar a los usuarios. +command.nick=%S <apodo>: Cambiar el apodo. +command.op=%S <userId> [< nivel de potencia>]: Define el nivel de poder del usuario. Ingresar un valor entero, Usuario: 0, Moderador: 50 y Administrador: 100. El valor predeterminado será de 50. Requiere permiso para cambiar los niveles de poder de los miembros. No funciona en administradores que no seas vos. +command.deop=%S <userId>: Restablecer el usuario al nivel de potencia 0 (Usuario). Requiere permiso para cambiar los niveles de poder de los miembros. No funciona en otros administradores que no seas vos. +command.leave=%S: Salir de la sala. +command.topic=%S <topic>: Establecer el tema de la sala. Requiere permisos para cambiar el tema de la sala. +command.unban=%S <userId>: Eliminar la prohibición a un usuario que está prohibido en la sala. Requiere permiso para prohibir usuarios. +command.visibility=%S [<visibility>]: Establece la visibilidad de la sala actual en el directorio actual del servidor de inicio. Ingresar un valor entero, Privado: 0 y Público: 1. El valor predeterminado, será privado (0) si no se presenta ningún argumento. Requiere permiso para cambiar la visibilidad de la sala. +command.guest=%S <acceso invitado> <visibilidad de historial>: Establecer el acceso y la visibilidad del historial de la sala actual para los usuarios invitados. Introducir dos valores enteros, el primero para el acceso de los invitados (no permitido): 0 y permitido: 1) y el segundo para la visibilidad del historial(no visible: 0 y visible: 1). Requiere permiso para cambiar la visibilidad del historial. +command.roomname=%S <topic>: Establecer el tema de la sala. Requiere permisos para cambiar el tema de la sala. +command.detail=%S: Mostrar los detalles de la sala. +command.addalias=%S <alias>: Crear un alias para la sala. Se esperaba un alias de la sala de la forma '#localname:domain'. Requiere permiso para agregar alias. +command.removealias=%S <alias>: Eliminar el alias de la sala. Se esperaba un alias de la sala de la forma '#localname:domain'. Requiere permiso para eliminar alias. +command.upgraderoom=%S <newVersion>: Actualizar la sala a determinada versión. Requiere permiso para actualizar la sala. +command.me=%S <acción a ejecutar>: Realizar una acción. +command.msg=%S <userId> <msg>: Envíar un mensaje directo al usuario dado. +command.join=%S <roomId>: Unirse a la sala dada. + +# LOCALIZATION NOTE (message.*): +# These are shown as system messages in the conversation. +# %S is the reason string for the particular action. +# Used within context of ban, kick and withdrew invite. +message.reason=Razón: %S. + +# LOCALIZATION NOTE (message.*): +# These are shown as system messages in the conversation. +# %1$S is the name of the user who banned. +# %2$S is the name of the user who got banned. +message.banned=%1$S bloqueó a %2$S. +# Same as message.banned but with a reason. +# %3$S is the reason the user was banned. +message.bannedWithReason=%1$S bloqueó a %2$S. Razón: %3$S +# %1$S is the name of the user who accepted the invitation. +# %2$S is the name of the user who sent the invitation. +message.acceptedInviteFor=%1$S aceptó la invitación para %2$S. +# %S is the name of the user who accepted an invitation. +message.acceptedInvite=$S aceptó una invitación. +# %1$S is the name of the user who invited. +# %2$S is the name of the user who got invited. +message.invited=%1$S invitó a %2$S. +# %1$S is the name of the user who changed their display name. +# %2$S is the old display name. +# %3$S is the new display name. +message.displayName.changed=%1$S cambió su nombre a mostrar de %2$S a %3$S. +# %1$S is the name of the user who set their display name. +# %2$S is the newly set display name. +message.displayName.set=%1$S estableció su nombre a mostrar como %2$S. +# %1$S is the name of the user who removed their display name. +# %2$S is the old display name which has been removed. +message.displayName.remove=%1$S eliminó su nombre a mostrar %2$S. +# %S is the name of the user who has joined the room. +message.joined=%S se ha unido al salón. +# %S is the name of the user who has rejected the invitation. +message.rejectedInvite=%S ha rechazado la invitación. +# %S is the name of the user who has left the room. +message.left=%S ha abandonado el salón. +# %1$S is the name of the user who unbanned. +# %2$S is the name of the user who got unbanned. +message.unbanned=%1$S desbloqueó a %2$S. +# %1$S is the name of the user who kicked. +# %2$S is the name of the user who got kicked. +message.kicked=%1$S expulsó a %2$S. +# Same as message.kicked but with a third parameter for the reason. +# %3$S is the reason for the kick. +message.kickedWithReason=%1$S expulsó a %2$S. Razón: %3$S +# %1$S is the name of the user who withdrew invitation. +# %2$S is the name of the user whose invitation has been withdrawn. +message.withdrewInvite=%1$S retiró la invitación de %2$S. +# Same as message.withdrewInvite but with a third parameter for the reason. +# %3$S is the reason the invite was withdrawn. +message.withdrewInviteWithReason=%1$S retiró la invitación de %2$S. Razón: %3$S +# %S is the name of the user who has removed the room name. +message.roomName.remove=%S eliminó el nombre del salón. +# %1$S is the name of the user who changed the room name. +# %2$S is the new room name. +message.roomName.changed=%1$S cambió el nombre del salón a %2$S. +# %1$S is the name of the user who changed the power level. +# %2$S is a list of "message.powerLevel.fromTo" strings representing power level changes separated by commas +# power level changes, separated by commas if there are multiple changes. +message.powerLevel.changed=%1$S cambió el nivel de poder de %2$S. +# %1$S is the name of the target user whose power level has been changed. +# %2$S is the old power level. +# %2$S is the new power level. +message.powerLevel.fromTo=%1$S de %2$S a %3$S +# %S is the name of the user who has allowed guests to join the room. +message.guest.allowed=%S ha permitido que los invitados se unan al salón. +# %S is the name of the user who has prevented guests to join the room. +message.guest.prevented=%S ha evitado que los invitados se unan al salón. +# %S is the name of the user who has made future room history visible to anyone. +message.history.anyone=%S hizo que el historial futuro del salón sea visible para cualquiera. +# %S is the name of the user who has made future room history visible to all room members. +message.history.shared=%S hizo que el historial futuro del salón sea visible para todos los miembros del salón. +# %S is the name of the user who has made future room history visible to all room members, from the point they are invited. +message.history.invited=%S hizo que el historial futuro del salón sea visible para todos los miembros del salón desde el momento en que son invitados. +# %S is the name of the user who has made future room history visible to all room members, from the point they joined. +message.history.joined=%S hizo que el historial futuro del salón sea visible para todos los miembros del salón desde el momento en que se unieron. +# %1$S is the name of the user who changed the address. +# %2$S is the old address. +# %3$S is the new address. +message.alias.main=%1$S estableció la dirección principal para este salón de %2$S a %3$S. +# %1$S is the name of the user who added the address. +# %2$S is a comma delimited list of added addresses. +message.alias.added=%1$S agregó %2$S como dirección alternativa para este salón. +# %1$S is the name of the user who removed the address. +# %2$S is a comma delimited list of removed addresses. +message.alias.removed=%1$S eliminó %2$S como dirección alternativa para este salón. +# %1$S is the name of the user that edited the alias addresses. +# %2$S is a comma delimited list of removed addresses. +# %3$S is a comma delmited list of added addresses. +message.alias.removedAndAdded=%1$S eliminó %2$S y agregó %3$S como dirección para este salón. +message.spaceNotSupported=Este salón es un espacio que no es soportado. +message.encryptionStart=Los mensajes en esta conversación ahora están cifrados de extremo a extremo. +# %1$S is the name of the user who sent the verification request. +# %2$S is the name of the user that is receiving the verification request. +message.verification.request2=%1$S quiere verificar a %2$S. +# %1$S is the name of the user who cancelled the verification request. +# %2$S is the reason given why the verification was cancelled. +message.verification.cancel2=%1$S canceló la verificación por la razón: %2$S +message.verification.done=Verificación completa. +message.decryptionError=No se pudo descifrar el contenido de este mensaje. Para solicitar claves de cifrado de sus otros dispositivos, haga clic derecho en este mensaje. +message.decrypting=Descifrando... +message.redacted=El mensaje fue modificado. + +# %1$S is the username of the user that reacted. +# %2$S is the username of the user that sent the message the reaction was added to. +# %3$S is the content (typically an emoji) of the reaction. +message.reaction=%1$S reaccionó a %2$S con %3$S. + +# Label in the message context menu +message.action.requestKey=Volver a solicitar claves +message.action.redact=Editar +message.action.report=Informar mensaje +message.action.retry=Reintentar envío +message.action.cancel=Cancelar mensaje + +# LOCALIZATION NOTE (error.*) +# These are strings shown as system messages when an action the user took fails. +error.sendMessageFailed=Se produjo un error al enviar el mensaje "%1$S". diff --git a/l10n-es-AR/chat/status.properties b/l10n-es-AR/chat/status.properties new file mode 100644 index 0000000000..dc940609e9 --- /dev/null +++ b/l10n-es-AR/chat/status.properties @@ -0,0 +1,23 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +availableStatusType=Disponible +awayStatusType=Ausente +unavailableStatusType=No disponible +offlineStatusType=No conectado +invisibleStatusType=Invisible +idleStatusType=Ocioso +mobileStatusType=Teléfono celular +# LOCALIZATION NOTE (unknownStatusType): +# the status of a buddy is unknown when it's in the list of a disconnected account +unknownStatusType=Desconocido + +# LOCALIZATION NOTE (statusWithStatusMessage): +# Used to display the status of a buddy together with its status message. +# %1$S is the status type, %2$S is the status message text. +statusWithStatusMessage=%1$S - %2$S + +# LOCALIZATION NOTE (messenger.status.defaultIdleAwayMessage): +# This will be the away message put automatically when the user is idle. +messenger.status.defaultIdleAwayMessage=En este momento estoy lejos de la computadora. diff --git a/l10n-es-AR/chat/twitter.properties b/l10n-es-AR/chat/twitter.properties new file mode 100644 index 0000000000..1f127339d5 --- /dev/null +++ b/l10n-es-AR/chat/twitter.properties @@ -0,0 +1,122 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (twitter.protocolName) +# This name is used whenever the name of the protocol is shown. +twitter.protocolName=Twitter + +# LOCALIZATION NOTE (error.*): +# These are errors that will be shown to the user in conversation. +error.tooLong=El estado supera los 140 caracteres. +# LOCALIZATION NOTE (error.general, error.retweet, error.delete): +# %1$S will be either the error string returned by the twitter server, +# in English, inside parenthesis, or the empty string if we have no specific +# message for the error. +# %2$S is the message that caused the error. +error.general=Ocurrió un error %1$S al enviar: %2$S +error.retweet=Ocurrió un error %1$S al retwitear: %2$S +error.delete=Ocurrió un error %1$S al eliminar: %2$S +error.like=Ocurrió un error %1$S al marcar me gusta: %2$S +error.unlike=Ocurrió un error %1$S al desmarcar me gusta: %2$S +# LOCALIZATION NOTE (error.descriptionTooLong) +# %S is the truncated string that was sent to the server. +error.descriptionTooLong=La descripción supera el largo máximo (160 caracteres), fue truncada automáticamente a: %S. + +# LOCALIZATION NOTE (timeline): +# This is the title of the conversation tab, %S will be replaced by +# @<username>. +timeline=línea de tiempo %S + +# LOCALIZATION NOTE (action.*): +# This will be an action in the context menu of displayed tweets. +action.copyLink=Copiar enlace a tuit +action.retweet=Retuitear +action.reply=Responder +action.delete=Eliminar +# LOCALIZATION NOTE (action.follow, action.stopFollowing): +# %S will be replaced by the screen name of a twitter user. +action.follow=Seguir a %S +action.stopFollowing=Dejar de seguir a %S +action.like=Me gusta +action.unlike=Eliminar me gusta + +# LOCALIZATION NOTE (event.follow, event.unfollow, event.followed): +# This will be displayed in system messages inside the timeline conversation. +# %S will be replaced by the screen name of a twitter user. +event.follow=Ahora está siguiendo a %S. +event.unfollow=No está siguiendo más a %S. +event.followed=%S ahora lo está siguiendo. +# LOCALIZATION NOTE (event.deleted): +# %S will be replaced by the text of the deleted tweet. +event.deleted=Borró este tuit: "%S". + +# LOCALIZATION NOTE (replyingToStatusText): +# This will be visible in the status bar of the conversation window +# while the user is typing a reply to a tweet. +# %S will be replaced by the text of the tweet the user is replying to. +replyingToStatusText=En respuesta a: %S + +# LOCALIZATION NOTE (connection.*): +# These will be displayed in the account manager in order to show the progress +# of the connection. +# (These will be displayed in account.connection.progress from +# accounts.properties, which adds … at the end, so do not include +# periods at the end of these messages.) +connection.initAuth=Iniciando proceso de autenticación +connection.requestAuth=Esperando su autorización +connection.requestAccess=Finalizando autenticación +connection.requestTimelines=Solicitud de líneas de tiempo del usuario +# LOCALIZATION NOTE (connection.error.*): +# These will show in the account manager if an error occurs during the +# connection attempt. +connection.error.userMismatch=El nombre de usuario no coincide. +connection.error.failedToken=Error al obtener el token de solicitud. +connection.error.authCancelled=Canceló el proceso de autorización. +connection.error.authFailed=No se pudo obtener la autorización. +connection.error.noNetwork=No hay conexión de red disponible. + +# LOCALIZATION NOTE (authPrompt): +# This is the prompt in the browser window that pops up to authorize us +# to use a Twitter account. It is shown in the title bar of the authorization +# window. +authPrompt=Dar permiso para usar su cuenta de Twitter + +# LOCALIZATION NOTE (options.*): +# These are the protocol specific options shown in the account manager and +# account wizard windows. +options.track=Palabras clave rastreadas + +# LOCALIZATION NOTE (tooltip.*): +# These are the Twitter information that will appear in the tooltip +# for each participant on the home timeline. +# LOCALIZATION NOTE (tooltip.created_at): the date the user joined. +tooltip.created_at=Usuario desde +tooltip.location=Ubicación +tooltip.lang=Idioma +tooltip.time_zone=Huso horario +tooltip.url=Página de inicio +# LOCALIZATION NOTE (tooltip.protected): +# whether the user's tweets are publicly visible. +tooltip.protected=Protege los tuits +# LOCALIZATION NOTE (tooltip.following): +# whether you are subscribed to the user's tweets. +tooltip.following=Siguiendo ahora +tooltip.name=Nombre +tooltip.description=Descripción +# LOCALIZATION NOTE (tooltip.*_count): +# Please see the right side of the official Twitter website UI. +tooltip.friends_count=Siguiendo +tooltip.statuses_count=Tuits +tooltip.followers_count=Seguidores +tooltip.listed_count=Listados + +# LOCALIZATION NOTE (yes, no): +# These are used to turn true/false values into a yes/no response. +yes=Sí +no=No + +command.follow=%S <username>[ <username>]*: Comenzar a seguir usuario / usuarios. +command.unfollow=%S <username>[ <username>]*: Dejar de seguir usuario / usuarios. + +twitter.disabled=Twitter no está más soportado porque la red social deshabilitó su protocolo de transmisión. diff --git a/l10n-es-AR/chat/xmpp.properties b/l10n-es-AR/chat/xmpp.properties new file mode 100644 index 0000000000..197eb39c49 --- /dev/null +++ b/l10n-es-AR/chat/xmpp.properties @@ -0,0 +1,281 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (connection.*) +# These will be displayed in the account manager in order to show the progress +# of the connection. +# (These will be displayed in account.connection.progress from +# accounts.properties, which adds … at the end, so do not include +# periods at the end of these messages.) +connection.initializingStream=Inicializando flujo +connection.initializingEncryption=Inicializando cifrado +connection.authenticating=Autenticando +connection.gettingResource=Obteniendo recurso +connection.downloadingRoster=Descargando lista de contactos +connection.srvLookup=Buscando el registro SRV + +# LOCALIZATION NOTE (connection.error.*) +# These will show in the account manager if an error occurs during the +# connection attempt. +connection.error.invalidUsername=Nombre de usuario inválido (el nombre de usuario debería contener una '@') +connection.error.failedToCreateASocket=Error al crear un socket (¿Está desconectado?) +connection.error.serverClosedConnection=El servidor cerró la conexión +connection.error.resetByPeer=Connection reset by peer +connection.error.timedOut=La conexión tardó demasiado tiempo +connection.error.receivedUnexpectedData=Se recibieron datos inesperados +connection.error.incorrectResponse=Se recibió una respuesta incorrecta +connection.error.startTLSRequired=El servidor requiere cifrado pero está deshabilitado +connection.error.startTLSNotSupported=El servidor no soporta cifrado pero la configuración lo requiere +connection.error.failedToStartTLS=No se pudo iniciar el cifrado +connection.error.noAuthMec=El sevidor no ofrece mencanismo de autenticación +connection.error.noCompatibleAuthMec=Ninguno de los mecanismos de autenticación ofrecidos por el servidor es soportado +connection.error.notSendingPasswordInClear=El servidor sólo soporta autenticación enviando contraseña en texto plano +connection.error.authenticationFailure=Falla de autenticación +connection.error.notAuthorized=No autorizado (¿Ingresó la contraseña incorrecta?) +connection.error.failedToGetAResource=Error al obtener un recurso +connection.error.failedMaxResourceLimit=Esta cuenta está conectada desde demasiados lugares al mismo tiempo. +connection.error.failedResourceNotValid=El recurso no es válido. +connection.error.XMPPNotSupported=Este servidor no soporta XMPP + +# LOCALIZATION NOTE (conversation.error.notDelivered): +# This is displayed in a conversation as an error message when a message +# the user has sent wasn't delivered. +# %S is replaced by the text of the message that wasn't delivered. +conversation.error.notDelivered=Este mensaje no pudo ser entregado: %S +# This is displayed in a conversation as an error message when joining a MUC +# fails. +# %S is the name of the MUC. +conversation.error.joinFailed=No se pudo unir: %S +# This is displayed in a conversation as an error message when the user is +# banned from a room. +# %S is the name of the MUC room. +conversation.error.joinForbidden=No se pudo unir a %S porque está baneado de este salón. +conversation.error.joinFailedNotAuthorized=Se requiere registro: No está autorizado a unirse a esta sala. +conversation.error.creationFailedNotAllowed=Acceso restringido: No tiene permiso para crear salas. +# This is displayed in a conversation as an error message when remote server +# is not found. +# %S is the name of MUC room. +conversation.error.joinFailedRemoteServerNotFound=No se pudo unir al salón %S porque el servidor en el que está el salón no pudo ser alcanzado. +conversation.error.changeTopicFailedNotAuthorized=No está autorizado a establecer el tema de este salón. +# This is displayed in a conversation as an error message when the user sends +# a message to a room that he is not in. +# %1$S is the name of MUC room. +# %2$S is the text of the message that wasn't delivered. +conversation.error.sendFailedAsNotInRoom=El mensaje no pudo enviarse a %1$S porque usted ya no está más en el salón: %2$S +# This is displayed in a conversation as an error message when the user sends +# a message to a room that the recipient is not in. +# %1$S is the jid of the recipient. +# %2$S is the text of the message that wasn't delivered. +conversation.error.sendFailedAsRecipientNotInRoom=El mensaje no pudo enviarse a %1$S porque el destino ya no está en el salón: %2$S +# These are displayed in a conversation as a system error message. +conversation.error.remoteServerNotFound=No se pudo alcanzar el servidor del destinatario +conversation.error.unknownSendError=Ocurrió un error desconocido al enviar este mensaje. +# %S is the name of the message recipient. +conversation.error.sendServiceUnavailable=No es posible enviar mensajes a %S en este momento. +# %S is the nick of participant that is not in room. +conversation.error.nickNotInRoom=%S no está en el salón. +conversation.error.banCommandAnonymousRoom=No puede banear participantes de salones anónimos. Intente /kick en su lugar. +conversation.error.banKickCommandNotAllowed=No tiene los privilegios requeridos para eliminar a este participante del salón. +conversation.error.banKickCommandConflict=No se puede eliminar a sí mismo del salón. +conversation.error.changeNickFailedConflict=No se pudo cambiar el nick a %S porque ese nick ya está en uso. +conversation.error.changeNickFailedNotAcceptable=No se pudo cambiar el nick a %S porque los nicks están bloqueados en este salón. +conversation.error.inviteFailedForbidden=No tiene los privilegios requeridos para invitar usuarios a este salón. +# %S is the jid of user that is invited. +conversation.error.failedJIDNotFound=No se pudo alcanzar a %S. +# %S is the jid that is invalid. +conversation.error.invalidJID=%S es un jid (Identificadores Jabber deben tener la forma usuario@dominio) inválido. +conversation.error.commandFailedNotInRoom=Debe volver a unirse al salón para poder usar este comando. +# %S is the name of the recipient. +conversation.error.resourceNotAvailable=Debe hablar primero porque %S podría estar conectado con más de un cliente. + +# LOCALIZATION NOTE (conversation.error.version.*): +# %S is the name of the recipient. +conversation.error.version.unknown=El cliente de %S no soporta la solicitud de su versión de software. + +# LOCALIZATION NOTE (tooltip.*): +# These are the titles of lines of information that will appear in +# the tooltip showing details about a contact or conversation. +# LOCALIZATION NOTE (tooltip.status): +# %S will be replaced by the XMPP resource identifier +tooltip.status=Estado (%S) +tooltip.statusNoResource=Estado +tooltip.subscription=Suscripción +tooltip.fullName=Nombre completo +tooltip.nickname=Apodo +tooltip.email=Correo electrónico +tooltip.birthday=Cumpleaños +tooltip.userName=Nombre de usuario +tooltip.title=Título +tooltip.organization=Organización +tooltip.locality=Localidad +tooltip.country=País +tooltip.telephone=Número de teléfono + +# LOCALIZATION NOTE (chatRoomField.*): +# These are the name of fields displayed in the 'Join Chat' dialog +# for XMPP accounts. +# The _ character won't be displayed; it indicates the next +# character of the string should be used as the access key for this +# field. +chatRoomField.room=_Room +chatRoomField.server=_Servidor +chatRoomField.nick=_Apodo +chatRoomField.password=_Contraseña + +# LOCALIZATION NOTE (conversation.muc.*): +# These are displayed as a system message when a chatroom invitation is +# received. +# %1$S is the inviter. +# %2$S is the room. +# %3$S is the reason which is a message provided by the person sending the +# invitation. +conversation.muc.invitationWithReason2=%1$S lo invitó a unirse a %2$S: %3$S +# %3$S is the password of the room. +# %4$S is the reason which is a message provided by the person sending the +# invitation. +conversation.muc.invitationWithReason2.password=%1$S lo invitó a unirse a %2$S con contraseña %3$S: %4$S +conversation.muc.invitationWithoutReason=%1$S lo invitó a unirse a %2$S +# %3$S is the password of the room. +conversation.muc.invitationWithoutReason.password=%1$S lo invitó a unirse a %2$S con contraseña %3$S + +# LOCALIZATION NOTE (conversation.muc.join): +# This is displayed as a system message when a participant joins room. +# %S is the nick of the participant. +conversation.message.join=%S entró al salón. + +# LOCALIZATION NOTE (conversation.muc.rejoined): +# This is displayed as a system message when a participant rejoins room after +# parting it. +conversation.message.rejoined=Regresó al salón. + +# LOCALIZATION NOTE (conversation.message.parted.*): +# These are displayed as a system message when a participant parts a room. +# %S is the part message supplied by the user. +conversation.message.parted.you=Dejó el salón. +conversation.message.parted.you.reason=Dejó el salón: %S +# %1$S is the participant that is leaving. +# %2$S is the part message supplied by the participant. +conversation.message.parted=%1$S dejó el salón. +conversation.message.parted.reason=%1$S dejó el salón: %2$S + +# LOCALIZATION NOTE (conversation.message.invitationDeclined*): +# %1$S is the invitee that declined the invitation. +# %2$S is the decline message supplied by the invitee. +conversation.message.invitationDeclined=%1$S declinó su invitación. +conversation.message.invitationDeclined.reason=%1$S declinó su invitación: %2$S + +# LOCALIZATION NOTE (conversation.message.banned.*): +# These are displayed as a system message when a participant is banned from +# a room. +# %1$S is the participant that is banned. +# %2$S is the reason. +# %3$S is the person who is banning. +conversation.message.banned=%1$S fue expulsado del salón. +conversation.message.banned.reason=%1$S fue expulsado del salón: %2$S +# %1$S is the person who is banning. +# %2$S is the participant that is banned. +# %3$S is the reason. +conversation.message.banned.actor=%1$S expulsó a %2$S del salón. +conversation.message.banned.actor.reason=%1$S expulsó a %2$S del salón: %3$S +conversation.message.banned.you=Fue expulsado del salón. +# %1$S is the reason. +conversation.message.banned.you.reason=Fue expulsado del salón: %1$S +# %1$S is the person who is banning. +# %2$S is the reason. +conversation.message.banned.you.actor=%1$S lo expulsó del salón. +conversation.message.banned.you.actor.reason=%1$S lo expulsó del salón: %2$S + +# LOCALIZATION NOTE (conversation.message.kicked.*): +# These are displayed as a system message when a participant is kicked from +# a room. +# %1$S is the participant that is kicked. +# %2$S is the reason. +conversation.message.kicked=%1$S fue expulsado del salón. +conversation.message.kicked.reason=%1$S fue expulsado del salón: %2$S +# %1$S is the person who is kicking. +# %2$S is the participant that is kicked. +# %3$S is the reason. +conversation.message.kicked.actor=%1$S expulsó a %2$S del salón. +conversation.message.kicked.actor.reason=%1$S expulsó a %2$S del salón: %3$S +conversation.message.kicked.you=Fue expulsado del salón. +# %1$S is the reason. +conversation.message.kicked.you.reason=Fue expulsado del salón: %1$S +# %1$S is the person who is kicking. +# %2$S is the reason. +conversation.message.kicked.you.actor=%1$S lo expulsó del salón. +conversation.message.kicked.you.actor.reason=%1$S lo expulsó del salón: %2$S + +# LOCALIZATION NOTE (conversation.message.removedNonMember.*): +# These are displayed as a system message when a participant is removed from +# a room because the room has been changed to members-only. +# %1$S is the participant that is removed. +# %2$S is the person who changed the room configuration. +conversation.message.removedNonMember=%1$S fue eliminado del salón porque su configuración cambió a members-only. +conversation.message.removedNonMember.actor=%1$S fue eliminado del salón porque %2$S cambió la configuración a members-only. +conversation.message.removedNonMember.you=Fue eliminado del salón porque se cambió la configuración a members-only. +# %1$S is the person who changed the room configuration. +conversation.message.removedNonMember.you.actor=Fue eliminado del salón porque %1$S lo cambió a members-only. + +# LOCALIZATION NOTE (conversation.message.MUCShutdown): +# These are displayed as a system message when a participant is removed from +# a room because of a system shutdown. +conversation.message.mucShutdown=Fue eliminado del salón por un cierre del sistema. + +# LOCALIZATION NOTE (conversation.message.version*): +# %1$S is the name of the user whose version was requested. +# %2$S is the client name response from the client. +# %3$S is the client version response from the client. +# %4$S is the operating system(OS) response from the client. +conversation.message.version=%1$S está usando "%2$S %3$S". +conversation.message.versionWithOS=%1$S está usando "%2$S %3$S" en %4$S. + +# LOCALIZATION NOTE (options.*): +# These are the protocol specific options shown in the account manager and +# account wizard windows. +options.resource=Recurso +options.priority=Prioridad +options.connectionSecurity=Seguridad de la conexión +options.connectionSecurity.requireEncryption=Requiere cifrado +options.connectionSecurity.opportunisticTLS=Usar cifrado si está disponible +options.connectionSecurity.allowUnencryptedAuth=Permitir enviar la contraseña sin cifrar +options.connectServer=Servidor +options.connectPort=Puerto +options.domain=Dominio + +# LOCALIZATION NOTE (*.protocolName) +# This name is used whenever the name of the protocol is shown. +gtalk.protocolName=Google Talk +odnoklassniki.protocolName=Odnoklassniki + +# LOCALIZATION NOTE (gtalk.usernameHint): +# This is displayed inside the accountUsernameInfoWithDescription +# string defined in imAccounts.properties when the user is +# configuring a Google Talk account. +gtalk.usernameHint=correo electrónico + +# LOCALIZATION NOTE (gtalk.disabled): +# It is reported that Google Talk will be disabled on June 16, 2022. The message +# below is being pre-emptively included so a localized error message can be +# displayed to users if this happens. +gtalk.disabled=Google Talk ya no es compatible debido a que Google deshabilitó su puerta de enlace XMPP. + +# LOCALIZATION NOTE (odnoklassniki.usernameHint): +# This is displayed inside the accountUsernameInfoWithDescription +# string defined in imAccounts.properties when the user is +# configuring a Odnoklassniki account. +odnoklassniki.usernameHint=ID del perfil + +# LOCALZIATION NOTE (command.*): +# These are the help messages for each command. +command.join3=%S [<salón>[@<servidor>][/<nick>]] [<contraseña>]: Entrar a un salón, con un nick diferente o la contraseña del salón. +command.part2=%S [<mensaje>]: Abandonar el salón actual con un mensaje opcional. +command.topic=%S [<nuevo tópico>]: Establecer el tópico de este salón. +command.ban=%S <nick>[<mensaje>]: Expulsar a alguien del salón. Debe ser un administrador del salón para hacer esto. +command.kick=%S <nick>[<mensaje>]: Eliminar a alguien del salón. Debe ser un moderador del salón para hacer esto. +command.invite=%S <jid>[<mensaje>]: Invitar a un usuario a unirse al salón actual con un mensaje opcional. +command.inviteto=%S <jid de salón>[<contraseña>]: Invitar a un compañero de conversación a unirse al salón, junto con su contraseña si es requerida. +command.me=%S <acción a ejecutar>: Ejecutar una acción. +command.nick=%S <nuevo apodo>: Cambiar el apodo. +command.msg=%S <nick> <mensaje>: Enviar un mensaje privado a un participante en el salón. +command.version=%S: Solicita información sobre el cliente que el compañero de conversación está usando. diff --git a/l10n-es-AR/chat/yahoo.properties b/l10n-es-AR/chat/yahoo.properties new file mode 100644 index 0000000000..8b7184a07d --- /dev/null +++ b/l10n-es-AR/chat/yahoo.properties @@ -0,0 +1,5 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +yahoo.disabled=Yahoo Messenger ya no es compatible debido a que Yahoo deshabilitó su antiguo protocolo. |