Update version 0.1.1

This commit is contained in:
dmzx
2015-06-24 13:40:50 +02:00
parent 884df9c457
commit 3a4ac22d8c
36 changed files with 119 additions and 154 deletions

View File

@@ -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' => 'Made A New Reply',
'MCHAT_NEW_QUOTE' => 'Replied with a Quote',
'MCHAT_NEW_EDIT' => 'Made A Edit',
// UCP
'UCP_PROFILE_MCHAT' => 'Préférences du mini-chat',
'DISPLAY_MCHAT' => 'Afficher le mini-chat sur lindex.',
@@ -119,6 +117,7 @@ $lang = array_merge($lang, array(
'TEXT_AREA' => 'Zone de zaisie',
'UCP_CAT_MCHAT' => 'mChat',
'UCP_MCHAT_CONFIG' => 'mChat',
//Preferences
'LOG_MCHAT_TABLE_PRUNED' => 'La table du mini-chat a été délestée',
'ACP_USER_MCHAT' => 'Paramètres du mini-chat',

View File

@@ -124,9 +124,6 @@ $lang = array_merge($lang, array(
'MCHAT_PAUSE_ON_INPUT_EXPLAIN' => 'Si activée, le mini-chat ne sera pas mis à jour automatiquement lorsque lutilisateur rédige un message dans la zone de saisie.',
// error reporting
'MCHAT_NEEDS_UPDATING' => 'Le MOD mChat a besoin dêtre mis à jour. Le fondateur du forum doit visiter cette section pour commencer linstallation.',
'MCHAT_WRONG_VERSION' => 'La mauvaise version du MOD est installée. Démarrez l%sinstallation%s pour une nouvelle version du MOD.',
'WARNING' => 'Attention',
'TOO_LONG_DATE' => 'Le format de la date saisi est trop long.',
'TOO_SHORT_DATE' => 'Le format de la date saisi est trop court.',
'TOO_SMALL_REFRESH' => 'La valeur de lactualisation est trop petite.',
@@ -168,6 +165,6 @@ $lang = array_merge($lang, array(
'ACL_U_MCHAT_URLS' => 'Peut poster des urls sur mChat',
// Admin perms
'ACL_A_MCHAT' => array('lang' => 'Peut gérer les paramètres de mChat', 'cat' => 'permissions'), // Using a phpBB category here
'ACL_A_MCHAT' => 'Peut gérer les paramètres de mChat',
));
));