Localization of Pagination
This commit is contained in:
parent
23f9765b3a
commit
2586db7a6f
6 changed files with 18 additions and 31 deletions
17
lang/en.php
17
lang/en.php
|
@ -1,20 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* PHP Version 5.6
|
||||
*
|
||||
* Rangitaki Project
|
||||
*
|
||||
* Language File: German / Deutsch
|
||||
*
|
||||
* @category Language_File
|
||||
* @package Rbe
|
||||
* @author Marcel Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz>
|
||||
* @license MIT License
|
||||
* @link http://marcel-kapfer.de/rangitaki
|
||||
*/
|
||||
// Rangitaki Project
|
||||
// LANGUAGE: ENGLISH
|
||||
|
||||
$BLOGLANG = [
|
||||
"Blogs on" => "Blogs on",
|
||||
"Check out this blog" => "Check out this blog:",
|
||||
"Check out" => "Check out:",
|
||||
"Next Page" => "Next Page",
|
||||
"Previous Page" => "Previous Page",
|
||||
];
|
||||
|
|
Reference in a new issue