Login   Register  
PHP Classes
elePHPant
Icontem

File: inc/cls_form.lan.es.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Francisco Caserio  >  cls_form  >  inc/cls_form.lan.es.php  >  Download  
File: inc/cls_form.lan.es.php
Role: Configuration script
Content type: text/plain
Description: cls_form 2.4.3 spanish support
Class: cls_form
Generate Web pages to manipulate database records
Author: By
Last change: role revision
Date: 2008-10-31 04:46
Size: 2,090 bytes
 

Contents

Class file image Download
<?
// titles
$this->lang_title_insert "Ingresar";
$this->lang_title_update "Modificar";
$this->lang_title_delete "Eliminar";
$this->lang_title_report "Reporte de";
$this->lang_title_complete "Gestión de";
$this->lang_confirm_insert "Registro Agregado";
$this->lang_confirm_update "Registro Modificado";
$this->lang_confirm_delete "Registro(s) Eliminado(s)";
// labels
$this->lang_label_required "campos obligatorios";
$this->lang_label_no_select_NXN "NO SELECCIONADOS: haga click para desplegar";
$this->lang_label_no_events_1XN "No hay eventos para asociación";
$this->lang_label_non_active "INACTIVOS";
// js
$this->lang_js_field "El campo";
$this->lang_js_line "en la linea";
$this->lang_js_req "es obligatório";
$this->lang_js_format "no se llenó correctamente";
$this->lang_js_password "debe ser igual a la confirmación";
$this->lang_js_unique "Yá existe un registro en el banco de dados con los valores";
// form
$this->lang_button_label "Aceptar";
$this->lang_close_button_label "Cerrar";
$this->lang_print_button_label "Imprimir";
$this->lang_back_button_label "Volver";
$this->lang_search_button_label "Buscar";
$this->lang_form_dropdown_choose "Elija";
$this->lang_not_found "No se encontro ningun registro";
$this->lang_return_pk "CÓDIGO GENERADO PARA";
$this->lang_remove_image "Eliminar Imagen";
$this->lang_remove_file "Eliminar Archivo";
$this->lang_filter "Filtrar en";
$this->lang_password_confirm "Confirmar";
$this->lang_password_alter "Modificar";
$this->lang_prompt_entity "Cuantas entradas desea agregar?";
$this->lang_global_edition "Edición Global";
$this->lang_delete_dependency "No está permitido eliminar registros relacionados a la tabla";
$this->lang_new_entity_complete "Haga click abajo para complementar el registro de los nuevos registros creados";
$this->lang_print_label "VERSIÓN PARA IMPRIMIR";
$this->lang_file_format "FORMATO DE IMAGEN INVALIDO PARA EL ARCHIVO";
$this->lang_file_format_types "FORMATOS ACEPTADOS: JPG, PNG o GIF";
?>