Update version 0.1.1
This commit is contained in:
@@ -32,9 +32,6 @@ if (empty($lang) || !is_array($lang))
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
|
||||
// Adding new category
|
||||
$lang['permission_cat']['mchat'] = 'mChat';
|
||||
|
||||
// Adding the permissions
|
||||
$lang = array_merge($lang, array(
|
||||
|
||||
@@ -106,6 +103,7 @@ $lang = array_merge($lang, array(
|
||||
'MCHAT_NEW_REPLY' => 'Erstelle eine neue Antwort',
|
||||
'MCHAT_NEW_QUOTE' => 'Antworte mit einem Zitat',
|
||||
'MCHAT_NEW_EDIT' => 'Bearbeite',
|
||||
|
||||
// UCP
|
||||
'UCP_PROFILE_MCHAT' => 'mChat Einstellung',
|
||||
'DISPLAY_MCHAT' => 'mChat auf der Indexseite anzeigen',
|
||||
@@ -119,6 +117,7 @@ $lang = array_merge($lang, array(
|
||||
'TEXT_AREA' => 'Textbereich',
|
||||
'UCP_CAT_MCHAT' => 'mChat',
|
||||
'UCP_MCHAT_CONFIG' => 'mChat',
|
||||
|
||||
//Preferences
|
||||
'LOG_MCHAT_TABLE_PRUNED' => 'mChat Tabelle löschen',
|
||||
'ACP_USER_MCHAT' => 'mChat Einstellung',
|
||||
|
||||
Reference in New Issue
Block a user