/* * 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 . */ $.lang.register('gambling.need.points', 'You don\'t have that many $1.'); $.lang.register('gambling.error.max', 'You\'re only allowed to gamble a maximum amount of $1.'); $.lang.register('gambling.error.min', 'You\'re only allowed to gamble a minimum amount of $1.'); $.lang.register('gambling.lost', '$1 rolled $2 and lost $3. $5'); // Use $4 for the points the user has renaming $.lang.register('gambling.won', '$1 rolled $2 and won $3! $5'); // Use $4 for the points the user has renaming $.lang.register('gambling.usage', 'Usage: !gamble [amount]'); $.lang.register('gambling.set.max.usage', 'Usage: !gamblesetmax [amount]'); $.lang.register('gambling.set.max', 'Set the maximum gambling amount to $1!'); $.lang.register('gambling.set.min.usage', 'Usage: !gamblesetmin [amount]'); $.lang.register('gambling.set.min', 'Set minimum gambling to $1!'); $.lang.register('gambling.win.range.usage', 'Usage: !gamblesetwinningrange [range]'); $.lang.register('gambling.win.range', 'Set gambling win range to $1-100 lose range to 1-$2'); $.lang.register('gambling.percent.usage', 'Usage: !gamblesetgainpercent [amount]'); $.lang.register('gambling.percent', 'Set gambling gain percent to $1%');