kopia lustrzana https://github.com/magicbug/Cloudlog
17 wiersze
582 B
PHP
17 wiersze
582 B
PHP
<?php
|
|
/**
|
|
* System messages translation for CodeIgniter(tm)
|
|
*
|
|
* @author CodeIgniter community
|
|
* @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
|
|
* @copyright Pieter Krul
|
|
* @license http://opensource.org/licenses/MIT MIT License
|
|
* @link https://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 ›';
|