diff options
author | kondou <kondou@ts.unde.re> | 2013-09-03 04:43:11 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-09-03 04:43:11 +0200 |
commit | 65413a95dcffee0d803dd30c9cd0028eb9c113e5 (patch) | |
tree | 5e51e6da3aa76f69c0045fe5ed6b2b20f7226a1f /core/l10n/ja_JP.php | |
parent | e7e3f1b81a5026116ef0c9cd95a00fdd7ff6f5a2 (diff) | |
parent | 431cf06e996dad7af99b4c65678e5793bd682850 (diff) | |
download | nextcloud-server-65413a95dcffee0d803dd30c9cd0028eb9c113e5.tar.gz nextcloud-server-65413a95dcffee0d803dd30c9cd0028eb9c113e5.zip |
Merge branch 'master' into oc_avatars
Conflicts:
config/config.sample.php
Diffstat (limited to 'core/l10n/ja_JP.php')
-rw-r--r-- | core/l10n/ja_JP.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php index 2ab85f13d30..82e4153367d 100644 --- a/core/l10n/ja_JP.php +++ b/core/l10n/ja_JP.php @@ -1,6 +1,13 @@ <?php $TRANSLATIONS = array( "%s shared »%s« with you" => "%sが あなたと »%s«を共有しました", +"group" => "グループ", +"Turned on maintenance mode" => "メンテナンスモードがオンになりました", +"Turned off maintenance mode" => "メンテナンスモードがオフになりました", +"Updated database" => "データベース更新完了", +"Updating filecache, this may take really long..." => "ファイルキャッシュを更新しています、しばらく掛かる恐れがあります...", +"Updated filecache" => "ファイルキャッシュ更新完了", +"... %d%% done ..." => "... %d%% 完了 ...", "Category type not provided." => "カテゴリタイプは提供されていません。", "No category to add?" => "追加するカテゴリはありませんか?", "This category already exists: %s" => "このカテゴリはすでに存在します: %s", |