Version 0.9: Code comments, bug fixes, three new test files
This commit is contained in:
parent
42404cd9d7
commit
9973ea84e4
17 changed files with 390 additions and 279 deletions
10
lang/de.php
10
lang/de.php
|
@ -1,7 +1,9 @@
|
|||
<?php
|
||||
|
||||
// Rangitaki Project
|
||||
// LANGUAGE: GERMAN
|
||||
|
||||
$LANG_Blogs_Of = "Blogs auf";
|
||||
$LANG_Check_out_this_blog = "Schau dir diesen Blog an:";
|
||||
$LANG_Check_out = "Schau dir das an:";
|
||||
$BLOGLANG = [
|
||||
"Blogs on" => "Blogs auf",
|
||||
"Check out this blog" => "Schau dir diesen Blog an:",
|
||||
"Check out" => "Schau dir das an:"
|
||||
];
|
||||
|
|
10
lang/en.php
10
lang/en.php
|
@ -1,7 +1,9 @@
|
|||
<?php
|
||||
|
||||
// Rangitaki Project
|
||||
// LANGUAGE: ENGLISH
|
||||
|
||||
$LANG_Blogs_Of = "Blogs on";
|
||||
$LANG_Check_out_this_blog = "Check out this blog";
|
||||
$LANG_Check_out = "Check out";
|
||||
$BLOGLANG = [
|
||||
"Blogs on" => "Blogs on",
|
||||
"Check out this blog" => "Check out this blog:",
|
||||
"Check out" => "Check out:",
|
||||
];
|
||||
|
|
Reference in a new issue