diff options
author | Sadie Powell <sadie@witchery.services> | 2024-11-25 01:34:35 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-11-25 03:02:24 +0000 |
commit | 2464913200d801ae24932119146fea109ede3346 (patch) | |
tree | 85411e011a83f20c276d6266f61236e8856576cd /language/anope.en_US.po | |
parent | ebea7289572dde1cb0b87118e4be4f5718256941 (diff) |
Simplify the duration string logic in Anope::Expires.
This is just duplicating Anope::Duration there's no need to reimplement
a worse version of that here.
Diffstat (limited to 'language/anope.en_US.po')
-rw-r--r-- | language/anope.en_US.po | 30 |
1 files changed, 3 insertions, 27 deletions
diff --git a/language/anope.en_US.po b/language/anope.en_US.po index b188270d3..b3cbcca10 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-11-25 01:18+0000\n" -"PO-Revision-Date: 2024-11-13 02:45+0000\n" +"POT-Creation-Date: 2024-11-25 01:30+0000\n" +"PO-Revision-Date: 2024-11-25 01:32+0000\n" "Last-Translator: Sadie Powell <sadie@witchery.services>\n" "Language-Team: English\n" "Language: en_US\n" @@ -7379,33 +7379,9 @@ msgid "does not expire" msgstr "" #, c-format -msgid "expires in %d day" -msgid_plural "expires in %d days" -msgstr[0] "" -msgstr[1] "" - -#, c-format -msgid "expires in %d hour, %d minute" +msgid "expires in %s" msgstr "" -#, c-format -msgid "expires in %d hour, %d minutes" -msgstr "" - -#, c-format -msgid "expires in %d hours, %d minute" -msgstr "" - -#, c-format -msgid "expires in %d hours, %d minutes" -msgstr "" - -#, c-format -msgid "expires in %d minute" -msgid_plural "expires in %d minutes" -msgstr[0] "" -msgstr[1] "" - msgid "expires momentarily" msgstr "" |