init commit

This commit is contained in:
zino
2021-02-16 23:07:41 +01:00
parent ec3fc78e0f
commit 12b4ef5db4
5000 changed files with 2596132 additions and 0 deletions

View File

@@ -0,0 +1,79 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('customcommands.add.error', 'That command already exists');
$.lang.register('customcommands.add.success', 'Command !$1 has been created!');
$.lang.register('customcommands.add.usage', 'Usage: !addcom (command) (message)');
$.lang.register('customcommands.add.commandtag.notfirst', '(command) tag must be at the start of a custom command when used.');
$.lang.register('customcommands.add.commandtag.invalid', '(command) tag command does not exist: $1');
$.lang.register('customcommands.alias.delete.error.alias.404', 'Alias does not exist: !$1');
$.lang.register('customcommands.alias.delete.success', 'The alias !$1 was successfully deleted!');
$.lang.register('customcommands.alias.delete.usage', 'Usage: !delalias (alias name)');
$.lang.register('customcommands.alias.error', 'An alias already exists for !$1. Delete it first.');
$.lang.register('customcommands.alias.error.target404', 'The target command does not exist!');
$.lang.register('customcommands.alias.error.exists', 'The command you want to alias to already exists.');
$.lang.register('customcommands.add.disabled', 'That command is currently disabled. Re-enable the command or delete it to add a new command with that name.');
$.lang.register('customcommands.alias.success', 'The command !$1 was successfully aliased to !$2');
$.lang.register('customcommands.alias.usage', 'Usage: !aliascom (alias name) (existing command) [optional parameters]');
$.lang.register('customcommands.delete.success', 'Command !$1 has been removed!');
$.lang.register('customcommands.delete.usage', 'Usage: !delcom (command)');
$.lang.register('customcommands.edit.404', 'You cannot overwrite a default command.');
$.lang.register('customcommands.edit.editcom.alias', 'You cannot edit an alias, please use the following: !editcom !$1 $2');
$.lang.register('customcommands.set.perm.error.target404', 'The command !$1 does not exist!');
$.lang.register('customcommands.set.perm.success', 'Permissions for command: $1 set for group: $2 and higher.');
$.lang.register('customcommands.set.perm.unset.success', 'All recursive permissions for the command: $1 and any of its aliases have been removed.');
$.lang.register('customcommands.set.perm.usage', 'Usage: !permcom (command name) (group id/name). Restricts usage of a command to viewers with a certain permission level.');
$.lang.register('customcommands.set.perm.404', 'Command could not be found: $1');
$.lang.register('customcommands.set.price.error.404', 'Please select a command that exists and is available to non-mods.');
$.lang.register('customcommands.set.price.error.invalid', 'Please enter a valid price of 0 or greater.');
$.lang.register('customcommands.set.price.success', 'The price for !$1 has been set to $2 $3.');
$.lang.register('customcommands.set.price.usage', 'Usage: !pricecom (command) [subcommand] [subaction] (price). Optional: subcommand and subaction');
$.lang.register('customcommands.set.pay.error.404', 'Please select a command that exists and is available to non-mods.');
$.lang.register('customcommands.set.pay.error.invalid', 'Please enter a valid payment of 0 or greater.');
$.lang.register('customcommands.set.pay.success', 'The payment for !$1 has been set to $2 $3.');
$.lang.register('customcommands.set.pay.usage', 'Usage: !paycom (command) (price)');
$.lang.register('customcommands.404.no.commands', 'There are no custom commands, add one with !addcom');
$.lang.register('customcommands.cmds', 'Current custom commands: $1');
$.lang.register('customcommands.edit.usage', 'Usage: !editcom (command) (message)');
$.lang.register('customcommands.edit.success', 'Command !$1 has been edited!');
$.lang.register('customcommands.token.usage', 'Usage: !tokencom (command) (token) -- WARNING: This should be done from the bot console or web panel, if you run this from chat, anyone watching chat can copy your info!');
$.lang.register('customcommands.token.success', 'Token set for command !$1! Make sure you put a (token) subtag in the customapi url for this command in the spot you want it to appear');
$.lang.register('customcommands.touser.offline', 'Sorry, but $1 appears to be offline!');
$.lang.register('customcommands.customapi.404', 'The !$1 command requires parameters.');
$.lang.register('customcommands.customapijson.err', '!$1: An error occurred processing the API.');
$.lang.register('customcommands.datetime.format.invalid', 'unrecognized date format "$1"');
$.lang.register('customcommands.disable.usage', 'Usage: !disablecom (command)');
$.lang.register('customcommands.disable.404', 'That command does not exist.');
$.lang.register('customcommands.disable.err', 'That command is already disabled.');
$.lang.register('customcommands.disable.success', 'Command !$1 has been disabled.');
$.lang.register('customcommands.enable.usage', 'Usage: !enablecom (command)');
$.lang.register('customcommands.enable.404', 'That command does not exist.');
$.lang.register('customcommands.enable.err', 'That command is not disabled.');
$.lang.register('customcommands.enable.success', 'Command !$1 has been re-enabled.');
$.lang.register('customcommands.keyword.404', 'unknown keyword "$1"');
$.lang.register('customcommands.lasttip.404', 'No donations found.');
$.lang.register('customcommands.playsound.404', 'unknown audio hook "$1"');
$.lang.register('customcommands.file.404', 'file not found: $1');
$.lang.register('customcommands.reset.usage', 'Usage: !resetcom (command) (count). If no (count) then reset to 0.');
$.lang.register('customcommands.reset.success', 'The counter for !$1 has been reset.');
$.lang.register('customcommands.reset.change.fail', 'Invalid counter value: $1');
$.lang.register('customcommands.reset.change.success', 'The counter for !$1 has been set to $2.');
$.lang.register('customcommands.teamapi.team.404', 'you\'re not part of team "$1"');
$.lang.register('customcommands.teamapi.member.404', 'member "$1" is not in team "$2"');
$.lang.register('customcommands.botcommands', 'Commands: $1');
$.lang.register('customcommands.botcommands.error', 'Provide a number to find a page.');
$.lang.register('customcommands.botcommands.total', 'Total Pages: $1 [See also: https://phantombot.github.io/PhantomBot/guides/#guide=content/commands/commands]');

View File

@@ -0,0 +1,26 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('deathcounter.set-error', 'Provide a new valid death counter value.');
$.lang.register('deathcounter.set-success', 'Death counter for $1 set to $2.');
$.lang.register('deathcounter.add-success', '$1 has died again in $2, bringing the total to $3.');
$.lang.register('deathcounter.sub-success', 'Calling back a death, the total is now $2 in $1.');
$.lang.register('deathcounter.sub-zero', 'The death counter for $1 is already zero, can\'t go any lower!');
$.lang.register('deathcounter.counter', '$1 has died $3 times in $2.');
$.lang.register('deathcounter.none', '$1 has not died in $2....yet.');
$.lang.register('deathcounter.reset', 'Reset the death counter back to 0 from $2 for $1.');
$.lang.register('deathcounter.reset-nil', 'The death counter for $1 is already 0.');

View File

@@ -0,0 +1,30 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('dualstreamcommand.usage', 'Usage: !multi [set / clear / timer / timerinterval]');
$.lang.register('dualstreamcommand.set.usage', 'Usage: !multi set [channel(s)]');
$.lang.register('dualstreamcommand.link.set', 'Multi link set! - http://multistre.am/$1');
$.lang.register('dualstreamcommand.clear', 'Multi command cleared, and disabled.');
$.lang.register('dualstreamcommand.timer.usage', 'Usage: !multi timer [on / off]');
$.lang.register('dualstreamcommand.timer.enabled', 'Multi timer enabled.');
$.lang.register('dualstreamcommand.timer.disabled', 'Multi timer disabled.');
$.lang.register('dualstreamcommand.timerinterval.usage', 'Usage: !multi timerinterval (time in minutes)');
$.lang.register('dualstreamcommand.timerinterval.err', 'Minimum for the timer is 5 minutes.');
$.lang.register('dualstreamcommand.timerinterval.set', 'Timer interval set to $1 minutes!');
$.lang.register('dualstreamcommand.link', 'http://multistre.am/');
$.lang.register('dualstreamcommand.req.usage', 'Usage: !multi reqmessage (amount of messages)');
$.lang.register('dualstreamcommand.reqmessages.set', 'Req message set to $1 messages!');

View File

@@ -0,0 +1,23 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('highlightcommand.highlight.offline', 'Highlights can only be set when the stream is online.');
$.lang.register('highlightcommand.highlight.usage', 'Usage: !highlight [description] (Using date stamp for timezone: $1)');
$.lang.register('highlightcommand.highlight.success', 'Highlight successfully saved with a timestamp of $1.');
$.lang.register('highlightcommand.gethighlights.no-highlights', 'There are currently no highlights.');
$.lang.register('highlightcommand.clearhighlights.success', 'Highlights have been cleared.');
$.lang.register('highlightcommand.highlights', 'Highlights: $1');

View File

@@ -0,0 +1,126 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('killcommand.self.1', '$1 managed to kill themself.');
$.lang.register('killcommand.self.2', '$1 died from an unknown cause.');
$.lang.register('killcommand.self.3', '$1 was crushed by a boulder, or some peice of debris.');
$.lang.register('killcommand.self.4', '$1 exploded.');
$.lang.register('killcommand.self.5', '$1 forgot how to breathe.');
$.lang.register('killcommand.self.6', '$1 learned that cellular respiration uses oxygen, not sand.');
$.lang.register('killcommand.self.7', '$1 died.');
$.lang.register('killcommand.self.8', '$1 tried to befriend a wild grizzly bear.');
$.lang.register('killcommand.self.9', '$1 suffocated.');
$.lang.register('killcommand.self.10', '$1 tested the bounds of time and space, and lost.');
$.lang.register('killcommand.self.11', '$1 imploded.');
$.lang.register('killcommand.self.12', '$1 drowned.');
$.lang.register('killcommand.self.13', '$1 ceased to be.');
$.lang.register('killcommand.self.14', '$1 went kablewy!');
$.lang.register('killcommand.self.15', '$1 figured out how to divide by 0!');
$.lang.register('killcommand.self.16', '$1 took a long walk off a short pier.');
$.lang.register('killcommand.self.17', '$1 fell off a ladder.');
$.lang.register('killcommand.self.18', '$1 fell off a tree.');
$.lang.register('killcommand.self.19', '$1 fell off of the roof.');
$.lang.register('killcommand.self.20', '$1 burst into flames.');
$.lang.register('killcommand.self.21', '$1 was struck by lightning.');
$.lang.register('killcommand.self.22', '$1 starved to death.');
$.lang.register('killcommand.self.23', '$1 was stabbed to death.');
$.lang.register('killcommand.self.24', '$1 fell victim to gravity.');
$.lang.register('killcommand.self.25', '$1\'s plead for death was answered.');
$.lang.register('killcommand.self.26', '$1\'s vital organs were ruptured.');
$.lang.register('killcommand.self.27', '$1\'s innards were made outwards.');
$.lang.register('killcommand.self.28', '$1 was licked to death. Don\'t ask.');
$.lang.register('killcommand.self.29', '$1 was deleted.');
$.lang.register('killcommand.self.30', '$1 had to split. Literally..');
$.lang.register('killcommand.self.31', '$1 has bled to death.');
$.lang.register('killcommand.self.32', '$1 Food is a gift from God. Spices are a gift from the devil. I guess it was a little too spicy for you.');
$.lang.register('killcommand.self.33', '$1 has died due to a vehicular explosion!');
$.lang.register('killcommand.self.34', '$1 has killed themself!');
$.lang.register('killcommand.self.35', '$1 has been blown up by a landmine!');
$.lang.register('killcommand.self.36', '$1 died due to holding their breath for too long!');
$.lang.register('killcommand.self.37', '$1 burned to death.');
$.lang.register('killcommand.self.38', '$1 was blown up by a missile!');
$.lang.register('killcommand.self.39', '$1 froze to death.');
$.lang.register('killcommand.self.40', '$1 was dissolved in acid.');
$.lang.register('killcommand.self.41', '$1 tried to swim in acid.');
$.lang.register('killcommand.self.42', '$1 tried to swim in lava.');
$.lang.register('killcommand.self.43', '$1 experienced kinetic energy.');
$.lang.register('killcommand.self.44', '$1 blew up.');
$.lang.register('killcommand.self.45', '$1 fell into a patch of fire.');
$.lang.register('killcommand.self.46', '$1 fell out of a plane.');
$.lang.register('killcommand.self.47', '$1 went up in flames.');
$.lang.register('killcommand.self.48', '$1 withered away.');
$.lang.register('killcommand.self.49', '$1 went skydiving, and forgot the parachute.');
$.lang.register('killcommand.self.50', '$1 spontaneously combusted.');
$.lang.register('killcommand.self.51', '$1 was struck with a bolt of inspiration, I mean lightning.');
$.lang.register('killcommand.self.52', '$1 ended it all. Goodbye cruel world!');
$.lang.register('killcommand.self.53', '$1 passed the event horizon.');
$.lang.register('killcommand.other.1', '$1 murdered $2 with a unicorn\'s horn!');
$.lang.register('killcommand.other.2', '$2 was killed by $1!');
$.lang.register('killcommand.other.3', '$2 was mauled by $1 dressed up as a chicken.');
$.lang.register('killcommand.other.4', '$2 was ripped apart by $1, daaaaaaamn!');
$.lang.register('killcommand.other.5', '$2 was brutally murdered by $1 with a car!');
$.lang.register('killcommand.other.6', '$1 covered $2 in meat sauce and threw them in a cage with a starved tiger.');
$.lang.register('killcommand.other.7', '$1 genetically modified a Venus flytrap to grow abnormally large, and trapped $2 in a room with it.');
$.lang.register('killcommand.other.8', '$1 shanked $2\'s butt, over and over again.');
$.lang.register('killcommand.other.9', '$1 just wrote $2\'s name in their Death Note.');
$.lang.register('killcommand.other.10', '$1 put $2 out of their misery.');
$.lang.register('killcommand.other.11', '$1 destroyed $2!');
$.lang.register('killcommand.other.12', '$1 atacó a $2 con un consolador grande!');
$.lang.register('killcommand.other.13', '$2 was poked a bit too hard by $1 with a spork!');
$.lang.register('killcommand.other.14', 'ZA WARUDO! $1 stopped time and throw hundreds of knives at $2. END!');
$.lang.register('killcommand.other.15', '$1 attacked $2 with a rusty spork...and managed to kill $2 with very little effort.');
$.lang.register('killcommand.other.16', '$1 stole a car known as \'KITT\' and ran over $2.');
$.lang.register('killcommand.other.17', '$1 tickled $2 to death!');
$.lang.register('killcommand.other.18', '$2\'s skull was crushed by $1!');
$.lang.register('killcommand.other.19', '$2 is in several pieces after a tragic accident involving $1 and cutlery.');
$.lang.register('killcommand.other.20', '$1 licked $2 until $2 was squishy, yeah.. squishy.');
$.lang.register('killcommand.other.21', '$1 catapulted a huge load of rusty sporks on to $2. $2 died.');
$.lang.register('killcommand.other.22', '$1 ran out of rusty sporks and unicorn horns to kill $2 with, so instead they used a rusty hanger.');
$.lang.register('killcommand.other.23', '$1 came in like a mystical being of awesomeness and destroyed $2!');
$.lang.register('killcommand.other.24', '$2 drowned whilst trying to escape from $1');
$.lang.register('killcommand.other.25', '$2 walked into a cactus while running from $1');
$.lang.register('killcommand.other.26', '$2 was attacked by $1 behind a Taco Bell.');
$.lang.register('killcommand.other.27', '$1 went back in time to prevent himself from killing $2, apparently the time machine landed on $2 when $1 jumped back in time.');
$.lang.register('killcommand.other.28', '$1 rekt $2 30-4 by doing a 360 no-scope.');
$.lang.register('killcommand.other.33', '$1 struck the final blow and ended $2.');
/** Add "(jail)" at the start of the lang for the user to get timed out for the jailTime you set. You can also use $3 for the jail timeout time to be displayed. $4 = botname. */
$.lang.register('killcommand.other.29', '(jail) $1 tried to kill $2 with a unicorn\'s horn, but police showed up before $1 had time.');
$.lang.register('killcommand.other.30', '(jail) $1 tried to murder $2, but swat was hiding in the bushes and jumped on $1 before it could be done.');
$.lang.register('killcommand.other.31', '(jail) $1 was going to hit $2 with a hammer. However $2 was trained in the Secret Nippon Arts!');
$.lang.register('killcommand.other.32', '(jail) $4 was paid by $1 to assassinate $2. $1\'s plan failed because $4 was actually a undercover officer!');
$.lang.register('killcommand.other.44', '(jail) $1 attacked $2 with a plastic spoon, but then suddenly a swarm of police surrounded $1 and detained them.');
$.lang.register('killcommand.other.45', '(jail) $2 is protected by an unknown force which repels $1.');
/** Jail End **/
$.lang.register('killcommand.other.34', '$1 was justly ended by $2.');
$.lang.register('killcommand.other.35', '$1 was blown up by $2.');
$.lang.register('killcommand.other.36', '$1 was shot off a ladder by $2.');
$.lang.register('killcommand.other.37', '$1 tried to swim in lava while trying to escape $2.');
$.lang.register('killcommand.other.38', '$1 got finished off by $2.');
$.lang.register('killcommand.other.39', '$1 delivered the fatal blow on $2.');
$.lang.register('killcommand.other.40', '$1 has punched $2 to death.');
$.lang.register('killcommand.other.41', '$1 ruffled $2\'s fluff, and died!');
$.lang.register('killcommand.other.42', '$1 hugged $2 a little too tight.');
$.lang.register('killcommand.other.43', '$1 sent $2 to an awesome farm in the country.');
$.lang.register('killcommand.jail.timeout.usage', 'Usage: !jailtimeouttime (amount in seconds)');
$.lang.register('killcommand.jail.timeout.set', 'Jail timeout time set to: $1 seconds.');
$.lang.register('killcommand.console.loaded', 'Found kill command messages: $1 self, $2 other.');

View File

@@ -0,0 +1,20 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('lastseen.404', 'I haven\'t seen $1 yet.');
$.lang.register('lastseen.response', '$1 has last been seen on $2 @ $3');
$.lang.register('lastseen.usage', 'Usage: !lastseen [username].');

View File

@@ -0,0 +1,21 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('namechange.default', 'Usage: !namechange [old name] [new name]');
$.lang.register('namechange.updating', 'Updating name $1 to $2 in all the database tables. This may take time.');
$.lang.register('namechange.success', 'Username $1 has been updated to $2 in $3 tables!');
$.lang.register('namechange.notfound', 'Username $1 was not found in any tables.');

View File

@@ -0,0 +1,37 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('streamcommand.vod.404', 'No videos were found.');
$.lang.register('streamcommand.vod.online', 'Stream Uptime: $1 [$2]');
$.lang.register('streamcommand.vod.offline', 'Stream is offline. Last video created: [$1] [Length: $2]');
$.lang.register('streamcommand.playtime.offline', '$1 is not streaming right now.');
$.lang.register('streamcommand.playtime.online', '$1 has been playing $2 for $3');
$.lang.register('streamcommand.title.offline', 'Current Status: $1');
$.lang.register('streamcommand.title.no.title', 'There\'s no status set.');
$.lang.register('streamcommand.title.online', 'Current Status: $1. Uptime: $2');
$.lang.register('streamcommand.title.set.usage', 'Usage: !settitle [stream title]. Currently: $1');
$.lang.register('streamcommand.game.online', 'Current Game: $1. Playtime: $2');
$.lang.register('streamcommand.game.offline', 'Current Game: $1');
$.lang.register('streamcommand.game.no.game', 'There\'s no game set.');
$.lang.register('streamcommand.game.set.usage', 'Usage: !setgame [game title]. Currently: $1');
$.lang.register('streamcommand.communities.set.usage', 'Usage: !setcommunities [communities]. Currently: $1');
$.lang.register('streamcommand.viewers', 'Currently $1 viewers are watching.');
$.lang.register('streamcommand.online.offline', 'Stream is offline.');
$.lang.register('streamcommand.online.online', 'Stream is online.');
$.lang.register('streamcommand.createdat.404', 'Please provide a channel');
$.lang.register('streamcommand.createdat.error', 'The channel does not exist or a Twitch API error occurred.');
$.lang.register('streamcommand.createdat', 'Channel: $1 | Created At: $2');

View File

@@ -0,0 +1,25 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('top5.default', 'Top $1 $2: $3');
$.lang.register('top5.points-disabled', 'Points are disabled.');
$.lang.register('top5.amount.points.usage', 'Usage: !topamount (amount) - Set how many viewers will appear in the !top points list.');
$.lang.register('top5.amount.max', 'The max amount of users is 15.');
$.lang.register('top5.amount.points.set', '$1 users will now show in the !top command.');
$.lang.register('top5.amount.time.usage', 'Usage: !toptimeamount (amount) - Set how many viewers will appear in the !toptime list.');
$.lang.register('top5.amount.time.set', '$1 viwers will now show in the !toptime command.');
$.lang.register('top5.reloadtopbots', 'Deprecated. Please run !reloadbots');

View File

@@ -0,0 +1,50 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.customcommands.addcom.usage', 'Usage: !addcom [command] [response]');
$.lang.register('discord.customcommands.addcom.err', 'That command already exists.');
$.lang.register('discord.customcommands.addcom.success', 'Command !$1 has been added!');
$.lang.register('discord.customcommands.editcom.usage', 'Usage: !editcom [command] [response]');
$.lang.register('discord.customcommands.editcom.404', 'That command does not exist.');
$.lang.register('discord.customcommands.editcom.success', 'Command !$1 has been edited!');
$.lang.register('discord.customcommands.delcom.usage', 'Usage: !delcom [command] [response]');
$.lang.register('discord.customcommands.delcom.404', 'That command does not exist.');
$.lang.register('discord.customcommands.delcom.success', 'Command !$1 has been removed!');
$.lang.register('discord.customcommands.permcom.usage', 'Usage: !permcom [command] [permission]');
$.lang.register('discord.customcommands.permcom.404', 'That command does not exist.');
$.lang.register('discord.customcommands.permcom.syntax.error', 'Usage: !permcom [command] [permission] - Either 0 which is everyone or 1 is administrators.');
$.lang.register('discord.customcommands.permcom.success', 'Permission for command !$1 has been set to permission $2');
$.lang.register('discord.customcommands.coolcom.usage', 'Usage: !coolcom [command] [time in seconds]');
$.lang.register('discord.customcommands.coolcom.404', 'That command does not exist.');
$.lang.register('discord.customcommands.coolcom.removed', 'Cooldown for command !$1 has been removed.');
$.lang.register('discord.customcommands.coolcom.success', 'Cooldown for command !$1 has been set to $2 seconds.');
$.lang.register('discord.customcommands.channelcom.usage', 'Usage: !channelcom [command] [channel / --global / --list] - Separate the channels with commas (no spaces) for multiple.');
$.lang.register('discord.customcommands.channelcom.global', 'Command !$1 will now work in every channel.');
$.lang.register('discord.customcommands.channelcom.success', 'Command !$1 will now only work in channel(s): $2.');
$.lang.register('discord.customcommands.channelcom.404', 'No channels are set on that command.');
$.lang.register('discord.customcommands.commands', 'Commands: $1');
$.lang.register('discord.customcommands.bot.commands', 'Bot Commands: $1');
$.lang.register('discord.customcommands.pricecom.usage', 'Usage: !pricecom [command] [amount]');
$.lang.register('discord.customcommands.pricecom.success', 'Cost for command !$1 has been set to $2.');
$.lang.register('discord.customcommands.aliascom.usage', 'Usage: !aliascom [alias] [command]');
$.lang.register('discord.customcommands.aliascom.success', 'Command !$2 has been aliased to !$1');
$.lang.register('discord.customcommands.delalias.usage', 'Usage: !delalias [alias]');
$.lang.register('discord.customcommands.delalias.success', 'Alias !$1 has been removed.');
$.lang.register('discord.customcommands.404', 'That command does not exist.');
$.lang.register('discord.customcommands.alias.404', 'That alias does not exist.');
$.lang.register('discord.customcommands.customapi.404', 'The !$1 command requires parameters.');
$.lang.register('discord.customcommands.customapijson.err', '!$1: An error occurred processing the API.');

View File

@@ -0,0 +1,25 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.accountlink.usage.nolink', 'In order to use this module, make sure the bot is not blocked from private messaging you on Discord.\nTo link your Discord and Twitch accounts please use the following command **!account link**');
$.lang.register('discord.accountlink.usage.link', 'Your Discord account is currently linked to **https://twitch.tv/$1**.\nYou can change it using **!account link** or remove it using **!account remove**');
$.lang.register('discord.accountlink.link', '**NOTE: This expires in 10 minutes**.\nTo complete the process of linking your Discord and Twitch accounts, please login to Twitch, go to **https://twitch.tv/$1**, and send the command **!account link $2**');
$.lang.register('discord.accountlink.link.relink', '**NOTE: This expires in 10 minutes**.\n**This will automatically remove your previous account link.** \nTo complete the process of linking your Discord account to your Twitch account, please login to Twitch, go to **https://twitch.tv/$1**, and send the command **!account link $2**');
$.lang.register('discord.accountlink.link.success', 'Your Discord account has been successfully linked to **https://twitch.tv/$1**.\nPlease note that if you change your name on Twitch, you will have to redo this.');
$.lang.register('discord.accountlink.link.fail', 'Sorry, that is an invalid or expired token. Make sure you copy the account linking command EXACTLY. If you are sure you typed it correctly, please restart the account linking process from a chat channel in the Discord server.');
$.lang.register('discord.accountlink.link.remove', 'Your Discord account has been unlinked from all Twitch accounts.\nTo link your Discord account to your Twitch account, use **!account link** in a regular chat channel on the Discord server');
$.lang.register('discord.accountlink.linkrequired', 'Sorry, that command is only available in Discord after your Twitch account has been linked using **!account**');

View File

@@ -0,0 +1,23 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.cooldown.coolcom.usage', 'Usage: !coolcom [command] [seconds] [type (global / user)] - Using -1 for the seconds removes the cooldown.');
$.lang.register('discord.cooldown.coolcom.set', 'Cooldown for command !$1 has been set to $2 seconds.');
$.lang.register('discord.cooldown.coolcom.remove', 'Cooldown for command !$1 has been removed.');
$.lang.register('discord.cooldown.cooldown.usage', 'Usage: !cooldown [setdefault]');
$.lang.register('discord.cooldown.default.set', 'The default cooldown for commands without one has been set to $1 seconds.');
$.lang.register('discord.cooldown.default.usage', 'Usage: !cooldown setdefault [seconds] - Set a cooldown for commands that don\'t have one.');

View File

@@ -0,0 +1,28 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.misc.module.usage', 'Usage: !module [enable / disable / list]');
$.lang.register('discord.misc.module.enabled', 'Module: $1 has been enabled.');
$.lang.register('discord.misc.module.disabled', 'Module: $1 has been disabled.');
$.lang.register('discord.misc.module.list', 'Discord Module list: \r\n $1');
$.lang.register('discord.misc.module.404', 'That module does not exist: $1');
$.lang.register('discord.misc.game.set.usage', 'Usage: !setgame [game name]');
$.lang.register('discord.misc.game.set', 'Bot game updated to: $1');
$.lang.register('discord.misc.game.stream.set.usage', 'Usage: !setstream [twitch url] [game name]');
$.lang.register('discord.misc.game.stream.set', 'Bot stream changed to: $1 and game to: $2');
$.lang.register('discord.misc.game.removed', 'Bot game has been removed.');
$.lang.register('discord.misc.reconnect', 'A Discord reconnect is being attempted.');

View File

@@ -0,0 +1,62 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('moderation.usage', 'Usage: !moderation [links / caps / spam / blacklist / whitelist / cleanup / logs]');
$.lang.register('moderation.links.usage', 'Usage: !moderation links [toggle / permittime]');
$.lang.register('moderation.links.toggle', 'Link moderation has been $1.');
$.lang.register('moderation.links.permit.time.usage', 'Usage: !moderation links permittime [seconds]');
$.lang.register('moderation.links.permit.time.set', 'Permit time has been set to $1 seconds!');
$.lang.register('moderation.caps.usage', 'Usage: !moderation caps [toggle / triggerlength / limitpercent]');
$.lang.register('moderation.caps.toggle', 'Cap moderation has been $1.');
$.lang.register('moderation.caps.trigger.usage', 'Usage: !moderation caps triggerlength [characters]');
$.lang.register('moderation.caps.trigger.set', 'Caps trigger limit has been set to $1%');
$.lang.register('moderation.caps.limit.usage', 'Usage: !moderation caps limitpercent [percent]');
$.lang.register('moderation.caps.limit.set', 'Caps limit has been set to $1%');
$.lang.register('moderation.long.message.usage', 'Usage: !moderation longmessage [toggle / limit]');
$.lang.register('moderation.long.message.toggle', 'Message length moderation has been $1.');
$.lang.register('moderation.long.message.limit.usage', 'Usage: !moderation longmessage limit [characters]');
$.lang.register('moderation.long.message.limit.set', 'Long message limit has been set to $1 characters!');
$.lang.register('moderation.spam.usage', 'Usage: !moderation spam [toggle / limit]');
$.lang.register('moderation.spam.toggle', 'Spam moderation has been $1.');
$.lang.register('moderation.spam.limit.usage', 'Usage: !moderation spam limit [messages]');
$.lang.register('moderation.spam.limit.set', 'Spam limit has been set to $1 messages!');
$.lang.register('moderation.blacklist.usage', 'Usage: !moderation blacklist [add / remove / list]');
$.lang.register('moderation.blacklist.add.usage', 'Usage: !moderation blacklist add [phrase]');
$.lang.register('moderation.blacklist.add.success', 'Phrase added the to the blacklist!');
$.lang.register('moderation.blacklist.remove.usage', 'Usage: !moderation blacklist remove [phrase]');
$.lang.register('moderation.blacklist.remove.404', 'That phrase is not in the blacklist.');
$.lang.register('moderation.blacklist.remove.success', 'Phrase removed from the blacklist!');
$.lang.register('moderation.blacklist.list.404', 'The blacklist is empty.');
$.lang.register('moderation.blacklist.list', 'Blacklist: ```$1```');
$.lang.register('moderation.whitelist.usage', 'Usage: !moderation whitelist [add / remove / list]');
$.lang.register('moderation.whitelist.add.usage', 'Usage: !moderation whitelist add [phrase or username#discriminator]');
$.lang.register('moderation.whitelist.add.success', 'Phrase or username added the to the whitelist!');
$.lang.register('moderation.whitelist.remove.usage', 'Usage: !moderation whitelist remove [phrase or username#discriminator]');
$.lang.register('moderation.whitelist.remove.404', 'That phrase or username is not in the whitelist.');
$.lang.register('moderation.whitelist.remove.success', 'Phrase or username removed from the whitelist!');
$.lang.register('moderation.whitelist.list.404', 'The whitelist is empty.');
$.lang.register('moderation.whitelist.list', 'Whitelist: ```$1```');
$.lang.register('moderation.cleanup.usage', 'Usage: !moderation cleanup [channel] [amount]');
$.lang.register('moderation.cleanup.err.amount', 'You can only delete 2 to 10000 messages.');
$.lang.register('moderation.cleanup.err.unknownchannel', 'Unknown channel: $1. Try discord\'s auto-completion.');
$.lang.register('moderation.cleanup.failed', 'Failed to perform bulk message deletion: Currently deleting messages.');
$.lang.register('moderation.cleanup.failed.err', 'Failed to perform bulk message deletion.');
$.lang.register('moderation.cleanup.done', 'Deleted $1 messages!');
$.lang.register('moderation.logs.toggle.usage', 'Usage: !moderation logs [toggle / channel] - Will toggle Twitch moderation logs being posted in Discord.');
$.lang.register('moderation.logs.toggle', 'Twitch moderation logs have been $1. **[Requires bot restart]**');
$.lang.register('moderation.logs.channel.usage', 'Usage: !moderation logs channel [channel name]');
$.lang.register('moderation.logs.channel.set', 'Twitch moderation log announcements will now be made in channel $1');

