Update lang.en.php

This commit is contained in:
Robin 2018-04-06 19:56:38 +02:00 committed by GitHub
parent fe138bc58a
commit b15852ff65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -101,3 +101,16 @@ $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";