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