diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/softwares_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/softwares_eng.php | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/softwares_eng.php b/admin/WebConsole/idiomas/php/eng/softwares_eng.php index e2d707ce..4eb4d808 100644 --- a/admin/WebConsole/idiomas/php/eng/softwares_eng.php +++ b/admin/WebConsole/idiomas/php/eng/softwares_eng.php @@ -1,8 +1,8 @@ <?php //________________________________________________________________________________________________________ // -// Fichero de idiomas php: softwares_eng.php -// Idioma: Ingés +// Php language file: softwares_eng.php +// Language: English //________________________________________________________________________________________________________ $TbMsg=array(); $TbMsg[0]='""'; @@ -10,28 +10,27 @@ $TbMsg[2]='""'; $TbMsg[3]='"New components group"'; $TbMsg[4]='"Define new component"'; - $TbMsg[5]='"To put component"'; + $TbMsg[5]='"Set component"'; $TbMsg[6]='"Rename"'; - $TbMsg[7]='"Remove components group"'; + $TbMsg[7]='"Delete components group"'; $TbMsg[8]='"Move component"'; - $TbMsg[9]='"Remove component"'; + $TbMsg[9]='"Delete component"'; $TbMsg[10]='"New profiles group"'; $TbMsg[11]='"Define new profile"'; - $TbMsg[12]='"To put profile"'; - $TbMsg[13]='"Remove profiles group"'; + $TbMsg[12]='"Set profile"'; + $TbMsg[13]='"Delete profiles group"'; $TbMsg[14]='"Components management"'; - $TbMsg[15]='"Perfil information"'; - $TbMsg[16]='"To move profile"'; - $TbMsg[17]='"Remove profile"'; + $TbMsg[15]='"Profile information"'; + $TbMsg[16]='"Move profile"'; + $TbMsg[17]='"Delete profile"'; $TbMsg[18]='"Software types"'; $TbMsg[19]='"Software components"'; $TbMsg[20]='"Software profiles"'; $TbMsg[21]='"Incremental Software "'; - $TbMsg[22]='"New incrementals group"'; + $TbMsg[22]='"New incremental group"'; $TbMsg[23]='"Define new incremental"'; - $TbMsg[24]='"To put incremental"'; - $TbMsg[25]='"Remove incrementals group"'; + $TbMsg[24]='"Set incremental"'; + $TbMsg[25]='"Remove incremental group"'; $TbMsg[26]='"Incremental information"'; - $TbMsg[27]='"To move incremental"'; - $TbMsg[28]='"Remove incremental"'; -?>
\ No newline at end of file + $TbMsg[27]='"Move incremental"'; + $TbMsg[28]='"Delete incremental"'; |