diff options
author | Irina Gomez <irinagomez@us.es> | 2018-05-15 11:27:51 +0000 |
---|---|---|
committer | Irina Gomez <irinagomez@us.es> | 2018-05-15 11:27:51 +0000 |
commit | beebc198fca5c11b9b6b2dbc867976268944a385 (patch) | |
tree | eda8d0646a707526f4007bc7252f960fdbe73bcd /admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php | |
parent | 61e5ebd8ebd70eeb1eeed4a1ed75fbd1f4a586eb (diff) |
#842 Consola: se revisan todos los ficheros de idioma en inglés.
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php b/admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php index 7d567ef6..94896066 100644 --- a/admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php +++ b/admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php @@ -1,16 +1,15 @@ <?php //________________________________________________________________________________________________________ // -// Fichero de idiomas php: tareascomandos_eng.php -// Idioma: Ingés +// Php language file: tareascomandos_eng.php +// Language: English //________________________________________________________________________________________________________ $TbMsg=array(); - $TbMsg[0]='Mangement Commands of a Task'; - $TbMsg[1]='Includes Commands'; + $TbMsg[0]='Task Commands Management'; + $TbMsg[1]='Included Commands'; $TbMsg[2]='Task'; $TbMsg[3]='Command name'; $TbMsg[4]='Ord.'; $TbMsg[5]='Parameter'; $TbMsg[6]='Value'; - $TbMsg[7]='(*)To exclude some command from this task you must click in the corresponding checkbox'; -?>
\ No newline at end of file + $TbMsg[7]='(*)Please check the box to exclude any command from this task.'; |