diff options
Diffstat (limited to '')
-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/dateFormat.properties | 62 | ||||
-rw-r--r-- | l10n-es-AR/chat/facebook.properties | 6 | ||||
-rw-r--r-- | l10n-es-AR/chat/imtooltip.properties | 10 | ||||
-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.properties | 26 | ||||
-rw-r--r-- | l10n-es-AR/chat/skype.properties | 14 | ||||
-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 | 275 | ||||
-rw-r--r-- | l10n-es-AR/chat/yahoo.properties | 5 |
16 files changed, 930 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..6f6b5315af --- /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 "l"> +<!-- 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 "i"> +<!ENTITY account.delete.label "Eliminar"> +<!ENTITY account.delete.accesskey "D"> +<!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 "H"> +<!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/dateFormat.properties b/l10n-es-AR/chat/dateFormat.properties new file mode 100644 index 0000000000..2a421394b2 --- /dev/null +++ b/l10n-es-AR/chat/dateFormat.properties @@ -0,0 +1,62 @@ +# 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/. + +month.1.Mmm=Ene +month.2.Mmm=Feb +month.3.Mmm=Mar +month.4.Mmm=Abr +month.5.Mmm=May +month.6.Mmm=Jun +month.7.Mmm=Jul +month.8.Mmm=Ago +month.9.Mmm=Sep +month.10.Mmm=Oct +month.11.Mmm=Nov +month.12.Mmm=Dic + +month.1.name=Enero +month.2.name=Febrero +month.3.name=Marzo +month.4.name=Abril +month.5.name=Mayo +month.6.name=Junio +month.7.name=Julio +month.8.name=Agosto +month.9.name=Septiembre +month.10.name=Octubre +month.11.name=Noviembre +month.12.name=Diciembre + +day.1.name=Domingo +day.2.name=Lunes +day.3.name=Martes +day.4.name=Miércoles +day.5.name=Jueves +day.6.name=Viernes +day.7.name=Sábado + +day.1.Mmm=Dom +day.2.Mmm=Lun +day.3.Mmm=Mar +day.4.Mmm=Mié +day.5.Mmm=Jue +day.6.Mmm=Vie +day.7.Mmm=Sáb + +day.1.short=Do +day.2.short=Lu +day.3.short=Ma +day.4.short=Mi +day.5.short=Ju +day.6.short=Vi +day.7.short=Sá + +noon=Mediodía +midnight=Medianoche + +AllDay=Todo el día + +# LOCALIZATION NOTE (finduri-MonthYear): +# %1$S is the month name, %2$S is the year (4 digits format). +finduri-MonthYear=%1$S %2$S 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..25d4eee3fe --- /dev/null +++ b/l10n-es-AR/chat/imtooltip.properties @@ -0,0 +1,10 @@ +# 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 +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..b8165c6e07 --- /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>: Ejecute 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>: Cambie su 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 is offline. WHOWAS information for %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 is not an allowed nickname. +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=Away +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.properties b/l10n-es-AR/chat/matrix.properties new file mode 100644 index 0000000000..c9748b73b2 --- /dev/null +++ b/l10n-es-AR/chat/matrix.properties @@ -0,0 +1,26 @@ +# 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 (options.*): +# These are the protocol specific options shown in the account manager and +# account wizard windows. +options.connectServer=Servidor +options.connectPort=Puerto + +# 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 diff --git a/l10n-es-AR/chat/skype.properties b/l10n-es-AR/chat/skype.properties new file mode 100644 index 0000000000..5d11a79f95 --- /dev/null +++ b/l10n-es-AR/chat/skype.properties @@ -0,0 +1,14 @@ +# 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 show in the account manager to show progress during a connection. +connecting.authenticating=Autenticando +connecting.registrationToken=Obteniendo token de registro + +# LOCALIZATION NOTE (error.*): +# These will show in the account manager if the account is disconnected +# because of an error. +error.auth=Falló la autenticación al servidor +error.registrationToken=Falló la obtención del token de registro diff --git a/l10n-es-AR/chat/status.properties b/l10n-es-AR/chat/status.properties new file mode 100644 index 0000000000..bece7c3031 --- /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=Móvil +# 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..18c2ff64d1 --- /dev/null +++ b/l10n-es-AR/chat/xmpp.properties @@ -0,0 +1,275 @@ +# 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=Getting resource +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=Failed to create a socket (Are you offline?) +connection.error.serverClosedConnection=El servidor cerró la conexión +connection.error.resetByPeer=Connection reset by peer +connection.error.timedOut=The connection timed out +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=The server only supports authentication by sending the password in cleartext +connection.error.authenticationFailure=Falla de autenticación +connection.error.notAuthorized=No autorizado (¿Ingresó la contraseña incorrecta?) +connection.error.failedToGetAResource=Failed to get a resource +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 tópico 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=Nick +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 (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. |