diff options
author | Irina Gómez <irinagomez@us.es> | 2018-11-06 11:33:07 +0100 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2018-11-06 11:33:07 +0100 |
commit | 991ad531ec9aa8ebd7dfbc8984209ec5cfa58ca4 (patch) | |
tree | 20de4cd8c341d21fe279fb1d417b0f2e918e30ee /admin/WebConsole/idiomas/php/eng | |
parent | 7dc04cc12bc303c0e7ecc90a95968de7d1d2c4b9 (diff) |
Display warning messaje if there is no repository defined in the Organitational Unit when entering the console.
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/acceso_eng.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/acceso_eng.php b/admin/WebConsole/idiomas/php/eng/acceso_eng.php index d50a0003..a788a712 100644 --- a/admin/WebConsole/idiomas/php/eng/acceso_eng.php +++ b/admin/WebConsole/idiomas/php/eng/acceso_eng.php @@ -30,3 +30,4 @@ $TbMsg["ACCESS_ALLOWED"]='Access allowed. Please wait ...'; $TbMsg["ACCESS_ERROR"]='Access error'; $TbMsg["ACCESS_UNKNOWNERROR"]='Unknown error'; $TbMsg["ACCESS_NOFRAMES"]='Sorry, your browser does not handle frames.'; +$TbMsg["WARN_NOREPO"]='There is no repository defined in the Organizational Unit.'; |