Skip to content

Commit 8a7bc38

Browse files
authored
Create language.php
1 parent 8b84259 commit 8a7bc38

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)