diff options
author | Gotcha <gotcha@piwigo.org> | 2011-01-27 22:39:34 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2011-01-27 22:39:34 +0000 |
commit | ec169f12ff1300d9f4a1c334f1cea647f7296fbb (patch) | |
tree | da2dd623db7da8a33984387a052e0fdc0fb9ba58 /language/ja_JP/admin.lang.php | |
parent | b5ed2aa16af965c987a7397b8115aa48da8c0047 (diff) |
Add an legend for fieldset id=syncSimulate
(Localisation are good)
git-svn-id: http://piwigo.org/svn/trunk@8952 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/ja_JP/admin.lang.php')
-rw-r--r-- | language/ja_JP/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/ja_JP/admin.lang.php b/language/ja_JP/admin.lang.php index 32d94c280..c3e9d5214 100644 --- a/language/ja_JP/admin.lang.php +++ b/language/ja_JP/admin.lang.php @@ -400,6 +400,7 @@ $lang['deleted'] = '削除済み'; $lang['Metadata synchronization results'] = 'メタデータ同期化結果'; $lang['only perform a simulation (no change in database will be made)'] = 'シミュレーションのみ実行する (データベースは更新されません)'; $lang['[Simulation]'] = '[シミュレーション]'; +$lang['Simulation'] = 'シミュレーション'; $lang['directories + files'] = 'ディレクトリ + ファイル'; $lang['only directories'] = 'ディレクトリのみ'; $lang['synchronize files structure with database'] = 'ファイル構造とデータベースを同期化する'; |