Update Language

Add the Language Variables for the Groupassigner (https://github.com/Wruczek/ts-website/pull/81)
This commit is contained in:
Robin 2018-04-06 19:50:58 +02:00 committed by GitHub
parent eb98e539c6
commit 1309df6384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -101,3 +101,15 @@ $lang["banlist"]["table"]["expires"] = "Expires";
$lang["rules"]["title"] = "Server Rules"; $lang["rules"]["title"] = "Server Rules";
$lang["rules"]["filenotfound"] = "Error: file <code>config/rules.md</code> has not been found!"; $lang["rules"]["filenotfound"] = "Error: file <code>config/rules.md</code> has not been found!";
$lang["rules"]["readerror"] = "Error: cannot access the file <code>config/rules.md</code>!"; $lang["rules"]["readerror"] = "Error: cannot access the file <code>config/rules.md</code>!";
/************* Groupassigner - groupassigner.php *************/
$lang["grouppage"]["title"] = "Groupassigner";
$lang["grouppage"]["tsuid"] = "Teamspeak-UID";
$lang["grouppage"]["tsgroup"] = "Teamspeak Group";
$lang["grouppage"]["send"] = "Send";
$lang["grouppage"]["error"]["offline"] = "You must be online to assign a group";
$lang["grouppage"]["error"]["notallowed"] = "This server group must not be assigned.";
$lang["grouppage"]["error"]["duplicate"] = "You already own the server group.";
$lang["grouppage"]["success"]["success"] = "You have been assigned the server group";