We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b84259 commit 8a7bc38Copy full SHA for 8a7bc38
ExampleModule/language/EnglishUK/language.php
@@ -0,0 +1,17 @@
1
+<?php
2
+/*
3
+ * Made by MeganPie :: https://meganpie.github.io
4
+ * Based off the Web Server Stats Module, created by Samerton.
5
+ *
6
+ * EnglishUK Language file
7
+ */
8
+// Which version of NamelessMC is this language file updated to?
9
+$language_version = '2.0.0-dev';
10
+
11
+$language = array(
12
+ /*
13
+ * General terms
14
15
+ 'example_module_title' => 'Example Module',
16
+ 'example_module_desc' => 'This is the example module AdminCP Page! Feel free to use this as your base for your modules configs!!'
17
+);
0 commit comments