Login   Register  
PHP Classes
elePHPant
Icontem

File: config/idiomas/ingles.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jorge Prado  >  My Rad 4 PHP  >  config/idiomas/ingles.php  >  Download  
File: config/idiomas/ingles.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: My Rad 4 PHP
Generate PHP class from MySQL table
Author: By
Last change: update version 1.0
Date: 2013-05-10 10:32
Size: 2,749 bytes
 

Contents

Class file image Download
<?php
    $GLOBALS
["userlabel"]="User";
    
$GLOBALS["passwordlabel"]="Password";
    
$GLOBALS["datelabel"]="Date";
    
$GLOBALS["logoutlabel"]="Logout";
    
$GLOBALS["loginlabel"]="Login";
    
$GLOBALS["logintitle"]="Longin";
    
$GLOBALS["homelabel"]="Home";
    
$GLOBALS["titleindex"]="Tables";
    
$GLOBALS["titlelist"]="Record in table";
    
$GLOBALS["operacioneslabel"]="Operations";
    
$GLOBALS["insertlabel"]="Insert record";
    
$GLOBALS["filterlabel"]="Filter";
    
$GLOBALS["unfilterlabel"]="All";
    
$GLOBALS["sortbylabel"]="Sort by";
    
$GLOBALS["sortlabel"]="Sort";
    
$GLOBALS["hidesort"]="Hide";
    
$GLOBALS["editlabel"]="Edit";
    
$GLOBALS["deletelabel"]="Delete";
    
$GLOBALS["detailslabel"]="Detais";
    
$GLOBALS["delselectslabel"]="Deleted selected";
    
$GLOBALS["noselectlabel"]="No select yet";
    
$GLOBALS["acceptlabel"]="Accept";
    
$GLOBALS["cancellabel"]="Cancel";
    
$GLOBALS["inserttitlelabel"]="Insert record in ";
    
$GLOBALS["edittitlelabel"]="Editing record in ";
    
$GLOBALS["detailstitlelabel"]="Details for ";
    
$GLOBALS["returnlistlabel"]="Return to list";
    
$GLOBALS["msgdeletelabel"]="Are you delete this record?";
    
$GLOBALS["yeslabel"]="YES";
    
$GLOBALS["notlabel"]="NOT";
    
$GLOBALS["printlabel"]="Print this";
    
$GLOBALS["pageorientationlabel"]="Page orientation";
    
$GLOBALS["alabeslorientation"]=array(array("value"=>"","label"=>"No Set"),
                                            array(
"value"=>"L","label"=>"Portain"), 
                                            array(
"value"=>"P","label"=>"Lanscape"));
    
$GLOBALS["datefromlabel"]="From";
    
$GLOBALS["datetolabel"]="To";
    
    
//Set labels for buillder
    
    
$GLOBALS["configtittlelabel"]="Config application";
    
$GLOBALS["serverlabel"]="Server";
    
$GLOBALS["databaselabel"]="Database name";
    
$GLOBALS["userdblabel"]="MySQL user";
    
$GLOBALS["clavelabel"]="MySQL user Password";
    
$GLOBALS["nomapplabel"]="Application name";
    
$GLOBALS["rutaserverlabel"]="Path of application in web sever";
    
$GLOBALS["rutaormlabel"]="path for ORM files";
    
$GLOBALS["idiomauserlabel"]="User interface languaje";
    
$GLOBALS["tittlebuilderlabel"]="ORM Y METADATA CLASS BUILLDER";
    
$GLOBALS["titletablalabel"]="Tables";
    
$GLOBALS["tittleopcioneslabel"]="Options";
    
$GLOBALS["ormlabel"]="Make ORM class";
    
$GLOBALS["metadatalabel"]="Make Metadata class";
    
$GLOBALS["safetylabel"]="Is safety";
    
$GLOBALS["makecustomlabel"]="Custumize template";
    
$GLOBALS["titlemakesecure"]="Safety definitions";
    
$GLOBALS["safetyuserlabel"]="Field for user login";
    
$GLOBALS["safetypasswordlabel"]="Field for user password";
    
$GLOBALS["saferynamelabel"]="Field for user name";
    
    

    
?>