From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- 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