kopia lustrzana https://github.com/magicbug/Cloudlog
8 wiersze
256 B
PHP
8 wiersze
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 ›';
|