Passed
Branch dev (0fab21)
by Salim
05:13
created

src/data/install/language/es/js/common.js   A

Complexity

Total Complexity 1
Complexity/F 1

Size

Lines of Code 11
Function Count 1

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 9
dl 0
loc 11
c 0
b 0
f 0
rs 10
wmc 1
mnd 0
bc 0
fnc 1
bpm 0
cpm 1
noi 1
1
EasyInstaller = function () {
2
3
};
4
5
EasyInstaller._MSG = {};
6
EasyInstaller._MSG["ajax_connection_error"] = "AJAX: no se puede conectar con el error de respuesta del servidor o el servidor! Por favor, inténtelo de nuevo más tarde.";
7
EasyInstaller._MSG["db_version"] = "DB Versión";
8
EasyInstaller._MSG["error"] = "¡Error!";
9
EasyInstaller._MSG["success"] = "Éxito!";
10
EasyInstaller._MSG["connection_was_established"] = "Una conexión se ha establecido correctamente con el servidor.";
11
EasyInstaller._MSG["connection_error"] = "Parámetros erróneos pasado o error de conexión!";
12
13