mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-28 05:51:23 -05:00
configure your languages
This commit is contained in:
parent
10e27eadbf
commit
04c0011d00
@ -69,7 +69,7 @@ $config['url_suffix'] = '';
|
|||||||
| than english.
|
| than english.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['language'] = 'swissgerman';
|
#$config['language'] = 'english'; #this is configured in config/stikked.php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -25,10 +25,21 @@ $config['db_password'] = 'stikked';
|
|||||||
*
|
*
|
||||||
* Which theme to use
|
* Which theme to use
|
||||||
* Folder name in htdocs/themes/
|
* Folder name in htdocs/themes/
|
||||||
|
* Currently: default, bootstrap, gabdark, gabdark3
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
$config['theme'] = 'default';
|
$config['theme'] = 'default';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Language
|
||||||
|
*
|
||||||
|
* Which language to use
|
||||||
|
* Translate Stikked to your own language, see htdocs/application/language files
|
||||||
|
* Currently: english, swissgerman
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
$config['language'] = 'english';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Combine JS & CSS files (recommended)
|
* Combine JS & CSS files (recommended)
|
||||||
*
|
*
|
||||||
|
@ -39,6 +39,7 @@ $lang['paste_fullwidth'] = 'to full width of browser';
|
|||||||
$lang['paste_replies'] = 'Replies to';
|
$lang['paste_replies'] = 'Replies to';
|
||||||
$lang['paste_replyto'] = 'Reply to';
|
$lang['paste_replyto'] = 'Reply to';
|
||||||
$lang['paste_replyto_desc'] = 'Here you can reply to the paste above';
|
$lang['paste_replyto_desc'] = 'Here you can reply to the paste above';
|
||||||
|
$lang['paste_missing'] = 'There have been no Pastes';
|
||||||
$lang['exp_forever'] = 'Keep Forever';
|
$lang['exp_forever'] = 'Keep Forever';
|
||||||
$lang['exp_30min'] = '30 Minutes';
|
$lang['exp_30min'] = '30 Minutes';
|
||||||
$lang['exp_1h'] = '1 Hour';
|
$lang['exp_1h'] = '1 Hour';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user