initial commit
This commit is contained in:
commit
f4d2720104
34 changed files with 2229 additions and 0 deletions
7
lang/en/lang.php
Normal file
7
lang/en/lang.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* English language file for template
|
||||
*
|
||||
*/
|
||||
|
||||
$lang['btn_discussion'] = "Discussion";
|
||||
10
lang/en/settings.php
Normal file
10
lang/en/settings.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* English language file for config
|
||||
*
|
||||
*/
|
||||
|
||||
$lang['foo'] = 'Tagline';
|
||||
$lang['discussionNS'] = 'Discussion namespace (leave empty to disable discussions)';
|
||||
$lang['sidebarID'] = 'page name of page included in sidebar';
|
||||
$lang['hideTools'] = 'Hide tools when not logged in?';
|
||||
Loading…
Add table
Add a link
Reference in a new issue