diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/incrementalcomponente_soft_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/incrementalcomponente_soft_eng.php | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/incrementalcomponente_soft_eng.php b/admin/WebConsole/idiomas/php/eng/incrementalcomponente_soft_eng.php index 09585b4e..3382fdff 100644 --- a/admin/WebConsole/idiomas/php/eng/incrementalcomponente_soft_eng.php +++ b/admin/WebConsole/idiomas/php/eng/incrementalcomponente_soft_eng.php @@ -1,13 +1,12 @@ <?php //________________________________________________________________________________________________________ // -// Fichero de idiomas php: incrementalcomponente_soft_eng.php -// Idioma: Ingés +// Php Language file: incrementalcomponente_soft_eng.php +// Language: English //________________________________________________________________________________________________________ $TbMsg=array(); - $TbMsg[0]='Incremental Software'; - $TbMsg[1]='Components management '; - $TbMsg[2]='Incremental software'; + $TbMsg[0]='Incremental Softwares'; + $TbMsg[1]='Software Components Management '; + $TbMsg[2]='Incremental Software'; $TbMsg[3]='Component name'; - $TbMsg[4]='(*)To include some component in this incremental software you must click in the corresponding checkbox.'; -?>
\ No newline at end of file + $TbMsg[4]='(*)Please check the appropriate box to include any component in this incremental software.'; |