//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/reportController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/reportController-el.js
// Module: /templates/mod_security/views/reportController-el
// Locale: el
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"Report a [asis,ModSecurity] Rule":"Αναφορά ενός κανόνα [asis,ModSecurity]","Report a [asis,ModSecurity] Rule to [_1]":"Αναφέρετε έναν κανόνα [asis,ModSecurity] στο [_1].","You have successfully submitted a report for the rule ID “[_1]” to “[_2]”.":"Έχετε υποβάλει επιτυχώς μια αναφορά για το αναγνωριστικό κανόνα «[_1]» στο «[_2]».","You must include at least one hit record with your report.":"Πρέπει να συμπεριλάβετε τουλάχιστον μια εγγραφή αποτελεσμάτων με την αναφορά σας."};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~