aboutsummaryrefslogtreecommitdiffstats
path: root/view/ja/hstrings.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/ja/hstrings.php')
-rw-r--r--view/ja/hstrings.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/view/ja/hstrings.php b/view/ja/hstrings.php
index f580df6e9..36b778e5a 100644
--- a/view/ja/hstrings.php
+++ b/view/ja/hstrings.php
@@ -1,6 +1,11 @@
<?php
-;
+if(! function_exists("string_plural_select_ja")) {
+function string_plural_select_ja($n){
+ return 0;;
+}}
+App::$rtl = 0;
+App::$strings["plural_function_code"] = "0;";
App::$strings["Create an account to access services and applications"] = "サービスとアプリケーションにアクセスするためにアカウントを作成する。";
App::$strings["Register"] = "登録";
App::$strings["Logout"] = "ログアウト";