mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-09 21:01:00 +00:00
Clear some dead code!
Clear some dead code!
This commit is contained in:
@@ -4318,3 +4318,13 @@ tz_def('TZ_WS_VS_NATARS', 'Against Natars');
|
||||
// MESAJ DE SISTEM - previzualizare
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
tz_def('ADM_PREVIEW', 'Preview');
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// REGULI DE INREGISTRARE (Server Configuration)
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
tz_def('CONF_SERV_USRNM_MIN', 'Minimum username length');
|
||||
tz_def('CONF_SERV_USRNM_MAX', 'Maximum username length');
|
||||
tz_def('CONF_SERV_PW_MIN', 'Minimum password length');
|
||||
tz_def('CONF_SERV_USRNM_SPECIAL', 'Allow . - _ in usernames');
|
||||
tz_def('CONF_SERV_USRNM_SPECIAL_TOOLTIP', 'With True, usernames may contain a dot, hyphen or underscore, and single spaces between words. With False, only letters and digits are accepted.');
|
||||
tz_def('CONF_SERV_REGRULES_TOOLTIP', 'Rules checked when a player registers. Changing them does not affect existing accounts.');
|
||||
|
||||
Reference in New Issue
Block a user