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,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.');