<?
/*
***************************************************************************
Langage Anglais
* Author : AUDUTEAU Alain
* SiteURL: http://www.auduteau.net
* Date : 29/05/2001 (DD/MM/YY)
***************************************************************************
*/
$Title[1] = "Site Administration";
$Title[2] = "View detail";
$Title[3] = "Insert before this record";
$Title[4] = "Update this record";
$Title[5] = "Delete this record";
$Title[6] = "View sections";
$Title[7] = "Page detail";
$Title[8] = "View the Page file of this section";
$Title[9] = "Return to the root";
$Title[10] = "Return to section";
$Title[11] = "Add record to End Of File";
$Title[12] = "Add column to End Of Data";
$Title[13] = "Change to US version";
$Title[14] = "Change to French version";
$actions[1] = "add";
$actions[2] = "insert";
$actions[3] = "update";
$actions[4] = "delete";
$actions[5] = "display";
$actions[6] = "add column";
$actions[7] = "cancel";
$smallactions[1] = "A";
$smallactions[2] = "I";
$smallactions[3] = "U";
$smallactions[4] = "D";
$smallactions[5] = "V";
$smallactions[6] = "C";
$Menu[1] = "Root";
$Menu[2] = "Return to section";
$Menu[3] = "View associated Page file";
$Menu[4] = "Add record to EOF";
$Menu[5] = "Add column";
$Menu[6] = "US version";
$Menu[7] = "French version";
$FormTitle[1] = "Create record before record Number : ";
$FormTitle[2] = "Add record to EOF";
$FormTitle[3] = "Update record with record Number : ";
$FormTitle[4] = "Delete record with record Number : ";
$FormTitle[5] = "Record Number : ";
$FormTitle[6] = "Create column";
$FormTitle[7] = "Column name :";
$FormTitle[8] = "Default value :";
?> |