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

src/data/install/language/en/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: cannot connect to the server or server response error! Please try again later.";
7
EasyInstaller._MSG["db_version"] = "DB Version";
8
EasyInstaller._MSG["error"] = "Error!";
9
EasyInstaller._MSG["success"] = "Success!";
10
EasyInstaller._MSG["connection_was_established"] = "A connection was successfully established with the server.";
11
EasyInstaller._MSG["connection_error"] = "Wrong parameters passed or connection error!";
12
13