Skip to content

Commit

Permalink
Create language.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MeganPie authored Oct 18, 2017
1 parent 8b84259 commit 8a7bc38
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ExampleModule/language/EnglishUK/language.php
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!!'
);

0 comments on commit 8a7bc38

Please sign in to comment.