mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
8 lines
256 B
PHP
8 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 ›';
|