summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/ja_JP.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/l10n/ja_JP.php')
-rw-r--r--apps/files_external/l10n/ja_JP.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_external/l10n/ja_JP.php b/apps/files_external/l10n/ja_JP.php
index 97dd4e119d4..fc528f035c2 100644
--- a/apps/files_external/l10n/ja_JP.php
+++ b/apps/files_external/l10n/ja_JP.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Access granted" => "アクセスは許可されました",
"Error configuring Dropbox storage" => "Dropboxストレージの設定エラー",
"Grant access" => "アクセスを許可",
@@ -24,3 +25,4 @@
"SSL root certificates" => "SSLルート証明書",
"Import Root Certificate" => "ルート証明書をインポート"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";