Bot-Cobalt
view release on metacpan or search on metacpan
share/etc/langs/english.yml view on Meta::CPAN
---
## etc/langs/english.yml
## This is a cobalt2 core langset.
##
## It provides IRC message strings for core plugins incl. Bot::Cobalt::IRC
##
## See the Bot::Cobalt::Lang docs for information on loading langsets.
## See the Bot::Cobalt::Utils docs for help with formatting RPL strings.
##
## The actual replies exist in 'RPL:' below.
## Typically they are strings formattable by Bot::Cobalt::Utils::rplprintf
## The list of available variables is documented with each RPL.
##
## Variables with trailing characters can be terminated with %
## e.g. "Running %version%." -> "Running cobalt 2.00."
### Names must be lowercase:
NAME: english
### Bump +1 on significant revisions:
REV: 14
### english.yml set is authoritative and must match t/02_core/02_lang.t:
SPEC: 7
RPL:
## Core Cobalt set:
## RPL_NO_ACCESS: %nick
RPL_NO_ACCESS: "%nick%, you are not authorized!"
## RPL_DB_ERR
RPL_DB_ERR: "Unknown database operation failure!"
## RPL_PLUGIN_LOAD: %plugin, %module, %version
RPL_PLUGIN_LOAD: "Plugin loaded: %plugin (%module %version%)"
## RPL_PLUGIN_UNLOAD: %plugin
RPL_PLUGIN_UNLOAD: "Plugin removed: %plugin"
## RPL_PLUGIN_ERR: %plugin, %err
RPL_PLUGIN_ERR: "Failed plugin load: %plugin%: %err"
## RPL_PLUGIN_UNLOAD_ERR: %plugin, %err
RPL_PLUGIN_UNLOAD_ERR: "Failed plugin unload: %plugin%: %err"
## RPL_TIMER_ERR
RPL_TIMER_ERR: "Failed to add timer; unknown timer_set failure"
## Bot::Cobalt::IRC:
## RPL_CHAN_SYNC: %chan
RPL_CHAN_SYNC: "Sync complete on %chan"
## Plugin::Version:
## RPL_VERSION: %version, %perl_v, %poe_v, %pocoirc_v
RPL_VERSION: "Running %version (perl-%perl_v poe-%poe_v pocoirc-%pocoirc_v%) -- http://www.cobaltirc.org"
## RPL_INFO: %version, %plugins, %uptime, %sent, %topics, %randstuffs
RPL_INFO: "Running %version%. I have %plugins plugins loaded. I've been up for %uptime and sent %sent messages. I have %topics info3 topics and %randstuffs randstuffs."
## RPL_OS: %os
RPL_OS: "I am running %os"
## Plugin::Alarmclock:
## ALARMCLOCK_SET: %nick, %secs, %timestr, %timerid
ALARMCLOCK_SET: "Alarm set to trigger in %secs%s (%nick%) [timerID: %timerid%]"
## ALARMCLOCK_NOSUCH: %nick, %timerid
ALARMCLOCK_NOSUCH: "No such alarmID: %timerid"
## ALARMCLOCK_NOTYOURS: %nick, %timerid
ALARMCLOCK_NOTYOURS: "%nick%: alarmID %timerid doesn't appear to belong to you!"
## ALARMCLOCK_DELETED: %nick, %timerid
ALARMCLOCK_DELETED: "%nick%: alarmID %timerid has been cleared."
## Plugin::Auth:
## Broken syntax RPLs, no args:
AUTH_BADSYN_LOGIN: "Bad syntax. Usage: LOGIN <username> <passwd>"
AUTH_BADSYN_CHPASS: "Bad syntax. Usage: CHPASS <oldpass> <newpass>"
## AUTH_SUCCESS: %context, %src, %nick, %user, %lev
AUTH_SUCCESS: "Successful auth [%nick%] (%user - %lev%)"
## AUTH_FAIL_*: %context, %src, %nick, %user
AUTH_FAIL_BADHOST: "Login failed; host mismatch for %user [%src%]"
AUTH_FAIL_BADPASS: "Login failed; passwd mismatch (%user%)"
AUTH_FAIL_NO_SUCH: "Login failed; no such user (%user%)"
AUTH_FAIL_NO_CHANS: "Login failed; I don't share any channels with you!"
## AUTH_CHPASS_*: %context, %src, %nick, %user
AUTH_CHPASS_BADPASS: "Specified password doesn't match (%user%)"
AUTH_CHPASS_SUCCESS: "Password changed (%user%)"
## AUTH_STATUS, %nick, %user, %lev
AUTH_STATUS: "%nick% (%user%) is level %lev%"
## AUTH_USER_ADDED, %nick, %user, %mask, %lev
AUTH_USER_ADDED: "Added username %user% (%mask%) at level %lev%"
## AUTH_MASK_ADDED, %nick, %mask, %user
AUTH_MASK_ADDED: "Added new mask (%mask%) to %user%"
## AUTH_MASK_EXISTS, %nick, %mask, %user
AUTH_MASK_EXISTS: "User %user% appears to have mask %mask% already"
## AUTH_MASK_DELETED, %nick, %mask, %user
AUTH_MASK_DELETED: "Deleted mask %mask% from user %user%"
## AUTH_USER_DELETED, %nick, %user
AUTH_USER_DELETED: "Deleted user %user%"
## AUTH_USER_NOSUCH, %nick, %user
AUTH_USER_NOSUCH: "Could not find user %user%"
## AUTH_USER_EXISTS, %nick, %user
AUTH_USER_EXISTS: "User %user% already exists"
## AUTH_NOT_ENOUGH_ACCESS, %nick, %lev
AUTH_NOT_ENOUGH_ACCESS: "You don't have enough access for that operation (current: %lev%)"
## Plugin::Info3:
## INFO_DONTKNOW, %nick, %topic
INFO_DONTKNOW: "%nick%, I don't know anything about %topic"
## INFO_WHAT, %nick
INFO_WHAT: "%nick%, what?"
## INFO_TELL_WHO, %nick
INFO_TELL_WHO: "Tell who what, %nick%?"
## INFO_TELL_WHAT, %nick, %target
( run in 2.485 seconds using v1.01-cache-2.11-cpan-5837b0d9d2c )