opengnsys/admin/WebConsole/idiomas/php/eng/acciones_eng.php

43 lines
1.3 KiB
PHP

<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: acciones_eng.php
// Idioma: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='"New group of procedures"';
$TbMsg[1]='"Define new procedure"';
$TbMsg[2]='"To put procedure"';
$TbMsg[3]='"Rename"';
$TbMsg[4]='"Remove group of procedures"';
$TbMsg[5]='"Commands management"';
$TbMsg[6]='"Procedure information"';
$TbMsg[7]='"To move procedure"';
$TbMsg[8]='"Properties"';
$TbMsg[9]='"Remove Procedure"';
$TbMsg[10]='"Menus management"';
$TbMsg[11]='"New group of tasks"';
$TbMsg[12]='"Define new task"';
$TbMsg[13]='"To put task"';
$TbMsg[14]='"Remove group of tasks"';
$TbMsg[15]='"Perform task"';
$TbMsg[16]='"Schedules"';
$TbMsg[17]='"Task information"';
$TbMsg[18]='"To move task"';
$TbMsg[19]='"Remove task"';
$TbMsg[20]='"New group of jobs"';
$TbMsg[21]='"Define new job"';
$TbMsg[22]='"To put job"';
$TbMsg[23]='"Remove group of jobs"';
$TbMsg[24]='"Perform job"';
$TbMsg[25]='"Tasks management"';
$TbMsg[26]='"Job information"';
$TbMsg[27]='"To move job"';
$TbMsg[28]='"Remove job"';
$TbMsg[29]='Procedures';
$TbMsg[30]='Commands';
$TbMsg[31]='Tasks';
$TbMsg[32]='Jobs';
$TbMsg[33]='Actions';
?>