bbdacffc7d
Res T121
12 lines
307 B
PHP
12 lines
307 B
PHP
<?php
|
|
// Rangitaki Project
|
|
// LANGUAGE: GERMAN
|
|
|
|
$BLOGLANG = [
|
|
"Blogs on" => "Blogs auf",
|
|
"Check out this blog" => "Schau dir diesen Blog an:",
|
|
"Check out" => "Schau dir das an:",
|
|
"Next Page" => "Nächste Seite",
|
|
"Previous Page" => "Vorherige Seite",
|
|
"Read More" => "Weiterlesen",
|
|
];
|