summaryrefslogtreecommitdiff
path: root/language/anope.en_US.po
AgeCommit message (Collapse)Author
2025-05-24Convert Anope::Debug to an unsigned value.Sadie Powell
2025-05-10Refactor Anope::strftime.Sadie Powell
2025-05-10Use more appropriate types for MaxUserCount and OperCount.Sadie Powell
2025-05-10There's no need to count the servers in os_stats.Sadie Powell
2025-05-02Remove the inconsistently used [auto memo] prefix from some memos.Sadie Powell
2025-05-02Remove double spacing after a full stop in help messages.Sadie Powell
This hasn't been considered a best practice since the age of the typewriter. https://english.stackexchange.com/questions/2544/how-many-spaces-should-come-after-a-period-full-stop
2025-04-25Allow disabling the timestamp in os_news messages.Sadie Powell
2025-04-23When deleting a single list item show the deleted item not a count.Sadie Powell
Closes #487.
2025-04-22Remove hardcoded command names from most messages.Sadie Powell
2025-04-19Allow syntax messages to take a predicate.Sadie Powell
2025-04-16Use a duration string when telling people to wait before emailing.Sadie Powell
2025-04-16Use duration strings when reporting the expiry period.Sadie Powell
2025-04-16Fix some text strings that should be marked as translatable.Sadie Powell
2025-04-16Update as many messages as possible for automatic line wrapping.Sadie Powell
2025-04-10Expand GetQueryCommand to take a command name.Sadie Powell
2025-03-22Use a plural form translation for the ns_maxemail error.Sadie Powell
2025-03-22Update more messages to use gettext plural forms.Sadie Powell
2025-03-19Make it clear that an ignore list is for memos in ms_ignore.Sadie Powell
Closes #484.
2025-03-16Improve the error reporting in os_shutdown.Sadie Powell
2025-03-08Rework how nickname protection works.Sadie Powell
- Rename the command and module from kill to protect (this command hasn't actually killed users in a long time). - Replace QUICK/IMMED with a duration option.
2025-02-14Allow changing the status modes of multiple people at once.Sadie Powell
Closes #473.
2025-02-07Add some options to botserv/botlist to make admining easier.Sadie Powell
2024-12-12Use a more useful setting example in os_config.Sadie Powell
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