View File

@@ -0,0 +1,27 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.rolemanager.usage', 'Usage: !rolemanager [togglesyncpermissions / togglesyncranks / blacklist]');
$.lang.register('discord.rolemanager.permission.sync.on', 'Bot permissions will now be synced with users who have their account linked with the bot.');
$.lang.register('discord.rolemanager.permission.sync.off', 'Bot permissions will no longer be synced.');
$.lang.register('discord.rolemanager.ranks.sync.on', 'Ranks will now be synced with users who have their account linked with the bot.');
$.lang.register('discord.rolemanager.ranks.sync.off', 'Ranks will no longer be synced.');
$.lang.register('discord.rolemanager.blacklist.usage', 'Usage: !rolemanager blacklist [add / remove] [permission or rank] - Blacklist a ranks or permissions from being set.');
$.lang.register('discord.rolemanager.blacklist.add.usage', 'Usage: !rolemanager blacklist add [permission or rank] - Blacklist a ranks or permissions from being set.');
$.lang.register('discord.rolemanager.blacklist.add.success', 'Group $1 has been added to the blacklist!');
$.lang.register('discord.rolemanager.blacklist.remove.usage', 'Usage: !rolemanager blacklist remove [permission or rank]');
$.lang.register('discord.rolemanager.blacklist.remove.success', 'Group $1 has been removed from the blacklist.');

View File

@@ -0,0 +1,32 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.gambling.need.points', 'You don\'t have that many $1.');
$.lang.register('discord.gambling.error.max', 'You\'re only allowed to gamble a maximum of $1.');
$.lang.register('discord.gambling.error.min', 'You\'re only allowed to gamble a minimum of $1.');
$.lang.register('discord.gambling.lost', '$1 rolled $2 and lost $3. $5'); // Use $4 for the points the user has remaining
$.lang.register('discord.gambling.won', '$1 rolled $2 and won $3! $5'); // Use $4 for the points the user has remaining
$.lang.register('discord.gambling.usage', 'Usage: !gamble [amount]');
$.lang.register('discord.gambling.set.max.usage', 'Usage: !gambling setmax [amount]');
$.lang.register('discord.gambling.set.max', 'Set max gambling to $1!');
$.lang.register('discord.gambling.set.min.usage', 'Usage: !gambling setmin [amount]');
$.lang.register('discord.gambling.set.min', 'Set minimum gambling to $1!');
$.lang.register('discord.gambling.win.range.usage', 'Usage: !gambling setwinningrange [range]');
$.lang.register('discord.gambling.win.range', 'Set gambling win range to $1-100 lose range to 1-$2');
$.lang.register('discord.gambling.percent.usage', 'Usage: !gambling setgainpercent [amount]');
$.lang.register('discord.gambling.percent', 'Set gambling gain percent to $1%');
$.lang.register('discord.gambling.main.usage', 'Usage: !gambling [setmax / setmin / setwinningrange / setgainpercent]');

View File

@@ -0,0 +1,26 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.roll.rolled', '$1 rolls a [$2] and [$3]. ');
$.lang.register('discord.roll.doubleone', 'Snake eyes for $1! ');
$.lang.register('discord.roll.doubletwo', 'Hard four for $1! ');
$.lang.register('discord.roll.doublethree', 'Hard six for $1! ');
$.lang.register('discord.roll.doublefour', 'Hard eight for $1! ');
$.lang.register('discord.roll.doublefive', 'Hard ten for $1! ');
$.lang.register('discord.roll.doublesix', 'Boxcars to the max!!! $1! ');
$.lang.register('discord.roll.rewards.usage', 'Usage: !roll rewards [double 1\'s] [2\'s] [3\'s] [4\'s] [5\'s] [6\'s]. Currently: $1');
$.lang.register('discord.roll.rewards.success', 'Updated rewards for the dice roll.');

View File

@@ -0,0 +1,21 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.slotmachine.result.start', '$1: [ $2 $3 $4 ] ');
$.lang.register('discord.slotmachine.result.win', ' +$1 ');
$.lang.register('discord.slotmachine.rewards.usage', 'Usage: !slot rewards [val1] [val2] [val3] [val4] [val5]. Currently: $1');
$.lang.register('discord.slotmachine.rewards.success', 'Updated rewards for the slot machine.');

View File

@@ -0,0 +1,25 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.bitshandler.usage', 'Usage: !bitshandler [toggle / message / channel]');
$.lang.register('discord.bitshandler.bits.toggle', 'Bit announcements have been $1.');
$.lang.register('discord.bitshandler.bits.message.usage', 'Usage: !bitshandler message [message] - Tags: (name) (amount)');
$.lang.register('discord.bitshandler.bits.message.set', 'Bits announcements message set to: $1');
$.lang.register('discord.bitshandler.bits.channel.usage', 'Usage: !bitshandler channel [channel name]');
$.lang.register('discord.bitshandler.bits.channel.set', 'Bit announcements will now be made in channel $1');
$.lang.register('discord.bitshandler.bits.embed.title', 'New Cheer!');
$.lang.register('discord.bitshandler.bits.embed.messagetitle', 'Message:');

View File

@@ -0,0 +1,27 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.cliphandler.toggle.off', 'Clips announcements have been disabled.');
$.lang.register('discord.cliphandler.toggle.on', 'Clips announcements have been enabled.');
$.lang.register('discord.cliphandler.message.usage', 'Usage: !clipsmessage (message) - Tags: (name), (url)');
$.lang.register('discord.cliphandler.message.set', 'Clips message has been set to: $1.');
$.lang.register('discord.cliphandler.channel.usage', 'Usage: !clipschannel (channel). Currently: $1');
$.lang.register('discord.cliphandler.channel.set', 'Clips channel has been set to: $1.');
$.lang.register('discord.cliphandler.noclip', 'No clip found');
$.lang.register('discord.cliphandler.lastclip', 'Last Clip: $1');
$.lang.register('discord.cliphandler.topclip', 'Today\'s Most Viewed Clip: $1');
$.lang.register('discord.cliphandler.clip.embedtitle', 'New Clip!');

View File

@@ -0,0 +1,24 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.followhandler.usage', 'Usage: !followhandler [toggle / message / channel]');
$.lang.register('discord.followhandler.follow.toggle', 'Follow announcements have been $1.');
$.lang.register('discord.followhandler.follow.message.usage', 'Usage: !followhandler message [message] - Tag: (name)');
$.lang.register('discord.followhandler.follow.message.set', 'Follow announcements message set to: $1');
$.lang.register('discord.followhandler.follow.channel.usage', 'Usage: !followhandler channel [channel name]');
$.lang.register('discord.followhandler.follow.channel.set', 'Follow announcements will now be made in channel $1');
$.lang.register('discord.followhandler.follow.embedtitle', 'New Follower!');

View File

@@ -0,0 +1,27 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.hosthandler.usage', 'Usage: !hosthandler [toggle / hostmessage / autohostmessage / channel]');
$.lang.register('discord.hosthandler.host.toggle', 'Hosts announcements have been $1.');
$.lang.register('discord.hosthandler.host.message.usage', 'Usage: !hosthandler hostmessage [message] - Tags: (name) (viewers)');
$.lang.register('discord.hosthandler.host.message.set', 'Host message set to: $1');
$.lang.register('discord.hosthandler.autohost.message.usage', 'Usage: !hosthandler autohostmessage [message] - Tags: (name) (viewers)');
$.lang.register('discord.hosthandler.autohost.message.set', 'Auto-Host message set to: $1.');
$.lang.register('discord.hosthandler.channel.usage', 'Usage: !hosthandler channel [channel name]');
$.lang.register('discord.hosthandler.channel.set', 'Host announcements will now be made in channel $1');
$.lang.register('discord.hosthandler.host.embedtitle', 'New Host!');
$.lang.register('discord.hosthandler.auto.host.embedtitle', 'New Auto-Host!');

View File

@@ -0,0 +1,26 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.keywordhandler.usage', 'Usage: !keyword [add / edit / remove]');
$.lang.register('discord.keywordhandler.add.usage', 'Usage: !keyword add [keyword] [response]');
$.lang.register('discord.keywordhandler.add.error', 'That keyword already exists.');
$.lang.register('discord.keywordhandler.add.success', 'Keyword: "$1" has been added!');
$.lang.register('discord.keywordhandler.edit.usage', 'Usage: !keyword edit [keyword] [response]');
$.lang.register('discord.keywordhandler.404', 'That keyword does not exist.');
$.lang.register('discord.keywordhandler.edit.success', 'Keyword: "$1" has been edited!');
$.lang.register('discord.keywordhandler.remove.usage', 'Usage: !keyword remove [keyword]');
$.lang.register('discord.keywordhandler.remove.success', 'Keyword: "$1" has been removed!');

View File

@@ -0,0 +1,24 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.streamelementshandler.usage', 'Usage: !streamelementshandler [toggle / message / channel]');
$.lang.register('discord.streamelementshandler.toggle', 'StreamElements donation announcements have been $1.');
$.lang.register('discord.streamelementshandler.message.usage', 'Usage: !streamelementshandler message [message] - Tags: (name) (amount) (currency) (message)');
$.lang.register('discord.streamelementshandler.message.set', 'StreamElements donation message set to: $1');
$.lang.register('discord.streamelementshandler.channel.usage', 'Usage: !streamelementshandler channel [channel name]');
$.lang.register('discord.streamelementshandler.channel.set', 'StreamElements donation annoucements will now be made in channel $1');
$.lang.register('discord.streamelementshandler.embed.title', 'New Tip!');

View File

@@ -0,0 +1,41 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.streamhandler.usage', 'Usage: !streamhandler [toggleonline / onlinemessage / toggleoffline / offlinemessage / togglegame / gamemessage / togglebotstatus / channel / toggledeletemessage]');
$.lang.register('discord.streamhandler.online.toggle', 'Online announcements have been $1.');
$.lang.register('discord.streamhandler.online.message.usage', 'Usage: !streamhandler onlinemessage [message] - Tags: (name)');
$.lang.register('discord.streamhandler.online.message.set', 'Online announcement message set to: $1');
$.lang.register('discord.streamhandler.offline.toggle', 'Offline announcements have been $1.');
$.lang.register('discord.streamhandler.offline.message.usage', 'Usage: !streamhandler offlinemessage [message] - Tags: (name)');
$.lang.register('discord.streamhandler.offline.message.set', 'Offline announcement message set to: $1');
$.lang.register('discord.streamhandler.game.toggle', 'Game change announcements have been $1');
$.lang.register('discord.streamhandler.game.message.usage', 'Usage: !streamhandler gamemessage [message] - Tags: (name) (url)');
$.lang.register('discord.streamhandler.game.message.set', 'Game change announcement message set to: $1');
$.lang.register('discord.streamhandler.channel.usage', 'Usage: !streamhandler channel [channel name]');
$.lang.register('discord.streamhandler.channel.set', 'Stream annoucements will now be made in channel $1');
$.lang.register('discord.streamhandler.delete.toggle', 'Automatically delete the online message after the stream ends and the offline message when a new stream starts: $1');
$.lang.register('discord.streamhandler.bot.game.toggle', 'Bot stream status has been $1.');
$.lang.register('discord.streamhandler.common.title', 'Stream Status');
$.lang.register('discord.streamhandler.common.game', 'Now Playing');
$.lang.register('discord.streamhandler.common.uptime', 'Stream Uptime');
$.lang.register('discord.streamhandler.offline.game', 'Last Game');
$.lang.register('discord.streamhandler.offline.viewers', 'Viewers');
$.lang.register('discord.streamhandler.offline.chatters', 'Chatters');
$.lang.register('discord.streamhandler.offline.followers', 'Followers');
$.lang.register('discord.streamhandler.offline.viewers.stat', 'Average - $1 High - $2');
$.lang.register('discord.streamhandler.offline.chatters.stat', 'Average - $1 High - $2');
$.lang.register('discord.streamhandler.offline.followers.stat', 'Session - $1 Total - $2');

View File

@@ -0,0 +1,24 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.streamlabshandler.usage', 'Usage: !streamlabshandler [toggle / message / channel]');
$.lang.register('discord.streamlabshandler.toggle', 'StreamLabs donation announcements have been $1.');
$.lang.register('discord.streamlabshandler.message.usage', 'Usage: !streamlabshandler message [message] - Tags: (name) (amount) (currency) (message)');
$.lang.register('discord.streamlabshandler.message.set', 'StreamLabs donation message set to: $1');
$.lang.register('discord.streamlabshandler.channel.usage', 'Usage: !streamlabshandler channel [channel name]');
$.lang.register('discord.streamlabshandler.channel.set', 'StreamLabs donation annoucements will now be made in channel $1');
$.lang.register('discord.streamlabshandler.embed.title', 'New Tip!');

View File

@@ -0,0 +1,36 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.subscribehandler.usage', 'Usage: !subscribehandler [giftsubmessage / submessage / primemessage / resubmessage / giftsubtoggle / subtoggle / primetoggle / resubtoggle / channel]');
$.lang.register('discord.subscribehandler.sub.toggle', 'Subscriber annoucements have been $1.');
$.lang.register('discord.subscribehandler.giftsub.toggle', 'Gifted subscriber annoucements have been $1.');
$.lang.register('discord.subscribehandler.prime.toggle', 'Twitch Prime subscriber annoucements have been $1.');
$.lang.register('discord.subscribehandler.resub.toggle', 'Re-subscriber annoucements have been $1.');
$.lang.register('discord.subscribehandler.sub.message.usage', 'Usage: !subscribehandler submessage [message] - Tag: (name)');
$.lang.register('discord.subscribehandler.sub.message.set', 'Subscriber annoucement message set to: $1');
$.lang.register('discord.subscribehandler.giftsub.message.usage', 'Usage: !subscribehandler giftsubmessage [message] - Tag: (name)');
$.lang.register('discord.subscribehandler.giftsub.message.set', 'Gifted subscriber annoucement message set to: $1');
$.lang.register('discord.subscribehandler.prime.sub.message.usage', 'Usage: !subscribehandler primemessage [message] - Tag: (name)');
$.lang.register('discord.subscribehandler.prime.sub.message.set', 'Twitch Prime subscriber annoucement message set to: $1');
$.lang.register('discord.subscribehandler.resub.message.usage', 'Usage: !subscribehandler resubmessage [message] - Tags: (name) (months)');
$.lang.register('discord.subscribehandler.resub.message.set', 'Re-subscriber annoucement message set to: $1');
$.lang.register('discord.subscribehandler.channel.usage', 'Usage: !subscribehandler channel [channel name]');
$.lang.register('discord.subscribehandler.channel.set', 'Subscriber annoucements will now be made in channel $1');
$.lang.register('discord.subscribehandler.resubscriber.embedtitle', 'New Resubscriber!');
$.lang.register('discord.subscribehandler.subscriber.embedtitle', 'New Subscriber!');
$.lang.register('discord.subscribehandler.giftsubscriber.embedtitle', 'New Gifted Subscription!');
$.lang.register('discord.subscribehandler.primesubscriber.embedtitle', 'New Prime Subscriber!');

View File

@@ -0,0 +1,24 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.tipeeestreamhandler.usage', 'Usage: !tipeeestreamhandler [toggle / message / channel]');
$.lang.register('discord.tipeeestreamhandler.toggle', 'TipeeeStream donation announcements have been $1.');
$.lang.register('discord.tipeeestreamhandler.message.usage', 'Usage: !tipeeestreamhandler message [message] - Tags: (name) (amount) (currency) (formattedamount) (message)');
$.lang.register('discord.tipeeestreamhandler.message.set', 'TipeeeStream donation message set to: $1');
$.lang.register('discord.tipeeestreamhandler.channel.usage', 'Usage: !tipeeestreamhandler channel [channel name]');
$.lang.register('discord.tipeeestreamhandler.channel.set', 'TipeeeStream donation announcements will now be made in channel $1');
$.lang.register('discord.tipeeestreamhandler.embed.title', 'New Tip!');

View File

@@ -0,0 +1,22 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.twitterhandler.tweet', '[Twitter Feed From]');
$.lang.register('discord.twitterhandler.usage', 'Usage: !twitterhandler [toggle / channel]');
$.lang.register('discord.twitterhandler.toggle', 'Twitter annoucements have been $1.');
$.lang.register('discord.twitterhandler.channel.usage', 'Usage: !twitterhandler channel [channel name]');
$.lang.register('discord.twitterhandler.channel.set', 'Twitter annoucements will now be made in channel $1');

View File

@@ -0,0 +1,36 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.customcommandlogs.sender', 'By');
$.lang.register('discord.customcommandlogs.add.command', 'Custom command created');
$.lang.register('discord.customcommandlogs.add.response', 'Response');
$.lang.register('discord.customcommandlogs.edit.command', 'Custom command edited');
$.lang.register('discord.customcommandlogs.edit.response', 'New response');
$.lang.register('discord.customcommandlogs.delete.command', 'Custom command deleted');
$.lang.register('discord.customcommandlogs.alias.command', 'Custom alias created');
$.lang.register('discord.customcommandlogs.alias.target', 'To');
$.lang.register('discord.customcommandlogs.alias.delete.command', 'Custom alias deleted');
$.lang.register('discord.customcommandlogs.set.perm.command', 'Command permissions updated');
$.lang.register('discord.customcommandlogs.set.perm.group', 'New group');
$.lang.register('discord.customcommandlogs.set.price.command', 'Command price updated');
$.lang.register('discord.customcommandlogs.set.price.amount', 'New price');
$.lang.register('discord.customcommandlogs.set.pay.command', 'Command reward updated');
$.lang.register('discord.customcommandlogs.set.pay.amount', 'New reward');
$.lang.register('discord.customcommandlogs.disable.command', 'Command disabled');
$.lang.register('discord.customcommandlogs.enable.command', 'Command enabled');
$.lang.register('discord.customcommandlogs.reset.command', 'Command counter reset');
$.lang.register('discord.customcommandlogs.reset.count', 'New value');

View File

@@ -0,0 +1,28 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.greetingssystem.usage', 'Usage: !greetingssystem [jointoggle / parttoggle / joinmessage / partmessage / joinrole / channel]');
$.lang.register('discord.greetingssystem.join.toggle', 'Join announcements have been $1.');
$.lang.register('discord.greetingssystem.part.toggle', 'Part announcements have been $1.');
$.lang.register('discord.greetingssystem.join.message.usage', 'Usage: !greetingssystem joinmessage [message] - Tags: (name), (role), and (@name)');
$.lang.register('discord.greetingssystem.join.message.set', 'Join announcements message has been set to: $1.');
$.lang.register('discord.greetingssystem.part.message.usage', 'Usage: !greetingssystem partmessage [message] - Tags: (name) and (@name)');
$.lang.register('discord.greetingssystem.part.message.set', 'Part announcements message has been set to: $1.');
$.lang.register('discord.greetingssystem.channel.usage', 'Usage: !greetingssystem channel [channel name]');
$.lang.register('discord.greetingssystem.channel.set', 'Greeting announcements will now be made in channel $1');
$.lang.register('discord.greetingssystem.joinrole.usage', 'Usage: !greetingssystem joinrole [role name]');
$.lang.register('discord.greetingssystem.joinrole.set', 'Default role has been set to $1');

View File

@@ -0,0 +1,20 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('discord.pointsystem.self.points', 'You currently have $1.'); // Use $2 to display the users time and $3 for the user's rank. The rank also has his name by default.
$.lang.register('discord.pointsystem.other.points', '$1 currently has $2.'); // Use $3 to display the users time and $4 for the user's rank. The rank also has his name by default.
$.lang.register('discord.pointsystem.no.points.other', 'That user currently has no $1.');

View File

@@ -0,0 +1,63 @@
$.lang.register('discord.promotesystem.cmd.promote.usage', '!promote add [short bio] | delete - Add or delete yourself from being promoted.');
$.lang.register('discord.promotesystem.cmd.promote.noselfmanage', 'No one is allowed to manage themselves, please speak to a moderator to be added or deleted.');
$.lang.register('discord.promotesystem.cmd.promote.nochannels', 'Ask an admin to set a promote channel with !promote channel and/or !promote streamchannel');
$.lang.register('discord.promotesystem.cmd.promote.revoked', 'You are no longer allowed to add yourself.');
$.lang.register('discord.promotesystem.cmd.promote.add.nobio', 'You need to provide a short biography or use the keyword \'none\' (!promote add none).');
$.lang.register('discord.promotesystem.cmd.promote.add.success', 'You ($1) will now be promoted');
$.lang.register('discord.promotesystem.cmd.promote.del.success', 'You ($1) will no longer be promoted');
$.lang.register('discord.promotesystem.cmd.promoteadm.usage', '!promoteadm add | delete | so | channel | streamchannel | revoke | allow | toggleselfmanage | togglestats | togglebanner | list | setinterval');
$.lang.register('discord.promotesystem.cmd.promoteadm.nochannels', 'Set channels with !promoteadm channel and/or !promoteadm streamchannel');
$.lang.register('discord.promotesystem.cmd.promoteadm.noacct', 'That account does not appear to exist in Twitch: $1');
$.lang.register('discord.promotesystem.cmd.promoteadm.add.nouser', 'Who do you wish to promote?');
$.lang.register('discord.promotesystem.cmd.promoteadm.add.nobio', 'You need to provide a short biography or use the keyword \'none\' (!promoteadm add user none).');
$.lang.register('discord.promotesystem.cmd.promoteadm.add.success', '$1 will now be promoted');
$.lang.register('discord.promotesystem.cmd.promoteadm.del.nouser', 'Who you wish to remove from being promoted?');
$.lang.register('discord.promotesystem.cmd.promoteadm.del.success', '$1 will no longer be promoted');
$.lang.register('discord.promotesystem.cmd.promoteadm.channel.nochannel', 'Use which channel for promotions? To remove current channel use !promoteadm channel clear');
$.lang.register('discord.promotesystem.cmd.promoteadm.channel.cleared', 'Promote channel has been cleared.');
$.lang.register('discord.promotesystem.cmd.promoteadm.channel.success', 'Promote channel has been set to: $1');
$.lang.register('discord.promotesystem.cmd.promoteadm.streamchannel.nochannel', 'Use which channel for stream announcements? To remove current channel use !promoteadm streamchannel clear');
$.lang.register('discord.promotesystem.cmd.promoteadm.streamchannel.cleared', 'Stream announcement channel has been cleared.');
$.lang.register('discord.promotesystem.cmd.promoteadm.streamchannel.success', 'Stream announcement channel has been set to: $1');
$.lang.register('discord.promotesystem.cmd.promoteadm.revoke.nouser', 'Revoke the privilege of which user to be able to add themselves?');
$.lang.register('discord.promotesystem.cmd.promoteadm.revoke.success', '$1 will no longer be promoted and will no longer be able to manage themselves.');
$.lang.register('discord.promotesystem.cmd.promoteadm.allow.nouser', 'Allow which user to be able to add themselves again?');
$.lang.register('discord.promotesystem.cmd.promoteadm.allow.success', '$1 will be allowed to add themselves again.');
$.lang.register('discord.promotesystem.cmd.promoteadm.toggleselfmanage.off', 'Users will no longer be able to manage themselves via !promote add and delete.');
$.lang.register('discord.promotesystem.cmd.promoteadm.toggleselfmanage.on', 'Users will now be able to manage themselves via !promote add and delete.');
$.lang.register('discord.promotesystem.cmd.promoteadm.togglestats.off', 'Stats will no longer show when a stream is announced.');
$.lang.register('discord.promotesystem.cmd.promoteadm.togglestats.on', 'Stats will now show when a stream is announced.');
$.lang.register('discord.promotesystem.cmd.promoteadm.togglebanner.off', 'Banners will no longer show when a stream is announced.');
$.lang.register('discord.promotesystem.cmd.promoteadm.togglebanner.on', 'Banners will now show when a stream is announced.');
$.lang.register('discord.promotesystem.cmd.promoteadm.list.empty', 'No users are presently being promoted.');
$.lang.register('discord.promotesystem.cmd.promoteadm.list.success', 'Users being promoted: $1');
$.lang.register('discord.promotesystem.cmd.promoteadm.setinterval.nominutes', 'Provide an interval in minutes.');
$.lang.register('discord.promotesystem.cmd.promoteadm.setinterval.toolow', 'The interval should be 15 minutes or more as to not spam the channel.');
$.lang.register('discord.promotesystem.cmd.promoteadm.setinterval.success', 'The interval for promoting streamers has been set to $1 minutes.');
$.lang.register('discord.promotesystem.cmd.so.nouser', 'You must provide a user to lookup and shoutout.');
$.lang.register('discord.promotesystem.cmd.so.noexist', 'That user is not currently being promoted. Check !promoteadm list');
$.lang.register('discord.promotesystem.livemsg.title', '$1 is LIVE @ https://twitch.tv/$2');
$.lang.register('discord.promotesystem.livemsg.nowplaying', 'Now Playing');
$.lang.register('discord.promotesystem.livemsg.streamtitle', 'Stream Title');
$.lang.register('discord.promotesystem.livemsg.followers', 'Followers');
$.lang.register('discord.promotesystem.livemsg.views', 'Views');
$.lang.register('discord.promotesystem.livemsg.missingtitle', 'No Title Provided');
$.lang.register('discord.promotesystem.livemsg.missinggame', 'No Game Provided');
$.lang.register('discord.promotesystem.promotemsg.description', 'Be sure to follow and checkout $1');
$.lang.register('discord.promotesystem.promotemsg.biography', 'Bio');
$.lang.register('discord.promotesystem.promotemsg.nobio', 'No biography provided.');

View File

@@ -0,0 +1,56 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('8ball.answer.1', 'Reply hazy try again.');
$.lang.register('8ball.answer.2', 'Ask again later.');
$.lang.register('8ball.answer.3', 'Better not tell you now.');
$.lang.register('8ball.answer.4', 'Cannot predict now.');
$.lang.register('8ball.answer.5', 'Go for it!');
$.lang.register('8ball.answer.6', 'Yes, in due time.');
$.lang.register('8ball.answer.7', 'You will have to wait.');
$.lang.register('8ball.answer.8', 'Ask again later.');
$.lang.register('8ball.answer.9', 'Yeah, for sure.');
$.lang.register('8ball.answer.10', 'Concentrate and ask again.');
$.lang.register('8ball.answer.11', 'Probably.');
$.lang.register('8ball.answer.12', 'Never going to happen!');
$.lang.register('8ball.answer.13', 'The odds of that happening are pretty slim.');
$.lang.register('8ball.answer.14', 'My reply is no.');
$.lang.register('8ball.answer.15', 'My sources say no.');
$.lang.register('8ball.answer.16', 'Very doubtful.');
$.lang.register('8ball.answer.17', 'No.');
$.lang.register('8ball.answer.18', 'I have no response for that question...');
$.lang.register('8ball.answer.19', 'Why would I tell you?');
$.lang.register('8ball.answer.20', 'Forget about it.');
$.lang.register('8ball.answer.21', 'Don\'t bet on it.');
$.lang.register('8ball.answer.22', 'Who knows?');
$.lang.register('8ball.answer.23', 'Signs point to yes.');
$.lang.register('8ball.answer.24', 'It is certain.');
$.lang.register('8ball.answer.25', 'Without a doubt.');
$.lang.register('8ball.answer.26', 'Yes definitely.');
$.lang.register('8ball.answer.27', 'You may rely on it.');
$.lang.register('8ball.answer.28', 'As I see it, yes.');
$.lang.register('8ball.answer.29', 'Most likely.');
$.lang.register('8ball.answer.30', 'Outlook good.');
$.lang.register('8ball.answer.31', 'Yes.');
$.lang.register('8ball.answer.32', 'Signs point to yes.');
$.lang.register('8ball.answer.33', 'This is not the Bot you\'re looking for ༼ノ۞⌂۞༽ノ');
$.lang.register('8ball.answer.34', 'There\'s a pretty good chance.');
$.lang.register('8ball.answer.35', 'No, don\'t even think about.');
$.lang.register('8ball.console.loaded', 'Found $1 8ball messages.');
$.lang.register('8ball.response', 'Magic-8ball says... $1');
$.lang.register('8ball.discord.response', ':8ball: says... $1');
$.lang.register('8ball.usage', 'Ask the magic-8ball a question with "!8ball [question]"');

View File

