20 lines
419 B
PHP
20 lines
419 B
PHP
<?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
|
|
*/
|
|
|
|
$BLOGLANG = [
|
|
"Blogs on" => "Blogs on",
|
|
"Check out this blog" => "Check out this blog:",
|
|
"Check out" => "Check out:",
|
|
];
|