Localization of Pagination

This commit is contained in:
mmk2410 2015-12-21 15:56:18 +01:00
parent 23f9765b3a
commit 2586db7a6f
6 changed files with 18 additions and 31 deletions

View file

@ -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",
];

View file

@ -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",
];