Está era uma extensão para phpbb 3.2 ja no repositório do phpBB, apenas atualizei para versão 3.3
Mesmo assim vou verificar.
Mesmo assim vou verificar.



Código: Selecionar todos
- 'PCGF_AJAXREGISTRATIONCHECK_USERNAME_INVALID_BOUNDARIES_JSON' => $this->json($this->user->lang($this->config['allow_name_chars'] . '_EXPLAIN', $this->config['min_name_chars'], $this->config['max_name_chars'])),
+ 'PCGF_AJAXREGISTRATIONCHECK_USERNAME_INVALID_BOUNDARIES_JSON' => $this->json($this->user->lang($this->config['allow_name_chars'] . '_EXPLAIN', $this->user->lang('CHARACTERS_XY', (int) $this->config['min_name_chars']), $this->user->lang('CHARACTERS_XY', (int) $this->config['max_name_chars']))),
- 'PCGF_AJAXREGISTRATIONCHECK_PASSWORD_INVALID_JSON' => $this->json($this->user->lang($this->config['pass_complex'] . '_EXPLAIN', $this->config['min_pass_chars'], '∞')),
+ 'PCGF_AJAXREGISTRATIONCHECK_PASSWORD_INVALID_JSON' => $this->json($this->user->lang($this->config['pass_complex'] . '_EXPLAIN', $this->user->lang('CHARACTERS_XY', (int) $this->config['min_pass_chars']))),