forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 language => Topic started by: coppermike on October 25, 2017, 07:53:18 am

Title: Correction for japanese.php v1.5.46
Post by: coppermike on October 25, 2017, 07:53:18 am

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.

Title: Re: Correction for japanese.php v1.5.46
Post by: phill104 on October 25, 2017, 02:39:27 pm
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.
Title: Re: Correction for japanese.php v1.5.46
Post by: coppermike on October 28, 2017, 11:13:05 am
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.

Title: Re: Correction for japanese.php v1.5.46
Post by: Αndré on November 03, 2017, 04:54:32 pm
Updated Japanese language file in SVN revision 8881. Thank you for your contribution!