ftimme
2012-05-30 2cb1563f63386b35a69e460051aa9b4a2851d104
interface/web/designer/lib/lang/es_form_edit.lng
@@ -1,24 +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';
?>