diff options
author | Henry Pan <git@phy25.com> | 2020-06-11 09:10:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 09:10:21 -0400 |
commit | d2f82eeb5fb7e06c130a5ac85830e5356ee64dba (patch) | |
tree | dd75c2e631960e3440f471648b49194f6b395096 /lib | |
parent | e602e0472238f70401c5a67c1123d63329385b3c (diff) | |
parent | 29220f2c46b398d52dd245cf7dd6cf16d336c555 (diff) | |
download | dokuwiki-d2f82eeb5fb7e06c130a5ac85830e5356ee64dba.tar.gz dokuwiki-d2f82eeb5fb7e06c130a5ac85830e5356ee64dba.zip |
Merge pull request #3162 from dokuwiki-translate/lang_update_77_1591874296
Translation update (ja)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/extension/lang/ja/lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/extension/lang/ja/lang.php b/lib/plugins/extension/lang/ja/lang.php index 1d288fa99..6f3c85a33 100644 --- a/lib/plugins/extension/lang/ja/lang.php +++ b/lib/plugins/extension/lang/ja/lang.php @@ -76,6 +76,7 @@ $lang['msg_template_update_success'] = '%s テンプレートは正常に更新 $lang['msg_plugin_install_success'] = '%s プラグインは正常にインストールされました。'; $lang['msg_plugin_update_success'] = '%s プラグインは正常に更新されました。'; $lang['msg_upload_failed'] = 'ファイルのアップロードに失敗しました。'; +$lang['msg_nooverwrite'] = '拡張機能 %s は既に存在するため上書きされません。上書きするには、上書きオプションにチェックを入れて下さい。'; $lang['missing_dependency'] = '<strong>依存関係が欠落または無効:</strong> %s'; $lang['security_issue'] = '<strong>セキュリティ上の問題:</strong> %s'; $lang['security_warning'] = '<strong>セキュリティ警告:</strong> %s'; |