Localization of Pagination
This commit is contained in:
parent
23f9765b3a
commit
2586db7a6f
6 changed files with 18 additions and 31 deletions
19
lang/de.php
19
lang/de.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: GERMAN
|
||||
|
||||
$BLOGLANG = [
|
||||
"Blogs on" => "Blogs auf",
|
||||
"Check out this blog" => "Schau dir diesen Blog an:",
|
||||
"Check out" => "Schau dir das an:"
|
||||
"Check out" => "Schau dir das an:",
|
||||
"Next Page" => "Nächste Seite",
|
||||
"Previous Page" => "Vorherige Seite",
|
||||
];
|
||||
|
|
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