Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2418 lars 1
<?php
2
/**
3
 * System messages translation for CodeIgniter(tm)
4
 *
5
 * @author CodeIgniter community
6
 * @author Mutasim Ridlo, S.Kom
7
 * @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
8
 * @license http://opensource.org/licenses/MIT MIT License
9
 * @link https://codeigniter.com
10
 */
11
defined('BASEPATH') OR exit('No direct script access allowed');
12
 
13
$lang['pagination_first_link'] = '&lsaquo; Pertama';
14
$lang['pagination_next_link'] = '&gt;';
15
$lang['pagination_prev_link'] = '&lt;';
16
$lang['pagination_last_link'] = 'Terakhir &rsaquo;';