diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-26 07:46:35 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-26 07:46:35 +0100 |
commit | 3db4dd27904e87ca2fd7a4d81bd4842115d6b6b6 (patch) | |
tree | 5e511375bf47deb1f41ea2dd6ec9232779c57797 /po/pt.po | |
parent | 26630ada2dc7ec9839f5bcf4d4b99ff0dcb6ca69 (diff) | |
download | weechat-3db4dd27904e87ca2fd7a4d81bd4842115d6b6b6.zip |
fset: display number of commands executed in imported file, improve errors displayed
Diffstat (limited to 'po/pt.po')
-rw-r--r-- | po/pt.po | 22 |
1 files changed, 17 insertions, 5 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2024-03-25 20:59+0100\n" +"POT-Creation-Date: 2024-03-26 07:44+0100\n" "PO-Revision-Date: 2024-03-06 20:32+0100\n" "Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n" "Language-Team: Portuguese <>\n" @@ -7808,6 +7808,22 @@ msgstr "" msgid "%s%s: there are no options displayed, unable to export." msgstr "" +#, c-format +msgid "%s%s: not enough memory" +msgstr "%s%s: memória insuficiente" + +#, fuzzy, c-format +#| msgid "%s%s: buffer \"%s\" not found" +msgid "%s%s: file \"%s\" not found" +msgstr "%s%s: buffer \"%s\" não encontrado" + +#, fuzzy, c-format +#| msgid "%s%s: unable to execute file \"%s\"" +msgid "%d command executed in file \"%s\"" +msgid_plural "%d commands executed in file \"%s\"" +msgstr[0] "%s%s: não foi possível executar o ficheiro \"%s\"" +msgstr[1] "%s%s: não foi possível executar o ficheiro \"%s\"" + msgid "fast set WeeChat and plugins options" msgstr "" @@ -13162,10 +13178,6 @@ msgid "%s===\t%s========== End of backlog (%d lines) ==========" msgstr "%s===\t%s====== Fim do registo recente (%d linhas) =====" #, c-format -msgid "%s%s: not enough memory" -msgstr "%s%s: memória insuficiente" - -#, c-format msgid "" "%s%s: unable to start logging for buffer \"%s\": filename \"%s\" is already " "used by another buffer (check your log settings)" |