You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
582 B
16 lines
582 B
<?php |
|
/** |
|
* System messages translation for CodeIgniter(tm) |
|
* |
|
* @author CodeIgniter community |
|
* @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/) |
|
* @copyright Pieter Krul |
|
* @license http://opensource.org/licenses/MIT MIT License |
|
* @link http://codeigniter.com |
|
*/ |
|
defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan'); |
|
|
|
$lang['pagination_first_link'] = '‹ Eerste'; |
|
$lang['pagination_next_link'] = '>'; |
|
$lang['pagination_prev_link'] = '<'; |
|
$lang['pagination_last_link'] = 'Laatste ›';
|
|
|