Subversion-Projekte lars-tiefland.ci

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
/**
 * System messages translation for CodeIgniter(tm)
 *
 * @author      CodeIgniter community
 * @author  Cristian Robert Chiribuc
 * @copyright   Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
 * @license     http://opensource.org/licenses/MIT      MIT License
 * @link        https://codeigniter.com
 */
defined('BASEPATH') OR exit('No direct script access allowed');

$lang['pagination_first_link']  = '&lsaquo; Primul';
$lang['pagination_next_link']   = '&gt;';
$lang['pagination_prev_link']   = '&lt;';
$lang['pagination_last_link']   = 'Ultimul &rsaquo;';