summaryrefslogtreecommitdiff
path: root/language/anope.en_US.po
AgeCommit message (Collapse)Author
2024-11-25Simplify the duration string logic in Anope::Expires.Sadie Powell
This is just duplicating Anope::Duration there's no need to reimplement a worse version of that here.
2024-11-25Fix pluralising languages which use the same plural for 0 as 1.Sadie Powell
2024-11-22Convert some more strings to plural forms.Sadie Powell
2024-11-22Add a plural form overload of SendMessage.Sadie Powell
2024-11-22Improve language selection.Sadie Powell
- Allow selecting languages using an abbreviated language code (e.g. en for en_US.UTF-8). - Preprocess the language list on load as it never changes. This allows us to stop special casing the English language.
2024-11-19Add a plural form overload of CommandSource::Reply.Sadie Powell
2024-11-19Make an untranslated string translatable.Sadie Powell
2024-11-13Use the remaining wait time in the registration delay message.Sadie Powell
Closes #452.
2024-11-13Use durations instead of seconds in waiting messages.Sadie Powell
2024-11-13Clean up Anope::Duration and switch to use plural form translation.Sadie Powell
2024-11-08Make the grammar of the SET privilege description less weird.Sadie Powell
2024-11-08Make the en_US translation file more suitable as a template.Sadie Powell
2024-10-22Replace usestrictprivmsg with something actually useful.Sadie Powell
Every IRC server we support (other than Bahamut which is probably on the chopping bock) uses UIDs so this setting does nothing. Instead, allow configuring a server-side alias for each service and use that when servicealias is enabled.
2024-10-11Let the user know about their cert being auto-added to their account.Sadie Powell
2024-09-26Fix some messages not being marked as translatable.Sadie Powell
2024-08-18Fix the grammar of some info messages.Sadie Powell
2024-06-23Make the language around fantasy commands less weird.Sadie Powell
2024-06-12Fix a string that should be marked as translatable in ns_info.Sadie Powell
2024-05-11Store when the account name was registered in the NickCore.Sadie Powell
2024-04-07Add more documentation for overriding confirmation codes.Sadie Powell
2024-03-15Use consistent casing when referring to vhosts and vidents.Sadie Powell
2024-03-15Consistently use READ_ONLY_MODE everywhere.Sadie Powell
2024-03-14Restore some functionality that was removed in an earlier commit.Sadie Powell
2024-03-14Rework sending global notices.Sadie Powell
Admins can now queue multiple messages and send them when they are ready. This is fully compatible with the previous global behaviour. Admins can now also send messages to individual servers. This is useful for informing users of maintenance due to downtime.
2024-03-12Show the full command in CONFIRM_DROP.Sadie Powell
2024-03-11Reject registrations and password changes if password encryption fails.Sadie Powell
2024-03-09Add a stats category for password encryption algorithms.Sadie Powell
2024-03-07Remove a guarantee that may not necessarily be correct.Sadie Powell
2024-03-07Consistently use email instead of e-mail.Sadie Powell
2024-03-07Require new accounts to have email addresses.Sadie Powell
2024-03-07Update the English translation for the previous commit.Sadie Powell
y
2024-03-04Add NickAlias::GetVhostMask for getting the vident@vhost.Sadie Powell
2024-02-29If a user runs an invalid command try to suggest a valid one.Sadie Powell
2024-02-29Rip out ns_access and related code.Sadie Powell
This is wildly insecure and has been disabled by default for at least a decade.
2024-02-22If the IRCd sends a field limit then use it over that of the config.Sadie Powell
2024-02-22Fix the NickServ help message showing a wrong min password length.Sadie Powell
Closes #357.
2024-02-21Fix a typo in cs_drop.TehPeGaSuS
2024-02-19Require users to use a confirmation code when dropping channels.Sadie Powell
2024-02-17Merge branch '2.0' into 2.1.Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2024-01-31Remove an extraneous space in cs_xop.Robby
2024-01-30Fix a typo in the PASSWORD_TOO_SHORT text string.Robby
2024-01-08Bump the up to date languages for the recent format changes.Sadie Powell
2024-01-05Update translations for the recent services case fix.Sadie Powell
2023-12-22Move privilege descriptions to the example configs.Sadie Powell
2023-12-21Remove an extraneous space in cs_xop.Sadie Powell
2023-12-20Merge branch '2.0' into 2.1.Sadie Powell
2023-12-17Misc grammar fixes.Sadie Powell
2023-12-04Update the en_US translation.Sadie Powell
2023-02-19Update the en_US translation.Sadie Powell