@@ -0,0 +1,96 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('adventuresystem.adventure.usage', 'Usage: !adventure [$1].');
$.lang.register('adventuresystem.alreadyjoined', 'You have already joined the adventure!');
$.lang.register('adventuresystem.completed', 'The adventure ended! Survivors are: $1.');
$.lang.register('adventuresystem.completed.no.win', 'The adventure ended! There are no survivors.');
$.lang.register('adventuresystem.completed.win.total', 'The adventure ended with $1 survivor(s) and $2 death(s).');
$.lang.register('adventuresystem.join.bettoohigh', 'You can not join with $1, the maximum is $2.');
$.lang.register('adventuresystem.join.bettoolow', 'You can not join with $1, the minimum is $2.');
$.lang.register('adventuresystem.join.needpoints', 'You can not join with $1, you only have $2.');
$.lang.register('adventuresystem.join.notpossible', 'You can not join now.');
$.lang.register('adventuresystem.join.success', 'You have joined the adventure with $1!');
$.lang.register('adventuresystem.loaded', 'Loaded adventure stories (found $1).');
$.lang.register('adventuresystem.loaded.prefix', 'Loaded $1 adventure stories from $2.');
$.lang.register('adventuresystem.payoutwhisper', 'Adventure completed, $1 + $2 has been added to your balance.');
$.lang.register('adventuresystem.runstory', 'Starting adventure "$1" with $2 player(s).');
$.lang.register('adventuresystem.set.success', 'Set $1 to $2.');
$.lang.register('adventuresystem.set.usage', 'Usage: !adventure set [settingname] [value].');
$.lang.register('adventuresystem.start.success', '$1 is trying get a team together for some serious adventure business! Use "!adventure [$2]" to join in!');
$.lang.register('adventuresystem.tamagotchijoined', '$1 is also joining the adventure.');
$.lang.register('adventuresystem.top5', 'The top 5 adventurers are: $1.');
$.lang.register('adventuresystem.top5.empty', 'There haven\'t been any adventure winners recorded yet.');
$.lang.register('adventuresystem.reset', 'The adventure has now cooled off! Use "!adventure [$1]" to start a new adventure!');
$.lang.register('adventuresystem.stories.default', 'true');
$.lang.register('adventuresystem.stories.1.title', 'Time Heist');
$.lang.register('adventuresystem.stories.1.chapter.1', 'Your memory is vague, on the table a small laptop is playing a video: "My name is The Architect. The bank of Karabraxos is the most secure bank in the universe. You will rob the bank of Karabraxos!"');
$.lang.register('adventuresystem.stories.1.chapter.2', 'Unable to leave their minds blank, (caught) slowly feel their mind being drained as The Teller feeds on their thoughts.');
$.lang.register('adventuresystem.stories.1.chapter.3', 'We find ourselves back in the room we started in as consciousness of (survivors) slowly fades again, only to wake up in our beds like nothing at all has happened.');
$.lang.register('adventuresystem.stories.2.title', 'Beartraps');
$.lang.register('adventuresystem.stories.2.chapter.1', 'Friends! I\'ve got coordinates for a secret stash of bolts, hidden away within the bowels of the elven forest. We should shoe up and give this a go!');
$.lang.register('adventuresystem.stories.2.chapter.2', 'Look out, bear traps! (caught) got their legs ripped off!');
$.lang.register('adventuresystem.stories.2.chapter.3', 'Dayum, that was a close call for losing a leg. But you\'ve deserved this (survivors)!');
$.lang.register('adventuresystem.stories.3.title', 'Vampires?!');
$.lang.register('adventuresystem.stories.3.chapter.1', 'Ah, my dear friends! I may have found the adventure of a lifetime. Namely the house of count Dracula is believed to be the bolts master! I\'m for going now!');
$.lang.register('adventuresystem.stories.3.chapter.2', 'It\'s him! (caught) got slaughtered violently!');
$.lang.register('adventuresystem.stories.3.chapter.3', 'That was a close call, I don\'t think I\'ve been bitten. you? Ow well, (survivors), here\'s your share! ~Transforms into a bat and flutters off~');
$.lang.register('adventuresystem.stories.4.title', 'Cereal');
$.lang.register('adventuresystem.stories.4.chapter.1', 'I think we have a much bigger threat on our hands than the cave in... It is half man, half bear, half pig... Don\'t Laugh, I\'M SUPER CEREAL!');
$.lang.register('adventuresystem.stories.4.chapter.2', '/me As the adventurers work their way through the tunnels they hear a soft noise from behind them...');
$.lang.register('adventuresystem.stories.4.chapter.3', 'Look out! It\'s ManBearPig! (caught) get dragged off into the darkness.');
$.lang.register('adventuresystem.stories.4.chapter.4', '(survivors) run away. Let\'s get out of here guys! We can\'t deal with this alone');
/*
* Using the stories that come with PhantomBot:
*
* - All stories that are bundled with the bot are in the namespace adventuresystem.stories.*
* - If you do not want to use these stories, set the following in your custom language file:
* $.lang.register('adventuresystem.stories.default', 'false');
*
* Rules on writing your own adventure story:
*
* - Stories are automatically loaded from the language file by their sequence number (adventuresystem.stories.custom.[This number]).
* - It is recommended to use a custom language file for your own stories.
* - Keep the format of your story as shown above, adding the '.custom' portion of the identifier.
* - There can be an unlimited number of stories, IF you keep their subsequence numbers 1, 2, 3, 4, 5...
* - A story must have a title.
* - A story can have an unlimited number of chapters, IF you keep their subsequence numbers 1, 2, 3, 4, 5...
* - Stories are picked at random.
*
** Game specific story how-to. You also need to make sure that you at least have ONE story that doesn't require a specific game.
** Please make sure that your story number also follow along. What I mean by that is it needs to start from 1 and go up. Same with the chapters.
* - Add $.lang.register('adventuresystem.stories.NUMBER.game', 'GAME NAME IN LOWER CASE'); on top of the story chapter.
* Example >
* $.lang.register('adventuresystem.stories.custom.1.game', 'programming');
* $.lang.register('adventuresystem.stories.custom.1.title', 'Talk Shows');
* $.lang.register('adventuresystem.stories.custom.1.chapter.1', 'random story...');
*
* Underneath is a template for your first custom story, just remove the preceding slashes.
*/
//$.lang.register('adventuresystem.stories.custom.1.title', '');
//$.lang.register('adventuresystem.stories.custom.1.chapter.1', '');
//$.lang.register('adventuresystem.stories.custom.1.chapter.2', '');
//$.lang.register('adventuresystem.stories.custom.1.chapter.3', '');

View File

@@ -0,0 +1,31 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('gambling.need.points', 'You don\'t have that many $1.');
$.lang.register('gambling.error.max', 'You\'re only allowed to gamble a maximum amount of $1.');
$.lang.register('gambling.error.min', 'You\'re only allowed to gamble a minimum amount of $1.');
$.lang.register('gambling.lost', '$1 rolled $2 and lost $3. $5'); // Use $4 for the points the user has renaming
$.lang.register('gambling.won', '$1 rolled $2 and won $3! $5'); // Use $4 for the points the user has renaming
$.lang.register('gambling.usage', 'Usage: !gamble [amount]');
$.lang.register('gambling.set.max.usage', 'Usage: !gamblesetmax [amount]');
$.lang.register('gambling.set.max', 'Set the maximum gambling amount to $1!');
$.lang.register('gambling.set.min.usage', 'Usage: !gamblesetmin [amount]');
$.lang.register('gambling.set.min', 'Set minimum gambling to $1!');
$.lang.register('gambling.win.range.usage', 'Usage: !gamblesetwinningrange [range]');
$.lang.register('gambling.win.range', 'Set gambling win range to $1-100 lose range to 1-$2');
$.lang.register('gambling.percent.usage', 'Usage: !gamblesetgainpercent [amount]');
$.lang.register('gambling.percent', 'Set gambling gain percent to $1%');

View File

@@ -0,0 +1,298 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('randomcommand.pg13toggle', 'The random command will display PG-13 rated items: $1');
/* PG-13 and above rated items. */
$.lang.register('randomcommand.pg13.1', 'Oh my, (sender) you make me just want to *SLURP SLURP SLURP*');
$.lang.register('randomcommand.pg13.2', '(sender) was thrown into a pit of tentacle pleasure.');
$.lang.register('randomcommand.pg13.3', 'What are we gonna\' do on the bed (sender)?');
$.lang.register('randomcommand.pg13.4', '(sender) was violated by a tentacle monster!');
$.lang.register('randomcommand.pg13.5', 'This is the first time (sender) has noticed the scent of a woman..');
$.lang.register('randomcommand.pg13.6', 'I may be a Twitch bot, but watch, one of these days you will find a spoon up yo ass when you use !random. One of these days...');
$.lang.register('randomcommand.pg13.7', 'I can feel it coming over me! I feel it all around meee!');
$.lang.register('randomcommand.pg13.8', '(random) shoved a spoon up (sender)\'s ass.');
$.lang.register('randomcommand.pg13.9', 'Real men know when to run like a little bitch!');
$.lang.register('randomcommand.pg13.10', 'When you meet with scary people, you must always protect your wallet and anus!');
$.lang.register('randomcommand.pg13.11', 'Right, I have something I have to apologize to (random) for. Sometimes, when we were playing, youd suddenly start crying, and then youd run home. You probably thought youd fooled us, but everyone knew… that you had pooped your pants! Sorry.');
$.lang.register('randomcommand.pg13.12', 'What I want to do most? Lets see… Just once, I really want to let loose and pee in my pants.');
$.lang.register('randomcommand.pg13.13', 'A young blonde woman is distraught because she fears her husband is having an affair, so she goes to a gun shop and buys a handgun. The next day she comes home to find her husband in bed with a beautiful redhead. She grabs the gun and holds it to her own head. The husband jumps out of bed, begging and pleading with her not to shoot herself. Hysterically the blonde responds to the husband, \'\'Shut up...you\'re next!\'\'');
$.lang.register('randomcommand.pg13.14', '(random) vs. (random) who will win?! Only the one with the smallest penis will win this match! KappaRoss');
$.lang.register('randomcommand.pg13.15', 'Ever feel like beating someone with a baseball bat to the point of almost unconsciousness, then setting them on fire? No? Just me?');
$.lang.register('randomcommand.1', '(sender) was thrown into a large pit of PJSalt');
$.lang.register('randomcommand.2', '(sender) was thrown into a pit of genetically modified super lions.');
$.lang.register('randomcommand.3', '(sender) was thrown into a pit of explosive prinnies.');
$.lang.register('randomcommand.4', 'I want you (sender).');
$.lang.register('randomcommand.5', '/me threw (sender) into a pit of PJSalt');
$.lang.register('randomcommand.6', 'Dango, dango, dango, dango, big (sender) family~\u266B');
$.lang.register('randomcommand.7', 'Your mother was a hamster and your father smelt of elderberries!');
$.lang.register('randomcommand.8', 'When life gives you lemons (sender), make orange juice and leave the world wondering how the hell you did it.');
$.lang.register('randomcommand.9', '/me licked (sender). . .');
$.lang.register('randomcommand.10', '/me licking intensifies!');
$.lang.register('randomcommand.11', 'I hope (sender)-senpai notices me..');
$.lang.register('randomcommand.12', 'Ok everyone shhhhh. The rice krispies are telling me what to do next.');
$.lang.register('randomcommand.13', '(sender) made eye contact with (random) while eating a banana!');
$.lang.register('randomcommand.14', '(random) mysteriously died.');
$.lang.register('randomcommand.15', '(random) stopped existing.');
$.lang.register('randomcommand.16', 'All 7 of the Dragon Balls have been gathered! Now to wish (sender) to become a sloth!');
$.lang.register('randomcommand.17', 'If I get reincarnated…. I wanna be a clam.');
$.lang.register('randomcommand.18', 'Why dont we drink to me and my reflection in your lovely eyes?');
$.lang.register('randomcommand.19', 'I can show you what color your brain is.');
$.lang.register('randomcommand.20', 'If you die, dont come crying to me about it.');
$.lang.register('randomcommand.21', 'From this point on, all your opinions will be rejected!');
$.lang.register('randomcommand.22', 'Kakarot! Is That A Vegetable?! I Hate Vegetables!');
$.lang.register('randomcommand.23', 'I see. (sender) is the type of person who is thinking positively to the extent of being stupid.');
$.lang.register('randomcommand.24', 'I know as much of games as hugs and puppies, and care for them even less.');
$.lang.register('randomcommand.25', '(sender) not just a pervert...they are a SUPER PERVERT');
$.lang.register('randomcommand.26', 'Im literally hemorrhaging generosity.');
$.lang.register('randomcommand.27', 'They were traps? I thought they were attractions.');
$.lang.register('randomcommand.28', 'Okay, heres the plan: We go in, start hitting people, and see where it takes us.');
$.lang.register('randomcommand.29', 'When a woman says something cute, a man just cant trust it.');
$.lang.register('randomcommand.30', 'A life without gambling is like sushi without wasabi.');
$.lang.register('randomcommand.31', 'Stress makes you bald, but it\'s stressful to avoid stress, so you end up stressed out anyway, so in the end there\'s nothing you can do.');
$.lang.register('randomcommand.32', 'Do evil, get caught, then claim demons were brainwashing you. A common way that human politicians evade responsibility.');
$.lang.register('randomcommand.33', 'I have one last request. Please slap me in the face with that wad of cash.');
$.lang.register('randomcommand.34', 'Why do people have to work for you viewers? I just want to eat and sleep. I should have been born as a panda at the zoo.');
$.lang.register('randomcommand.35', 'Please everyone! Send me your energy!! \(-o-)/');
$.lang.register('randomcommand.36', 'Did you hear about the guy whose whole left side was cut off? He\'s all right now.');
$.lang.register('randomcommand.37', '(sender), during your last physical it was discovered you have Athletes Foot, and we now believe it is affecting your brain.');
$.lang.register('randomcommand.38', 'When you have a swimsuit tan. You could jump in the pool naked and no one would know you weren\'t wearing anything.');
$.lang.register('randomcommand.39', 'Call Pizza Hut and ask for the phone number to Domino\'s.');
$.lang.register('randomcommand.40', 'When someone tells you to have a nice day, stare at them and say "Don\'t tell me what to do!"');
$.lang.register('randomcommand.41', 'Point to the sky and shout "look a dead bird" and see how many look.');
$.lang.register('randomcommand.42', 'Dress up as an m&m and run through the mall yelling "the Skittles are coming!"');
$.lang.register('randomcommand.43', 'If someone asks you what time it is, say yes and walk away.');
$.lang.register('randomcommand.44', 'Tie a balloon to your back and run screaming "It\'s chasing me!"');
$.lang.register('randomcommand.45', 'Chase the ice cream truck until it stops for you. Then walk away.');
$.lang.register('randomcommand.46', 'Keep screaming after you get off a roller coaster, even when it stops.');
$.lang.register('randomcommand.47', 'Go into the middle of a crowd and call out a random name and see who replies.');
$.lang.register('randomcommand.48', 'Glue coins to the ground and laugh as people try to pick them up.');
$.lang.register('randomcommand.49', 'Sometimes when I\'m alone, I like to dress up in all brown, lay on the floor and pretend I\'m a potato.');
$.lang.register('randomcommand.50', 'I started a band called 999 Megabytes - we haven\'t gotten a gig yet.');
$.lang.register('randomcommand.51', 'A man knocked on my door and asked for a small donation for a local swimming pool. So I gave him a glass of water.');
$.lang.register('randomcommand.52', 'I nearly drowned yesterday. It was a breathtaking experience.');
$.lang.register('randomcommand.53', 'Coffee is a silent victim in my house. It gets mugged every day.');
$.lang.register('randomcommand.54', 'I came to laugh at you - Chars Aznabal (Gundam)');
$.lang.register('randomcommand.55', 'You\'re thinking in Japanese! If you must think, do it in German!');
$.lang.register('randomcommand.56', '*bursts into tears* I can\'t talk about it! It\'s so horrible! They were-- they were-- the milk! Oh God, the milk!');
$.lang.register('randomcommand.57', 'Panties, Panties, and more Panties!');
$.lang.register('randomcommand.58', 'Now I understand the relieved, I feel very situation...');
$.lang.register('randomcommand.59', 'Come on, scribbles on the bathroom wall, please show me the path to true enlightenment!');
$.lang.register('randomcommand.60', 'Please don\'t worry, (sender), I only came here to obliterate you- not rob you.');
$.lang.register('randomcommand.61', '... if you let the fly live, the spider is going to die. You can\'t save both without one suffering..It\'s your choice (sender).');
$.lang.register('randomcommand.62', 'Banzai, bath toy, wise guy, water boy, lights shine bright in the o-town tonight');
$.lang.register('randomcommand.63', 'Faye faye smoke smoke, faye faye puff puff! Yay!');
$.lang.register('randomcommand.64', 'Total slaughter, total slaughter. I won\'t leave a single man alive. La dee da dee dide, genocide. La dee da dee dud, an ocean of blood. Let\'s begin the killing time.');
$.lang.register('randomcommand.65', 'Someone once told me...that watching the birds made them want to go on a journey...');
$.lang.register('randomcommand.66', 'I wouldn\'t mind if you want to kill me, but I might struggle a bit.');
$.lang.register('randomcommand.67', 'I think I know, I don\'t think I know, I don\'t think I think I know, I don\'t think I think.');
$.lang.register('randomcommand.68', 'I love to stand in line at ATM machines, and when people put in their PIN, I yell GOT IT then run away');
$.lang.register('randomcommand.69', 'Like a weird neighbor, stalkers are there!');
$.lang.register('randomcommand.70', 'OK think of a number. Add 12 to the number. Subtract 2. Divide that number by 5. Add 20. Did you get 12? Neither did I. I just wanted to see if you would do it!');
$.lang.register('randomcommand.71', 'If somebody throws skittles at me and yells "TASTE THE RAINBOW", I\'m gonna throw a 2 liter bottle of Dr.Pepper and yell "TRUST ME I\'M THE DOCTOR."');
$.lang.register('randomcommand.72', 'A few days ago I very sternly told the voices in my head to stop talking to Me. Now they are sending me txt mgs say that they r sorry and want to get back2gethr.');
$.lang.register('randomcommand.73', 'Things to do at Walmart: hide behind teddy bears and make evil laughing noises when little kids come by.');
$.lang.register('randomcommand.74', 'Stand at a crosswalk and \'honk\' at every car that stops for you.');
$.lang.register('randomcommand.75', 'I\'m not crazy.. don\'t you judge me! You\'re just jealous cause I get texts from the flying gummy bears and you don\'t!');
$.lang.register('randomcommand.76', 'I saw a flying cow yesterday. It was purple and I named him Phillip...I wish the dancing unicorn had seen him but she was too busy laughing at Steve the snake');
$.lang.register('randomcommand.77', 'I was sitting there when I got attacked by the purple hedgehogs, neon dragons, and glow-in-the-dark leprechauns that kid-napped the unicorn and strawberry king');
$.lang.register('randomcommand.78', 'I have decided to stop pretending and just be that ninja with the magical penguins and dinosaurs and unicorns that everyone KNOWS I am.');
$.lang.register('randomcommand.79', 'Have you ever tried walking into Walmart and yelling red robin! and seeing how many people say YUM red robin, red robin, come on just say yum!');
$.lang.register('randomcommand.80', 'Kyun kyun! hai Kawaii desu-neee!');
$.lang.register('randomcommand.81', 'After watching CSI, Cold case, Law & Order, and all those other educational shows, I\'m 99% sure I can make sure nobody notices you missing. Just saying...');
$.lang.register('randomcommand.82', 'I like to call it doing the world a favor. Homicide is just the technical term.');
$.lang.register('randomcommand.83', 'I think there\'s something wrong with my guardian angel. Her wings are black and she\'s sitting drinking a barrel of human blood and laughing hysterically at everything I do.');
$.lang.register('randomcommand.84', 'I got a special care pkg. in the mail. It had duct tape, a meat tenderizer, a hole punch and a note saying "Don\'t get caught"! (sigh) I love my friends!');
$.lang.register('randomcommand.85', 'Backwards this read you making am I why exactly is that, never? you to nice been ever I have when since (now read it backwards).');
$.lang.register('randomcommand.86', 'What happens in an exam : Tik tok, Mind block, Pen stop, Eye pop, Full shock, Jaw drop, Time up, No Luck');
$.lang.register('randomcommand.87', '(sender) I dare you to walk up to any officer and say: I didn\'t do it I didn\'t kill her, the assassination wasn\'t part of the plan. Then run fast! I bet they\'ll chase you.');
$.lang.register('randomcommand.88', 'I\'m bored & in need of some adventure. I say we get drunk, get stupid, get a stick, go poke something with teeth and see if we can outrun it.');
$.lang.register('randomcommand.89', 'Why do people always think my friends and I are high? WE\'RE NOT ON DRUGS! We\'re just crazy, and loud, and random, and Scooby Doo (but that\'s a different story).');
$.lang.register('randomcommand.90', 'Smile and people will wonder what your up to. But grin like crazy and they will want to know what the hell you just did.');
$.lang.register('randomcommand.91', 'Isn\'t it funny how everyone thinks they are the normal one in their family?');
$.lang.register('randomcommand.92', '(random) I\'m sorry for what I did to your mother in bed, she said it be fine if I used the spoon, but it all went wrong!!');
$.lang.register('randomcommand.93', 'I\'m on my way to Walmart to take the "try me" stickers off the noise making toys and stick them on condom boxes.');
$.lang.register('randomcommand.94', 'A woman gets on a bus with her baby. The bus driver says: \'\'Ugh, that\'s the ugliest baby I\'ve ever seen!\'\' The woman walks to the rear of the bus and sits down, fuming. She says to a man next to her: \'\'The driver just insulted me!\'\' The man says: \'\'You go up there and tell him off. Go on, I\'ll hold your monkey for you.\'\'');
$.lang.register('randomcommand.95', '\'\'I went to the zoo the other day, there was only one dog in it, it was a shitzu.\'\'');
$.lang.register('randomcommand.96', '\'\'Dyslexic man walks into a bra\'\'');
$.lang.register('randomcommand.97', 'I wasn\'t originally going to get a brain transplant, but then I changed my mind.');
$.lang.register('randomcommand.98', 'A classic Tommy Cooper gag \'\'I said to the Gym instructor "Can you teach me to do the splits?" He said, "How flexible are you?" I said, "I can\'t make Tuesdays", was fifth.');
$.lang.register('randomcommand.99', 'Police arrested two kids yesterday, one was drinking battery acid, the other was eating fireworks. They charged one - and let the other one off.');
$.lang.register('randomcommand.100', 'Two aerials meet on a roof - fall in love - get married. The ceremony was rubbish - but the reception was brilliant.');
$.lang.register('randomcommand.101', 'Another one was: Doc, I can\'t stop singing the \'Green Green Grass of Home\'. He said: \'That sounds like Tom Jones syndrome\'. \'Is it common?\'I asked. \'It\'s not unusual\' he replied.');
$.lang.register('randomcommand.102', 'I\'m on a whiskey diet. I\'ve lost three days already.');
$.lang.register('randomcommand.103', 'A man walks into a bar with a roll of tarmac under his arm and says: \'\'Pint please, and one for the road.\'\'');
$.lang.register('randomcommand.104', 'I went to the doctors the other day and I said, \'Have you got anything for wind?\' So he gave me a kite.');
$.lang.register('randomcommand.105', 'My mother-in-law fell down a wishing well, I was amazed, I never knew they worked.');
$.lang.register('randomcommand.106', 'I saw this bloke chatting up a cheetah; I thought, He\'s trying to pull a fast one.');
$.lang.register('randomcommand.107', 'A woman has twins, and gives them up for adoption. One of them goes to a family in Egypt and is named "Amal". The other goes to a family in Spain, they name him "Juan". Years later Juan sends a picture of himself to his mum. Upon receiving the picture, she tells her husband that she wished she also had a picture of Amal. Her husband responds, But they are twins. If you\'ve seen Juan, you\'ve seen Amal.');
$.lang.register('randomcommand.108', 'There\'s two fish in a tank, and one says \'\'How do you drive this thing?\'\'');
$.lang.register('randomcommand.109', 'I went to buy some camouflage trousers the other day but I couldn\'t find any.');
$.lang.register('randomcommand.110', 'When Susan\'s boyfriend proposed marriage to her she said: \'\'I love the simple things in life, but I don\'t want one of them for my husband\'\'.');
$.lang.register('randomcommand.111', '\'\'My therapist says I have a preoccupation with vengeance. We\'ll see about that.\'\'');
$.lang.register('randomcommand.112', 'I rang up British Telecom, I said, \'\'I want to report a nuisance caller\'\', he said \'\'Not you again\'\'.');
$.lang.register('randomcommand.113', 'I met a Dutch girl with inflatable shoes last week, phoned her up to arrange a date but unfortunately she\'d popped her clogs.');
$.lang.register('randomcommand.114', 'A jump-lead walks into a bar. The barman says \'\'I\'ll serve you, but don\'t start anything\'\'');
$.lang.register('randomcommand.115', 'Slept like a log last night........ Woke up in the fireplace.');
$.lang.register('randomcommand.116', 'A priest, a rabbi and a vicar walk into a bar. The barman says, \'\'Is this some kind of joke?\'\'');
$.lang.register('randomcommand.117', 'A sandwich walks into a bar. The barman says \'\'Sorry we don\'t serve food in here\'\'');
$.lang.register('randomcommand.118', 'The other day I sent my girlfriend a huge pile of snow. I rang her up, I said \'\'Did you get my drift?\'\'.');
$.lang.register('randomcommand.119', 'I cleaned the attic with the wife the other day. Now I can\'t get the cobwebs out of her hair.');
$.lang.register('randomcommand.120', 'Went to the paper shop - it had blown away.');
$.lang.register('randomcommand.121', 'A group of chess enthusiasts checked into a hotel and were standing in the lobby discussing their recent tournament victories. After about an hour, the manager came out of the office and asked them to disperse. \'\'But why?\'\' they asked, as they moved off. \'\'because,\'\' he said \'\'I can\'t stand chess nuts boasting in an open foyer.\'\'');
$.lang.register('randomcommand.122', 'I was in Tesco\'s and I saw this man and woman wrapped in a barcode. I said, \'\'Are you two an item?\'\'');
$.lang.register('randomcommand.123', 'I\'m in great mood tonight because the other day I entered a competition and I won a years supply of Marmite......... one jar.');
$.lang.register('randomcommand.124', 'So I went to the Chinese restaurant and this duck came up to me with a red rose and says \'\'Your eyes sparkle like diamonds\'\'. I said, \'\'Waiter, I asked for a-ROMATIC duck\'\'.');
$.lang.register('randomcommand.125', 'I was having dinner with Garry Kasporov (world chess champion) and there was a check tablecloth. It took him two hours to pass me the salt.');
$.lang.register('randomcommand.126', 'There was a man who entered a local paper\'s pun contest.. He sent in ten different puns, in the hope that at least one of the puns would win. Unfortunately, no pun in ten did.');
$.lang.register('randomcommand.127', 'I went down the local supermarket, I said, \'\'I want to make a complaint, this vinegar\'s got lumps in it\'\', he said, "Those are pickled onions".');
$.lang.register('randomcommand.128', 'I backed a horse last week at ten to one. It came in at quarter past four.');
$.lang.register('randomcommand.129', 'I swear, the other day I bought a packet of peanuts, and on the packet it said \'\'may contain nuts.\'\' Well, YES! That\'s what I bought the buggers for! You\'d be annoyed if you opened it and a socket set fell out!\'\'');
$.lang.register('randomcommand.130', 'A lorry-load of tortoises crashed into a trainload of terrapins, What a turtle disaster');
$.lang.register('randomcommand.131', 'My phone will ring at 2 in the morning, and my wife\'ll look at me and go, \'\'Who\'s that calling at this time?\' \'\'I don\'t know! If I knew that we wouldn\'t need the bloody phone!\'\'');
$.lang.register('randomcommand.132', 'I said to this train driver \'\'I want to go to Paris". He said "Eurostar?" I said, "I\'ve been on telly but I\'m no Dean Martin".');
$.lang.register('randomcommand.133', 'Two Eskimos sitting in a kayak were chilly. But when they lit a fire in the craft, it sank, proving once and for all that you can\'t have your kayak and heat it.');
$.lang.register('randomcommand.134', 'I\'ve got a friend who\'s fallen in love with two school bags, he\'s bisatchel.');
$.lang.register('randomcommand.135', 'Yeah, you wrap the hot dogs in gorillas and put them in a pan and then cover them with chili and cheese and bake it till it melts.');
$.lang.register('randomcommand.136', 'A three-legged dog walks into a saloon in the Old West. He slides up to the bar and announces: \'\'I\'m looking for the man who shot my paw.\'\'');
$.lang.register('randomcommand.137', 'I tried water polo but my horse drowned.');
$.lang.register('randomcommand.138', 'I\'ll tell you what I love doing more than anything: trying to pack myself in a small suitcase. I can hardly contain myself.');
$.lang.register('randomcommand.139', 'So I met this gangster who pulls up the back of people\'s pants, it was Wedgie Kray.');
$.lang.register('randomcommand.140', 'Went to the corner shop - bought 4 corners.');
$.lang.register('randomcommand.141', 'A seal walks into a club...');
$.lang.register('randomcommand.142', 'I went to the Doctors the other day, and he said, \'Go to Bournemouth, it\'s great for flu\'. So I went - and I got it.');
$.lang.register('randomcommand.143', 'If a pig loses its voice, is it disgruntled?');
$.lang.register('randomcommand.144', 'Why do women wear evening gowns to nightclubs? Shouldn\'t they be wearing night gowns?');
$.lang.register('randomcommand.145', 'If love is blind, why is lingerie so popular?');
$.lang.register('randomcommand.146', 'When someone asks you, "A penny for your thoughts," and you put your two cents in, what happens to the other penny?');
$.lang.register('randomcommand.147', 'Why is the man who invests all your money called a broker?');
$.lang.register('randomcommand.148', 'Why do croutons come in airtight packages? It\'s just stale bread to begin with.');
$.lang.register('randomcommand.149', 'When cheese gets it\'s picture taken, what does it say?');
$.lang.register('randomcommand.150', 'Why is a person who plays the piano called a pianist, but a person who drives a race car not called a racist?');
$.lang.register('randomcommand.151', 'Why are a wise man and a wise guy opposites?');
$.lang.register('randomcommand.152', 'Why do overlook and oversee mean opposite things?');
$.lang.register('randomcommand.153', 'If horrific means to make horrible, does terrific mean to make terrible?');
$.lang.register('randomcommand.154', '"I am." is reportedly the shortest sentence in the English language. Could it be that "I Do." is the longest sentence?');
$.lang.register('randomcommand.155', 'If lawyers are disbarred and clergymen defrocked, doesn\'t it follow that electricians can be delighted, musicians denoted, cowboys deranged, models deposed, tree surgeons debarked and dry cleaners depressed?');
$.lang.register('randomcommand.156', 'Do Roman paramedics refer to IV\'s as "4\'s"?');
$.lang.register('randomcommand.157', 'Why is it that if someone tells you that there are 1 billion stars in the universe you will believe them, but if they tell you a wall has wet paint you will have to touch it to be sure?');
$.lang.register('randomcommand.158', 'If people from Poland are called "Poles", why aren\'t people from Holland called "Holes?"');
$.lang.register('randomcommand.159', '(sender) was violated by a trap!');
$.lang.register('randomcommand.160', '(sender) takes the impossible quiz.');
$.lang.register('randomcommand.161', 'Wash a tree.');
$.lang.register('randomcommand.162', '(sender) go up to somebody you don\'t like, and high five them. In the face. With a chair.');
$.lang.register('randomcommand.163', '(sender) hide in a tree next to a sidewalk and jump at people right after they pass.');
$.lang.register('randomcommand.164', 'Sit and stare at this screen for 30 seconds.');
$.lang.register('randomcommand.165', 'Have fun.');
$.lang.register('randomcommand.166', 'Lie on the grass and look at clouds. Breathe in. Life is beautiful.');
$.lang.register('randomcommand.167', 'Kaioken!!!!');
$.lang.register('randomcommand.168', ':potato: POTATO :potato:');
$.lang.register('randomcommand.169', 'When it is complete silence in class, during a test laugh real loud for no reason.');
$.lang.register('randomcommand.170', 'Complain About Everything.');
$.lang.register('randomcommand.171', 'Hide in a cabinet in Ikea, and slam the doors closed every time someone tries to open it.');
$.lang.register('randomcommand.172', 'Write somebody a creepy note hand it to them if they look at you smile and walk away.');
$.lang.register('randomcommand.173', 'Have a conversation with yourself on the phone.');
$.lang.register('randomcommand.174', 'Google search I\'m underwater and click the first link! It\'s really cool!');
$.lang.register('randomcommand.175', 'Spray pedestrians with your garden hose on a hot summer day.');
$.lang.register('randomcommand.176', 'Watch Glitter Force, yes the dub. Kappa');
$.lang.register('randomcommand.177', 'Freak out in an elevator when there are people in it.');
$.lang.register('randomcommand.178', 'Stay up all night!');
$.lang.register('randomcommand.179', 'Turn on a ceiling fan then look up at it and spin in the same direction and try to keep up to it.');
$.lang.register('randomcommand.180', 'Pretend to be a zombie at a parking lot and see if someone stares.');
$.lang.register('randomcommand.181', 'Tape a walkie-talkie to your dog and when people walk by, start talking!');
$.lang.register('randomcommand.182', 'Talk behind people\'s back and vent all night ;).');
$.lang.register('randomcommand.183', 'Annoy your family by only talking to them with Google Translate.');
$.lang.register('randomcommand.184', 'Go to the playground and pretend to be a little kid.');
$.lang.register('randomcommand.185', 'Go into a shop and pose and pretend to be a manikin.');
$.lang.register('randomcommand.186', 'Take a magazine from home, draw mustaches on everyone and put it on a shelf in a magazine store.');
$.lang.register('randomcommand.187', 'Go Geocaching!');
$.lang.register('randomcommand.188', 'Have a contest with someone and see how long you can suck on a lemon. Raise the winners hand in the air and act like they won a wrestling contest!');
$.lang.register('randomcommand.189', 'Write Life on a name tag wear it to the mall and hand out lemons.');
$.lang.register('randomcommand.190', 'If someone is asleep put cream in their hand and tickle their nose.');
$.lang.register('randomcommand.191', 'Sleep all day every day.');
$.lang.register('randomcommand.192', 'These two things to do are the final things to do. Get off your computer, and go the heck outside.');
$.lang.register('randomcommand.193', 'Go trick or treating at 6 am in the middle of the summer.');
$.lang.register('randomcommand.194', 'In a Super Market Move Somebody\'s Trolley And Watch To See How They React When They Realize.');
$.lang.register('randomcommand.195', 'Start a conversation with someone, then interrupt them every time they talk.');
$.lang.register('randomcommand.196', 'Act as a shop dummy and when people walk past you, grab their shoulders in a firm way.');
$.lang.register('randomcommand.197', 'Have a confetti filled egg war with your family.');
$.lang.register('randomcommand.198', 'Cut people off while walking, and then fall right in front of them.');
$.lang.register('randomcommand.199', 'Go up to a stranger and talk into your watch - \"Suspect 342 found\" then run away.');
$.lang.register('randomcommand.200', 'Get clear legos then spread them all over the floor, watch the results from afar.');
$.lang.register('randomcommand.201', 'Take 4 pigs paint the numbers 1,2,3, and 5 release them in a store and sit back and watch security look for pig 4.');
$.lang.register('randomcommand.202', 'Dance in traffic.');
$.lang.register('randomcommand.203', 'Tickle your belly/tummy.');
$.lang.register('randomcommand.204', 'Try doing the moonwalk even though you can\'t.');
$.lang.register('randomcommand.205', 'Turn on the TV with your friend and talk to the guy on the screen.');
$.lang.register('randomcommand.206', 'Walk into a pet shop, stare at a dog and be like, "Brother... is that you?!?!');
$.lang.register('randomcommand.207', 'Ride a Unicorn.');
$.lang.register('randomcommand.208', 'Make something and then sell it on eBay.');
$.lang.register('randomcommand.209', 'Draw people on your fingers and have a conversation with them.');
$.lang.register('randomcommand.210', 'Quit doing drugs.');
$.lang.register('randomcommand.211', 'Eat donuts.... donuts are also a good thing to do');
$.lang.register('randomcommand.212', 'If your in a conversation you want to get out of use the word "pie" or "unicorn" in a sentence it helps.');
$.lang.register('randomcommand.213', 'Go in front of somebody and stop in front of them if they try to move.');
$.lang.register('randomcommand.214', 'Jump up and down in an elevator.');
$.lang.register('randomcommand.215', 'Try and make something move with your mind.');
$.lang.register('randomcommand.216', 'Get in front a walking person and stop.');
$.lang.register('randomcommand.217', 'Have a holiday... On Google earth!( Its free and super fun!)');
$.lang.register('randomcommand.218', 'Become best friends with a tree and introduce it to people who walk by.');
$.lang.register('randomcommand.219', 'Show your friends this bot.');
$.lang.register('randomcommand.220', 'Throw a pillow at your sibling, friend, or someone else while they\'re asleep.');
$.lang.register('randomcommand.221', 'Write a story with the ending: \"Everybody dies. The end.\" and send it to publishers.');
$.lang.register('randomcommand.222', 'Make a lot of noise. When someone asks what you are doing say you\'re in stealth mode.');
$.lang.register('randomcommand.223', 'Smile.');
$.lang.register('randomcommand.224', 'Go into a store and try to buy the most expensive thing with monopoly money!');
$.lang.register('randomcommand.225', 'Replace mayo in a mayo jar with yogurt and eat it in a public restaurant.');
$.lang.register('randomcommand.226', 'Take a wet paint sign off a bench watch someone sit on it.');
$.lang.register('randomcommand.227', 'Walk into your friends house, and get a glass of milk, then just walk out.');
$.lang.register('randomcommand.228', 'Turn on music and go crazy.');
$.lang.register('randomcommand.229', 'Hide in a box and leave it a little bit OPEN then when someone comes jump out! (IT\'LL BE SO FUNNY)');
$.lang.register('randomcommand.230', 'Make up a new word.');
$.lang.register('randomcommand.231', 'At a sleepover, duct tape people together.');
$.lang.register('randomcommand.232', 'Go into a rear by woods and pick out a big stick and be a wizard.');
$.lang.register('randomcommand.233', 'Go to Walmart and run around like an airplane, then pretend to run out of petrol and slowly fall over.');
$.lang.register('randomcommand.234', 'Spend hours on this channel until you find something to do.');
$.lang.register('randomcommand.235', 'Play baseball with a balloon.');
$.lang.register('randomcommand.236', 'Try going a whole day not talking instead bark or meow.');
$.lang.register('randomcommand.237', 'Get Pokémon Go and do that lol I don\'t have that tho!');
$.lang.register('randomcommand.238', 'Look a wall and have a full fledged conversation with it then runaway crying.');
$.lang.register('randomcommand.239', 'Shoot a dart at the target sign at target.');
$.lang.register('randomcommand.240', 'Give out hugs and toys to kids at hospitals 😊.');
$.lang.register('randomcommand.241', 'Try to use the word \'meow\' in a conversation as many times as possible without anyone noticing! its really fun!');
$.lang.register('randomcommand.242', 'Put two marshmallows in the microwave put it on of 1 minute race to see witch one gets the biggest.');
$.lang.register('randomcommand.243', 'Hide somewhere in the house and when you hear some one coming do an evil laugh.');
$.lang.register('randomcommand.244', 'Knock on someones door and put a talking toy on their doorstep.');
$.lang.register('randomcommand.245', 'Become a ninja in your local supermarket.');
$.lang.register('randomcommand.246', 'Space out for a few minutes.');
$.lang.register('randomcommand.247', 'Take a blank white shirt, write "LIFE" on it, stand on the sidewalk handing out lemons.');
$.lang.register('randomcommand.248', 'Fill your pockets with sparkles and go up to people and shower them in stupidity (the sparkles).');
$.lang.register('randomcommand.249', 'Shake up a bottle of soft drink then quickly take the lid off and see how long you can keep your mouth over it.');
$.lang.register('randomcommand.250', 'Buy a new T.V., and have fun with the box.');
$.lang.register('randomcommand.251', 'Draw a little smiley face on a paper and talk to it in front of people...');
$.lang.register('randomcommand.252', 'Hand out lemons wearing a shirt that says life.');
$.lang.register('randomcommand.253', 'Try to make a porta potty fly.');
$.lang.register('randomcommand.254', 'Donate money to hospitals, children homes, and give till it you feel you have gave enough.');
$.lang.register('randomcommand.255', 'Go to the cereal aisle and build a fort and see how big you can get it without getting in trouble.');
$.lang.register('randomcommand.256', 'Eat a potato... and when your done with that eat another potato.');
$.lang.register('randomcommand.257', 'Secret softener... a useful tool the lord of secrets thought... a wonderful item to thwart a cockatrice\'s plans of adding more statues to the roost and in turn returning the elements to dust eventually as time flows along.');
$.lang.register('randomcommand.258', 'For Sale: Parachute. Only used once, never opened.');
$.lang.register('randomcommand.259', 'If a wild pig kills you, does it mean youve been boared to death?');
$.lang.register('randomcommand.260', 'eBay is so useless. I tried to look up lighters and all they had were 13,749 matches.');
$.lang.register('randomcommand.261', 'Broken puppets for sale. No strings attached.');
$.lang.register('randomcommand.console.loaded', 'Found $1 random command messages.');

