Localization; Add German
This commit is contained in:
parent
b6e719b6c6
commit
85f2197b91
2 changed files with 10 additions and 3 deletions
7
lang/de.php
Normal file
7
lang/de.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
// LANGUAGE: GERMAN
|
||||
|
||||
$LANG_Blogs_Of = "Blogs auf";
|
||||
$LANG_Check_out_this_blog = "Schau dir diesen Blog an:";
|
||||
$LANG_Check_out = "Schau dir das an:";
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
// This is the default language file for PHP
|
||||
// LANGUAGE: ENGLISH
|
||||
|
||||
$LANG_Blogs_Of = "Blogs of";
|
||||
$LANG_Blogs_Of = "Blogs on";
|
||||
$LANG_Check_out_this_blog = "Check out this blog";
|
||||
$LANG_Check_out = "Check out";
|
||||
$LANG_Check_out = "Check out";
|
||||
|
|
Reference in a new issue