diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2018-11-26 13:27:31 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2018-11-26 13:27:31 +0100 |
commit | edf07e216c017afe99e464adcf18613035692448 (patch) | |
tree | 9bc7a2220e91cfa08a50f8158e717a18b93700b8 /admin/WebConsole/idiomas/javascripts/eng/propiedades_perfilhardwares_eng.js | |
parent | 33b5df14f266d685c21733012e00fff06f51a427 (diff) | |
parent | 518d4d84f755185f224c82d5cc3f49b350af4b05 (diff) |
Merge branch 'devel' into configfile
Diffstat (limited to 'admin/WebConsole/idiomas/javascripts/eng/propiedades_perfilhardwares_eng.js')
-rw-r--r-- | admin/WebConsole/idiomas/javascripts/eng/propiedades_perfilhardwares_eng.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/WebConsole/idiomas/javascripts/eng/propiedades_perfilhardwares_eng.js b/admin/WebConsole/idiomas/javascripts/eng/propiedades_perfilhardwares_eng.js index 25ee5642..cc20b204 100644 --- a/admin/WebConsole/idiomas/javascripts/eng/propiedades_perfilhardwares_eng.js +++ b/admin/WebConsole/idiomas/javascripts/eng/propiedades_perfilhardwares_eng.js @@ -1,8 +1,8 @@ //________________________________________________________________________________________________________ // -// Fichero de idiomas javascript: propiedades_perfilhardwares_eng.js -// Idioma: Ingés +// Javascript language file: propiedades_perfilhardwares_eng.js +// Language: English //________________________________________________________________________________________________________ TbMsg=new Array; -TbMsg[0]="You must introduce a name for this hardware profile"; -TbMsg[1]="WARNING: There are computers with this profile. You can't remove them until you change hardware profile to this computers"; +TbMsg[0]="You must enter a name for this hardware profile"; +TbMsg[1]="WARNING: Some computers contain this hardware profile. You can't delete it until you change hardware profile in those computers"; |