Members = members + editors + administrators'; $text['blog_view']['indext'][0] = 'Read more'; $text['blog_view']['indext'][1] = 'No article'; $text['blog_view']['texts'][0] = 'Back'; $text['blog_view']['texts'][1] = 'Adapt these texts into the language of your visitors'; $text['blog_view']['texts'][2] = 'Save'; $text['blog_view']['texts'][3] = 'No comment yet'; $text['blog_view']['texts'][4] = 'Write a comment'; $text['blog_view']['texts'][5] = 'Name'; $text['blog_view']['texts'][6] = 'Comment with maximum'; $text['blog_view']['texts'][7] = 'characters'; $text['blog_view']['texts'][8] = 'comment'; $text['blog_view']['texts'][9] = 'Comment filed'; $text['blog_view']['texts'][10] = 'Comment submitted pending approval'; $text['blog_view']['texts'][11] = 'This article does not receive comments'; $text['blog_view']['texts'][13] = 'Login'; $text['blog_view']['texts'][15] = 'Edit'; $text['blog_view']['texts'][16] = 'Cancel'; $text['blog_view']['texts'][17] = 'Send'; $text['blog_view']['texts'][18] = 'You have reached the maximum of'; $text['blog_view']['texts'][19] = 'characters left'; $text['blog_view']['texts'][20] = 'You were about to exceed the maximum of '; $text['blog_view']['texts'][25] = 'Version no.'; $text['blog_view']['texts'][26] ='Read more'; $text['blog_view']['article'][0] = 'en_GB'; $text['blog']['config'][0] = 'Saved changes'; $text['blog']['config'][1] = 'Module configuration'; $text['blog']['config'][2] = ' at '; $text['blog']['index'][0] = '
A notification has been sent.'; $text['blog']['index'][1] = '
Notification error : '; $text['blog']['index'][4] = 'New comment submitted'; $text['blog']['index'][5] = 'Hello'; $text['blog']['index'][6] = 'The article '; $text['blog']['index'][7] = ' has received a new comment'; $text['blog']['index'][8] = 'No comment yet'; $text['blog']['index'][9] = 'Write a comment'; $text['blog']['index'][10] = 'Name'; $text['blog']['index'][11] = 'Comment with maximum'; $text['blog']['index'][12] = 'characters'; $text['blog']['index'][13] = 'Comment'; $text['blog']['index'][14] = 'Comment filed'; $text['blog']['index'][15] = 'Comment submitted pending approval'; $text['blog']['index'][16] = 'This article does not receive comments'; $text['blog']['index'][17] = 'Login'; $text['blog']['index'][18] = 'Edit'; $text['blog']['index'][19] = 'Cancel'; $text['blog']['index'][20] = 'Send'; $text['blog']['index'][21] = 'You have reached the maximum of'; $text['blog']['index'][22] = 'Characters left'; $text['blog']['index'][23] = 'You were about to exceed the maximum of'; $text['blog']['edit'][0] = 'Unauthorised action'; $text['blog']['edit'][1] = 'Changes saved'; $text['blog']['delete'][0] = 'Unauthorised action'; $text['blog']['delete'][1] = 'Article deleted'; $text['blog']['commentApprove'][0] = 'Unauthorised action'; $text['blog']['commentApprove'][1] = 'Comment approved'; $text['blog']['commentApprove'][2] = 'Comment rejected'; $text['blog']['texts'][0] = ''; $text['blog']['texts'][1] = ''; $text['blog']['texts'][2] = 'Texts visible to a visitor'; $text['blog']['add'][0] = 'New article created'; $text['blog']['add'][1] = 'New article'; $text['blog']['add'][2] = 'en_GB'; $text['blog']['add'][3] = 'default'; $text['blog']['comment'][0] = 'Delete all'; $text['blog']['comment'][1] = 'Comment management : '; $text['blog']['commentDelete'][0] = 'Action not permitted'; $text['blog']['commentDelete'][1] = 'Comment deleted'; $text['blog']['commentDeleteAll'][0] = 'Action not allowed'; $text['blog']['commentDeleteAll'][1] = 'Comments deleted'; $states = [ false => 'Draft', true => 'Published' ]; // Nombre d'objets par page $ItemsList = [ 4 => '4 articles', 8 => '8 articles', 12 => '12 articles', 16 => '16 articles', 22 => '22 articles' ]; $pictureSizes = [ '20' => 'Very small', '30' => 'Small', '40' => 'Large', '50' => 'Very large', '100' => 'Full width', ]; $picturePositions = [ 'left' => 'Left', 'right' => 'Right', ]; //Paramètre longueur maximale des commentaires en nb de caractères $commentLength = [ '500' => '500', '1000' => '1000', '2000' => '2000', '5000' => '5000', '10000' => '10000' ]; $groupEdits = [ self::GROUP_BANNED => 'Banned', self::GROUP_MEMBER => 'Member', self::GROUP_MODERATOR => 'Editor', self::GROUP_ADMIN => 'Administrator' ]; $groupNews = [ self::GROUP_MEMBER => 'Member', self::GROUP_MODERATOR => 'Editor', self::GROUP_ADMIN => 'Administrator' ]; // Permissions d'un article if( $param === 'blog_view' ) { $articleConsent = [ $module::EDIT_ALL => 'All groups', $module::EDIT_GROUP => 'Owner\'s group', $module::EDIT_OWNER => 'Owner' ]; } ?>