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

src/data/install/language/de/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: kann nicht auf dem Server oder Server antwort verbinden! Bitte versuchen Sie es sp�ter erneut.";
7
EasyInstaller._MSG["db_version"] = "DB-Version";
8
EasyInstaller._MSG["error"] = "Fehler!";
9
EasyInstaller._MSG["success"] = "Erfolg!";
10
EasyInstaller._MSG["connection_was_established"] = "Eine Verbindung wurde erfolgreich mit dem Server hergestellt.";
11
EasyInstaller._MSG["connection_error"] = "Falsche Parameter �bergeben oder Verbindungsfehler!";
12
13