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