aboutsummaryrefslogtreecommitdiffstats
path: root/view/ja
diff options
context:
space:
mode:
authorharukin <harukin0731@gmail.com>2019-10-17 17:57:23 +0200
committerharukin <harukin0731@gmail.com>2019-10-17 17:57:23 +0200
commit76d34a4d746aa326f8d6ef164dfb638a315ea7f8 (patch)
tree84d6bc6704d66f0eb29134b5cf03a67ae1d0ae1f /view/ja
parentd2b1a2e5a31e6f96db6f26616c91ac848c255280 (diff)
downloadvolse-hubzilla-76d34a4d746aa326f8d6ef164dfb638a315ea7f8.tar.gz
volse-hubzilla-76d34a4d746aa326f8d6ef164dfb638a315ea7f8.tar.bz2
volse-hubzilla-76d34a4d746aa326f8d6ef164dfb638a315ea7f8.zip
Update view/ja/hmessages.po, view/ja/hstrings.php files
Diffstat (limited to 'view/ja')
-rw-r--r--view/ja/hmessages.po3
-rw-r--r--view/ja/hstrings.php7
2 files changed, 8 insertions, 2 deletions
diff --git a/view/ja/hmessages.po b/view/ja/hmessages.po
index 7c61001cd..4ab8ae773 100644
--- a/view/ja/hmessages.po
+++ b/view/ja/hmessages.po
@@ -16,6 +16,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../boot.php:1609
msgid "Create an account to access services and applications"
@@ -265,7 +266,7 @@ msgstr "閉じる"
msgid ""
"Post permissions %s cannot be changed %s after a post is shared.</br />These "
"permissions set who is allowed to view the post."
-msgstr "投稿を共有した後、投稿%s権限%sを%sに変更することはできません。</ br />これらの権限は、投稿の閲覧を許可するユーザーを設定します。"
+msgstr "投稿を共有した後、投稿権限%sを%sに変更することはできません。</ br />これらの権限は、投稿の閲覧を許可するユーザーを設定します。"
#: ../../include/activities.php:42
msgid " and "
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"] = "ログアウト";