mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-21 02:30:58 +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.');
|
||||
|
||||
@@ -4261,3 +4261,13 @@ tz_def('TZ_WS_VS_NATARS', 'Contre les Natars');
|
||||
// MESAJ DE SISTEM - previzualizare
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
tz_def('ADM_PREVIEW', 'Aperçu');
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// REGULI DE INREGISTRARE (Server Configuration)
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
tz_def('CONF_SERV_USRNM_MIN', 'Longueur minimale du nom');
|
||||
tz_def('CONF_SERV_USRNM_MAX', 'Longueur maximale du nom');
|
||||
tz_def('CONF_SERV_PW_MIN', 'Longueur minimale du mot de passe');
|
||||
tz_def('CONF_SERV_USRNM_SPECIAL', 'Autoriser . - _ dans les noms');
|
||||
tz_def('CONF_SERV_USRNM_SPECIAL_TOOLTIP', 'Avec True, les noms peuvent contenir un point, un tiret ou un underscore, et des espaces simples entre les mots. Avec False, seules les lettres et les chiffres sont acceptes.');
|
||||
tz_def('CONF_SERV_REGRULES_TOOLTIP', 'Regles verifiees lors de l\'inscription. Les modifier n\'affecte pas les comptes existants.');
|
||||
|
||||
@@ -4058,3 +4058,13 @@ tz_def('TZ_WS_VS_NATARS', 'Contra Natarilor');
|
||||
// MESAJ DE SISTEM - previzualizare
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
tz_def('ADM_PREVIEW', 'Previzualizare');
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// REGULI DE INREGISTRARE (Server Configuration)
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
tz_def('CONF_SERV_USRNM_MIN', 'Lungimea minima a numelui');
|
||||
tz_def('CONF_SERV_USRNM_MAX', 'Lungimea maxima a numelui');
|
||||
tz_def('CONF_SERV_PW_MIN', 'Lungimea minima a parolei');
|
||||
tz_def('CONF_SERV_USRNM_SPECIAL', 'Permite . - _ in nume');
|
||||
tz_def('CONF_SERV_USRNM_SPECIAL_TOOLTIP', 'Cu True, numele pot contine punct, liniuta sau underscore, si spatii simple intre cuvinte. Cu False, se accepta doar litere si cifre.');
|
||||
tz_def('CONF_SERV_REGRULES_TOOLTIP', 'Reguli verificate la inregistrare. Schimbarea lor nu afecteaza conturile existente.');
|
||||
|
||||
Reference in New Issue
Block a user