From 905294860a7f8aef80b93af94bda9e51d3f7fd43 Mon Sep 17 00:00:00 2001 From: Sergio Cambra <sergio@programatica.es> Date: Tue, 12 Aug 2014 11:00:35 -0400 Subject: [PATCH] use LIKE to check subdomain usage --- interface/web/tools/lib/lang/br_usersettings.lng | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/interface/web/tools/lib/lang/br_usersettings.lng b/interface/web/tools/lib/lang/br_usersettings.lng index 8aaa6f1..cf4242d 100644 --- a/interface/web/tools/lib/lang/br_usersettings.lng +++ b/interface/web/tools/lib/lang/br_usersettings.lng @@ -5,5 +5,8 @@ $wb['password_mismatch'] = 'As senhas não conhecidem'; $wb['Form to edit the user password and language.'] = 'Formulário para alterar idioma e senha'; $wb['Settings'] = 'Configurações'; +$wb['generate_password_txt'] = 'Generate Password'; +$wb['repeat_password_txt'] = 'Repeat Password'; +$wb['password_mismatch_txt'] = 'The passwords do not match.'; +$wb['password_match_txt'] = 'The passwords do match.'; ?> - -- Gitblit v1.9.1