View File

@@ -0,0 +1,26 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('roll.rolled', '$1 rolls a [$2] and [$3]. ');
$.lang.register('roll.doubleone', 'Snake eyes for $1! ');
$.lang.register('roll.doubletwo', 'Hard four for $1! ');
$.lang.register('roll.doublethree', 'Hard six for $1! ');
$.lang.register('roll.doublefour', 'Hard eight for $1! ');
$.lang.register('roll.doublefive', 'Hard ten for $1! ');
$.lang.register('roll.doublesix', 'Boxcars to the max!!! $1! ');
$.lang.register('roll.rewards.usage', 'usage: !roll rewards [double 1\'s] [2\'s] [3\'s] [4\'s] [5\'s] [6\'s]. Currently: $1');
$.lang.register('roll.rewards.success', 'Updated rewards for the dice roll.');

View File

@@ -0,0 +1,37 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('roulette.win.1', 'The trigger is pulled, and the revolver clicks. $1 has lived to survive roulette!');
$.lang.register('roulette.win.2', 'The trigger is pulled, but the revolver malfunctions! $1 is lucky, and lives another day!');
$.lang.register('roulette.win.3', 'The trigger is pulled, but $1 has been saved by magic!');
$.lang.register('roulette.win.4', 'The trigger is pulled, but $1 has lived due to not having anything in their skull to begin with.');
$.lang.register('roulette.win.5', 'The trigger is pulled, but $1\'s skull was so thick the bullet could not penetrate it.');
$.lang.register('roulette.win.6', 'The trigger is pulled, but $1 stopped space and time and dodged the bullet!');
$.lang.register('roulette.win.7', 'The trigger is pulled, but $1 did not die from the bullet, the bullet died from them.');
$.lang.register('roulette.lost.1', 'The trigger is pulled, and the revolver fires! $1 lies dead in the chat.');
$.lang.register('roulette.lost.2', 'The trigger is pulled, and $1 loses their head!');
$.lang.register('roulette.lost.3', '$1\'s finger slides over the trigger, $1 crashes to the floor like a sack of flour!');
$.lang.register('roulette.lost.4', 'The trigger is pulled, and the hand-cannon goes off with a roar! $1 lies dead in the chat.');
$.lang.register('roulette.lost.5', 'The hammer drops, and the .44 fires! $1 is now dead in the chat.');
$.lang.register('roulette.lost.6', 'The trigger is pulled, and the revolver fires! $1 is now just a blood splatter on the wall.');
$.lang.register('roulette.lost.7', 'The trigger is pulled, and the revolver fires! $1 ended their miserable life.');
$.lang.register('roulette.set.timeouttime.success', 'The !roulette timeout has been set to $1 seconds!');
$.lang.register('roulette.set.timeouttime.usage', 'Usage: !roulette timeout [seconds]');
$.lang.register('roulette.timeout.notifyuser', 'You have lost the roulette and have been timed out for $1 seconds.');
$.lang.register('roulette.console.loaded', 'Found Roulette messages: $1 wins, $2 losts.');

View File

@@ -0,0 +1,23 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('slotmachine.result.start', '$1: [ $2 $3 $4 ] ');
$.lang.register('slotmachine.result.win', ' +$1 ');
$.lang.register('slotmachine.rewards.usage', 'Usage: !slot rewards [val1] [val2] [val3] [val4] [val5]. Currently: $1');
$.lang.register('slotmachine.rewards.success', 'Updated rewards for the slot machine.');
$.lang.register('slotmachine.emote.usage', 'Usage: !slot emotes [emote1] [emote2] [emote3] [emote4] [emote5]. Currently: $1');
$.lang.register('slotmachine.emote.success', 'Updated emotes for the slot machine.');

View File

@@ -0,0 +1,27 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('bitshandler.toggle.off', 'Bits announcements have been disabled.');
$.lang.register('bitshandler.toggle.on', 'Bits announcements have been enabled.');
$.lang.register('bitshandler.rewardmulttoggle.off', 'Bits reward is now a constant value.');
$.lang.register('bitshandler.rewardmulttoggle.on', 'Bits reward is now a multiplicative factor of the number of bits.');
$.lang.register('bitshandler.message.usage', 'Usage: !bitsmessage (message) - Tags: (name), (amount), (message)');
$.lang.register('bitshandler.message.set', 'Bits message has been set to: $1.');
$.lang.register('bitshandler.reward.usage', 'Usage: !bitsreward (amount)');
$.lang.register('bitshandler.reward.set', 'Bits reward has been set to: $1.');
$.lang.register('bitshandler.minimum.usage', 'Usage: !bitsminimum (amount)');
$.lang.register('bitshandler.minimum.set', 'Bits minimum has been set to $1 bits.');

View File

@@ -0,0 +1,76 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('channelpointshandler.notenabled', 'no channel points functions are currently enabled. Please use "!channelpoints info" for information about what PhantomBot can do with channelpoints or "!channelpoints usage" for usage');
$.lang.register('channelpointshandler.info', 'PhantomBot can be configured to automate channel point redemptions for several functions. Transfer: user will receive bot currency. Giveall: everyone in chat to receive bot currency. Emoteonly: place chat in emote only mode for an amount of time. Timeout: timeout a specified user for an amount of time.');
$.lang.register('channelpointshandler.usage', 'usage: !channelpoints [info / usage / transfer / giveall / emoteonly / timeout]');
$.lang.register('channelpointshandler.current', 'channel point automation currently enabled for$1. Use "!channelpoints useage" for command usage or "!channelpoints info" for information about what PhantomBot can do with channelpoints');
$.lang.register('channelpointshandler.nan', 'input must be a number, please try again.');
$.lang.register('channelpointshandler.config.failed', 'no channel point redemption was detected. Please try again. If you are having problems please visit the PhantomBot Discord discord.com/invite/YKvMd78');
$.lang.register('channelpointshandler.transfer.info', 'transfer is not enabled. When a transfer redemption is claimed, user will be given a set amount of points. To configure please use "!channelpoints transfer config" or for more info please use "!channelpoints transfer usage."');
$.lang.register('channelpointshandler.transfer.current', 'transfer redemptions are registered to $1 and user will receive $2 points for each redemption. To change please use "!channelpoints transfer [config / amount]"');
$.lang.register('channelpointshandler.transfer.usage', 'usage: !channelpoints transfer [usage / config / amount / toggle]');
$.lang.register('channelpointshandler.transfer.config.start', 'channel points transfer config active. Please redeem desired reward.');
$.lang.register('channelpointshandler.transfer.config.complete', 'Channel points transfer config complete. Transfer is now registered to reward $1.');
$.lang.register('channelpointshandler.transfer.amount.notset', 'channel points reward, transfer amount has not been set. Use "!channelpoints transfer amount [amount of points bot will award]" to set.');
$.lang.register('channelpointshandler.transfer.amount.usage', 'channel points reward, transfer amount set to $1. Use "!channelpoints transfer amount [amount of points bot will award]" to change.');
$.lang.register('channelpointshandler.transfer.amount.message', 'channel points redemption transfer will add $1 points to user who redeemed the reward.');
$.lang.register('channelpointshandler.transfer.toggle.id', 'unable to enable transfer as no valid reward ID was found. Please use "!channelpoints transfer config" to set reward.');
$.lang.register('channelpointshandler.transfer.toggle.amount', 'unable to enable transfer as no amount has been set. Please use "!channelpoints transfer [amount amount of points bot will award]" to set.');
$.lang.register('channelpointshandler.transfer.enabled', 'channel points redemption transfer enabled for reward $1.');
$.lang.register('channelpointshandler.transfer.disabled', 'channel points redemption transfer disabled.');
$.lang.register('channelpointshandler.giveall.info', 'giveall is not enabled. When a giveall redemption is claimed, all users in chat will be given a set amount of points. To configure please use "!channelpoints giveall config" or for more info please use "!channelpoints giveall usage."');
$.lang.register('channelpointshandler.giveall.current', 'giveall redemptions are registered to $1 and user will receive $2 points for each redemption. To change please use "!channelpoints giveall [config / amount]"');
$.lang.register('channelpointshandler.giveall.usage', 'usage: !channelpoints giveall [usage / config / amount / toggle]');
$.lang.register('channelpointshandler.giveall.config.start', 'channel points giveall config active. Please redeem desired reward.');
$.lang.register('channelpointshandler.giveall.config.complete', 'Channel points giveall config complete. Giveall is now registered to reward $1.');
$.lang.register('channelpointshandler.giveall.amount.notset', 'channel points reward, giveall amount has not been set. Use "!channelpoints giveall amount [amount of points bot will award]" to set.');
$.lang.register('channelpointshandler.giveall.amount.usage', 'channel points reward, giveall amount set to $1. Use "!channelpoints giveall amount [amount of points bot will award]" to change.');
$.lang.register('channelpointshandler.giveall.amount.message', 'channel points redemption giveall will add $1 points to all users in chat.');
$.lang.register('channelpointshandler.giveall.toggle.id', 'unable to enable giveall as no valid reward ID was found. Please use "!channelpoints giveall config" to set reward.');
$.lang.register('channelpointshandler.giveall.toggle.amount', 'unable to enable giveall as no amount has been set. Please use "!channelpoints giveall amount [amount of points bot will award]" to set.');
$.lang.register('channelpointshandler.giveall.enabled', 'channel points redemption giveall enabled for reward $1.');
$.lang.register('channelpointshandler.giveall.disabled', 'channel points redemption giveall disabled.');
$.lang.register('channelpointshandler.emoteonly.info', 'emoteonly is not enabled. When an emoteonly redemption is claimed, chat will be placed in emote only mode for a set duration. To configure please use "!channelpoints emoteonly config" or for more info please use "!channelpoints emoteonly usage."');
$.lang.register('channelpointshandler.emoteonly.current', 'emoteonly redemptions are registered to $1 and chat will be placed in emote only mode for $2 seconds. To change please use "!channelpoints emoteonly [config / duration]"');
$.lang.register('channelpointshandler.emoteonly.usage', 'usage: !channelpoints emoteonly [usage / config / duration / toggle]');
$.lang.register('channelpointshandler.emoteonly.config.start', 'channel points emoteonly config active. Please redeem desired reward.');
$.lang.register('channelpointshandler.emoteonly.config.complete', 'Channel points emoteonly config complete. Emoteonly is now registered to reward $1.');
$.lang.register('channelpointshandler.emoteonly.duration.notset', 'channel points reward, emoteonly duration has not been set. Use "!channelpoints emoteonly duration [duration in seconds]" to set.');
$.lang.register('channelpointshandler.emoteonly.duration.usage', 'channel points reward, emoteonly duration set to $1. Use "!channelpoints emoteonly duration [duration in seconds]" to change.');
$.lang.register('channelpointshandler.emoteonly.duration.message', 'channel points redemption emoteonly will place chat in emote only mode for $1 seconds.');
$.lang.register('channelpointshandler.emoteonly.toggle.id', 'unable to enable emoteonly as no valid reward ID was found. Please use "!channelpoints emoteonly config" to set reward.');
$.lang.register('channelpointshandler.emoteonly.toggle.duration', 'unable to enable emoteonly as no duration has been set. Please use "!channelpoints emoteonly duration [duration in seconds]" to set.');
$.lang.register('channelpointshandler.emoteonly.enabled', 'channel points redemption emoteonly enabled for reward $1.');
$.lang.register('channelpointshandler.emoteonly.disabled', 'channel points redemption emoteonly disabled.');
$.lang.register('channelpointshandler.timeout.info', 'timeout is not enabled. When an timeout redemption is claimed, stated user will be timed out for a set duration. To configure please use "!channelpoints timeout config" or for more info please use "!channelpoints timeout usage."');
$.lang.register('channelpointshandler.timeout.current', 'timeout redemptions are registered to $1 and specified user will be timed out for $2 seconds. To change please use "!channelpoints timeout [config / duration]"');
$.lang.register('channelpointshandler.timeout.usage', 'usage: !channelpoints timeout [usage / config / duration / toggle]');
$.lang.register('channelpointshandler.timeout.config.start', 'channel points timeout config active. Please redeem desired reward.');
$.lang.register('channelpointshandler.timeout.config.complete', 'Channel points timeout config complete. Timeout is now registered to reward $1.');
$.lang.register('channelpointshandler.timeout.duration.notset', 'channel points reward, timeout duration has not been set. Use "!channelpoints timeout duration [duration in seconds]" to set.');
$.lang.register('channelpointshandler.timeout.duration.usage', 'channel points reward, timeout duration set to $1. Use "!channelpoints timeout duration [duration in seconds]" to change.');
$.lang.register('channelpointshandler.timeout.duration.message', 'channel points redemption timeout will time specified user out for $1 seconds.');
$.lang.register('channelpointshandler.timeout.toggle.id', 'unable to enable timeout as no valid reward ID was found. Please use "!channelpoints timeout config" to set reward.');
$.lang.register('channelpointshandler.timeout.toggle.duration', 'unable to enable timeout as no duration has been set. Please use "!channelpoints timeout duration [duration in seconds]" to set.');
$.lang.register('channelpointshandler.timeout.enabled', 'channel points redemption timeout enabled for reward $1.');
$.lang.register('channelpointshandler.timeout.disabled', 'channel points redemption timeout disabled.');
$.lang.register('channelpointshandler.timeout.nouserinput', 'Channel point reward redeemed has no user input so cannot be set used for timeout. Please setup a reward with user input and try again.');

View File

@@ -0,0 +1,26 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('cliphandler.toggle.off', 'Clips announcements have been disabled.');
$.lang.register('cliphandler.toggle.on', 'Clips announcements have been enabled.');
$.lang.register('cliphandler.message.usage', 'Usage: !clipsmessage (message) - Tags: (name), (url)');
$.lang.register('cliphandler.message.set', 'Clips message has been set to: $1.');
$.lang.register('cliphandler.channel.usage', 'Usage: !clipschannel (channel). Currently: $1');
$.lang.register('cliphandler.channel.set', 'Clips channel has been set to: $1.');
$.lang.register('cliphandler.noclip', 'No clip found');
$.lang.register('cliphandler.lastclip', 'Last Clip: $1');
$.lang.register('cliphandler.topclip', 'Today\'s Most Viewed Clip: $1');

View File

@@ -0,0 +1,29 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('dataservicehandler.update.status.success', 'Data has been sent and loaded.');
$.lang.register('dataservicehandler.update.status.authentication_failed', 'Authentication failed, check API key.');
$.lang.register('dataservicehandler.update.status.no_such_user', 'No such user defined in remote service.');
$.lang.register('dataservicehandler.update.status.no_auth_key', 'No authorization key has been configured.');
$.lang.register('dataservicehandler.update.status.launch_fail', 'Failed to launch the remote API.');
$.lang.register('dataservicehandler.update.status.rate_limit', 'Failed to update due to rate limits.');
$.lang.register('dataservicehandler.delete.status.success', 'All account and PhantomBot data has been removed from remote server.');
$.lang.register('dataservicehandler.delete.status.authentication_failed', 'Authentication failed, check API key.');
$.lang.register('dataservicehandler.delete.status.no_such_user', 'No such user defined in remote service.');
$.lang.register('dataservicehandler.delete.status.no_auth_key', 'No authorization key has been configured.');
$.lang.register('dataservicehandler.delete.status.launch_fail', 'Failed to launch the remote API.');

View File

@@ -0,0 +1,40 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('donationhandler.donation.new', 'Thank you very much (name) for the tip of $(amount) (currency)!');
$.lang.register('donationhandler.donation.newreward', 'Thank you very much (name) for the tip of $(amount) (currency)! Here are (points) (pointname)!');
$.lang.register('donationhandler.lastdonation.no-donations', 'There are presently no tips.');
$.lang.register('donationhandler.lastdonation.404', 'Cannot find last tip!');
$.lang.register('donationhandler.lastdonation.success', 'The last tip was from (name) in the amount of $(amount) (currency).');
$.lang.register('donationhandler.donations.usage', 'Usage: !streamlabs (announce | rewardmultiplier n.n | message | lastmessage | currencycode)');
$.lang.register('donationhandler.donations.announce.disable', 'Tips will no longer be announced.');
$.lang.register('donationhandler.donations.announce.enable', 'Tips will now be announced.');
$.lang.register('donationhandler.donations.reward.usage', 'Usage: !streamlabs rewardmultiplier [n.n] Set to 0 to disable');
$.lang.register('donationhandler.donations.reward.success', 'The reward for tips has been set to $1 $2 per whole amount of currency donated.');
$.lang.register('donationhandler.donations.message.usage', 'Usage: !streamlabs message [message] Tags: (name) (amount) (currency) (message)');
$.lang.register('donationhandler.donations.rewardmessage.usage', 'Usage: !streamlabs rewardmessage [message] Tags: (name) (amount) (currency) (points) (pointname) (message)');
$.lang.register('donationhandler.donations.message.no-name', 'A (name) tag was not provided, at a minimum provide the (name) tag. Tags: (name) (amount) (currency) (message)');
$.lang.register('donationhandler.donations.rewardmessage.no-name', 'A (name) tag was not provided, at a minimum provide the (name) tag. Tags: (name) (amount) (currency) (points) (pointname) (message)');
$.lang.register('donationhandler.donations.message.success', 'Updated the message for tips when rewards are disabled.');
$.lang.register('donationhandler.donations.rewardmessage.success', 'Updated the message for tips with rewards enabled.');
$.lang.register('donationhandler.enabled.donators', 'The donators group has been enabled.');
$.lang.register('donationhandler.disabled.donators', 'The donators group has been disabled.');
$.lang.register('donationhandler.donators.min', 'The minimum before being promoted to a Donator was set to $1');
$.lang.register('donationhandler.donators.min.usage', 'Usage: !streamlabs minmumbeforepromotion [amount]');
$.lang.register('donationhandler.streamlabs.currencycode.usage', 'Usage: !streamlabs currencycode [code] - You can find a valid list here: https://twitchalerts.readme.io/v1.0/docs/currency-codes');
$.lang.register('donationhandler.streamlabs.currencycode.success', 'The currency code for Streamlabs donations is now set to: $1');
$.lang.register('donationhandler.streamlabs.currencycode.success-erase', 'The currency code for Streamlabs donations has been removed, all donations will now appear in their original currency');

View File

@@ -0,0 +1,51 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('followhandler.check.follows', '$1 is following the channel.');
$.lang.register('followhandler.check.notfollows', '$1 is not following the channel.');
$.lang.register('followhandler.check.usage', 'Usage: !checkfollow [username]');
$.lang.register('followhandler.follow.message', '(name) just followed the channel! Here\'s +(reward)!');
$.lang.register('followhandler.followers', '$1 users are following this channel!');
$.lang.register('followhandler.followtrain.mega', 'Mega follow train!! ($1)');
$.lang.register('followhandler.followtrain.penta', 'Penta follow!!');
$.lang.register('followhandler.followtrain.quad', 'Quadra follow!!');
$.lang.register('followhandler.followtrain.triple', 'Triple follow!!');
$.lang.register('followhandler.followtrain.ultra', 'Ultra follow train!! ($1)');
$.lang.register('followhandler.followtrain.unbelievable', 'Unbelievable follow train!! ($1)');
$.lang.register('followhandler.set.followmessage.success', 'Follow message set to "$1".');
$.lang.register('followhandler.set.followmessage.usage', 'Usage: !followmessage [message] - Tags: (reward) (name)');
$.lang.register('followhandler.set.followreward.success', 'Follow reward set to $1.');
$.lang.register('followhandler.set.followreward.usage', 'Usage: !followreward [$1]. (Currently $2)');
$.lang.register('followhandler.shoutout.usage', 'Usage: !$1 (streamer)');
$.lang.register('followhandler.shoutout.offline', 'Go give $1 a follow at $2 - they were last seen playing: $3!');
$.lang.register('followhandler.shoutout.online', 'Go give $1 a follow at $2 - they are currently playing: $3!');
$.lang.register('followhandler.shoutout.no.game', 'Hey! Go give $1 a follow at $2!');
$.lang.register('followhandler.followtoggle.on', 'Announcements are enabled for new followers.');
$.lang.register('followhandler.followtoggle.off', 'Announcements are disabled for new followers.');
$.lang.register('followhandler.followtraintoggle.on', 'Follow train announcements are now enabled.');
$.lang.register('followhandler.followtraintoggle.off', 'Follow train announcements are now disabled.');
$.lang.register('followhandler.fixfollow.usage', 'Usage: !fixfollow (username)');
$.lang.register('followhandler.fixfollow.error', '$1 is already in the followed list.');
$.lang.register('followhandler.fixfollow.error.404', '$1 is not following your channel.');
$.lang.register('followhandler.fixfollow.added', 'Added $1 to the followed list!');
$.lang.register('followhandler.set.followdelay.usage', 'Usage: !followdelay [amount in seconds] - Minimum is 5 seconds.');
$.lang.register('followhandler.set.followdelay.success', 'Follow delay set to $1 seconds.');
$.lang.register('followhandler.follow.age.err.404', '$1 $2 is not following channel $3');
$.lang.register('followhandler.follow.age.time.days', '$1 $2 has been following channel $3 since $4 ($5 days ago).');
$.lang.register('followhandler.follow.age.time', '$1 $2 has been following channel $3 since $4.');
$.lang.register('followhandler.follow.age.datefmt', 'MM-dd-yyyy');
$.lang.register('followhandler.follow.age.datefmt.404', 'Not Following');

View File

@@ -0,0 +1,21 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('gamescanhandler.gamescan.usage', 'Usage: !gamescan [game name]');
$.lang.register('gamescanhandler.gamescan.notplayed', '$1 has not played $2 yet!');
$.lang.register('gamescanhandler.gamescan.hasplayeddates', '$1 has played $2 on: $3, (AntiSpam +$4 dates found.)');
$.lang.register('gamescanhandler.gamescan.hasplayed', '$1 has played $2 on: $3.');

View File

