From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 30 May 2012 07:30:44 -0400 Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons). --- interface/web/designer/lib/lang/es_form_edit.lng | 25 ++++++++++++------------- 1 files changed, 12 insertions(+), 13 deletions(-) diff --git a/interface/web/designer/lib/lang/es_form_edit.lng b/interface/web/designer/lib/lang/es_form_edit.lng index f0a6bd6..c531255 100644 --- a/interface/web/designer/lib/lang/es_form_edit.lng +++ b/interface/web/designer/lib/lang/es_form_edit.lng @@ -1,25 +1,24 @@ <?php -$wb['name_txt'] = 'NombreForm'; -$wb['title_txt'] = 'TitleForm'; +$wb['name_txt'] = 'Nombre del formulario'; +$wb['title_txt'] = 'Título del formulario'; $wb['template_txt'] = 'Plantilla'; -$wb['navframe_txt'] = 'MarcoNaveg'; +$wb['navframe_txt'] = 'Marco de navegación'; $wb['startpage_txt'] = 'Página inicial'; $wb['tab_width_txt'] = 'Ancho de pestaña'; $wb['save_txt'] = 'Guardar'; $wb['cancel_txt'] = 'Cancelar'; -$wb['header_txt'] = 'Propiedades Form'; +$wb['header_txt'] = 'Propiedades del formulario'; $wb['description_txt'] = 'Descripción'; $wb['action_txt'] = 'Acción (script)'; -$wb['db_table_txt'] = 'Tabla DB'; -$wb['db_table_idx_txt'] = 'Indice tabla DB'; -$wb['db_history_txt'] = 'Registro deshacer'; +$wb['db_table_txt'] = 'Tabla de BD'; +$wb['db_table_idx_txt'] = 'Indice de tabla de BD'; +$wb['db_history_txt'] = 'Anular registro'; $wb['tab_default_txt'] = 'Pestaña por defecto'; $wb['list_default_txt'] = 'Lista por defecto'; $wb['auth_txt'] = 'Permisos'; -$wb['auth_preset_userid_txt'] = 'UserID'; -$wb['auth_preset_groupid_txt'] = 'GroupID'; -$wb['auth_preset_perm_user_txt'] = 'Permiso usuario'; -$wb['auth_preset_perm_group_txt'] = 'Permiso grupo'; -$wb['auth_preset_perm_other_txt'] = 'Permiso otros'; +$wb['auth_preset_userid_txt'] = 'ID usuario'; +$wb['auth_preset_groupid_txt'] = 'ID grupo'; +$wb['auth_preset_perm_user_txt'] = 'Permisos del usuario'; +$wb['auth_preset_perm_group_txt'] = 'Permisos del grupo'; +$wb['auth_preset_perm_other_txt'] = 'Permisos de otros'; ?> - -- Gitblit v1.9.1