Changeset 6375
- Timestamp:
- May 26, 2010, 4:07:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/autoupdate/trunk/language/ja_JP/plugin.lang.php
r6196 r6375 22 22 $lang['Checking upgrades for gallery and plugins...'] = 'ギャラリーおよびプラグインのアップグレード確認中 ...'; 23 23 24 /*TODO*/$lang['Upgrade to Piwigo %s'] = 'Upgrade to Piwigo %s';25 /*TODO*/$lang['Two upgrades are available'] = 'Two upgrades are available';26 /*TODO*/$lang['This is a minor upgrade, with only bug corrections.'] = 'This is a minor upgrade, with only bug corrections.';27 /*TODO*/$lang['This is a major upgrade, with <a href="%s">new exciting features</a>.'] = 'This is a major upgrade, with <a href="%s">new exciting features</a>.';28 /*TODO*/$lang['Some themes and plugins may be not available yet.'] = 'Some themes and plugins may be not available yet.';29 /*TODO*/$lang['You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).';30 /*TODO*/$lang['autoupdate_step_1'] = 'First Step';31 /*TODO*/$lang['autoupdate_step_2'] = 'Second Step';32 /*TODO*/$lang['autoupdate_step_3'] = 'Third Step';33 /*TODO*/$lang['Save Template Directory'] = 'Save template directory';34 /*TODO*/$lang['Dump Database'] = 'Dump Database';35 /*TODO*/$lang['Include history data (Warning: server memory limit may be exceeded)'] = 'Include history data (Warning: server memory limit may be exceeded)';36 /*TODO*/$lang['Unable to write new local directory.'] = 'Unable to write new local directory.';37 /*TODO*/$lang['Unable to send template directory.'] = 'Unable to send template directory.';38 /*TODO*/$lang['Unable to dump database.'] = 'Unable to dump database.';24 $lang['Upgrade to Piwigo %s'] = 'Piwigo %s にアップグレード'; 25 $lang['Two upgrades are available'] = '2個のアップグレードがあります'; 26 $lang['This is a minor upgrade, with only bug corrections.'] = 'これはマイナーアップグレードだけバグ修正しています。'; 27 $lang['This is a major upgrade, with <a href="%s">new exciting features</a>.'] = 'これはメジャーアップグレードで、 いろいろな楽しい<a href="%s">新機能がついています。</a>.'; 28 $lang['Some themes and plugins may be not available yet.'] = 'あるテーマとプラグインはまだできていません。'; 29 $lang['You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'Piwigo %sにアップグレードせずに、直接Piwigo %s にアップグレードすることができます(推進)。'; 30 $lang['autoupdate_step_1'] = '第1ステップ'; 31 $lang['autoupdate_step_2'] = '第2ステップ'; 32 $lang['autoupdate_step_3'] = '第3ステップ'; 33 $lang['Save Template Directory'] = 'テンプレートディレクトリー保存'; 34 $lang['Dump Database'] = 'ダンプデータベース'; 35 $lang['Include history data (Warning: server memory limit may be exceeded)'] = 'データ履歴を含む(注意:サーバーメモリー制限する可能性があります。'; 36 $lang['Unable to write new local directory.'] = '新しいディレクトリーに書き込むことができません。'; 37 $lang['Unable to send template directory.'] = 'テンプレートディレクトリーに送信できません。'; 38 $lang['Unable to dump database.'] = 'ダンプデータベースができません。'; 39 39 40 40 ?>
Note: See TracChangeset
for help on using the changeset viewer.