@@ -0,0 +1,39 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('hosthandler.host.message', '(name) just hosted with (viewers) viewers!');
$.lang.register('hosthandler.autohost.message', '(name) just auto-hosted with (viewers) viewers!');
$.lang.register('hosthandler.deprecated', 'Due to Twitch issues with the API, this command is deprecated.');
$.lang.register('hosthandler.newhost', 'Thanks for the host $1!');
$.lang.register('hosthandler.newhost.reward', 'Thanks for the host $1! You\'re rewarded $2 for being awesome!!');
$.lang.register('hosthandler.set.hostmessage.success', 'New hoster message set!');
$.lang.register('hosthandler.set.hostmessage.usage', 'Usage: !hostmessage (message) - Tags: (name) (reward)');
$.lang.register('hosthandler.set.hostreward.success', 'New hoster reward set to: $1.');
$.lang.register('hosthandler.set.hostreward.usage', 'Usage: !hostreward [$1]');
$.lang.register('hosthandler.set.autohostreward.success', 'New autohoster reward set to: $1.');
$.lang.register('hosthandler.set.autohostreward.usage', 'Usage: !autohostreward [$1]');
$.lang.register('hosthandler.set.autohostmessage.success', 'New autohoster message set!');
$.lang.register('hosthandler.set.autohostmessage.usage', 'Usage: !autohostmessage (message) - Tags: (name)');
$.lang.register('hosthandler.set.hostrewardminviewers.success', 'A minimum of $1 viewers are required to provide a hosting reward.');
$.lang.register('hosthandler.set.hostrewardminviewers.usage', 'Usage: !hostrewardminviewers [count]');
$.lang.register('hosthandler.set.hostminviewers.success', 'A minimum of $1 viewers are required to provide a hosting alert.');
$.lang.register('hosthandler.set.hostminviewers.usage', 'Usage: !hostminviewers [amount] (Currently: $1)');
$.lang.register('hosthistory.usage', 'Usage: !hosthistory [on / off] (Currently $1)');
$.lang.register('hosthistory.change', 'Host History is now $1');
$.lang.register('hosthandler.host.usage', 'Usage: !host (channel)');
$.lang.register('hosthandler.host.toggle', 'Host announcements are now $1');
$.lang.register('hosthandler.auto.host.toggle', 'Auto-Host announcements are now $1');

View File

@@ -0,0 +1,26 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('keywordhandler.add.usage', 'Usage: !keyword add [flags] [keyword] [response]. Flags can by empty or any combination of "--regex", "--case-sensitive".');
$.lang.register('keywordhandler.keyword.404', 'That keyword does not exist.');
$.lang.register('keywordhandler.keyword.added', 'keyword "$1" added!');
$.lang.register('keywordhandler.keyword.removed', 'keyword "$1" has been removed!');
$.lang.register('keywordhandler.keyword.usage', 'Usage: !keyword [add / remove / cooldown] [keyword]');
$.lang.register('keywordhandler.remove.usage', 'Usage: !keyword remove [keyword]');
$.lang.register('keywordhandler.cooldown.usage', 'Usage: !keyword cooldown [keyword] [seconds] - Use -1 to remove a cooldown.');
$.lang.register('keywordhandler.cooldown.removed', 'Cooldown for keyword $1 has been removed.');
$.lang.register('keywordhandler.cooldown.set', 'Cooldown for keyword $1 has been set to $2 seconds.');

View File

@@ -0,0 +1,33 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('raidhandler.usage', 'Usage: !raid [username] | !raid [toggle / lookup / setreward / setincomingmessage / setnewincomingmessage / setoutgoingmessage / setoutgoingmessagespam]');
$.lang.register('raidhandler.toggle.enabled', 'Raid alerts have successfully been enabled.');
$.lang.register('raidhandler.toggle.disabled', 'Raid alerts have successfully been disabled.');
$.lang.register('raidhandler.reward.usage', 'Usage: !raid setreward [amount]');
$.lang.register('raidhandler.reward.set', 'Successfully set the raid reward to $1.');
$.lang.register('raidhandler.inc.message.usage', 'Usage: !raid setincomingmessage [message] - Variables: (username), (viewers), (url), (times) and (game)');
$.lang.register('raidhandler.inc.message.set', 'Successfully updated the incoming raid message!');
$.lang.register('raidhandler.new.inc.message.usage', 'Usage: !raid setnewincomingmessage [message] - Variables: (username), (viewers), (url), and (game)');
$.lang.register('raidhandler.new.inc.message.set', 'Successfully updated the new incoming raid message!');
$.lang.register('raidhandler.out.message.usage', 'Usage: !raid setoutgoingmessage [message] - Variables (username) and (url)');
$.lang.register('raidhandler.out.message.set', 'Successfully updated the outgoing raid message!');
$.lang.register('raidhandler.spam.amount.usage', 'Usage: !raid setoutgoingmessagespam [amount] - Maximum is 10 times.');
$.lang.register('raidhandler.spam.amount.set', 'Successfully updated the outgoing raid spam amount!');
$.lang.register('raidhandler.lookup.usage', 'Usage: !raid lookup [username]');
$.lang.register('raidhandler.lookup.user', '$1 has raided this channel a total of $2 time(s). Their last raid was on $3 with $4 viewers.');
$.lang.register('raidhandler.lookup.user.404', '$1 has never raided this channel.');

View File

@@ -0,0 +1,35 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('streamelements.donation.new', 'Thank you very much (name) for the tip of $(amount)!');
$.lang.register('streamelements.donation.newreward', 'Thank you very much (name) for the tip of $(amount) (currency)! Here are (points) (pointname)!');
$.lang.register('streamelements.donations.usage', 'Usage: !streamelements (announce | rewardmultiplier n.n | message | lastmessage)');
$.lang.register('streamelements.donations.announce.disable', 'Tips will no longer be announced.');
$.lang.register('streamelements.donations.announce.enable', 'Tips will now be announced.');
$.lang.register('streamelements.donations.reward.usage', 'Usage: !streamelements rewardmultiplier n.n Set to 0 to disable');
$.lang.register('streamelements.donations.reward.success', 'The reward for tips has been set to $1 $2 per whole amount of currency donated.');
$.lang.register('streamelements.donations.message.usage', 'Usage: !streamelements message [message...] Tags: (name) (amount) (currency) (currencysymbol) (message) (formattedamount)');
$.lang.register('streamelements.donations.rewardmessage.usage', 'Usage: !streamelements rewardmessage [message...] Tags: (name) (amount) (currency) (reward) (message)');
$.lang.register('streamelements.donations.message.no-name', 'A (name) tag was not provided, at a minimum provide the (name) tag. Tags: (name) (amount) (currency) (message)');
$.lang.register('streamelements.donations.rewardmessage.no-name', 'A (name) tag was not provided, at a minimum provide the (name) tag. Tags: (name) (amount) (currency) (reward) (message)');
$.lang.register('streamelements.donations.message.success', 'Updated the message for tips when rewards are disabled.');
$.lang.register('streamelements.donations.rewardmessage.success', 'Updated the message for tips with rewards enabled.');
$.lang.register('streamelements.donations.lastmessage.success', 'Updates the message for !lasttip command.');
$.lang.register('streamelements.enabled.donators', 'The donators group has been enabled.');
$.lang.register('streamelements.disabled.donators', 'The donators group has been disabled.');
$.lang.register('streamelements.donators.min', 'The minimum before being promoted to a Donator was set to $1');
$.lang.register('streamelements.donators.min.usage', 'Usage: !streamelements minmumbeforepromotion (amount)');

View File

@@ -0,0 +1,64 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('subscribehandler.auto.sub.mode.interval.set', 'Auto submode interval set! This will only work while the stream is online.');
$.lang.register('subscribehandler.auto.submode.timer.404', 'The minimum auto submode interval allowed is 30 minutes.');
$.lang.register('subscribehandler.auto.submode.timer.off', 'Automated subs only mode enabled!');
$.lang.register('subscribehandler.auto.submode.timer.usage', 'Usage: !autosubmodetimer (interval) - set the interval to 0 to disable.');
$.lang.register('subscribehandler.new.sub.toggle.off', 'New Subscribers will no longer be welcomed upon subscribing.');
$.lang.register('subscribehandler.new.sub.toggle.on', 'New Subscribers will now be welcomed upon subscribing.');
$.lang.register('subscribehandler.new.primesub.toggle.off', 'New Twitch Prime subscribers will no longer be welcomed upon subscribing.');
$.lang.register('subscribehandler.new.primesub.toggle.on', 'New Twitch Prime subscribers will now be welcomed upon subscribing.');
$.lang.register('subscribehandler.resub.msg.set', 'Resubscriber welcome message set!');
$.lang.register('subscribehandler.giftsub.msg.set', 'Subscriber gift welcome message set!');
$.lang.register('subscribehandler.giftanonsub.msg.set', 'Anonymous Subscriber gift welcome message set!');
$.lang.register('subscribehandler.massgiftsub.msg.set', 'Mass Subscriber gift welcome message set!');
$.lang.register('subscribehandler.anonmassgiftsub.msg.set', 'Anonymous Mass Subscriber gift welcome message set!');
$.lang.register('subscribehandler.resub.msg.usage', 'Usage: !resubmessage (message) - Tags: (name), (months), (reward) and (plan)');
$.lang.register('subscribehandler.giftsub.msg.usage', 'Usage: !giftsubmessage (message) - Tags: (name), (recipient), (months), (reward) and (plan)');
$.lang.register('subscribehandler.giftanonsub.msg.usage', 'Usage: !giftanonsubmessage (message) - Tags: (name), (recipient), (months), (reward) and (plan)');
$.lang.register('subscribehandler.massgiftsub.msg.usage', 'Usage: !massgiftsubmessage (message) - Tags: (name), (amount), (reward) and (plan)');
$.lang.register('subscribehandler.anonmassgiftsub.msg.usage', 'Usage: !massanongiftsubmessage (message) - Tags: (name), (amount) and (plan)');
$.lang.register('subscribehandler.resub.msg.noreward.set', 'Resubscriber welcome message set for no rewards!');
$.lang.register('subscribehandler.giftsub.msg.noreward.set', 'Subscriber gift welcome message set for no rewards!');
$.lang.register('subscribehandler.resub.msg.noreward.usage', 'Usage: !resubmessage (message) - Tags: (name) (months)');
$.lang.register('subscribehandler.giftsub.msg.noreward.usage', 'Usage: !giftsubmessage (message) - Tags: (name) (months)');
$.lang.register('subscribehandler.resub.toggle.off', 'Resubscribers will no longer be welcomed upon resubscribing.');
$.lang.register('subscribehandler.giftsub.toggle.off', 'Subscriber gift will no longer be welcomed upon subscribing.');
$.lang.register('subscribehandler.massgiftsub.toggle.off', 'Mass Subscriber gift will no longer be welcomed upon subscribing.');
$.lang.register('subscribehandler.anongiftsub.toggle.off', 'Anonymous Subscriber gift will no longer be welcomed upon subscribing..');
$.lang.register('subscribehandler.anonmassgiftsub.toggle.off', 'Anonymous Mass Subscriber gift will no longer be welcomed upon subscribing.');
$.lang.register('subscribehandler.resub.toggle.on', 'Resubscribers will now be welcomed upon resubscribing.');
$.lang.register('subscribehandler.giftsub.toggle.on', 'Subscriber gift will now be welcomed upon subscribing.');
$.lang.register('subscribehandler.massgiftsub.toggle.on', 'Mass Subscriber gift will now be welcomed upon subscribing.');
$.lang.register('subscribehandler.anongiftsub.toggle.on', 'Anonymous Subscriber gift will now be welcomed upon subscribing.');
$.lang.register('subscribehandler.anonmassgiftsub.toggle.on', 'Anonymous Mass Subscriber gift will now be welcomed upon subscribing.');
$.lang.register('subscribehandler.sub.reward.set', 'Reward for subscribing set!');
$.lang.register('subscribehandler.sub.reward.usage', 'Usage: !subscribereward (amount)');
$.lang.register('subscribehandler.resub.reward.set', 'Reward for resubscribing set!');
$.lang.register('subscribehandler.giftsub.reward.set', 'Reward for resubscribing set!');
$.lang.register('subscribehandler.resub.reward.usage', 'Usage: !resubscribereward (amount)');
$.lang.register('subscribehandler.giftsub.reward.usage', 'Usage: !giftsubreward (amount)');
$.lang.register('subscribehandler.sub.count', 'There are currently $1 subscribers!');
$.lang.register('subscribehandler.sub.msg.set', 'New subscriber welcome message set!');
$.lang.register('subscribehandler.primesub.msg.set', 'New Twitch Prime subscriber welcome message set!');
$.lang.register('subscribehandler.sub.msg.usage', 'Usage: !submessage (message) - Tags: (name) and (reward)');
$.lang.register('subscribehandler.primesub.msg.usage', 'Usage: !primesubmessage (message) - Tags: (name) and (reward)');
$.lang.register('subscribehandler.sub.msg.noreward.set', 'New subscriber welcome message set for no rewards!');
$.lang.register('subscribehandler.sub.msg.noreward.usage', 'Usage: !submessage (message) - Tag: (name)');
$.lang.register('subscribehandler.resubemote.set', 'New resubscriber emote set!');
$.lang.register('subscribehandler.resubemote.usage', 'Usage: !resubemote (emote name)');

View File

@@ -0,0 +1,35 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('tipeeestream.donation.new', 'Thank you very much (name) for the tip of (amount)(currency)!');
$.lang.register('tipeeestream.donation.newreward', 'Thank you very much (name) for the tip of $(amount) (currency)! Here are (points) (pointname)!');
$.lang.register('tipeeestream.donations.usage', 'Usage: !tipeeestream (announce | rewardmultiplier n.n | message | lastmessage)');
$.lang.register('tipeeestream.donations.announce.disable', 'Tips will no longer be announced.');
$.lang.register('tipeeestream.donations.announce.enable', 'Tips will now be announced.');
$.lang.register('tipeeestream.donations.reward.usage', 'Usage: !tipeeestream rewardmultiplier n.n Set to 0 to disable');
$.lang.register('tipeeestream.donations.reward.success', 'The reward for tips has been set to $1 $2 per whole amount of currency donated.');
$.lang.register('tipeeestream.donations.message.usage', 'Usage: !tipeeestream message [message...] Tags: (name) (amount) (currency) (currencysymbol) (message)');
$.lang.register('tipeeestream.donations.rewardmessage.usage', 'Usage: !tipeeestream rewardmessage [message...] Tags: (name) (amount) (currency) (reward) (message)');
$.lang.register('tipeeestream.donations.message.no-name', 'A (name) tag was not provided, at a minimum provide the (name) tag. Tags: (name) (amount) (currency) (message)');
$.lang.register('tipeeestream.donations.rewardmessage.no-name', 'A (name) tag was not provided, at a minimum provide the (name) tag. Tags: (name) (amount) (currency) (reward) (message)');
$.lang.register('tipeeestream.donations.message.success', 'Updated the message for tips when rewards are disabled.');
$.lang.register('tipeeestream.donations.rewardmessage.success', 'Updated the message for tips with rewards enabled.');
$.lang.register('tipeeestream.donations.lastmessage.success', 'Updates the message for !lasttip command.');
$.lang.register('tipeeestream.enabled.donators', 'The donators group has been enabled.');
$.lang.register('tipeeestream.disabled.donators', 'The donators group has been disabled.');
$.lang.register('tipeeestream.donators.min', 'The minimum before being promoted to a Donator was set to $1');
$.lang.register('tipeeestream.donators.min.usage', 'Usage: !tipeeestream minmumbeforepromotion (amount)');

View File

@@ -0,0 +1,83 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('twitter.tweet', '[Twitter Feed From @(twitterid)] $1');
$.lang.register('twitter.tweet.mention', '[Twitter Feed From @(twitterid)] @$1: $2');
$.lang.register('twitter.reward.announcement', 'Retweets from $1! Reward of $2 given!');
$.lang.register('twitter.usage', 'usage: !twitter [lasttweet | lastmention | lastretweet | set | post | id]');
$.lang.register('twitter.id', '$1 is on Twitter @$2 [twitter.com/$2]');
$.lang.register('twitter.usage.id', '(!twitter usage for usage)');
$.lang.register('twitter.set.usage', 'usage: !twitter set [message | polldelay | poll | post | updatetimer | reward]');
$.lang.register('twitter.set.polldelay.usage', 'usage: !twitter set polldelay [mentions | retweets | hometimeline | usertimeline]');
$.lang.register('twitter.set.polldelay.minerror', 'Too small of a poll delay, minimum is $1 for this setting.');
$.lang.register('twitter.set.polldelay.mentions.usage', 'usage: !twitter set polldelay mentions [seconds]. Minimum is 60. Currently $1.');
$.lang.register('twitter.set.polldelay.retweets.usage', 'usage: !twitter set polldelay rewteets [seconds]. Minimum is 60. Currently $1.');
$.lang.register('twitter.set.polldelay.hometimeline.usage', 'usage: !twitter set polldelay hometimeline [seconds]. Minimum is 60. Currently $1.');
$.lang.register('twitter.set.polldelay.usertimeline.usage', 'usage: !twitter set polldelay usertimeline [seconds]. Minimum is 15. Currently $1.');
$.lang.register('twitter.set.polldelay.mentions.success', 'Set Twitter polldelay mentions to $1 seconds.');
$.lang.register('twitter.set.polldelay.retweets.success', 'Set Twitter polldelay retweets to $1 seconds.');
$.lang.register('twitter.set.polldelay.hometimeline.success', 'Set Twitter polldelay hometimeline to $1 seconds.');
$.lang.register('twitter.set.polldelay.usertimeline.success', 'Set Twitter polldelay usertimeline to $1 seconds.');
$.lang.register('twitter.set.poll.usage', 'usage: !twitter set poll [mentions | retweets | hometimeline | usertimeline]');
$.lang.register('twitter.set.poll.mentions.usage', 'usage: !twitter set poll mentions [on/off]. Currently $1. Polls @mentions from Twitter.');
$.lang.register('twitter.set.poll.retweets.usage', 'usage: !twitter set poll retweets [on/off]. Currently $1. Polls your Retweets from Twitter.');
$.lang.register('twitter.set.poll.hometimeline.usage', 'usage: !twitter set poll hometimeline [on/off]. Currently $1. Polls your entire timeline on Twitter, includes all Tweets on your timeline from others. Disables all other polling.');
$.lang.register('twitter.set.poll.usertimeline.usage', 'usage: !twitter set poll usertimeline [on/off]. Currently $1. Polls your Tweets from Twitter.');
$.lang.register('twitter.set.poll.mentions.success', 'Set Twitter poll mentions to $1.');
$.lang.register('twitter.set.poll.retweets.success', 'Set Twitter poll retweets to $1.');
$.lang.register('twitter.set.poll.hometimeline.success', 'Set Twitter poll hometimeline to $1. Core will no longer poll anything else.');
$.lang.register('twitter.set.poll.usertimeline.success', 'Set Twitter poll usertimeline to $1.');
$.lang.register('twitter.set.post.usage', 'usage: !twitter set post [online | gamechange | update]');
$.lang.register('twitter.set.post.online.usage', 'usage: !twitter set post online [on/off]. Currently $1.');
$.lang.register('twitter.set.post.gamechange.usage', 'usage: !twitter set post gamechange [on/off]. Currently $1.');
$.lang.register('twitter.set.post.update.usage', 'usage: !twitter set post update [on/off]. Currently $1.');
$.lang.register('twitter.set.post.online.success', 'Set Twitter post online to $1.');
$.lang.register('twitter.set.post.gamechange.success', 'Set Twitter post gamechange to $1.');
$.lang.register('twitter.set.post.update.success', 'Set Twitter post update to $1.');
$.lang.register('twitter.set.message.usage', 'usage; !twitter set message [online | gamechange]');
$.lang.register('twitter.set.message.online.usage', 'usage: !twitter set message online [message]. Tags: (game) (twitchurl). Currently: $1');
$.lang.register('twitter.set.message.online.success', 'Set Twitter auto-post online message to $1');
$.lang.register('twitter.set.message.gamechange.usage', 'usage: !twitter set message gamechange [message]. Tags: (game) (twitchurl). Currently: $1');
$.lang.register('twitter.set.message.gamechange.success', 'Set Twitter auto-post game change message to $1');
$.lang.register('twitter.set.message.update.usage', 'usage: !twitter set message update [message]. Tags: (game) (twitchurl) (uptime). Currently: $1');
$.lang.register('twitter.set.message.update.success', 'Set Twitter auto-post update message to $1');
$.lang.register('twitter.set.updatetimer.usage', 'usage: !twitter set updatetimer [minutes]. Minimum allowed is 60 minutes to attempt to offset duplicate post rejection from Twitter.');
$.lang.register('twitter.set.updatetimer.toosmall', 'The minimum allowed value is 180 minutes to attempt to offset duplicate post rejection from Twitter.');
$.lang.register('twitter.set.updatetimer.success', 'Set Twitter updatetimer to $1 minutes.');
$.lang.register('twitter.set.reward.usage', 'usage: !twitter set reward [toggle | points | cooldown | announce]');
$.lang.register('twitter.set.reward.toggle.usage', 'usage: !twitter set reward toggle [on/off]. Currently $1. Toggle rewards for retweets.');
$.lang.register('twitter.set.reward.toggle.success', 'Set Twitter retweet rewards to $1.');
$.lang.register('twitter.set.reward.points.usage', 'usage: !twitter set reward points [points]. Currently $1. Set reward amount for rewtweets.');
$.lang.register('twitter.set.reward.points.success', 'Set Twitter retweet reward amount to $1.');
$.lang.register('twitter.set.reward.cooldown.usage', 'usage: !twitter set reward cooldown [hours]. Currently $1. Hours that user must wait between rewards.');
$.lang.register('twitter.set.reward.cooldown.success', 'Set Twitter retweet reward cooldown to $1 hours.');
$.lang.register('twitter.set.reward.announce.usage', 'usage: !twitter set reward announce [on/off]. Currently $1. Toggle announcing rewards for retweets.');
$.lang.register('twitter.set.reward.announce.success', 'Set Twitter retweet reward announcements to $1.');
$.lang.register('twitter.post.usage', 'usage: !twitter post [message]');
$.lang.register('twitter.post.sent', 'Sent to Twitter: $1');
$.lang.register('twitter.post.failed', 'Failed to send message to Twitter.');
$.lang.register('twitter.lasttweet', 'Last Tweet: $1');
$.lang.register('twitter.lasttweet.disabled', 'Not polling Tweets from home or user timeline.');
$.lang.register('twitter.lastmention', 'Last Mention: $1');
$.lang.register('twitter.lastmention.disabled', 'Not polling mentions.');
$.lang.register('twitter.lastretweet', 'Last Retweet: $1');
$.lang.register('twitter.lastretweet.disabled', 'Not polling retweets.');
$.lang.register('twitter.register.usage', 'usage: !twitter register [twitter_id]. Currently $1. Register/change your Twitter ID.');
$.lang.register('twitter.register.success', 'Registered your Twitter ID as $1. To unregister, run !twitter unregister.');
$.lang.register('twitter.register.notregistered', 'no ID is registered');
$.lang.register('twitter.register.inuse', 'Twitter ID is already registered: $1');
$.lang.register('twitter.unregister', 'Unregistered your Twitter ID.');

View File

@@ -0,0 +1,24 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('wordcounter.usage', 'Usage: !wordcounter [add / remove] !count [word]');
$.lang.register('wordcounter.add.usage', 'Usage: !wordcounter add [word]');
$.lang.register('wordcounter.added', ' has been added to the word counter list!');
$.lang.register('wordcounter.remove.usage', 'Usage: !wordcounter remove [word]');
$.lang.register('wordcounter.err.404', 'That word is not in the counter list.');
$.lang.register('wordcounter.removed', ' has been removed to the word counter list!');
$.lang.register('wordcounter.count', '$1 has been said $2 times.');

View File

