| 2418 |
lars |
1 |
<?php
|
|
|
2 |
/**
|
|
|
3 |
* System messages translation for CodeIgniter(tm)
|
|
|
4 |
*
|
|
|
5 |
* @author CodeIgniter community
|
|
|
6 |
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
|
|
7 |
* @license http://opensource.org/licenses/MIT MIT License
|
|
|
8 |
* @link https://codeigniter.com
|
|
|
9 |
*/
|
|
|
10 |
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
11 |
|
|
|
12 |
$lang['pagination_first_link'] = '‹ หน้าแรก';
|
|
|
13 |
$lang['pagination_next_link'] = '>';
|
|
|
14 |
$lang['pagination_prev_link'] = '<';
|
|
|
15 |
$lang['pagination_last_link'] = 'หน้าสุดท้าย ›';
|