diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-09 21:01:41 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-09 22:22:56 +0000 |
commit | 1b86665d81c0beefb140dcd2eaac8274e88617da (patch) | |
tree | 5187b730bb1a521e9f86c142b1bf176ba514911f /language | |
parent | 2f52fa723c47dcc398a4b7ffd62b6f181565589a (diff) |
Add a stats category for password encryption algorithms.
Diffstat (limited to 'language')
-rw-r--r-- | language/anope.en_US.po | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/language/anope.en_US.po b/language/anope.en_US.po index 50049bb90..8b8dad7aa 100644 --- a/language/anope.en_US.po +++ b/language/anope.en_US.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Anope\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-07 23:06+0000\n" -"PO-Revision-Date: 2024-03-07 23:06+0000\n" +"POT-Creation-Date: 2024-03-09 21:00+0000\n" +"PO-Revision-Date: 2024-03-09 21:00+0000\n" "Last-Translator: Sadie Powell <sadie@witchery.services>\n" "Language-Team: English\n" "Language: en_US\n" @@ -4860,6 +4860,10 @@ msgstr "Method" msgid "Missing parameter for mode %c." msgstr "Missing parameter for mode %c." +#, c-format +msgid "Missing passwords: %zu" +msgstr "Missing passwords: %zu" + msgid "Mode" msgstr "Mode" @@ -5288,6 +5292,10 @@ msgstr "Password incorrect." msgid "Password reset email for %s has been sent." msgstr "Password reset email for %s has been sent." +#, c-format +msgid "Passwords encrypted with %s: %zu" +msgstr "Passwords encrypted with %s: %zu" + msgid "Peace" msgstr "Peace" @@ -7943,6 +7951,10 @@ msgstr "Unknown mode character %c ignored." msgid "Unknown parameter: %s" msgstr "Unknown parameter: %s" +#, c-format +msgid "Unknown passwords: %zu" +msgstr "Unknown passwords: %zu" + msgid "Unpooled" msgstr "Unpooled" @@ -8152,6 +8164,9 @@ msgid "" "The RESET option currently resets the maximum user count\n" "to the number of users currently present on the network.\n" " \n" +"The PASSWORD option displays the encryption algorithms used\n" +"for user passwords.\n" +" \n" "The UPLINK option displays information about the current\n" "server Anope uses as an uplink to the network.\n" " \n" @@ -8169,6 +8184,9 @@ msgstr "" "The RESET option currently resets the maximum user count\n" "to the number of users currently present on the network.\n" " \n" +"The PASSWORD option displays the encryption algorithms used\n" +"for user passwords.\n" +" \n" "The UPLINK option displays information about the current\n" "server Anope uses as an uplink to the network.\n" " \n" |