init commit
This commit is contained in:
@@ -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?');
|
||||
@@ -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.');
|
||||
@@ -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');
|
||||
@@ -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]');
|
||||
@@ -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');
|
||||
@@ -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.');
|
||||
@@ -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.');
|
||||
@@ -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!');
|
||||
@@ -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.');
|
||||
@@ -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]');
|
||||
@@ -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.');
|
||||
@@ -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.');
|
||||
@@ -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.');
|
||||
@@ -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.');
|
||||
@@ -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');
|
||||
Reference in New Issue
Block a user