diff options
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index a0ea4ce0ecd..a6f3795a4e0 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -8,7 +8,10 @@ OC.L10N.register( "Sample configuration detected" : "サンプル設定が見つかりました。", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "サンプル設定がコピーされてそのままです。このままではインストールが失敗し、サポート対象外になります。config.phpを変更する前にドキュメントを確認してください。", "PHP %s or higher is required." : "PHP %s 以上が必要です。", + "PHP with a version lower than %s is required." : "%s 以前のバージョンのPHPが必要です。", "Following databases are supported: %s" : "次のデータベースをサポートしています: %s", + "The command line tool %s could not be found" : "コマンド '%s' は見つかりませんでした。", + "Following platforms are supported: %s" : "次のプラットフォームをサポートしています: %s", "Help" : "ヘルプ", "Personal" : "個人", "Settings" : "設定", |