* [MOD] Improved initialization for detecting wrong PHP version.

* [ADD] A message will be shown when the browser does not support clipboard actions.
This commit is contained in:
nuxsmin
2017-03-20 23:38:13 +01:00
parent 2969991579
commit 8f10347cae
21 changed files with 424 additions and 376 deletions

View File

@@ -86,5 +86,6 @@ $stringsJsLang = [
61 => __('Sesión finalizada'),
62 => __('Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador.'),
63 => __('Incluir Letras'),
64 => __('Cookies deshabilitadas. La aplicación no funcionará correctamente.')
64 => __('Cookies deshabilitadas. La aplicación no funcionará correctamente.'),
65 => __('Portapapeles no soportado por el navegador.')
];