diff options
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 5e321b86cde..d00866d4ba6 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -148,6 +148,7 @@ OC.L10N.register( "Check the value of \"datadirectory\" in your configuration" : "設定ファイル内の \"datadirectory\" の値を確認してください。", "Data directory (%s) is invalid" : "データディレクトリ (%s) は無効です", "Please check that the data directory contains a file \".ocdata\" in its root." : "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。", - "Could not obtain lock type %d on \"%s\"." : "\"%s\" で %d タイプのロックを取得できませんでした。" + "Could not obtain lock type %d on \"%s\"." : "\"%s\" で %d タイプのロックを取得できませんでした。", + "Storage not available" : "ストレージが利用できません" }, "nplurals=1; plural=0;"); |