configure your languages

This commit is contained in:
Claude 2013-04-14 19:04:39 +02:00
parent 10e27eadbf
commit 04c0011d00
3 changed files with 13 additions and 1 deletions

View File

@ -69,7 +69,7 @@ $config['url_suffix'] = '';
| than english. | than english.
| |
*/ */
$config['language'] = 'swissgerman'; #$config['language'] = 'english'; #this is configured in config/stikked.php
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View File

@ -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)
* *

View File

@ -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';