Login   Register  
PHP Classes
elePHPant
Icontem

File: inc/cls_form.lan.pt.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.pt.php  >  Download  
File: inc/cls_form.lan.pt.php
Role: Configuration script
Content type: text/plain
Description: cls_form 2.4.3 portuguese 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,070 bytes
 

Contents

Class file image Download
<?
// titles
$this->lang_title_insert "INSERIR";
$this->lang_title_update "ATUALIZAR";
$this->lang_title_delete "EXCLUIR";
$this->lang_title_report "RELATÓRIO DE";
$this->lang_title_complete "ADMINISTRAR";
$this->lang_confirm_insert "REGISTRO INSERIDO";
$this->lang_confirm_update "REGISTRO ATUALIZADO";
$this->lang_confirm_delete "REGISTRO(S) EXCLUIDO(S)";
// labels
$this->lang_label_required "campos obrigatórios";
$this->lang_label_no_select_NXN "NÃO SELECIONADOS: clique para abrir";
$this->lang_label_no_events_1XN "Não há eventos para associação";
$this->lang_label_non_active "NÃO ATIVOS";
// js
$this->lang_js_field "O preenchimento do campo";
$this->lang_js_line "na linha";
$this->lang_js_req "é obrigatório";
$this->lang_js_format "foi preenchido incorretamente";
$this->lang_js_password "deve ser igual à confirmação";
$this->lang_js_unique "Já existe um registro no banco de dados com os valores";
// form
$this->lang_button_label "ok";
$this->lang_close_button_label "Fechar";
$this->lang_print_button_label "Imprimir";
$this->lang_back_button_label "Voltar";
$this->lang_search_button_label "Buscar";
$this->lang_form_dropdown_choose "Escolha";
$this->lang_not_found "Nenhum registro encontrado";
$this->lang_return_pk "CÓDIGO GERADO PARA";
$this->lang_remove_image "Remover Imagem";
$this->lang_remove_file "Remover Arquivo";
$this->lang_filter "Filtrar em";
$this->lang_password_confirm "Confirmar";
$this->lang_password_alter "Alterar";
$this->lang_prompt_entity "Quantas entradas deseja adicionar?";
$this->lang_global_edition "Edição Global";
$this->lang_delete_dependency "Não é permitida exclusão de registros relacionados à tabela";
$this->lang_new_entity_complete "Clique abaixo para complementar o cadastro dos novos registros criados";
$this->lang_print_label "VERSÃO PARA IMPRESSÃO";
$this->lang_file_format "FORMATO DE IMAGEM INVÁLIDO PARA EL ARCHIVO";
$this->lang_file_format_types "FORMATOS ACEITOS: JPG, PNG ou GIF";
?>