Correction for japanese.php v1.5.46 Correction for japanese.php v1.5.46
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Correction for japanese.php v1.5.46

Started by coppermike, October 25, 2017, 07:53:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

coppermike


I upgraded my Coppermine installation to v1.5.46 and discovered the following error to which I have added my correction.

in lang/japanese.php search for
$lang_admin_php['themes_settings'] = 'サムネイル設定';
and replace with
$lang_admin_php['themes_settings'] = 'テーマ設定';

Btw, after a cursory glance, I noticed several typos and I'll post corrections at a later time if this is the appropriate board for errata.


phill104

Thanks you for your efforts. I look forward to your changes. Feel free to zip and attach your corrected file when you have it completed.
It is a mistake to think you can solve any major problems just with potatoes.

coppermike

Here are my corrections for the typos and mistranslations I noticed so far.
Please note I changed only the lines that were obviously incorrect.

search for
$lang_errors['resize_failed'] = 'イメージサイズが小さいため、サムネイルを作成できません。';
and replace with
$lang_errors['resize_failed'] = 'サムネイル、つまり縮小画像を作成できません。';

search for
$lang_smilies_inc_php['Arrow'] = '許可';
and replace with
$lang_smilies_inc_php['Arrow'] = '矢印';

search for
$lang_bridgemgr_php['full_forum_url'] = 'ブリッジアプリケーションのURI';
and replace with
$lang_bridgemgr_php['full_forum_url'] = 'ブリッジアプリケーションのURL';

search for
$lang_banning_php['skipping'] = 'コメントをスキップしています。';
and replace with
$lang_banning_php['skipping'] = 'コマンドをスキップしています。';

And this is from my previous post:

search for
$lang_admin_php['themes_settings'] = 'サムネイル設定';
and replace with
$lang_admin_php['themes_settings'] = 'テーマ設定';

The above corrections are reflected in the zipped japanese.php file attachment.


ΑndrĂ©

Updated Japanese language file in SVN revision 8881. Thank you for your contribution!