mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
7 lines
256 B
PHP
7 lines
256 B
PHP
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$lang['pagination_first_link'] = '‹ Premier';
|
|
$lang['pagination_next_link'] = '>';
|
|
$lang['pagination_prev_link'] = '<';
|
|
$lang['pagination_last_link'] = 'Dernier ›';
|