@@ -0,0 +1,425 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('chatmoderator.moderation.logs', 'Moderation logs have been $1');
$.lang.register('chatmoderator.moderation.enabled', 'Enabled - this will require a bot reboot.');
$.lang.register('chatmoderator.usage.toggles', 'Usage: !moderation [links / caps / symbols / spam / emotes / colors / longmessages / spamtracker / fakepurge / regulars / subscribers / silenttimeout]');
$.lang.register('chatmoderator.usage.messages', 'Usage: !moderation [linksmessage / capsmessage / symbolsmessage / spammessage / emotesmessage / colorsmessage / blacklistmessage / blacklistmessageban / longmsgmessage / spamtrackermessage / fakepurgemessage]');
$.lang.register('chatmoderator.options', 'Usage: !moderation [capstriggerlength / capslimit / symbolstriggerlength / symbolslimit / symbolsgrouplimit / spamlimit / emoteslimit / spamtrackerlimit / spamtrackertime / permittime / warningtime / timeouttime / messagecooldown / messagecharacterlimit / warningresettime]');
$.lang.register('chatmoderator.link.usage', 'Usage: !moderation links [on / off] (link filter is currently $1)');
$.lang.register('chatmoderator.fakepurge.usage', 'Usage: !moderation fakepurge [on / off] (fake purge is currently $1)');
$.lang.register('chatmoderator.link.filter.enabled', 'Link filter has been enabled.');
$.lang.register('chatmoderator.msgcooldown.usage', 'Usage: !moderation messagecooldown [time in seconds]');
$.lang.register('chatmoderator.msgcooldown.set', 'message cooldown set to $1 seconds.');
$.lang.register('chatmoderator.warningresettime.usage', 'Usage: !moderation warningresettime [time in minutes]');
$.lang.register('chatmoderator.warningresettime.set', 'Warning reset time set to $1 minutes.');
$.lang.register('chatmoderator.link.filter.disabled', 'Link filter has been disabled.');
$.lang.register('chatmoderator.message.limit.usage', 'Usage: !moderation messagecharacterlimit [amount]');
$.lang.register('chatmoderator.message.limit.set', 'Max characters allowed in a message set to $1 characters.');
$.lang.register('chatmoderator.message.message.usage', 'Usage: !moderation longmsgmessage [message]');
$.lang.register('chatmoderator.message.fakepurge.usage', 'Usage: !moderation fakepurgemessage [message]');
$.lang.register('chatmoderator.message.message.set', 'Message length filter message set to $1');
$.lang.register('chatmoderator.message.usage', 'Usage: !moderation longmessages [on / off] (long message filter is currently $1)');
$.lang.register('chatmoderator.message.filter.enabled', 'Long message filter enabled.');
$.lang.register('chatmoderator.message.filter.disabled', 'Long message filter disabled.');
$.lang.register('chatmoderator.caps.usage', 'Usage: !moderation caps [on / off] (cap filter is currently $1)');
$.lang.register('chatmoderator.caps.filter.enabled', 'Caps filter has been enabled.');
$.lang.register('chatmoderator.caps.filter.disabled', 'Caps filter has been disabled.');
$.lang.register('chatmoderator.spam.usage', 'Usage: !moderation spam [on / off] (spam filter is currently $1)');
$.lang.register('chatmoderator.spam.filter.enabled', 'Spam filter has been enabled.');
$.lang.register('chatmoderator.spam.filter.disabled', 'Spam filter has been disabled.');
$.lang.register('chatmoderator.spamtracker.usage', 'Usage: !moderation spamtracker [on / off] (spam tracker filter is currently $1)');
$.lang.register('chatmoderator.spamtracker.filter.enabled', 'Spam tracker filter has been enabled.');
$.lang.register('chatmoderator.spamtracker.filter.disabled', 'Spam tracker filter has been disabled.');
$.lang.register('chatmoderator.symbols.usage', 'Usage: !moderation symbols [on / off] (symbol filter is currently $1)');
$.lang.register('chatmoderator.symbols.filter.enabled', 'Symbol filter has been enabled.');
$.lang.register('chatmoderator.symbols.filter.disabled', 'Symbol filter has been disabled.');
$.lang.register('chatmoderator.emotes.usage', 'Usage: !moderation emotes [on / off] (emote filter is currently $1)');
$.lang.register('chatmoderator.emotes.filter.enabled', 'Emotes filter has been enabled.');
$.lang.register('chatmoderator.emotes.filter.disabled', 'Emotes filter has been disabled.');
$.lang.register('chatmoderator.colors.usage', 'Usage: !moderation colors [on / off] (colors filter is currently $1)');
$.lang.register('chatmoderator.colors.filter.enabled', 'Colour filter has been enabled.');
$.lang.register('chatmoderator.colors.filter.disabled', 'Colour filter has been disabled.');
$.lang.register('chatmoderator.fakepurge.filter.enabled', 'Fake purge filter has been enabled.');
$.lang.register('chatmoderator.fakepurge.filter.disabled', 'fake purge filter has been disabled.');
$.lang.register('chatmoderator.regulars.usage', 'Usage: !moderation regulars [links / caps / symbols / spam / emotes / colors / longmessages / spamtracker / fakepurge] [true / false]');
$.lang.register('chatmoderator.subscribers.usage', 'Usage: !moderation subscribers [links / caps / symbols / spam / emotes / colors / longmessages / spamtracker / fakepurge] [true / false]');
$.lang.register('chatmoderator.subscribers.links.allowed', 'subscribers will now be effected by the link filter.');
$.lang.register('chatmoderator.subscribers.links.not.allowed', 'subscribers will no longer be effected by the link filter.');
$.lang.register('chatmoderator.subscribers.caps.allowed', 'subscribers will now be effected by the caps filter.');
$.lang.register('chatmoderator.subscribers.caps.not.allowed', 'subscribers will no longer be effected by the caps filter.');
$.lang.register('chatmoderator.subscribers.symbols.allowed', 'subscribers will now be effected by the symbols filter.');
$.lang.register('chatmoderator.subscribers.symbols.not.allowed', 'subscribers will no longer be effected by the symbols filter.');
$.lang.register('chatmoderator.subscribers.spam.allowed', 'subscribers will now be effected by the spam filter.');
$.lang.register('chatmoderator.subscribers.spam.not.allowed', 'subscribers will no longer be effected by the spam filter.');
$.lang.register('chatmoderator.subscribers.emotes.allowed', 'subscribers will now be effected by the emotes filter.');
$.lang.register('chatmoderator.subscribers.emotes.not.allowed', 'subscribers will no longer be effected by the emotes filter.');
$.lang.register('chatmoderator.subscribers.spamtracker.allowed', 'subscribers will now be effected by the spam tracker filter.');
$.lang.register('chatmoderator.subscribers.spamtracker.not.allowed', 'subscribers will no longer be effected by the spam tracker filter.');
$.lang.register('chatmoderator.subscribers.colors.allowed', 'subscribers will now be effected by the colors filter.');
$.lang.register('chatmoderator.subscribers.colors.not.allowed', 'subscribers will no longer be effected by the colors filter.');
$.lang.register('chatmoderator.subscribers.long.messages.allowed', 'subscribers will now be effected by the long message filter.');
$.lang.register('chatmoderator.subscribers.long.messages.not.allowed', 'subscribers will no longer be effected by the long message filter.');
$.lang.register('chatmoderator.subscribers.fakepurge.allowed', 'subscribers will now be effected by the fake purges filter.');
$.lang.register('chatmoderator.subscribers.fakepurge.not.allowed', 'subscribers will no longer be effected by the fake purges filter.');
$.lang.register('chatmoderator.subscribers.toggle.link', 'subscribers are currently $1 to post links.');
$.lang.register('chatmoderator.subscribers.toggle.caps', 'subscribers are currently $1 to type all in caps.');
$.lang.register('chatmoderator.subscribers.toggle.symbols', 'subscribers are currently $1 to spam symbols.');
$.lang.register('chatmoderator.subscribers.toggle.spam', 'subscribers are currently $1 to spam repeating characters.');
$.lang.register('chatmoderator.subscribers.toggle.emotes', 'subscribers are currently $1 to overuse emotes.');
$.lang.register('chatmoderator.subscribers.toggle.colors', 'subscribers are currently $1 to use /me for colored text');
$.lang.register('chatmoderator.subscribers.toggle.fakepurge', 'subscribers are currently $1 to use fake purges.');
$.lang.register('chatmoderator.subscribers.toggle.long.msg', 'subscribers are currently $1 to post long messages.');
$.lang.register('chatmoderator.regulars.links.allowed', 'regulars will now be effected by the link filter.');
$.lang.register('chatmoderator.regulars.links.not.allowed', 'regulars will no longer be effected by the link filter.');
$.lang.register('chatmoderator.regulars.caps.allowed', 'regulars will now be effected by the caps filter.');
$.lang.register('chatmoderator.regulars.caps.not.allowed', 'regulars will no longer be effected by the caps filter.');
$.lang.register('chatmoderator.regulars.symbols.allowed', 'regulars will now be effected by the symbols filter.');
$.lang.register('chatmoderator.regulars.symbols.not.allowed', 'regulars will no longer be effected by the symbols filter.');
$.lang.register('chatmoderator.regulars.spam.allowed', 'regulars will now be effected by the spam filter.');
$.lang.register('chatmoderator.regulars.spam.not.allowed', 'regulars will no longer be effected by the spam filter.');
$.lang.register('chatmoderator.regulars.emotes.allowed', 'regulars will now be effected by the emotes filter.');
$.lang.register('chatmoderator.regulars.emotes.not.allowed', 'regulars will no longer be effected by the emotes filter.');
$.lang.register('chatmoderator.regulars.spamtracker.allowed', 'regulars will now be effected by the spam tracker filter.');
$.lang.register('chatmoderator.regulars.spamtracker.not.allowed', 'regulars will no longer be effected by the spam tracker filter.');
$.lang.register('chatmoderator.regulars.colors.allowed', 'regulars will now be effected by the colors filter.');
$.lang.register('chatmoderator.regulars.colors.not.allowed', 'regulars will no longer be effected by the colors filter.');
$.lang.register('chatmoderator.regulars.long.messages.allowed', 'regulars will now be effected by the long message filter.');
$.lang.register('chatmoderator.regulars.long.messages.not.allowed', 'regulars will no longer be effected by the long message filter.');
$.lang.register('chatmoderator.regulars.fakepurge.allowed', 'regulars will now be effected by the fake purges filter.');
$.lang.register('chatmoderator.regulars.fakepurge.not.allowed', 'regulars will no longer be effected by the fake purges filter.');
$.lang.register('chatmoderator.regulars.toggle.link', 'regulars are currently $1 to post links.');
$.lang.register('chatmoderator.regulars.toggle.caps', 'regulars are currently $1 to type all in caps.');
$.lang.register('chatmoderator.regulars.toggle.symbols', 'regulars are currently $1 to spam symbols.');
$.lang.register('chatmoderator.regulars.toggle.spam', 'regulars are currently $1 to spam repeating characters.');
$.lang.register('chatmoderator.regulars.toggle.emotes', 'regulars are currently $1 to overuse emotes.');
$.lang.register('chatmoderator.regulars.toggle.colors', 'regulars are currently $1 to use fake purges.');
$.lang.register('chatmoderator.regulars.toggle.fakepurge', 'regulars are currently $1 to use fake purges.');
$.lang.register('chatmoderator.regulars.toggle.long.msg', 'regulars are currently $1 to post long messages.');
$.lang.register('chatmoderator.silenttimeout.toggle.links', 'silent timeout is currently $1 for links.');
$.lang.register('chatmoderator.silenttimeout.usage.all', 'usage: !moderation silenttimeout all [true / false]');
$.lang.register('chatmoderator.silenttimeout.true', 'silent timeout has been enabled for all filters.');
$.lang.register('chatmoderator.silenttimeout.false', 'silent timeout has been disabled for all filters.');
$.lang.register('chatmoderator.silenttimeout.toggle.caps', 'silent timeout is currently $1 for caps.');
$.lang.register('chatmoderator.silenttimeout.toggle.spamtracker', 'silent timeout is currently $1 for spam tracker.');
$.lang.register('chatmoderator.silenttimeout.toggle.symbols', 'silent timeout is currently $1 for symbols.');
$.lang.register('chatmoderator.silenttimeout.toggle.spam', 'silent timeout is currently $1 for spam.');
$.lang.register('chatmoderator.silenttimeout.toggle.emotes', 'silent timeout is currently $1 for emotes.');
$.lang.register('chatmoderator.silenttimeout.toggle.colors', 'silent timeout is currently $1 for colors.');
$.lang.register('chatmoderator.silenttimeout.toggle.fakepurge', 'silent timeout is currently $1 for fake purges.');
$.lang.register('chatmoderator.silenttimeout.toggle.long.message', 'silent timeout is currently $1 for long messages.');
$.lang.register('chatmoderator.silenttimeout.toggle.blacklist', 'silent timeout is currently $1 for blacklist.');
$.lang.register('chatmoderator.silenttimeout.links.true', 'silent timeout has been turned on for links.');
$.lang.register('chatmoderator.silenttimeout.caps.true', 'silent timeout has been turned on for caps.');
$.lang.register('chatmoderator.silenttimeout.symbols.true', 'silent timeout has been turned on for symbols.');
$.lang.register('chatmoderator.silenttimeout.spam.true', 'silent timeout has been turned on for spam.');
$.lang.register('chatmoderator.silenttimeout.spamtracker.true', 'silent timeout has been turned on for spam tracker.');
$.lang.register('chatmoderator.silenttimeout.emotes.true', 'silent timeout has been turned on for emotes.');
$.lang.register('chatmoderator.silenttimeout.colors.true', 'silent timeout has been turned on for colors.');
$.lang.register('chatmoderator.silenttimeout.fakepurge.true', 'silent timeout has been turned on for fake purges.');
$.lang.register('chatmoderator.silenttimeout.long.msg.true', 'silent timeout has been turned on for long messages.');
$.lang.register('chatmoderator.silenttimeout.links.false', 'silent timeout has been turned off for links.');
$.lang.register('chatmoderator.silenttimeout.caps.false', 'silent timeout has been turned off for caps.');
$.lang.register('chatmoderator.silenttimeout.symbols.false', 'silent timeout has been turned off for symbols.');
$.lang.register('chatmoderator.silenttimeout.spam.false', 'silent timeout has been turned off for spam.');
$.lang.register('chatmoderator.silenttimeout.spamtracker.false', 'silent timeout has been turned off for spam tracker.');
$.lang.register('chatmoderator.silenttimeout.emotes.false', 'silent timeout has been turned off for emotes.');
$.lang.register('chatmoderator.silenttimeout.colors.false', 'silent timeout has been turned off for colors.');
$.lang.register('chatmoderator.silenttimeout.fakepurge.false', 'silent timeout has been turned off for fake purges.');
$.lang.register('chatmoderator.silenttimeout.long.msg.false', 'silent timeout has been turned off for long messages.');
$.lang.register('chatmoderator.silenttimeout.usage', 'Usage: !moderation silenttimeout [links / caps / symbols / spam / emotes / colors / longmessages / spamtracker / fakepurge / all] [true / false]');
$.lang.register('chatmoderator.link.message.usage', 'Usage: !moderation linksmessage [message]');
$.lang.register('chatmoderator.link.message.set', 'link warning message set to: $1');
$.lang.register('chatmoderator.caps.message.usage', 'Usage: !moderation capsmessage [message]');
$.lang.register('chatmoderator.caps.message.set', 'cap warning message set to: $1');
$.lang.register('chatmoderator.symbols.message.usage', 'Usage: !moderation symbolsmessage [message]');
$.lang.register('chatmoderator.symbols.message.set', 'symbol warning message set to: $1');
$.lang.register('chatmoderator.emotes.message.usage', 'Usage: !moderation emotesmessage [message]');
$.lang.register('chatmoderator.emotes.message.set', 'emotes warning message set to: $1');
$.lang.register('chatmoderator.spam.message.usage', 'Usage: !moderation spammessage [message]');
$.lang.register('chatmoderator.spam.message.set', 'spam warning message set to: $1');
$.lang.register('chatmoderator.spamtracker.message.usage', 'Usage: !moderation spamtrackermessage [message]');
$.lang.register('chatmoderator.spamtracker.message.set', 'spam tracker warning message set to: $1');
$.lang.register('chatmoderator.colors.message.usage', 'Usage: !moderation colorsmessage [message]');
$.lang.register('chatmoderator.colors.message.set', 'color warning message set to: $1');
$.lang.register('chatmoderator.fakepurge.message.usage', 'Usage: !moderation fakepurgemessage [message]');
$.lang.register('chatmoderator.fakepurge.message.set', 'fake purge warning message set to: $1');
$.lang.register('chatmoderator.blacklist.message.usage', 'Usage: !moderation blacklistmessage [message]');
$.lang.register('chatmoderator.blacklist.message.set', 'blacklist warning message set to: $1');
$.lang.register('chatmoderator.blacklistban.message.usage', 'Usage: !moderation blacklistmessageban [message]');
$.lang.register('chatmoderator.blacklistban.message.set', 'blacklist ban message set to: $1');
$.lang.register('chatmoderator.permit.time.usage', 'Usage: !moderation permittime [time]');
$.lang.register('chatmoderator.permit.time.set', 'link permit time set to: $1 seconds.');
$.lang.register('chatmoderator.caps.limit.usage', 'Usage: !moderation capslimit [amount in percent]');
$.lang.register('chatmoderator.caps.limit.set', 'cap limit set to: $1% of caps.');
$.lang.register('chatmoderator.caps.trigger.length.set', 'cap trigger length set to: $1');
$.lang.register('chatmoderator.caps.trigger.length.usage', 'Usage: !moderation capstriggerlength [amount]');
$.lang.register('chatmoderator.spam.limit.usage', 'Usage: !moderation spamlimit [amount]');
$.lang.register('chatmoderator.spam.limit.set', 'spam limit set to: $1');
$.lang.register('chatmoderator.spamtracker.limit.usage', 'Usage: !moderation spamtrackerlimit [amount]');
$.lang.register('chatmoderator.spamtracker.limit.set', 'spam tracker limit set to: $1 message');
$.lang.register('chatmoderator.spamtracker.time.usage', 'Usage: !moderation spamtrackertime [amount in seconds]');
$.lang.register('chatmoderator.spamtracker.time.set', 'spam tracker time set to: $1 seconds');
$.lang.register('chatmoderator.symbols.limit.usage', 'Usage: !moderation symbolslimit [amount]');
$.lang.register('chatmoderator.symbols.limit.set', 'symbol limit set to: $1% of symbols');
$.lang.register('chatmoderator.symbols.group.limit.usage', 'Usage: !moderation symbolsgrouplimit [amount]');
$.lang.register('chatmoderator.symbols.group.limit.set', 'grouped symbol limit set to: $1 symbols');
$.lang.register('chatmoderator.symbols.trigger.length.usage', 'Usage: !moderation symbolsTriggerLength [amount]');
$.lang.register('chatmoderator.symbols.trigger.length.set', 'symbol trigger length set to: $1');
$.lang.register('chatmoderator.emotes.limit.usage', 'Usage: !moderation emoteslimit [amount]');
$.lang.register('chatmoderator.emotes.limit.set', 'emotes limit set to: $1 emotes');
$.lang.register('chatmoderator.permit.usage', 'Usage: !permit [username]');
$.lang.register('chatmoderator.permited', ' is now permitted to post one link during the next $1 seconds!');
$.lang.register('chatmoderator.blacklist.usage', 'Usage: !blackList [add / remove]');
$.lang.register('chatmoderator.blacklist.add.usage', 'Usage: !blackList add (timeout time) (message | regex) - Use regex: to specify a regex.');
$.lang.register('chatmoderator.blacklist.added', 'Word added to the blacklist.');
$.lang.register('chatmoderator.blacklist.remove.usage', 'Usage: !blackList remove (message | regex) - Use regex: to specify a regex.');
$.lang.register('chatmoderator.err', 'That\'s an invalid option.');
$.lang.register('chatmoderator.blacklist.removed', 'Word removed from the blacklist.');
$.lang.register('chatmoderator.blacklist.show.usage', 'Usage: !blackList show (id)');
$.lang.register('chatmoderator.whitelist.usage', 'Usage: !whiteList [add / remove]');
$.lang.register('chatmoderator.whitelist.add.usage', 'Usage: !whiteList add (url)');
$.lang.register('chatmoderator.whitelist.link.added', 'Link added to the whiteList.');
$.lang.register('chatmoderator.whitelist.remove.usage', 'Usage: !whiteList remove (url)');
$.lang.register('chatmoderator.whitelist.removed', 'Link removed from the whitelist!');
$.lang.register('chatmoderator.warning', '(warning)');
$.lang.register('chatmoderator.timeout', '(timeout)');
$.lang.register('chatmoderator.ban', '(ban)');
$.lang.register('chatmoderator.blacklisttimeouttime.set', 'blacklist timeout time set to $1 seconds.');
$.lang.register('chatmoderator.blacklisttimeouttime.usage', '!moderation blacklisttimeouttime [time in seconds] (blacklist timeout time is currently $1 seconds)');
$.lang.register('chatmoderator.warningtime.usage', '!moderation warningtime [links / caps / symbols / spam / emotes / colors / longmessages / spamtracker / fakepurge] [time in seconds]');
$.lang.register('chatmoderator.warningtime.links.usage', '!moderation warningtime links [time in seconds] (current warning time for links is set to $1 seconds)');
$.lang.register('chatmoderator.warningtime.links', 'warning time for links has been set to $1 seconds.');
$.lang.register('chatmoderator.warningtime.caps.usage', '!moderation warningtime caps [time in seconds] (current warning time for caps is set to $1 seconds)');
$.lang.register('chatmoderator.warningtime.caps', 'warning time for caps has been set to $1 seconds.');
$.lang.register('chatmoderator.warningtime.symbols.usage', '!moderation warningtime symbols [time in seconds] (current warning time for symbols is set to $1 seconds)');
$.lang.register('chatmoderator.warningtime.symbols', 'warning time for symbols has been set to $1 seconds.');
$.lang.register('chatmoderator.warningtime.spam.usage', '!moderation warningtime spam [time in seconds] (current warning time for spam is set to $1 seconds)');
$.lang.register('chatmoderator.warningtime.spam', 'warning time for spam has been set to $1 seconds.');
$.lang.register('chatmoderator.warningtime.spamtracker.usage', '!moderation warningtime spamtracker [time in seconds] (current warning time for spam tracker is set to $1 seconds)');
$.lang.register('chatmoderator.warningtime.spamtracker', 'warning time for spam tracker has been set to $1 seconds.');
$.lang.register('chatmoderator.warningtime.colors.usage', '!moderation warningtime colors [time in seconds] (current warning time for colors is set to $1 seconds)');
$.lang.register('chatmoderator.warningtime.colors', 'warning time for colors has been set to $1 seconds.');
$.lang.register('chatmoderator.warningtime.emotes.usage', '!moderation warningtime emotes [time in seconds] (current warning time for emotes is set to $1 seconds)');
$.lang.register('chatmoderator.warningtime.emotes', 'warning time for emotes has been set to $1 seconds.');
$.lang.register('chatmoderator.warningtime.longmsg.usage', '!moderation warningtime longmessages [time in seconds] (current warning time for long messages is set to $1 seconds)');
$.lang.register('chatmoderator.warningtime.longmsg', 'warning time for long messages has been set to $1 seconds.');
$.lang.register('chatmoderator.warningtime.fakepurge.usage', '!moderation warningtime fakepurge [time in seconds] (current warning time for fake purges is set to $1 seconds)');
$.lang.register('chatmoderator.warningtime.fakepurge', 'warning time for fake purges has been set to $1 seconds.');
$.lang.register('chatmoderator.timeouttime.usage', '!moderation timeouttime [links / caps / symbols / spam / emotes / colors / longmessages / spamtracker / fakepurge] [time in seconds]');
$.lang.register('chatmoderator.timeouttime.links.usage', '!moderation timeoutime links [time in seconds] (current timeout time for links is set to $1 seconds)');
$.lang.register('chatmoderator.timeouttime.links', 'timeout time for links has been set to $1 seconds.');
$.lang.register('chatmoderator.timeouttime.caps.usage', '!moderation timeoutime caps [time in seconds] (current timeout time for caps is set to $1 seconds)');
$.lang.register('chatmoderator.timeouttime.caps', 'timeout time for caps has been set to $1 seconds.');
$.lang.register('chatmoderator.timeouttime.symbols.usage', '!moderation timeoutime symbols [time in seconds] (current timeout time for symbols is set to $1 seconds)');
$.lang.register('chatmoderator.timeouttime.symbols', 'timeout time for symbols has been set to $1 seconds.');
$.lang.register('chatmoderator.timeouttime.spam.usage', '!moderation timeoutime spam [time in seconds] (current timeout time for spam is set to $1 seconds)');
$.lang.register('chatmoderator.timeouttime.spam', 'timeout time for spam has been set to $1 seconds.');
$.lang.register('chatmoderator.timeouttime.spamtracker.usage', '!moderation timeoutime spamtracker [time in seconds] (current timeout time for spam tracker is set to $1 seconds)');
$.lang.register('chatmoderator.timeouttime.spamtracker', 'timeout time for spam tracker has been set to $1 seconds.');
$.lang.register('chatmoderator.timeouttime.colors.usage', '!moderation timeoutime colors [time in seconds] (current timeout time for colors is set to $1 seconds)');
$.lang.register('chatmoderator.timeouttime.colors', 'timeout time for colors has been set to $1 seconds.');
$.lang.register('chatmoderator.timeouttime.emotes.usage', '!moderation timeoutime emotes [time in seconds] (current timeout time for emotes is set to $1 seconds)');
$.lang.register('chatmoderator.timeouttime.emotes', 'timeout time for emotes has been set to $1 seconds.');
$.lang.register('chatmoderator.timeouttime.longmsg.usage', '!moderation timeoutime longmessages [time in seconds] (current timeout time for long messages is set to $1 seconds)');
$.lang.register('chatmoderator.timeouttime.longmsg', 'timeout time for long messages has been set to $1 seconds.');
$.lang.register('chatmoderator.timeouttime.fakepuge.usage', '!moderation timeoutime fakepurge [time in seconds] (current timeout time for fake purges is set to $1 seconds)');
$.lang.register('chatmoderator.timeouttime.fakepuge', 'timeout time for fake purges has been set to $1 seconds.');
$.lang.register('cmd.404', 'command !$1 does not exist or is not registered.');
$.lang.register('cmd.adminonly', 'Only an Administrator has access to that command!');
$.lang.register('cmd.casteronly', 'Only a Caster has access to that command!');
$.lang.register('cmd.modonly', 'Only a Moderator has access to that command!');
$.lang.register('cmd.useronly', 'Only $1 has access to that command!');
$.lang.register('cmd.needpoints', 'That command costs $1, which you don\'t have.');
$.lang.register('cmd.perm.404', 'you do not have access to that command. Only $1 or higher can access it.');
$.lang.register('commandlist.commands', 'Commands (page $1 of $2): $3');
$.lang.register('commandlist.more', ' >> Type "!commands $1" for more');
$.lang.register('commandlist.nocommands', 'There are currently no commands available to you');
$.lang.register('commandlist.nopage', 'page $1 does not exist!');
$.lang.register('commandlist.progress', 'Exporting commands... $1%');
$.lang.register('commandpause.ended', 'All commands are enabled again.');
$.lang.register('commandpause.initiated', 'All commands are disabled for $1.');
$.lang.register('commandpause.isactive', 'All commands are currently disabled.');
$.lang.register('common.disabled', 'disabled');
$.lang.register('common.enabled', 'enabled');
$.lang.register('common.user-error', 'You must specify a user to target with this command');
$.lang.register('common.user.404', 'The user "$1" has not visited this channel yet.');
$.lang.register('common.game.change', 'Changed the current game to: $1!');
$.lang.register('common.communities.change', 'Communities have been updated!');
$.lang.register('common.title.change', 'Changed the current title to: $1!');
$.lang.register('common.twitch.no.status', 'not sure, neither is Twitch');
$.lang.register('common.twitch.no.game', 'not sure, neither is Twitch');
$.lang.register('console.channel.ishosting', '$1 is currently hosting $2.');
$.lang.register('console.received.clearchat', 'Received a clear chat notification from jtv');
$.lang.register('console.received.host.end', 'Received an end host mode notification from jtv');
$.lang.register('console.received.host.start', 'Received a start host mode notification on user $1 from jtv');
$.lang.register('console.received.irsprivmsg', 'Received a PM from $1: $2');
$.lang.register('console.received.purgetimeoutban', 'Received a purge/timeout/ban notification on user $1 from jtv');
$.lang.register('console.received.r9k.end', 'Received an end r9k mode notification from jtv');
$.lang.register('console.received.r9k.start', 'Received a start r9k mode notification from jtv');
$.lang.register('console.received.slowmode.end', 'Received an end slow mode notification from jtv');
$.lang.register('console.received.slowmode.start', 'Received a start slow mode ($1) notification from jtv');
$.lang.register('console.received.subscriberonly.end', 'Received an end subscribers-only mode notification from jtv');
$.lang.register('console.received.subscriberonly.start', 'Received a start subscribers-only mode notification from jtv');
$.lang.register('cooldown.set.togglemodcooldown', 'Command cooldowns have been $1 for moderators.');
$.lang.register('cooldown.coolcom.usage', 'Usage: !coolcom [command] [seconds] [type (global / user)] - Using -1 for the seconds removes the cooldown.');
$.lang.register('cooldown.coolcom.err', 'The minimum cooldown that can be set is 5 seconds.');
$.lang.register('cooldown.coolcom.set', 'Cooldown for command !$1 has been set to $2 seconds.');
$.lang.register('cooldown.coolcom.remove', 'Cooldown for command !$1 has been removed.');
$.lang.register('cooldown.cooldown.usage', 'Usage: !cooldown [togglemoderators / setdefault]');
$.lang.register('cooldown.default.set', 'The default cooldown for commands without one has been set to $1 seconds.');
$.lang.register('cooldown.default.usage', 'Usage: !cooldown setdefault [seconds] - Set a cooldown for commands that don\'t have one.');
$.lang.register('cooldown.adventure.err', 'Please use "!adventure set cooldown" to set the cooldown for adventures.');
$.lang.register('init.cmsgset', 'Connected message set!');
$.lang.register('init.module.404', 'That module does not exist or is not loaded!');
$.lang.register('init.module.check.disabled', 'Module $1 is currently disabled!');
$.lang.register('init.module.check.enabled', 'Module $1 is currently enabled!');
$.lang.register('init.module.auto-disabled', 'Modules related to the points system have been disabled.');
$.lang.register('init.module.disabled', 'Module "$1" disabled!');
$.lang.register('init.module.enabled', 'Module "$1" enabled!');
$.lang.register('init.module.error', 'Module "$1" enabled but did not initialize! Check error logs!');
$.lang.register('init.module.list', 'Modules: $1');
$.lang.register('init.module.list.total', 'Total Pages: $1');
$.lang.register('init.module.usage', 'Usage: !module [list / enabled / delete / status]');
$.lang.register('init.module.usage.disable', 'Usage: !module disable [module path]');
$.lang.register('init.module.usage.status', 'Usage: !module status [module path]');
$.lang.register('init.module.usage.enable', 'Usage: !module enable [module path]');
$.lang.register('init.module.delete.usage', 'Usage: !module delete [module_name] - Deletes entry from DB! Use for modules removed from disk!');
$.lang.register('init.module.delete.success', 'Module deleted from DB: $1');
$.lang.register('init.module.delete.404', 'Module not found in DB: $1');
$.lang.register('init.reconnect', 'Reconnecting to $1');
$.lang.register('init.rejoin', 'Rejoining the channel.');
$.lang.register('init.disconnect', 'Disconnecting from $1');
$.lang.register('init.usage', '!$1 [reconnect / disconnect]');
$.lang.register('init.connected.msg', 'Connect message set to: $1');
$.lang.register('init.connected.msg.usage', '!$1 connectmessage [message]');
$.lang.register('init.connected.msg.removed', 'Connect message removed!');
$.lang.register('init.blacklist.usage', 'Usage: !$1 blacklist [add / remove]');
$.lang.register('init.blacklist.add.usage', 'Usage: !$1 blacklist add (username)');
$.lang.register('init.blacklist.added', 'added $1 to the bot blacklist!');
$.lang.register('init.blacklist.remove.usage', 'Usage: !$1 blacklist remove (username)');
$.lang.register('init.blacklist.err', 'that user is not in the blacklist.');
$.lang.register('init.blacklist.removed', 'removed $1 from the bot blacklist!');
$.lang.register('init.mod.toggle.on.pay', 'moderators+ will now pay for commands.');
$.lang.register('init.mod.toggle.off.pay', 'moderators+ will no longer pay for commands.');
$.lang.register('init.mod.toggle.perm.msg.off', 'No permission messages have been disabled.');
$.lang.register('init.mod.toggle.perm.msg.on', 'No permission messages have been enabled.');
$.lang.register('init.mod.toggle.price.msg.off', 'The price message has been disabled.');
$.lang.register('init.mod.toggle.price.msg.on', 'The price message has been enabled.');
$.lang.register('init.toggle.cooldown.msg.on', 'The cooldown message has been enabled.');
$.lang.register('init.toggle.cooldown.msg.off', 'The cooldown message has been disabled.');
$.lang.register('init.cooldown.msg', 'command !$1 is still on cooldown. ($2 seconds)');
$.lang.register('lang.curlang', 'The current language is $1!');
$.lang.register('lang.lang.404', 'That language file does not exist!');
$.lang.register('lang.lang.changed', 'Changed language to $1!');
$.lang.register('lang.response.action.disabled', 'Chat output will be normal text. (without /me)');
$.lang.register('lang.response.action.enabled', 'Chat output wil be prepended with "/me".');
$.lang.register('lang.response.disabled', 'Responses are now disabled! To enable them, use !mute');
$.lang.register('lang.response.enabled', 'Responses are now enabled! To disable them, use: !mute');
$.lang.register('logging.enabled.files', 'File and chat logging has been enabled!');
$.lang.register('logging.disabled.files', 'File and chat logging has been disabled!');
$.lang.register('logging.enabled.event', 'Event logging has been enabled!');
$.lang.register('logging.disabled.event', 'Event logging has been disabled!');
$.lang.register('logging.enabled.error', 'Error logging has been enabled!');
$.lang.register('logging.disabled.error', 'Error logging has been disabled!');
$.lang.register('logging.usage', 'Usage: !log [files / errors / events]');
$.lang.register('logging.rotatedays.usage', 'usage: !log rotatedays [days]. 0 to keep all logs. Currently: $1');
$.lang.register('logging.rotatedays.success', 'Logs will rotate every $1 days.');
$.lang.register('logging.rotatedays.success.off', 'Logs will not be rotated');
$.lang.register('permissions.reloadbots', 'Reloaded list of bots and users to not accumulate time or points.');
$.lang.register('permissions.current.listtoolong', 'There are over $1 to list, I suggest checking the viewerslist in the Twitch chat.');
$.lang.register('permissions.current.mods', 'Mods in channel: $1');
$.lang.register('permissions.current.users', 'Users in channel: $1');
$.lang.register('permissions.group.self.current', 'You currently have $1 permissions.');
$.lang.register('permissions.group.other.current', '$1 currently has $2 permissions.');
$.lang.register('permissions.group.set.error.abovegroup', 'You must have higher permissions than the person you are trying to promote!');
$.lang.register('permissions.group.set.error.samegroup', 'You cannot promote others to the same permission as you.');
$.lang.register('permissions.group.set.success', 'Permission for $1 changed to $2!');
$.lang.register('permissions.group.usage', 'Usage: !permission, !permission [name] [permissionID]');
$.lang.register('permissions.grouppoints.usage', 'Usage: !permissionpoints [permission name] [online|offline] [points]. points of -1 uses !setgain, !setofflinegain values.');
$.lang.register('permissions.grouppoints.showgroup', 'Permission $1 gains $2 $3 online and $4 $5 offline.');
$.lang.register('permissions.grouppoints.showgroup.online', '$1 gains $2 $3 online.');
$.lang.register('permissions.grouppoints.showgroup.offline', '$1 gains $2 $3 offline.');
$.lang.register('permissions.grouppoints.set.online', 'Set permission $1 to gain $2 $3 online.');
$.lang.register('permissions.grouppoints.set.offline', 'Set permission $1 to gain $2 $3 offline.');
$.lang.register('permissions.grouppoints.set.sub.error', 'You cannot promote anyone to Subscriber, this status is from Twitch.');
$.lang.register('ignorelist', 'Current Ignored Bots: $1');
$.lang.register('ignorelist.listtoolong', 'There are over $1 to list, I suggest checking the ./addons/ignorebots.txt');
$.lang.register('ignoreadd.usage', 'Usage: !ignoreadd [username], to add a channel to the ignore list.');
$.lang.register('ignoreadd.added', '$1 has been added to the ignorebots.txt file.');
$.lang.register('ignoreadd.nouser', '$1 is already in the ignorebots.txt file.');
$.lang.register('ignoreremove.usage', 'Usage: !ignoreremove [username], to remove a channel from the ignore list.');
$.lang.register('ignoreremove.removed', '$1 has been removed from the ignorebots.txt file.');
$.lang.register('ignoreremove.nouser', '$1 in not currently in the ignorebots.txt file.');
$.lang.register('timesystem.uptime.offline', '$1 is currently offline.');
$.lang.register('timesystem.uptime', '$1 has been live for $2!');
$.lang.register('timesystem.add.error.negative', 'You can not give negative time.');
$.lang.register('timesystem.add.success', 'Sent $1 to $2. New balance is $3.');
$.lang.register('timesystem.add.usage', 'Usage: "!time give [name] [amount]"');
$.lang.register('timesystem.autolevel.disabled', 'Users will no longer be promoted to $1 when they have been in the chat for $2 hour(s).');
$.lang.register('timesystem.autolevel.enabled', 'Users will now be promoted to $1 when they have been in the chat for $2 hour(s).');
$.lang.register('timesystem.autolevel.promoted', '$1 has been promoted to $2 by being in the chat for $3 hour(s). Congratulations!');
$.lang.register('timesystem.get.other', '$1 currently spent $2 in the chat.');
$.lang.register('timesystem.get.self', 'you currently have spent $2 in the chat.');
$.lang.register('timesystem.modpermtoggle.success', 'Users in the group $1 or higher are now able to use time management commands.');
$.lang.register('timesystem.offlinetime.disabled', 'Offline time will no longer be counted towards the time earned in chat.');
$.lang.register('timesystem.offlinetime.enabled', 'Offline time will now be counted towards the time earned in chat.');
$.lang.register('timesystem.set.promotehours.error.negative', 'You can not set the time in hours to promote a user to $1 to a negative number.');
$.lang.register('timesystem.set.promotehours.success', 'Set the time in hours to promote a user to $1 to $2.');
$.lang.register('timesystem.set.promotehours.usage', 'Usage: "!time promotehours [amount]"');
$.lang.register('timesystem.set.timezone.invalid', '"$1" is not a valid time zone. A list of time zones can be found on "http://en.wikipedia.org/wiki/List_of_tz_database_time_zones".');
$.lang.register('timesystem.set.timezone.success', 'The time zone has been set to "$1". Automatically adjusts for daylight saving time: $2');
$.lang.register('timesystem.set.timezone.usage', 'Usage: !timezone [timezone name] (Current timezone is $1)');
$.lang.register('timesystem.settime.error.negative', 'You can not set a balance to negative time.');
$.lang.register('timesystem.settime.success', 'Set the time balance of $1 to $2.');
$.lang.register('timesystem.settime.usage', 'Usage: "!time set [name] [amount]"');
$.lang.register('timesystem.streamertime', 'It is currently $1 where $2 is located.');
$.lang.register('timesystem.take.error.toomuch', 'You can not take more than what $1 has in time.');
$.lang.register('timesystem.take.success', 'Took $1 from $2. New balance is $3.');
$.lang.register('timesystem.take.usage', 'Usage: "!time take [name] [amount]"');
$.lang.register('timesystem.autolevel.chat.enabled', 'Auto level chat announcements are now enabled!');
$.lang.register('timesystem.autolevel.chat.disabled', 'Auto level chat announcements are now disabled.');
$.lang.register('get.long.time.string.short', ' $1 days, $2 hours and $3 minutes.');
$.lang.register('get.long.time.string.long', '$1 months, $2 hours and $3 minutes.');
$.lang.register('user.time.string.hours', ' $1 hours and $2 minutes');
$.lang.register('user.time.string.minutes', ' $1 minutes');
$.lang.register('whisper.whispers.disabled', '[Whisper Mode] has been disabled.');
$.lang.register('whisper.whispers.enabled', '[Whisper Mode] has been enabled.');
$.lang.register('pausecommands.usage', 'usage: !pausecommands [seconds | clear]');
$.lang.register('common.hours', ' hours, ');
$.lang.register('common.hours2', ' hours, ');
$.lang.register('common.hours3', ' hours');
$.lang.register('common.minutes', ' minutes and ');
$.lang.register('common.minutes2', ' minutes.');
$.lang.register('common.seconds', ' seconds');
$.lang.register('common.get.age.days', '$1 $2 has been on Twitch since $3. (Joined $4 days ago)');
$.lang.register('common.get.age', '$1 $2 has been on Twitch since $3.');
$.lang.register('channel.age.user.404', 'That user is not on Twitch.');
$.lang.register('main.donation.last.tip.message', 'Last tip from: $1 ($2 $3)');
$.lang.register('common.time.month', 'month');
$.lang.register('common.time.months', 'months');
$.lang.register('common.time.day', 'day');
$.lang.register('common.time.days', 'days');
$.lang.register('common.time.hour', 'hour');
$.lang.register('common.time.hours', 'hours');
$.lang.register('common.time.minute', 'minute');
$.lang.register('common.time.minutes', 'minutes');
$.lang.register('common.time.second', 'second');
$.lang.register('common.time.seconds', 'seconds');
$.lang.register('common.time.and', ', and ');
$.lang.register('common.time.nostart', 'looks like that has not started');
$.lang.register('common.time.expired', 'looks like that has expired');

