Skip to content

Commit

Permalink
Update el.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ChriZathens authored Jun 15, 2020
1 parent 55fb1a3 commit a041e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/check_port/lang/el.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
* Author: Chris Kanatas (ckanatas@gmail.com)
*/

theUILang.checkWebsiteNotFound = "Check_port plugin: Plugin will not work. Invalid configuration";
theUILang.checkWebsiteNotFound = "Πρόσθετο Check_port: Το πρόσθετο δεν θα λειτουργήσει. Μη έγκυρη παραμετροποίηση";
theUILang.checkPort = "Έλεγχος κατάστασης θύρας";
theUILang.portStatus = [
"Η κατάσταση της θύρας είναι άγνωστη",
"Η θύρα είναι κλειστή",
"Η θύρα είναι ανοικτή"
];

thePlugins.get("check_port").langLoaded();
thePlugins.get("check_port").langLoaded();

0 comments on commit a041e2b

Please sign in to comment.