-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
/* | ||
* Made by MeganPie :: https://meganpie.github.io | ||
* Based off the Web Server Stats Module, created by Samerton. | ||
* | ||
* EnglishUK Language file | ||
*/ | ||
// Which version of NamelessMC is this language file updated to? | ||
$language_version = '2.0.0-dev'; | ||
|
||
$language = array( | ||
/* | ||
* General terms | ||
*/ | ||
'example_module_title' => 'Example Module', | ||
'example_module_desc' => 'This is the example module AdminCP Page! Feel free to use this as your base for your modules configs!!' | ||
); |