View File

@@ -0,0 +1,31 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('auctionsystem.usage', 'Usage: !auction open (increments) (minimum bid) (auto close timer)');
$.lang.register('auctionsystem.err.opened', 'An auction is already running.');
$.lang.register('auctionsystem.opened', 'Auction is now opened! You can bid in increments of at least $1. Minimum bid allowed is $2! Start bidding with !bid (amount)');
$.lang.register('auctionsystem.auto.timer.msg', 'Auction will auto close in $1 seconds!');
$.lang.register('auctionsystem.err.closed', 'There is no auction currently running.');
$.lang.register('auctionsystem.err.no.bids', 'Auction closed! No one placed a bid.');
$.lang.register('auctionsystem.closed', 'Auction closed! Winner of this auction is $1 with $2!');
$.lang.register('auctionsystem.warn.force', 'The auction is about to close! Current top bidder is $1 with $2! Do we have $3?');
$.lang.register('auctionsystem.warn', 'Current top bidder is $1 with $2!');
$.lang.register('auctionsystem.bid.usage', 'Usage: !bid (amount)');
$.lang.register('auctionsystem.err.bid.minimum', 'You can not bid under $1!');
$.lang.register('auctionsystem.err.points', 'You don\'t have that many $1 to auction.');
$.lang.register('auctionsystem.err.increments', 'This auction is in increments of $1!');
$.lang.register('auctionsystem.bid', '$1 just bid $2! Do we have $3?');

View File

@@ -0,0 +1,33 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('audiohook.usage', 'Usage: !audiohook [play / list / customcommand / togglemessages]');
$.lang.register('audiohook.play.usage', 'Usage: !audiohook play [audio_hook]');
$.lang.register('audiohook.play.404', 'Audiohook does not exist: $1');
$.lang.register('audiohook.play.success', 'Sent audio hook: $1');
$.lang.register('audiohook.list', 'Audio Hooks: $1');
$.lang.register('audiohook.list.total', 'Total Pages: $1');
$.lang.register('audiohook.toggle', 'Audio messages have been set to $1.');
$.lang.register('audiohook.customcommand.usage', 'Usage: !audiohook customcommand [add / remove] [command] [sound name]');
$.lang.register('audiohook.customcommand.add.usage', 'Usage: !audiohook customcommand add [command] [sound name]');
$.lang.register('audiohook.customcommand.add.error.exists', 'That command already exists or is an alias.');
$.lang.register('audiohook.customcommand.add.list', 'Command !$1 will now give a list of all the audio hook commands.');
$.lang.register('audiohook.customcommand.add.error.fx.null', 'That audio hook does not exist. Use: "!audioHook list" to see the audio list.');
$.lang.register('audiohook.customcommand.add.success', 'Command !$1 will now trigger the audio hook $2!');
$.lang.register('audiohook.customcommand.remove.usage', 'Usage: !audiohook customcommand remove [command]');
$.lang.register('audiohook.customcommand.remove.error.404', 'That command does not exists.');
$.lang.register('audiohook.customcommand.remove.success', 'Command !$1 has been removed.');

View File

@@ -0,0 +1,47 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('bettingsystem.open.usage', 'Usage: !bet open ["title"] ["option1, option2, etc."] [minimum bet] [maximum bet] [close timer mins] - The quotes are needed for the title and options.');
$.lang.register('bettingsystem.open.error', 'You must chose a winning option on the previous bet before you can open a new one. Use !bet close [option]');
$.lang.register('bettingsystem.open.error.opened', 'A bet is already opened.');
$.lang.register('bettingsystem.open.success', 'A bet is now opened! "$1". Bet options: "$2". Bet with: !bet [amount] [option]');
$.lang.register('bettingsystem.close.error.usage', 'The bet is now closed! Waiting on winning result. Use !bet close [winning option]');
$.lang.register('bettingsystem.close.usage', 'Usage: !bet close [winning option]');
$.lang.register('bettingsystem.close.success', 'Bet is now closed! Winning option is $1! Calculating results and giving points to the winners!');
$.lang.register('bettingsystem.close.semi.success', 'The bet is now closed! Waiting on a winning option.');
$.lang.register('bettingsystem.close.success.winners', 'A total of $1 players won this bet! There was a total of $2 was won for the people who placed a bet on $3!');
$.lang.register('bettingsystem.save.format', 'Title: "$1", Options: "$2", Total Points: $3, Total Entries: $4, Points Won: $5.');
$.lang.register('bettingsystem.results', 'Current bet: Title: "$1", Options: "$2", Total Points: $3, Total Entries: $4');
$.lang.register('bettingsystem.global.usage', 'Usage: !bet [open / close / save / saveformat / lookup / results / togglemessages / gain]');
$.lang.register('bettingsystem.bet.usage', 'Usage: !bet [amount] [option]');
$.lang.register('bettingsystem.bet.error.neg', 'You cannot bet negative $1!');
$.lang.register('bettingsystem.bet.error.min', 'The minimum bet you can place is $1.');
$.lang.register('bettingsystem.bet.error.max', 'The maximum bet you can place is $1.');
$.lang.register('bettingsystem.bet.error.points', 'You don\'t have enough $1 to bet that much.');
$.lang.register('bettingsystem.bet.betplaced', 'You already placed a bet of $1 on $2.');
$.lang.register('bettingsystem.bet.null', 'That is not a valid bet option.');
$.lang.register('bettingsystem.toggle.save', 'Betting results will $1 be saved after closing a bet.');
$.lang.register('bettingsystem.warning.messages', 'Warning messages will $1 be diplayed in chat.');
$.lang.register('bettingsystem.saveformat.usage', 'Usage: !bet saveformat [date format] - Default is yy.M.dd');
$.lang.register('bettingsystem.saveformat.set', 'Save format has been changed to $1.');
$.lang.register('bettingsystem.gain.usage', 'Usage: !bet gain [percent]');
$.lang.register('bettingsystem.gain.set', 'Gain percent has been set to $1%');
$.lang.register('bettingsystem.lookup.usage', 'Usage: !bet lookup [$1] - use _# after the date if you made multiple bets that day.');
$.lang.register('bettingsystem.lookup.show', 'Bet from [$1] $2');
$.lang.register('bettingsystem.lookup.null', 'No bets were made on that day.');
$.lang.register('bettingsystem.now', 'now');
$.lang.register('bettingsystem.not', 'not');

View File

@@ -0,0 +1,20 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('cleanupsystem.run.progress', 'Cleanup is starting, $1 might be unresponsive or slow during this process. This might take time...');
$.lang.register('cleanupsystem.run.success', 'Cleanup done!');
$.lang.register('cleanupsystem.run.usage', 'Usage: !cleanup [time / points / all] [amount of time in seconds or points if cleaning points]');

View File

@@ -0,0 +1,27 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('commercialsystem.usage', 'Usage: !commercial (length_secs:30,60,90,120,150,180) [silent] --or-- !commercial autotimer');
$.lang.register('commercialsystem.run', 'Running a $1 second commercial');
$.lang.register('commercialsystem.422', 'Commercials can only be run on partnered channels, once per 8 minutes, when the stream is live, for one of the following lengths: 30, 60, 90, 120, 150, 180');
$.lang.register('commercialsystem.autotimer.status-off', 'Commercial autotimer is off. To enable: !commercial autotimer (interval_mins:8 or greater) (length_secs:30,60,90,120,150,180) [message]');
$.lang.register('commercialsystem.autotimer.status-on', 'Commercial autotimer is on. $1 seconds of ads every $2 minutes. To disable: !commercial autotimer off --or-- To add/change a message: !commercial autotimer message (message) --or-- To remove message: !commercial autotimer nomessage');
$.lang.register('commercialsystem.autotimer.bad-parm', 'Failed to set autotimer. Interval must be at least 8 minutes and length must be one of: 30, 60, 90, 120, 150, 180');
$.lang.register('commercialsystem.autotimer.status-on-msg', 'The message sent when an auto commercial starts: $1');
$.lang.register('commercialsystem.autotimer.status-on-nomsg', 'No message is sent when an auto commercial starts');
$.lang.register('commercialsystem.autotimer.msg-set', 'Changed the message sent when an auto commercial starts to: $1');
$.lang.register('commercialsystem.autotimer.msg-del', 'No longer sending a message when an auto commercial starts');

View File

@@ -0,0 +1,27 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('greetingsystem.set.autogreet.enabled', 'Auto Greeting Enabled. $1 will now greet viewers with a greeting configured.');
$.lang.register('greetingsystem.set.autogreet.disabled', 'Auto Greeting Disabled');
$.lang.register('greetingsystem.set.autogreet.noname', 'Please use the (name) tag in the default greeting.');
$.lang.register('greetingsystem.set.default.success', 'Changed the default greeting to "$1".');
$.lang.register('greetingsystem.set.personal.success', 'Changed your personal greeting to "$1".');
$.lang.register('greetingsystem.remove.personal.success', 'Successfully removed your personal greeting message.');
$.lang.register('greetingsystem.generalusage.admin', 'Usage: !greeting [toggle | enable [default | message text] | disable | setdefault ]. Tags for message text: (name)');
$.lang.register('greetingsystem.generalusage.other', 'Usage: !greeting [ enable [default | message text] | disable ]. Tags for message text: (name)');
$.lang.register('greetingsystem.cooldown.usage', 'Usage: !greeting cooldown [hours]');
$.lang.register('greetingsystem.cooldown.success', 'Greetings cooldown set to $1 hours.');

View File

@@ -0,0 +1,37 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('noticehandler.notice-config', 'Notice Settings - [Notice Toggle: $1 / Interval: $2 / Message Trigger: $3 / Amount: $4 / Say notice in offline chat: $5]');
$.lang.register('noticehandler.notice-usage', 'Usage: !notice [add / get / remove / edit / config / interval / req / toggle / toggleoffline]');
$.lang.register('noticehandler.notice-get-usage', 'Usage: !notice get (notice id) - Notice id\'s go from 0 to $1');
$.lang.register('noticehandler.notice-error-notice-404', 'That notice does not exist.');
$.lang.register('noticehandler.notice-edit-usage', 'Usage: !notice edit (notice id) (message) - Notice id\'s go from 0 to $1');
$.lang.register('noticehandler.notice-remove-usage', 'Usage: !notice remove (notice id) - Notice id\'s go from 0 to $1');
$.lang.register('noticehandler.notice-edit-success', 'Notice edited!');
$.lang.register('noticehandler.notice-remove-success', 'Notice removed!');
$.lang.register('noticehandler.notice-add-success', 'Notice added!');
$.lang.register('noticehandler.notice-add-usage', 'Usage: !notice add (message)');
$.lang.register('noticehandler.notice-interval-usage', 'Usage: !notice interval (interval)');
$.lang.register('noticehandler.notice-interval-404', 'Notice interval needs to be more then 5 minutes.');
$.lang.register('noticehandler.notice-inteval-success', 'Notice interval set!');
$.lang.register('noticehandler.notice-req-success', 'Notice req message set!');
$.lang.register('noticehandler.notice-req-usage', 'Usage: !notice req (req messages)');
$.lang.register('noticehandler.notice-req-404', 'Notice req messages needs to at least 1.');
$.lang.register('noticehandler.notice-enabled', 'Notices have been enabled!');
$.lang.register('noticehandler.notice-disabled', 'Notices have been disabled.');
$.lang.register('noticehandler.notice-enabled.offline', 'Notices now be said while the stream is offline.');
$.lang.register('noticehandler.notice-disabled.offline', 'Notices will no longer be said while the stream is offline.');

View File

@@ -0,0 +1,71 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('pointsystem.add.all.success', '$1 have been sent to everybody in the channel!');
$.lang.register('pointsystem.add.all.usage', 'Usage: !points all [amount]');
$.lang.register('pointsystem.take.all.success', '$1 have been removed from everybody in the channel!');
$.lang.register('pointsystem.take.all.usage', 'Usage: !points takeall [amount]');
$.lang.register('pointsystem.add.error.negative', 'You can not give negative $1.');
$.lang.register('pointsystem.take.error.negative', 'You can not take negative $1.');
$.lang.register('pointsystem.add.success', 'Sent $1 to $2. New balance is $3.');
$.lang.register('pointsystem.add.usage', 'Usage: !points add [name] [amount]');
$.lang.register('pointsystem.user.success', ' $1 currently has $2.');
$.lang.register('pointsystem.makeitrain.error.invalid', 'Sorry, but it\'s not possible to rain $1 at the moment.');
$.lang.register('pointsystem.makeitrain.error.needpoints', 'You can not afford to make it rain $1.');
$.lang.register('pointsystem.makeitrain.error.negative', 'You can not make it rain negative $1.');
$.lang.register('pointsystem.makeitrain.success', 'A rainstorm\'s incoming! Thanks to $1, everyone gets a bonus of up to $2 $3!');
$.lang.register('pointsystem.makeitrain.usage', 'Usage: !makeitrain [amount]');
$.lang.register('pointsystem.set.bonus.error.negative', 'You can not set the bonus per group level to negative $1.');
$.lang.register('pointsystem.set.bonus.success', 'Set the $1 bonus to $2 per group level.');
$.lang.register('pointsystem.set.bonus.usage', 'Usage: !points bonus [amount]');
$.lang.register('pointsystem.set.gain.error.negative', 'You can not set the amount of $1 gained to a negative number.');
$.lang.register('pointsystem.set.gain.offline.success', 'Set the $1 earnings to $2 every $3 minute(s) while the stream is offline.');
$.lang.register('pointsystem.set.gain.offline.usage', 'Usage: !points setofflinegain [amount], if you have !permissionpoints set, it will override this!');
$.lang.register('pointsystem.set.gain.success', 'Set the $1 earnings to $2 every $3 minute(s) while the stream is online.');
$.lang.register('pointsystem.set.gain.usage', 'Usage: !points setgain [amount], if you have !permissionpoints set, it will override this!');
$.lang.register('pointsystem.set.interval.error.negative', 'You can not set the $1 payout interval to negative minutes.');
$.lang.register('pointsystem.set.interval.offline.success', 'Set the $1 payout interval to $2 minute(s) when the stream is offline.');
$.lang.register('pointsystem.set.interval.offline.usage', 'Usage: !points setofflineinterval [amount]');
$.lang.register('pointsystem.set.interval.success', 'Set the $1 payout interval to $2 minute(s) when the stream is online.');
$.lang.register('pointsystem.set.interval.usage', 'Usage: !points setinterval [amount]');
$.lang.register('pointsystem.set.name.both.success', 'The name of the points have now been changed from "$1" to "$2". Set the name for a single $2 using !points setname single [name].');
$.lang.register('pointsystem.set.name.multiple.success', 'Name of multiple points successfully changed from "$1" to "$2". To set the name for a single $2 use !points setname single [name].');
$.lang.register('pointsystem.set.name.single.success', 'Name of a single point successfully changed from "$1" to "$2". To set the name for multiple $2 use !points setname multiple [name].');
$.lang.register('pointsystem.set.name.usage', 'Usage: !points setname [single | multiple | delete] [name]. Sets the single or multiple name for chat points or deletes the values.');
$.lang.register('pointsystem.set.name.delete', 'Removed custom point names.');
$.lang.register('pointsystem.set.name.duplicate', 'That is the current name of the custom point command.');
$.lang.register('pointsystem.setbalance.error.negative', 'You can not set a balance to negative $1.');
$.lang.register('pointsystem.setbalance.success', 'Set the $1 balance of $2 to $3.');
$.lang.register('pointsystem.setbalance.usage', 'Usage: !points set [name] [amount]');
$.lang.register('pointsystem.take.error.toomuch', 'You can not take more than what $1 has in $2.');
$.lang.register('pointsystem.take.success', 'Took $1 from $2. New balance is $3.');
$.lang.register('pointsystem.take.usage', 'Usage: !points take [name] [amount]');
$.lang.register('pointsystem.gift.usage', 'Usage: !gift [user] [amount]');
$.lang.register('pointsystem.gift.shortpoints', 'Sorry! You do not have enough points to send that gift!');
$.lang.register('pointsystem.gift.404', 'Sorry! That user does not seem to be registered with the chat yet!');
$.lang.register('pointsystem.gift.success', '$1 has sent a gift of $2 to $3.');
$.lang.register('pointsystem.usage.invalid', 'Invalid option passed to $1 command');
$.lang.register('pointsystem.err.negative', 'You can not gift less then 0 $1');
$.lang.register('pointsystem.err.penalty', 'Usage: !penalty [user] [time in minutes]');
$.lang.register('pointsystem.penalty.set', 'User: $1 will not gain points for the next $2.');
$.lang.register('pointsystem.reset.all', 'All points were deleted.');
$.lang.register('pointsystem.message.usage', 'Usage: !points setmessage [message] - Tags: (userprefix), (user), (points), (pointsname), (pointsstring), (time), and (rank)');
$.lang.register('pointsystem.message.set', 'Points message set to: $1');
$.lang.register('pointsystem.active.bonus.usage', 'Usage: !points setactivebonus [amount]');
$.lang.register('pointsystem.active.bonus.set', 'Active bonus set to $1');
$.lang.register('pointsystem.bonus.usage', 'Usage: !points bonus [amount] [for time]');
$.lang.register('pointsystem.bonus.say', 'For the next $1 I will be giving out $2 extra $3 at each payouts!');

View File

@@ -0,0 +1,35 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('pollsystem.vote.nopoll', 'There is currently no poll running.');
$.lang.register('pollsystem.vote.already', 'You have already voted!');
$.lang.register('pollsystem.vote.invalid', '"$1" is not a valid option!');
$.lang.register('pollsystem.vote.success', 'You have voted "$1" on "$2".');
$.lang.register('pollsystem.poll.started', '$1 started a poll for $2 seconds (minimum votes: $3): $4! Use "!vote [option]" to vote. Options: $5');
$.lang.register('pollsystem.poll.started.nottime', '$1 started a poll (minimum votes: $2): $3! Use "!vote [option]" to vote. Options: $4');
$.lang.register('pollsystem.poll.running', 'There is a poll running for "$1". Use "!vote [option]" to vote. The options are "$2".');
$.lang.register('pollsystem.poll.usage', 'Usage: !poll [open | results | close]');
$.lang.register('pollsystem.results.lastpoll', '[Last Poll] - [Question: "$1"] - [Total Votes: $2] - [Result: "$3"] - [Options: "$4"] [Votes: $5]');
$.lang.register('pollsystem.results.running', 'A poll is currently running!');
$.lang.register('pollsystem.results.404', 'There is no latest poll to retrieve results from!');
$.lang.register('pollsystem.open.usage', 'Usage: !poll open "question" "option1, option2, ..." [seconds] [min votes]. If seconds is 0, defaults to 60.');
$.lang.register('pollsystem.open.moreoptions', 'More than one option is required for a poll.');
$.lang.register('pollsystem.runpoll.novotes', 'The poll on "$1" has ended! Not enough votes were cast!');
$.lang.register('pollsystem.runpoll.winner', 'The poll on "$1" has ended! The winner is "$2"!');
$.lang.register('pollsystem.runpoll.tie', 'The poll on "$1" has ended in a tie! Check !poll results.');
$.lang.register('pollsystem.runpoll.started', 'Poll started! Use "!poll close" to end the poll manually');
$.lang.register('pollsystem.close.nopoll', 'There is currently no poll running.');

View File

@@ -0,0 +1,44 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('queuesystem.open.error.opened', 'A queue is already opened.');
$.lang.register('queuesystem.open.error.usage', 'Usage: !queue open [size] [title] - Make the size zero if you want it to be unlimited.');
$.lang.register('queuesystem.open.usage', 'Usage: !queue open [size] [title]');
$.lang.register('queuesystem.open.error.clear', 'The previous queue was not cleared. Use "!queue clear" to clear it.');
$.lang.register('queuesystem.open.normal', 'The queue is now opened! Use !joinqueue [optional gamertag] to join it! $1');
$.lang.register('queuesystem.open.limit', 'The queue is now opened! Max entries are $1 users. Use !joinqueue [optional gamertag] to join it! $2');
$.lang.register('queuesystem.close.error', 'There is no queue opened.');
$.lang.register('queuesystem.close.success', 'The queue is now closed!');
$.lang.register('queuesystem.clear.success', 'The queue has been reset and cleared.');
$.lang.register('queuesystem.join.error.joined', 'You are already in the queue.');
$.lang.register('queuesystem.join.error.full', 'The queue is currently full.');
$.lang.register('queuesystem.remove.usage', 'Usage: !queue remove [username]');
$.lang.register('queuesystem.remove.404', 'That user does not seem to be in the queue.');
$.lang.register('queuesystem.remove.removed', 'User $1 has been removed from the queue!');
$.lang.register('queuesystem.info.success', 'Current queue informaton: Title: [$1], Users: [$2], Max Size: [$3], Opened At: [$4]');
$.lang.register('queuesystem.time.info', '($1 ago)');
$.lang.register('queuesystem.position.self', 'You are currently position #$1 in the queue and you joined at: $2');
$.lang.register('queuesystem.position.self.error', 'You are currently not in the queue.');
$.lang.register('queuesystem.position.other', '$1 is currently position #$2 in the queue and joined at: $3');
$.lang.register('queuesystem.position.other.error', '$1 is currently not in the queue.');
$.lang.register('queuesystem.queue.list', 'Current queue list: $1.');
$.lang.register('queuesystem.queue.list.limited', 'Current queue list: $1. (anti-spam +$2)');
$.lang.register('queuesystem.queue.list.empty', 'No users are in the queue.');
$.lang.register('queuesystem.queue.next', 'Users to be picked next are: $1.');
$.lang.register('queuesystem.gamertag', '(GamerTag: $1)');
$.lang.register('queuesystem.pick', 'Users picked: $1.');
$.lang.register('queuesystem.usage', 'Usage: !queue [open / close / clear / next / list / pick / position / info]');

View File

@@ -0,0 +1,38 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('quotesystem.add.usage1', 'Usage: !addquote [quote]');
$.lang.register('quotesystem.add.usage2', 'Usage: !addquote [user] [quote]');
$.lang.register('quotesystem.add.offline', 'Only moderators may add quotes when the stream is offline.');
$.lang.register('quotesystem.add.success', 'Added new quote from $1 with id #$2.');
$.lang.register('quotesystem.del.usage', 'Usage: !delquote [quote id]');
$.lang.register('quotesystem.del.success', 'Deleted quote $1. There are $2 quotes now.');
$.lang.register('quotesystem.del.404', 'Could not delete quote $1... Are you sure it exists?');
$.lang.register('quotesystem.get.success', '[(id)] "(quote)", by (user) ((date))'); // Tags = (id) (quote) (user) (game) (date) //
$.lang.register('quotesystem.get.404', 'Could not find quote $1... Are you sure it exists?');
$.lang.register('quotesystem.edit.usage', 'Usage: !editquote [quote id] [user|game|quote] text...]');
$.lang.register('quotesystem.edit.user.success', 'Updated user on quote $1 to $2.');
$.lang.register('quotesystem.edit.game.success', 'Updated game on quote $1 to $2.');
$.lang.register('quotesystem.edit.quote.success', 'Updated quote on quote $1 to $2.');
$.lang.register('quotesystem.edit.404', 'Could not find quote $1... Are you sure it exists?');
$.lang.register('quotesystem.quotemessage.usage', 'Usage: !quotemessage [message] (Tags: (id) (quote) (user) (game) (date))');
$.lang.register('quotesystem.quotemessage.success', 'Changed the message used for quotes.');
$.lang.register('quotesystem.searchquote.usage', 'Usage: !searchquote [text] (Must provide at least 5 characters)');
$.lang.register('quotesystem.searchquote.404', 'No matching quotes found.');
$.lang.register('quotesystem.searchquote.found', 'Quote IDs with matches: $1');
$.lang.register('quotesystem.twitchnames-disabled', 'Usernames for quotes won\'t be validated');
$.lang.register('quotesystem.twitchnames-enabled', 'Usernames for quotes will validated against users who have been in chat.');

View File

@@ -0,0 +1,54 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('rafflesystem.open.error.opened', 'A raffle is currently in progress.');
$.lang.register('rafflesystem.open.usage', 'Usage: !raffle open [-usetime minutes | -usepoints entry_fee] [keyword] [close timer minutes] [-followers | -subscribers]. [keyword] required.');
$.lang.register('rafflesystem.open.time', 'A raffle is now opened! Type $1 to enter. You need to have been in chat for $2 minutes $3 to enter. $4');
$.lang.register('rafflesystem.open.points', 'A raffle is now opened! Type $1 to enter. Entering cost $2! $3');
$.lang.register('rafflesystem.open', 'A raffle is now opened! Type $1 to enter$2! $3');
$.lang.register('rafflesystem.close.error.closed', 'There is no raffle in progress.');
$.lang.register('rafflesystem.close.success', 'The raffle is now closed! No more entries will be counted. Use "!raffle draw" to pick a winner!');
$.lang.register('rafflesystem.winner', 'The winner of this raffle is $1! $2');
$.lang.register('rafflesystem.whisper.winner', 'You won the raffle in channel $1!');
$.lang.register('rafflesystem.repick.error', 'There are no more users in the raffle list.');
$.lang.register('rafflesystem.enter.404', 'You already entered this raffle.');
$.lang.register('rafflesystem.enter.following', 'You need to be following to enter this raffle.');
$.lang.register('rafflesystem.enter.subscriber', 'You need to be subscribed to enter this raffle.');
$.lang.register('rafflesystem.enter.points', 'You don\'t have enough $1 to enter this raffle.');
$.lang.register('rafflesystem.enter.time', 'You have not been in the channel long enough to enter this raffle.');
$.lang.register('rafflesystem.usage', 'Usage: !raffle [open / close / draw / results / subscriberbonus/ regularbonus / whisperwinner]');
$.lang.register('rafflesystem.results', 'A raffle is still opened! Keyword: $1 - Total entries: $2');
$.lang.register('rafflesystem.fee', ' - Entry fee: $1');
$.lang.register('rafflesystem.subbonus.usage', 'Usage: !raffle subscriberbonus [1-10]');
$.lang.register('rafflesystem.subbonus.set', 'Subscriber bonus luck set to $1!');
$.lang.register('rafflesystem.regbonus.usage', 'Usage: !raffle regularbonus [1-10]');
$.lang.register('rafflesystem.regbonus.set', 'Regular bonus luck set to $1!');
$.lang.register('rafflesystem.whisper.winner.toggle', 'Raffle winners will $1 be whispered.');
$.lang.register('rafflesystem.raffle.repick.toggle1', 'Raffle winners will no longer be repicked.');
$.lang.register('rafflesystem.raffle.repick.toggle2', 'Raffle winners will now be able to get repicked.');
$.lang.register('rafflesystem.message.usage', 'Usage: !raffle message [message]');
$.lang.register('rafflesystem.message.set', 'Raffle message has been set to: "$1".');
$.lang.register('rafflesystem.timer.usage', 'Usage: !raffle messagetimer [minutes]');
$.lang.register('rafflesystem.timer.set', 'Raffle message timer has been set to $1 minutes.');
$.lang.register('rafflesystem.common.following', 'You need to be following the channel');
$.lang.register('rafflesystem.common.timer', 'The raffle will close in $1 minutes.');
$.lang.register('rafflesystem.common.message', 'no longer');
$.lang.register('rafflesystem.open.keyword-exists', 'Keyword cannot be an existing command: $1');
$.lang.register('rafflesystem.winner.404', 'Could not pick a winner. No one entered this raffle.');
$.lang.register('rafflesystem.isfollowing', '[Follower]');
$.lang.register('rafflesystem.isnotfollowing', '[Not a follower]');
$.lang.register('rafflesystem.reset', 'The raffle has been reset.');

View File

