diff options
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-08-22 22:25+0200\n" +"POT-Creation-Date: 2014-08-23 11:34+0200\n" "PO-Revision-Date: 2014-08-16 11:46+0200\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3024,6 +3024,11 @@ msgstr "" "siempre considerado como prefijo de comando (ejemplo: \".$\")" msgid "" +"if set, incomplete and unambigous commands are allowed, for example /he for /" +"help" +msgstr "" + +msgid "" "if set, /quit command must be confirmed with extra argument \"-yes\" (see /" "help quit)" msgstr "" @@ -3982,6 +3987,10 @@ msgid "%sError with command \"%s\" (help on command: /help %s)" msgstr "%sError con el comando \"%s\" (trata con /help %s)" #, c-format +msgid "%sError: unknown command \"%s\" (type /help for help)" +msgstr "%sError: comando \"%s\" desconocido (use /help para ver la ayuda)" + +#, c-format msgid "" "%sError: ambiguous command \"%s\": it exists in many plugins and not in \"%s" "\" plugin" @@ -3989,14 +3998,15 @@ msgstr "" "%sError: el comando \"%s\" es ambiguo: existe en varios plugins y no en el " "plugin \"%s\"" +#, fuzzy, c-format +msgid "" +"%sError: incomplete command \"%s\" and many commands start with this name" +msgstr "%sError con el comando \"%s\" (trata con /help %s)" + #, c-format msgid "%sError: too much calls to command \"%s\" (looping)" msgstr "%sError: demasiadas llamadas al comando \"%s\" (bucle)" -#, c-format -msgid "%sError: unknown command \"%s\" (type /help for help)" -msgstr "%sError: comando \"%s\" desconocido (use /help para ver la ayuda)" - msgid "" "Error: unable to create/append to log file (weechat.log)\n" "If another WeeChat process is using this file, try to run WeeChat\n" |