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' => 'Nuova risposta',
|
||||
'MCHAT_NEW_QUOTE' => 'Risposta con Quote',
|
||||
'MCHAT_NEW_EDIT' => 'Ha modificato',
|
||||
|
||||
// UCP
|
||||
'UCP_PROFILE_MCHAT' => 'mChat Preferenze',
|
||||
'DISPLAY_MCHAT' => 'Visualizza mChat in Index',
|
||||
@@ -119,6 +117,7 @@ $lang = array_merge($lang, array(
|
||||
'TEXT_AREA' => 'Testo area',
|
||||
'UCP_CAT_MCHAT' => 'mChat',
|
||||
'UCP_MCHAT_CONFIG' => 'mChat',
|
||||
|
||||
//Preferences
|
||||
'LOG_MCHAT_TABLE_PRUNED' => 'mChat tabelle cancellate',
|
||||
'ACP_USER_MCHAT' => 'mChat Opzioni',
|
||||
|
||||
Reference in New Issue
Block a user