Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Commit

Permalink
German, Japanese and Slovak translation
Browse files Browse the repository at this point in the history
  • Loading branch information
excodex committed Dec 7, 2016
1 parent 6d19cbf commit 6e0903f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lang/de.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
$l = array(
"index_Title" => "Titel",
"index_Your_Name" => "Dein Name",
"index_Your_Story" => "Deine Geschichte...",
"index_Publish" => "Veröffentlichen",
"index_Ajax_error" => "Ajax fehler...",

"offline_Title" => "Website ist offline...",
"offline_Message" => "Wir kommen bald zurück!"
);
?>
12 changes: 12 additions & 0 deletions lang/jp.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
$l = array(
"index_Title" => "タイトル",
"index_Your_Name" => "あなたの名前",
"index_Your_Story" => "あなたの話...",
"index_Publish" => "公開する",
"index_Ajax_error" => "Ajaxエラー...",

"offline_Title" => "ウェブサイトはオフラインです...",
"offline_Message" => "私たちはすぐに戻ってきます!"
);
?>
12 changes: 12 additions & 0 deletions lang/sk.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
$l = array(
"index_Title" => "Názov",
"index_Your_Name" => "Tvoje meno",
"index_Your_Story" => "Váš príbeh...",
"index_Publish" => "Publikovať",
"index_Ajax_error" => "Ajax chyba...",

"offline_Title" => "Miesto je v režime offline...",
"offline_Message" => "Vráť sa čoskoro!"
);
?>

0 comments on commit 6e0903f

Please sign in to comment.