diff options
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 29 |
1 files changed, 22 insertions, 7 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-07-11 18:06+0200\n" +"POT-Creation-Date: 2023-07-12 17:22+0200\n" "PO-Revision-Date: 2023-06-26 21:34+0200\n" "Last-Translator: Santiago Forero <santiago@forero.xyz>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -9242,12 +9242,22 @@ msgid "" "ctcp.%s\" will not work" msgstr "" -msgid "" -"format for CTCP reply or empty string for blocking CTCP (no reply), " -"following variables are replaced: $version (WeeChat version), $compilation " -"(compilation date), $osinfo (info about OS), $site (WeeChat site), $download " -"(WeeChat site, download page), $time (current date and time as text), " -"$username (username on server), $realname (realname on server)" +#, fuzzy +#| msgid "" +#| "format for CTCP reply or empty string for blocking CTCP (no reply), " +#| "following variables are replaced: $version (WeeChat version), " +#| "$compilation (compilation date), $osinfo (info about OS), $site (WeeChat " +#| "site), $download (WeeChat site, download page), $time (current date and " +#| "time as text), $username (username on server), $realname (realname on " +#| "server)" +msgid "" +"format for CTCP reply or empty string for blocking CTCP (no reply); content " +"is evaluated, see /help eval; following variables are replaced: " +"${clientinfo}: list of supported CTCP, ${version}: WeeChat version, ${git}: " +"Git version, ${versiongit}: WeeChat version and Git version, ${compilation}: " +"compilation date, ${osinfo}: info about OS, ${site}: WeeChat site, " +"${download}: WeeChat site, download page, ${time}: current date and time as " +"text, ${username}: username on server, ${realname}: realname on server" msgstr "" "formato para un respuesta CTCP o línea vacía para bloquear CTCP (no hay " "respuesta), las siguientes variables son reemplazadas: $version (versión de " @@ -9628,6 +9638,11 @@ msgstr "%s%s: error al crear la opción \"%s\" del servidor" msgid "IRC option renamed: \"irc.%s.%s\" => \"irc.%s.%s\"" msgstr "" +#, fuzzy, c-format +#| msgid "Command for key: \"%s\"" +msgid "IRC CTCP format converted for \"%s\": \"%s\" => \"%s\"" +msgstr "Comando para el atajo: \"%s\"" + msgid "" "open channel buffer before the JOIN is received from server when it is auto " "joined (with server option \"autojoin\"); this is useful to open channels " |