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_tareas_eng.js | |
parent | 33b5df14f266d685c21733012e00fff06f51a427 (diff) | |
parent | 518d4d84f755185f224c82d5cc3f49b350af4b05 (diff) |
Merge branch 'devel' into configfile
Diffstat (limited to 'admin/WebConsole/idiomas/javascripts/eng/propiedades_tareas_eng.js')
-rw-r--r-- | admin/WebConsole/idiomas/javascripts/eng/propiedades_tareas_eng.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/admin/WebConsole/idiomas/javascripts/eng/propiedades_tareas_eng.js b/admin/WebConsole/idiomas/javascripts/eng/propiedades_tareas_eng.js index eede2409..ffceef96 100644 --- a/admin/WebConsole/idiomas/javascripts/eng/propiedades_tareas_eng.js +++ b/admin/WebConsole/idiomas/javascripts/eng/propiedades_tareas_eng.js @@ -1,7 +1,9 @@ //________________________________________________________________________________________________________ // -// Fichero de idiomas javascript: propiedades_tareas_eng.js -// Idioma: Ingés +// Javascript language file: propiedades_tareas_eng.js +// Language: English //________________________________________________________________________________________________________ TbMsg=new Array; -TbMsg[0]="You must introduce a name for this task"; +TbMsg[0]="You must enter a name for this task"; +TbMsg[1]="You must choose a scope for this task"; +TbMsg[2]="WARNING: If you do not choose a scope for this task you will not be able to add procedures to this task. You can only include other tasks with their own scopes."; |