@@ -0,0 +1,46 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('ranks.edit.usage', 'Usage: !rankedit [add [hours] [rankname] | del [hours] | custom [user] [rankname] | customdel [user] | settime [hours] | setcost [points]]');
$.lang.register('ranks.settime.usage', 'Usage: !rankedit settime [hours]');
$.lang.register('ranks.settime.success', 'Set time for users to create custom rank to $1 hours.');
$.lang.register('ranks.setcost.usage', 'Usage: !rankedit setcost [$1]');
$.lang.register('ranks.setcost.success', 'Set cost for users to create custom rank to $1 $2.');
$.lang.register('ranks.custom.usage', 'Usage: !rankedit custom [user] [rankname]');
$.lang.register('ranks.custom.404', 'Cannot find user to give a custom rank: $1');
$.lang.register('ranks.custom.success', '$1 has received a custom rank of: $2');
$.lang.register('ranks.customdel.usage', 'Usage: !rankedit customdel [user]');
$.lang.register('ranks.customdel.404', 'A custom rank does not exist for $1');
$.lang.register('ranks.customdel.success', 'Removed custom rank from $1');
$.lang.register('ranks.add.usage', 'Usage: !rankedit add [hour] [rankname]');
$.lang.register('ranks.add.success-new', 'Added new rank for hour $1 with name: $2');
$.lang.register('ranks.add.success-update', 'Updated rank for hour $1 with name: $2');
$.lang.register('ranks.del.usage', 'Usage: !rankedit del [hour]');
$.lang.register('ranks.del.404', 'Cannot find rank with hours value of $1');
$.lang.register('ranks.del.success', 'Deleted rank with hours value of $1');
$.lang.register('ranks.rank.404', 'There are no ranks defined!');
$.lang.register('ranks.rank.success', '$1 has reached the rank of $2 and is $3 hours away from rank $4!');
$.lang.register('ranks.rank.norank.success', '$1 does not yet have a rank but is $2 hours away from rank $3!');
$.lang.register('ranks.rank.maxsuccess', '$1 has reached the maximum rank of $2!');
$.lang.register('ranks.rank.customsuccess', '$1 has been designated the rank of $2!');
$.lang.register('ranks.set.usage', 'Usage: !rank set [rankname] Requires $1 hours in chat and $2 $3.');
$.lang.register('ranks.set.usage.nopoints', 'Usage: !rank set [rankname] Requires $1 hours in chat.');
$.lang.register('ranks.set.failure', 'Either not enough hours ($1) or $2 ($3) to set rank!');
$.lang.register('ranks.set.failure.nopoints', 'Not enough hours ($1) to set rank!');
$.lang.register('ranks.set.success', 'Set rank to: $1');
$.lang.register('ranks.delself.404', 'You do not have a custom rank.');
$.lang.register('ranks.delself.success', 'Deleted your custom rank.');

View File

@@ -0,0 +1,39 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('ticketrafflesystem.err.raffle.opened', 'A ticket raffle is already opened.');
$.lang.register('ticketrafflesystem.err.missing.syntax', 'Usage: !traffle open [max entries] [regulars ticket multiplier (default = 1)] [subscribers ticket multiplier (default = 1)] [cost] [-followers]');
$.lang.register('ticketrafflesystem.msg.need.to.be.follwing', 'You need to be following to enter.');
$.lang.register('ticketrafflesystem.raffle.opened', 'Ticket raffle is now open! Buy up to $1 tickets with !tickets - you can purchase multiple times. Tickets cost $2. $3');
$.lang.register('ticketrafflesystem.err.raffle.not.opened', 'There is no ticket raffle opened.');
$.lang.register('ticketrafflesystem.raffle.closed', 'The ticket raffle is now closed. Use "!traffle draw" to draw a winner.');
$.lang.register('ticketrafflesystem.raffle.close.err', 'The ticket raffle ended. No one entered.');
$.lang.register('ticketrafflesystem.winner', 'The winner of this ticket raffle is: $1! $2');
$.lang.register('ticketrafflesystem.only.buy.amount', 'You can only buy $1 ticket(s)');
$.lang.register('ticketrafflesystem.limit.hit', 'You\'re only allowed to buy $1 ticket(s)');
$.lang.register('ticketrafflesystem.err.not.following', 'You need to be following to enter.');
$.lang.register('ticketrafflesystem.err.points', 'You don\'t have enough $1 to enter.');
$.lang.register('ticketrafflesystem.entered', '$1 entries added to the ticket raffle! ($2 tickets in total)');
$.lang.register('ticketrafflesystem.usage', 'Usage: !traffle open [max entries] [regulars ticket multiplier (default = 1)] [subscribers ticket multiplier (default = 1)] [cost] [-followers]');
$.lang.register('ticketrafflesystem.msg.enabled', 'Ticket raffle message\'s have been enabled.');
$.lang.register('ticketrafflesystem.msg.disabled', 'Ticket raffle message\'s have been disabled.');
$.lang.register('ticketrafflesystem.ticket.usage', 'Usage: !tickets (amount) - And you currently have $1 tickets.');
$.lang.register('ticketrafflesystem.auto.msginterval.set', 'Message interval set to $1 minutes.');
$.lang.register('ticketrafflesystem.auto.msg.set', 'Message set to $1.');
$.lang.register('ticketrafflesystem.auto.msg.usage', 'Usage: !traffle autoannouncemessage [amount in minutes]');
$.lang.register('ticketrafflesystem.auto.msginterval.usage', 'Usage: !traffle autoannounceinterval [amount in minutes]');
$.lang.register('ticketrafflesystem.reset', 'The raffle has been reset.');

View File

@@ -0,0 +1,140 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$.lang.register('ytplayer.client.404', 'The YouTube Player is currently not being used, and song requests are disabled!');
$.lang.register('ytplayer.playlist.404', 'Cannot find playlist [$1]');
$.lang.register('ytplayer.announce.nextsong', '[\u266B] Now Playing [$1] Requester: $2');
$.lang.register('ytplayer.console.client.connected', '[\u266B] YouTube Player is connected! [\u266B]');
$.lang.register('ytplayer.console.client.disconnected', '[\u266B] YouTube Player is disconnected! [\u266B]');
$.lang.register('ytplayer.songrequests.enabled', '[\u266B] Song requests are enabled! [\u266B]');
$.lang.register('ytplayer.songrequests.disabled', '[\u266B] Song requests have been disabled! [\u266B]');
$.lang.register('ytplayer.command.volume.get', 'Current YouTube Player Volume: $1');
$.lang.register('ytplayer.command.volume.set', 'Set YouTube Player Volume: $1');
$.lang.register('ytplayer.command.ytp.resetdefaultlist.active', 'This must be ran when the YouTube Player is not connected.');
$.lang.register('ytplayer.command.ytp.resetdefaultlist.success', 'The default playlist has been reset.');
$.lang.register('ytplayer.command.ytp.togglecconly.enable', 'YouTube Player will only play Creative Commons licensed songs.');
$.lang.register('ytplayer.command.ytp.togglecconly.disable', 'YouTube Player will play all licensed songs.');
$.lang.register('ytplayer.command.ytp.togglestealrefund.enable', 'YouTube Player stolen songs will be refunded to users.');
$.lang.register('ytplayer.command.ytp.togglestealrefund.disable', 'YouTube Player stolen songs will NOT be refunded to users.');
$.lang.register('ytplayer.command.ytp.togglerandom.toggled', 'YouTube Player Playlist Randomization has been $1');
$.lang.register('ytplayer.command.ytp.toggleannounce.toggled', 'YouTube Player Announcements have been $1');
$.lang.register('ytplayer.command.ytp.setrequestmax.usage', 'Usage: !ytp setrequestmax [max requests]');
$.lang.register('ytplayer.command.ytp.setrequestmax.success', 'Maximum concurrent song requests set to $1');
$.lang.register('ytplayer.command.ytp.setmaxvidlength.usage', 'Usage: !ytp setmaxvidlength [seconds]');
$.lang.register('ytplayer.command.ytp.setmaxvidlength.success', 'Maximum song request length set to $1 seconds.');
$.lang.register('ytplayer.command.ytp.setdjname.usage', 'Usage: !ytp setdjname [name]');
$.lang.register('ytplayer.command.ytp.setdjname.success', 'Changed DJ name to $1');
$.lang.register('ytplayer.command.playlist.usage', 'Usage: !playlist [add | delete | loadpl | deletepl | listpl | importpl]');
$.lang.register('ytplayer.command.playlist.add.failed', 'Failed to add song to playlist: $1');
$.lang.register('ytplayer.command.playlist.add.usage', 'Usage: !ytp playlist add [youtube link]');
$.lang.register('ytplayer.command.playlist.add.success', 'Success adding [$1] to playlist [$2]');
$.lang.register('ytplayer.command.playlist.load.success.new', 'Loaded empty playlist [$1]');
$.lang.register('ytplayer.command.playlist.load.success', 'Loaded playlist [$1]');
$.lang.register('ytplayer.command.playlist.load.usage', 'Usage: !playlist loadpl [playlist name]');
$.lang.register('ytplayer.command.playlist.delete.isdefault', 'Cannot delete default playlist!');
$.lang.register('ytplayer.command.playlist.delete.success', 'Deleted playlist [$1]');
$.lang.register('ytplayer.command.playlist.delete.404', 'Playlist [$1] does not exist!');
$.lang.register('ytplayer.command.playlist.delete.usage', 'Usage: !playlist deletepl [playlist name]');
$.lang.register('ytplayer.command.playlist.listpl', 'Playlists: $1');
$.lang.register('ytplayer.command.stealsong.this.success', '$1 copied the current song to the playlist.');
$.lang.register('ytplayer.command.stealsong.other.success', '$1 copied the current song to the [$2] playlist.');
$.lang.register('ytplayer.command.stealsong.refund', '$1 received a refund of $2 $3 on their song request!');
$.lang.register('ytplayer.command.stealsong.duplicate', 'Song is already in the playlist!');
$.lang.register('ytplayer.command.jumptosong.failed', 'Cannot find song at position $1 in playlist.');
$.lang.register('ytplayer.command.jumptosong.usage', 'usage: !$1 [position number]');
$.lang.register('ytplayer.command.findsong.failed', 'Cannot find song with a title that contains $1');
$.lang.register('ytplayer.command.findsong.usage', 'usage: !$1 [search string]. Searches song requests if any exist, else current playlist, for first match.');
$.lang.register('ytplayer.command.songrequest.usage', 'Usage: !songrequest [YouTube ID | YouTube link | search string]');
$.lang.register('ytplayer.command.songrequest.success', 'Your song "$1" has been added to the queue (Position: $2 ID: $3)');
$.lang.register('ytplayer.command.songrequest.failed', 'Failed adding song to queue: $1');
$.lang.register('ytplayer.command.previoussong', 'Previous song was [$1] requested by $2 from $3');
$.lang.register('ytplayer.command.previoussong.404', 'There is not a previous song to report');
$.lang.register('ytplayer.command.currentsong', 'Current song is [$1] requested by $2 from $3');
$.lang.register('ytplayer.command.currentsong.404', 'There is not a curent song');
$.lang.register('ytplayer.command.delrequest.success', 'Removed song with ID [$1] and title of [$2] from song requests.');
$.lang.register('ytplayer.command.delrequest.404', 'Song requests do not have a song with an ID of [$1]');
$.lang.register('ytplayer.command.delrequest.usage', 'Usage: !ytp delrequest [YouTube ID]');
$.lang.register('ytplayer.command.ytp.clearcache.warning', 'This will remove all cached YouTube Player IDs. If you are sure, run !ytp clearcache now');
$.lang.register('ytplayer.command.ytp.clearcache.success', 'YouTube Player ID cache has been cleared.');
$.lang.register('ytplayer.command.ytp.usage', 'Usage: !ytp [togglecconly | togglesongrequest | toggleannounce | delrequest | pause | volume | togglerandom | setrequestmax | setmaxvidlength | votecount | resetdefaultlist | clearcache]');
$.lang.register('ytplayer.command.wrongsong.success', 'Removed last requested song: [$1]');
$.lang.register('ytplayer.command.wrongsong.404', 'No songs found');
$.lang.register('ytplayer.command.wrongsong.user.success', 'Removed last requested song from $1: [$2]');
$.lang.register('ytplayer.command.wrongsong.usage', 'Usage: !wrongsong [user] [username]. Without [user] deletes your last request.');
$.lang.register('ytplayer.command.nextsong.single', 'Next Song: $1');
$.lang.register('ytplayer.command.nextsong.amount', 'Next $1 Songs: $2');
$.lang.register('ytplayer.command.nextsong.range', 'Songs in Range: $1');
$.lang.register('ytplayer.command.nextsong.usage', 'Usage: !nextsong [index number | next [n] | list [x-y]. Display next song, or title at index number or next n songs or a range with list x-y');
$.lang.register('ytplayer.command.nextsong.404', 'Song request queue is empty.');
$.lang.register('ytplayer.command.nextsong.range.404', 'No songs found in that range.');
$.lang.register('ytplayer.requestsong.error.maxrequests', 'Exceeds maximum concurrent requests');
$.lang.register('ytplayer.requestsong.error.disabled', 'Song requests are disabled');
$.lang.register('ytplayer.requestsong.error.yterror', 'YouTube error ($1)');
$.lang.register('ytplayer.requestsong.error.exists', 'Song is already in queue');
$.lang.register('ytplayer.requestsong.error.maxlength', 'Song length is $1 and exceeds maximum length');
$.lang.register('ytplayer.command.importpl.file.start', 'Import has started, please wait...');
$.lang.register('ytplayer.command.importpl.file.success', 'Import Complete! Successfully imported $1 songs and failed to import $2 songs from $3 to playlist $4');
$.lang.register('ytplayer.command.importpl.file.success.plerror', 'Import Complete! Successfully imported $1 songs and failed to import $2 songs from $3 to playlist $4. Skipped $5 playlist(s).');
$.lang.register('ytplayer.command.importpl.file.404', 'Could not find file $1');
$.lang.register('ytplayer.command.importpl.file.registry404', 'List $1 was not created in DB, try again.');
$.lang.register('ytplayer.command.importpl.file.usage', 'Usage: !playlist importpl file [playlist name] [filename]');
$.lang.register('ytplayer.blacklisted', 'You have been blacklisted from using the songrequest feature.');
$.lang.register('ytplayer.blacklist.usage', 'Usage: !ytp blacklistuser [add / remove]');
$.lang.register('ytplayer.blacklist.add.usage', 'Usage: !ytp blacklistuser add [username]');
$.lang.register('ytplayer.blacklist.add.success', '$1 has been blacklisted from using the songrequests feature.');
$.lang.register('ytplayer.blacklist.remove.usage', 'Usage: !ytp blacklistuser remove [username]');
$.lang.register('ytplayer.blacklist.remove.success', '$1 has been un-blacklisted from using the songrequests feature.');
$.lang.register('ytplayer.blacklist.usage.song', 'Usage: !ytp blacklist [add / remove]');
$.lang.register('ytplayer.blacklist.add.usage.song', 'Usage: !ytp blacklist add [name/keyword]');
$.lang.register('ytplayer.blacklist.add.success.song', 'Song/Keyword: "$1" has been added to the blacklist.');
$.lang.register('ytplayer.blacklist.remove.usage.song', 'Usage: !ytp blacklist remove [name]');
$.lang.register('ytplayer.blacklist.remove.success.song', 'Song/Keyword: "$1" has been removed from the blacklist.');
$.lang.register('ytplayer.blacklist.404', 'Song name has been blacklisted.');
$.lang.register('ytplayer.command.skip.success', 'Skip requested! Current song will be skipped in $1 more votes.');
$.lang.register('ytplayer.command.skip.disabled', 'The vote functionality is currently disabled.');
$.lang.register('ytplayer.command.skip.failure', 'You have already requested a skip for the current song.');
$.lang.register('ytplayer.command.skip.skipping', 'The votes are counted, and the users have spoken!!! Skipping the current song!.');
$.lang.register('ytplayer.command.skip.delay', 'Skip is not allowed for a moment, please try again later.');
$.lang.register('ytplayer.command.votecount.set', 'Minimum votes now needed for viewers to skip songs: $1');
$.lang.register('ytplayer.command.votecount.negative', 'The number of votes needed must be positive!');
$.lang.register('ytplayer.command.votecount.usage', '!ytp votecount [amount] --- Current setting: $1');

View File

@@ -0,0 +1,206 @@
/*
* Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Win messages for the slot machine (slotMachine.js) mini game:
$.lang.register('slot.win.1', 'Congratulations!');
$.lang.register('slot.win.2', 'On a scale of 1 to 10, this was 2 easy');
$.lang.register('slot.win.3', 'Aw, yeah!');
$.lang.register('slot.win.4', 'You got lucky.');
$.lang.register('slot.win.5', 'GOOOOOOOAAAAAL!!');
$.lang.register('slot.win.6', 'Keep it up!');
$.lang.register('slot.win.7', 'Baby, now you\'re number one, shining bright for everyone!');
$.lang.register('slot.win.8', 'I only let you win out of pity.');
$.lang.register('slot.win.9', 'If there were more clumsy and perverted people like $1, the world would be a better place.');
$.lang.register('slot.win.10', 'Dreams do come true!');
$.lang.register('slot.win.11', 'The way to success is always difficult, but you still manage to get yourself on top and be honored.');
$.lang.register('slot.win.12', 'You rarely win, but sometimes you do.');
$.lang.register('slot.win.13', 'Sometimes in life you don\'t always feel like a winner, but that doesn\'t mean you\'re not a winner.');
$.lang.register('slot.win.14', 'It\'s easy to win. Anybody can win.');
$.lang.register('slot.win.15', 'Winning is great, sure, but if you are really going to do something in life, the secret is learning how to lose.');
$.lang.register('slot.win.16', 'A winner is just a loser who tried one more time.');
$.lang.register('slot.win.17', 'Sugoi~!');
$.lang.register('slot.win.18', 'This thing must have been rigged!');
$.lang.register('slot.win.19', 'The Goddess Fortuna smiles upon you.');
$.lang.register('slot.win.20', '?!......... (Seriously?!)');
// Lose messages for the slot machine (slotMachine.js) mini game:
$.lang.register('slot.lost.1', 'Better luck next time!');
$.lang.register('slot.lost.2', 'Gambling can be hard, but don\'t stray.');
$.lang.register('slot.lost.3', 'Dreamin\', don\'t give it up $1');
$.lang.register('slot.lost.4', 'You have ignited a nuclear war! And no, there is no animated display of a mushroom cloud. Why? Because we do not reward failure.');
$.lang.register('slot.lost.5', 'Can you like.. win? please?');
$.lang.register('slot.lost.6', 'Game Over.');
$.lang.register('slot.lost.7', 'Don\'t looooose your waaaaaaay!');
$.lang.register('slot.lost.8', 'You just weren\'t good enough.');
$.lang.register('slot.lost.9', 'Will $1 finally win? Find out next time on Dragon Ball Z!');
$.lang.register('slot.lost.10', '$1 has lost something great today!');
$.lang.register('slot.lost.11', 'Perhaps if you trained in the mountains in solitude, you could learn how to win.');
$.lang.register('slot.lost.12', 'Believe in the heart of the cards!');
$.lang.register('slot.lost.13', 'Believe in me who believes in you!');
$.lang.register('slot.lost.14', '404 Win Not Found.');
$.lang.register('slot.lost.15', 'If the human body is 65% water, how can you be 100% salt?');
$.lang.register('slot.lost.16', 'To win you must gain sight beyond sight!');
$.lang.register('slot.lost.17', 'You\'re great at losing! Don\'t let anyone tell you otherwise.');
$.lang.register('slot.lost.18', 'So tell me, what\'s it like living in a constant haze of losses?');
$.lang.register('slot.lost.19', 'Did you know that games of chance is the same way how Quantum Mechanics work?');
$.lang.register('slot.lost.20', 'L-O-S-E-R...');
$.lang.register('slot.lost.21', 'Dreams shattered :(');
$.lang.register('slot.lost.22', 'Looks like you\'ve activated my trap card Kappa');
$.lang.register('slot.lost.23', 'You\'re not obligated to win. You\'re obligated to keep trying.');
$.lang.register('slot.lost.24', 'This is not the end, this is not even the beginning of the end, this is just perhaps the end of the beginning.');
$.lang.register('slot.lost.25', 'Sometimes not getting what you want is a brilliant stroke of luck.');
$.lang.register('slot.lost.26', 'Winning takes talent, to repeat takes character.');
$.lang.register('slot.lost.27', 'Snake? Snake?! Snaaaaaaaaaake!!.');
$.lang.register('slot.lost.28', 'You\'re like forrest gump without the running thing');
$.lang.register('slot.lost.29', 'You should go set the world record for holding your breath.');
$.lang.register('slot.lost.30', 'Shut down!');
$.lang.register('slot.lost.31', 'You don\'t deserve to play this game. Go back to playing with crayons.');
$.lang.register('slot.lost.32', 'Too bad. Game over. Insert new quarter.');
$.lang.register('slot.lost.33', 'The Goddess Fortuna frowns upon you.');
$.lang.register('slot.lost.34', 'In my ideal nation, there would exist no one as weak as you!');
$.lang.register('slot.lost.35', 'What a joke!');
$.lang.register('slot.lost.36', 'Learn from your defeat, child.');
$.lang.register('slot.lost.37', 'You do not have enough experience! Are you listening to me?!');
$.lang.register('slot.lost.38', 'Hope you\'re listening. Level up homie!');
$.lang.register('slot.lost.39', 'Your technique need work.');
$.lang.register('slot.lost.40', 'Hey, did you hurt yourself?');
$.lang.register('slot.lost.41', 'That\'s your best?');
$.lang.register('slot.lost.42', 'Hah ha ha ha ha ha ha!');
$.lang.register('slot.lost.43', 'Don\'t make excuses for your loss! Go train and try again!');
$.lang.register('slot.lost.44', 'Hey, you\'re not that bad. You\'re not very good, either.');
$.lang.register('slot.lost.45', 'I\'ve had meetings that were more grueling than this.');
$.lang.register('slot.lost.46', 'Even by the lowest standards, that was really bad.');
$.lang.register('slot.lost.47', 'Ha-ha-ha! What\'s the matter? You don\'t like losing? Well, that\'s not my problem. Ha, ha, ha, ha, ha!');
$.lang.register('slot.lost.48', 'Ancient words of wisdom... \"you suck\"');
$.lang.register('slot.lost.49', 'I won\'t say you\'re bad. I\'ll just think it, OK?');
$.lang.register('slot.lost.50', 'I think I\'ve learned something from this. You\'re nothing...');
$.lang.register('slot.lost.51', 'Hey! Don\'t worry about it! You know... being bad and all!');
$.lang.register('slot.lost.52', 'The tragedy of all losers is that they think they were on the verge of victory.');
$.lang.register('slot.lost.53', 'Hm! You should go back to playing puzzle games!');
$.lang.register('slot.lost.54', 'The past is the past man. If you are a loser now, then youre a loser period.');
$.lang.register('slot.lost.55', 'The reason you lost is quite simple: you\'re bad!');
$.lang.register('slot.lost.56', 'Remember that one time during the game when it looked like you might actually win? No? Me neither.');
$.lang.register('slot.lost.57', 'Is that all you can do? You wouldn\'t have gone very far with that anyway.');
$.lang.register('slot.lost.58', 'Don\'t blame bad luck or fate. You lost because you suck.');
$.lang.register('slot.lost.59', 'You weren\'t that bad. You were pathetic! Go home!');
$.lang.register('slot.lost.60', 'You made an effort at least, pathetic as it was!');
$.lang.register('slot.lost.61', 'My dad could win, and he\'s dead!');
$.lang.register('slot.lost.62', 'You with the keyboard! I won DESPITE you. You suck. And smell -- REALLY smell.');
// Win messages for the roll (roll.js) mini game:
$.lang.register('roll.win.1', 'Congratulations!');
$.lang.register('roll.win.2', 'On a scale of 1 to 10, this was 2 easy');
$.lang.register('roll.win.3', 'Aw, yeah!');
$.lang.register('roll.win.4', 'You got lucky.');
$.lang.register('roll.win.5', 'GOOOOOOOAAAAAL!!');
$.lang.register('roll.win.6', 'Keep it up!');
$.lang.register('roll.win.7', 'Baby, now you\'re number one, shining bright for everyone!');
$.lang.register('roll.win.8', 'I only let you win out of pity.');
$.lang.register('roll.win.9', 'If there were more clumsy and perverted people like $1, the world would be a better place.');
$.lang.register('roll.win.10', 'Dreams do come true!');
$.lang.register('roll.win.11', 'The way to success is always difficult, but you still manage to get yourself on top and be honored.');
$.lang.register('roll.win.12', 'You rarely win, but sometimes you do.');
$.lang.register('roll.win.13', 'Sometimes in life you don\'t always feel like a winner, but that doesn\'t mean you\'re not a winner.');
$.lang.register('roll.win.14', 'It\'s easy to win. Anybody can win.');
$.lang.register('roll.win.15', 'Winning is great, sure, but if you are really going to do something in life, the secret is learning how to lose.');
$.lang.register('roll.win.16', 'A winner is just a loser who tried one more time.');
$.lang.register('roll.win.17', 'Sugoi~!');
$.lang.register('roll.win.18', 'This thing must have been rigged!');
$.lang.register('roll.win.19', 'The Goddess Fortuna smiles upon you.');
$.lang.register('roll.win.20', '?!......... (Seriously?!)');
// Lose messages for the roll (roll.js) mini game:
$.lang.register('roll.lost.1', 'Better luck next time!');
$.lang.register('roll.lost.2', 'Gambling can be hard, but don\'t stray.');
$.lang.register('roll.lost.3', 'Dreamin\', don\'t give it up $1');
$.lang.register('roll.lost.4', 'You have ignited a nuclear war! And no, there is no animated display of a mushroom cloud. Why? Because we do not reward failure.');
$.lang.register('roll.lost.5', 'Can you like.. win? please?');
$.lang.register('roll.lost.6', 'Game Over.');
$.lang.register('roll.lost.7', 'Don\'t looooose your waaaaaaay!');
$.lang.register('roll.lost.8', 'You just weren\'t good enough.');
$.lang.register('roll.lost.9', 'Will $1 finally win? Find out next time on Dragon Ball Z!');
$.lang.register('roll.lost.10', '$1 has lost something great today!');
$.lang.register('roll.lost.11', 'Perhaps if you trained in the mountains in solitude, you could learn how to win.');
$.lang.register('roll.lost.12', 'Believe in the heart of the cards!');
$.lang.register('roll.lost.13', 'Believe in me who believes in you!');
$.lang.register('roll.lost.14', '404 Win Not Found.');
$.lang.register('roll.lost.15', 'If the human body is 65% water, how can you be 100% salt?');
$.lang.register('roll.lost.16', 'To win you must gain sight beyond sight!');
$.lang.register('roll.lost.17', 'You\'re great at losing! Don\'t let anyone tell you otherwise.');
$.lang.register('roll.lost.18', 'So tell me, what\'s it like living in a constant haze of losses?');
$.lang.register('roll.lost.19', 'Did you know that games of chance is the same way how Quantum Mechanics work?');
$.lang.register('roll.lost.20', 'L-O-S-E-R...');
$.lang.register('roll.lost.21', 'Dreams shattered :(');
$.lang.register('roll.lost.22', 'Looks like you\'ve activated my trap card Kappa');
$.lang.register('roll.lost.23', 'You\'re not obligated to win. You\'re obligated to keep trying.');
$.lang.register('roll.lost.24', 'This is not the end, this is not even the beginning of the end, this is just perhaps the end of the beginning.');
$.lang.register('roll.lost.25', 'Sometimes not getting what you want is a brilliant stroke of luck.');
$.lang.register('roll.lost.26', 'Winning takes talent, to repeat takes character.');
$.lang.register('roll.lost.27', 'Snake? Snake?! Snaaaaaaaaaake!!.');
$.lang.register('roll.lost.28', 'You\'re like forrest gump without the running thing');
$.lang.register('roll.lost.29', 'You should go set the world record for holding your breath.');
$.lang.register('roll.lost.30', 'Shut down!');
$.lang.register('roll.lost.31', 'You don\'t deserve to play this game. Go back to playing with crayons.');
$.lang.register('roll.lost.32', 'Too bad. Game over. Insert new quarter.');
$.lang.register('roll.lost.33', 'The Goddess Fortuna frowns upon you.');
$.lang.register('roll.lost.34', 'In my ideal nation, there would exist no one as weak as you!');
$.lang.register('roll.lost.35', 'What a joke!');
$.lang.register('roll.lost.36', 'Learn from your defeat, child.');
$.lang.register('roll.lost.37', 'You do not have enough experience! Are you listening to me?!');
$.lang.register('roll.lost.38', 'Hope you\'re listening. Level up homie!');
$.lang.register('roll.lost.39', 'Your technique need work.');
$.lang.register('roll.lost.40', 'Hey, did you hurt yourself?');
$.lang.register('roll.lost.41', 'That\'s your best?');
$.lang.register('roll.lost.42', 'Hah ha ha ha ha ha ha!');
$.lang.register('roll.lost.43', 'Don\'t make excuses for your loss! Go train and try again!');
$.lang.register('roll.lost.44', 'Hey, you\'re not that bad. You\'re not very good, either.');
$.lang.register('roll.lost.45', 'I\'ve had meetings that were more grueling than this.');
$.lang.register('roll.lost.46', 'Even by the lowest standards, that was really bad.');
$.lang.register('roll.lost.47', 'Ha-ha-ha! What\'s the matter? You don\'t like losing? Well, that\'s not my problem. Ha, ha, ha, ha, ha!');
$.lang.register('roll.lost.48', 'Ancient words of wisdom... \"you suck\"');
$.lang.register('roll.lost.49', 'I won\'t say you\'re bad. I\'ll just think it, OK?');
$.lang.register('roll.lost.50', 'I think I\'ve learned something from this. You\'re nothing...');
$.lang.register('roll.lost.51', 'Hey! Don\'t worry about it! You know... being bad and all!');
$.lang.register('roll.lost.52', 'The tragedy of all losers is that they think they were on the verge of victory.');
$.lang.register('roll.lost.53', 'Hm! You should go back to playing puzzle games!');
$.lang.register('roll.lost.54', 'The past is the past man. If you are a loser now, then youre a loser period.');
$.lang.register('roll.lost.55', 'The reason you lost is quite simple: you\'re bad!');
$.lang.register('roll.lost.56', 'Remember that one time during the game when it looked like you might actually win? No? Me neither.');
$.lang.register('roll.lost.57', 'Is that all you can do? You wouldn\'t have gone very far with that anyway.');
$.lang.register('roll.lost.58', 'Don\'t blame bad luck or fate. You lost because you suck.');
$.lang.register('roll.lost.59', 'You weren\'t that bad. You were pathetic! Go home!');
$.lang.register('roll.lost.60', 'You made an effort at least, pathetic as it was!');
$.lang.register('roll.lost.61', 'My dad could win, and he\'s dead!');
$.lang.register('roll.lost.62', 'You with the keyboard! I won DESPITE you. You suck. And smell -- REALLY smell.');
$.lang.register('roll.lost.63', 'A loser doesn\'t know what he\'ll do if he loses, but talks about what he\'ll do if he wins, and a winner doesn\'t talk about what he\'ll do if he wins, but knows what he\'ll do if he loses.');
$.lang.register('roll.lost.64', 'If you can\'t win, lose like a champion!');
$.lang.register('roll.lost.65', 'Welcome to Loserville! Population: You!');
$.lang.register('roll.lost.66', 'Whoever said, "It\'s not whether you win or lose that counts," probably lost.');
$.lang.register('roll.lost.67', 'What went wrong? What didn\'t? - it was just one of those days. Not your day really');
// Win messages for the gambling (gambling.js) mini game, remove the /// to start using it.:
///$.lang.register('gamble.win.1', 'Cool message here');
///$.lang.register('gamble.win.2', '');
///$.lang.register('gamble.win.3', '');
// Lose messages for the gambling (gambling.js) mini game, remove the /// to start using it.:
///$.lang.register('gamble.lost.1', 'Cool message here!');
///$.lang.register('gamble.lost.2', '');
///$.lang.register('gamble.lost.3', '');