From c9f8751c88110eb0249361057fe873fd27f8534b Mon Sep 17 00:00:00 2001 From: moglia <moglia@ispconfig3> Date: Sun, 06 Sep 2009 23:30:06 -0400 Subject: [PATCH] Initial Commit of Remote Client Brazilian Portuguese Translation Files --- interface/web/admin/lib/lang/br_remote_user.lng | 9 +++++++++ interface/web/admin/lib/lang/br_remote_user_list.lng | 8 ++++++++ 2 files changed, 17 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/lib/lang/br_remote_user.lng b/interface/web/admin/lib/lang/br_remote_user.lng new file mode 100644 index 0000000..e68613d --- /dev/null +++ b/interface/web/admin/lib/lang/br_remote_user.lng @@ -0,0 +1,9 @@ +<?php +$wb['username_txt'] = 'Nome do usu�rio:'; +$wb['password_txt'] = 'Senha:'; +$wb['function_txt'] = 'Fun��es:'; +$wb['username_error_unique'] = 'O nome de usu�rio deve ser �nico'; +$wb['username_error_empty'] = 'O nome de usu�rio n�o pode estar em branco'; +$wb['password_error_empty'] = 'A senha n�o pode estar em branco'; +$wb['password_strength_txt'] = 'Seguran�a da senha:'; +?> diff --git a/interface/web/admin/lib/lang/br_remote_user_list.lng b/interface/web/admin/lib/lang/br_remote_user_list.lng new file mode 100644 index 0000000..20ba1f0 --- /dev/null +++ b/interface/web/admin/lib/lang/br_remote_user_list.lng @@ -0,0 +1,8 @@ +<?php +$wb['list_head_txt'] = "Usu�rios Remotos"; +$wb['list_desc_txt'] = ""; +$wb['add_new_record_txt'] = "Adcionar novo usu�rio"; +$wb['parent_remote_userid_txt'] = 'ID'; +$wb['username_txt'] = "Nome do usu�rio"; +?> + -- Gitblit v1.9.1