summaryrefslogtreecommitdiff
path: root/langpacks/spanish/Plugins/Variables.txt
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-11-02 22:21:01 +0000
committerDart Raiden <wowemuh@gmail.com>2013-11-02 22:21:01 +0000
commitfa8b60c2ae9e6d4ae5e19cd57b979948f21a0f92 (patch)
tree96ba6b2ab3a5a61914440b1b71c185f5bcd997f0 /langpacks/spanish/Plugins/Variables.txt
parentef1a5e113a235bb67de51e324e369133d639b405 (diff)
langpacks: update according to commit [6716]
git-svn-id: http://svn.miranda-ng.org/main/trunk@6749 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'langpacks/spanish/Plugins/Variables.txt')
-rw-r--r--langpacks/spanish/Plugins/Variables.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/langpacks/spanish/Plugins/Variables.txt b/langpacks/spanish/Plugins/Variables.txt
index bdb9f00d8b..e74ca45adb 100644
--- a/langpacks/spanish/Plugins/Variables.txt
+++ b/langpacks/spanish/Plugins/Variables.txt
@@ -43,8 +43,8 @@ Las variables plugin fichas traduce diferentes en un determinado valor. Un ejemp
[Notes]
Notas
;file \plugins\Variables\src\help.cpp
-[--- Special characters ---\r\n\r\nThe following characters have a special meaning in a formatting string:\r\n\r\n?<function>(<arguments>)\r\nThis will parse the function given the arguments, the result will be parsed again. Example: Today is ?cdate(yyyy/MM/dd).\r\n\r\n!<function>(<arguments>)\r\nThis will parse the function given the arguments, the result will not be parsed again. Example: Message waiting: !message(,first,rcvd,unread).\r\n\r\n%<field>%\r\nThis will parse the given field. Example: I installed Miranda at: %mirandapath%.\r\n\r\n`<string>`\r\nThis will not parse the given string, any function, field or special character in the string will shown in the result without being translated. Example: Use `%mirandapath%` to show the installation path.\r\n\r\n#<comment>\r\nThis will add a comment in the formatting string. Everything from the # character to the end of the line will be removed. Example: %dbprofile% #this is a useless comment.\r\n\r\n\r\n--- Contacts ---\r\n\r\nWhenever a functions requires a contact as an argument, you can specify it in two ways:\r\n\r\n(1) Using a unique id (UIN for ICQ, email for MSN) or, a protocol id followed by a unique id in the form <PROTOID:UNIQUEID>, for example <MSN:miranda@hotmail.com> or <ICQ:123456789>.\r\n\r\n(2) Using the contact function:\r\n?contact(x,y)\r\nA contact will be searched which will have value x for its property y, y can be one of the following:\r\nfirst, last, nick, email, id or display\r\n\r\nFor example: ?contact(miranda@hotmail.com,email) or ?contact(Miranda,nick). The contact function will return either a unique contact according to the arguments or nothing if none or multiple contacts exists with the given property.]
---- Los caracteres especiales ---\r\n\r\nLos siguientes caracteres tienen un significado especial en una cadena de formato:\r\n\r\n?<function>(<arguments>)\r\nEsta analizará la función de vista de los argumentos, el resultado será analizado de nuevo. Ejemplo: Hoy es?cdate(yyyy/MM/dd).\r\n\r\n!<function>(<arguments>)\r\nEsta analizará la función de vista de los argumentos, el resultado no se va a analizar de nuevo. Ejemplo: de mensaje en espera: mensaje(,first,rcvd,unread).\r\n\r\n%<field>%\r\nEsto analizar el campo dado. Ejemplo: He instalado Miranda: %mirandapath%.\r\n\r\n`<string>`\r\nEsto no va a analizar la cadena dada, cualquier campo de la función, o un carácter especial en la cadena se muestra en el resultado sin ser traducido. Ejemplo: Utilice `%mirandapath%` para mostrar la ruta de instalación.\r\n\r\n#<comment>\r\nEsto agregará un comentario en la cadena de formato. Todo, desde el # character hasta el final de la línea serán eliminados. Ejemplo: %dbprofile% #this is a useless comment.\r\n\r\n\r\n--- Contacts ---\r\n\r\nSiempre que una función requiere un contacto como un argumento, se puede especificar de dos maneras:\r\n\r\n(1) Using a unique id (UIN for ICQ, email for MSN) o, un protocolo de Identificación seguido de un identificador único en forma <PROTOID:UNIQUEID>, for example <MSN:miranda@hotmail.com> or <ICQ:123456789>.\r\n\r\n(2) Using the contact function:\r\n?contact(x,y)\r\nA contact will be searched which will have value x for its property y, y can be one of the following:\r\nfirst, last, nick, email, id or display\r\n\r\nFor example: ?contact(miranda@hotmail.com,email) or ?contact(Miranda,nick). The contact function will return either a unique contact according to the arguments or nothing if none or multiple contacts exists with the given property.
+[--- Special characters ---\r\n\r\nThe following characters have a special meaning in a formatting string:\r\n\r\n?<function>(<arguments>)\r\nThis will parse the function given the arguments, the result will be parsed again. Example: Today is ?cdate(yyyy/MM/dd).\r\n\r\n!<function>(<arguments>)\r\nThis will parse the function given the arguments, the result will not be parsed again. Example: Message waiting: !message(,first,rcvd,unread).\r\n\r\n%<field>%\r\nThis will parse the given field. Example: I installed Miranda at: %mirandapath%.\r\n\r\n`<string>`\r\nThis will not parse the given string, any function, field or special character in the string will shown in the result without being translated. Example: Use `%mirandapath%` to show the installation path.\r\n\r\n#<comment>\r\nThis will add a comment in the formatting string. Everything from the # character to the end of the line will be removed. Example: %dbprofile% #this is a useless comment.\r\n\r\n\r\n--- Contacts ---\r\n\r\nWhenever a functions requires a contact as an argument, you can specify it in two ways:\r\n\r\n(1) Using a unique ID (UIN for ICQ, email for MSN) or, a protocol ID followed by a unique ID in the form <PROTOID:UNIQUEID>, for example <MSN:miranda@hotmail.com> or <ICQ:123456789>.\r\n\r\n(2) Using the contact function:\r\n?contact(x,y)\r\nA contact will be searched which will have value x for its property y, y can be one of the following:\r\nfirst, last, nick, email, ID or display\r\n\r\nFor example: ?contact(miranda@hotmail.com,email) or ?contact(Miranda,nick). The contact function will return either a unique contact according to the arguments or nothing if none or multiple contacts exists with the given property.]
+--- Los caracteres especiales ---\r\n\r\nLos siguientes caracteres tienen un significado especial en una cadena de formato:\r\n\r\n?<function>(<arguments>)\r\nEsta analizará la función de vista de los argumentos, el resultado será analizado de nuevo. Ejemplo: Hoy es?cdate(yyyy/MM/dd).\r\n\r\n!<function>(<arguments>)\r\nEsta analizará la función de vista de los argumentos, el resultado no se va a analizar de nuevo. Ejemplo: de mensaje en espera: mensaje(,first,rcvd,unread).\r\n\r\n%<field>%\r\nEsto analizar el campo dado. Ejemplo: He instalado Miranda: %mirandapath%.\r\n\r\n`<string>`\r\nEsto no va a analizar la cadena dada, cualquier campo de la función, o un carácter especial en la cadena se muestra en el resultado sin ser traducido. Ejemplo: Utilice `%mirandapath%` para mostrar la ruta de instalación.\r\n\r\n#<comment>\r\nEsto agregará un comentario en la cadena de formato. Todo, desde el # character hasta el final de la línea serán eliminados. Ejemplo: %dbprofile% #this is a useless comment.\r\n\r\n\r\n--- Contacts ---\r\n\r\nSiempre que una función requiere un contacto como un argumento, se puede especificar de dos maneras:\r\n\r\n(1) Using a unique ID (UIN for ICQ, email for MSN) o, un protocolo de Identificación seguido de un identificador único en forma <PROTOID:UNIQUEID>, for example <MSN:miranda@hotmail.com> or <ICQ:123456789>.\r\n\r\n(2) Using the contact function:\r\n?contact(x,y)\r\nA contact will be searched which will have value x for its property y, y can be one of the following:\r\nfirst, last, nick, email, ID or display\r\n\r\nFor example: ?contact(miranda@hotmail.com,email) or ?contact(Miranda,nick). The contact function will return either a unique contact according to the arguments or nothing if none or multiple contacts exists with the given property.
[Input]
De entrada
[Cancel]
@@ -177,7 +177,7 @@ obtener la fecha visto por última vez de ponerte en contacto con x en y formato
obtener el estado visto por última vez de ponerte en contacto con x
[current status description of protocol x (without x, the global status is retrieved)]
descripción del estado actual del protocolo X (sin x, la situación mundial se recupera)
-[info property y of protocol id x]
+[info property y of protocol ID x]
y del establecimiento de Identificación del protocolo x
[retrieves the subject, depending on situation]
recupera el tema, dependiendo de la situación