diff options
Diffstat (limited to 'admin/WebConsole/idiomas/javascripts/eng/perfilcomponente_hard_eng.js')
-rw-r--r-- | admin/WebConsole/idiomas/javascripts/eng/perfilcomponente_hard_eng.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/WebConsole/idiomas/javascripts/eng/perfilcomponente_hard_eng.js b/admin/WebConsole/idiomas/javascripts/eng/perfilcomponente_hard_eng.js index 8a102354..beecbb53 100644 --- a/admin/WebConsole/idiomas/javascripts/eng/perfilcomponente_hard_eng.js +++ b/admin/WebConsole/idiomas/javascripts/eng/perfilcomponente_hard_eng.js @@ -1,8 +1,8 @@ //____________________________________________________________________________ // -// Fichero de idiomas javascript: perfilcomponente_hard_eng.js -// Idioma: Ingés +// Javascript language file: perfilcomponente_hard_eng.js +// Language: English //____________________________________________________________________________ TbMsg=new Array; -TbMsg[0]="This hardware component has been successfully included in this profile"; -TbMsg[1]="This hardware component has been successfully excluded from this profile"; +TbMsg[0]="This hardware component has been included successfully into this profile"; +TbMsg[1]="This hardware component has been excluded successfully from this profile"; |