diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-09-12 18:49:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-09-12 18:49:42 +0200 |
commit | b32f561f776ab2db02e2ac5c15e968e6dc94baf2 (patch) | |
tree | 668ff1582cc092e82cadada0571becefabf09410 /po/pt_BR.po | |
parent | 1745b78b5727d4a8fef74f36aa79e61ba2a3850d (diff) | |
download | weechat-b32f561f776ab2db02e2ac5c15e968e6dc94baf2.zip |
irc: fix again typo in English plural form of "normal"
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 5f11f5c01..0e4506d92 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-09-12 18:05+0200\n" +"POT-Creation-Date: 2020-09-12 18:48+0200\n" "PO-Revision-Date: 2020-04-18 11:34+0200\n" "Last-Translator: Eduardo Elias <camponez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -9224,10 +9224,10 @@ msgid_plural "voices" msgstr[0] "" msgstr[1] "" -#. TRANSLATORS: eg: "2 normal" in the sense "2 normal nicks" (ie no op/voice) +#. TRANSLATORS: number of "normal" nicks on a channel (ie no op/voice), for example: "56 normals" #, c-format msgid "%s%s%d%s normal" -msgid_plural "%s%s%d%s normal" +msgid_plural "%s%s%d%s normals" msgstr[0] "" msgstr[1] "" |