Italian translation finally done! Italian translation finally done!
 

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

Italian translation finally done!

Started by Davide Renda, October 30, 2006, 03:56:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Davide Renda

It took me ages to finish it on my spare time, but finally it's done.
For Italian users, there is now an Italian translation for CPG149 Stramm Mod.
Some will notice I've re-translated most of the words, as I didn't like the previous one (question of tastes!). It's been tested on my CPG gallery and everything seems OK, but of course only an intensive use will let us discover mistakes.
Just unzip the attachment and upload in your "lang" directory of your CPG install, have fun!

Stramm

Thanks a lot, I appreciate your contribution and will add it to the next version of the modpack

icnd

Quote from: lontano on October 30, 2006, 03:56:11 PM
It took me ages to finish it on my spare time, but finally it's done.
For Italian users, there is now an Italian translation for CPG149 Stramm Mod.

You need to change on

// ------------------------------------------------------------------------- //
// File albmgr.php
// ------------------------------------------------------------------------- //

if (defined('ALBMGR_PHP')) $lang_albmgr_php = array(
  'alb_need_name' => 'L\'Album deve avere un nome !', //js-alert


to


// ------------------------------------------------------------------------- //
// File albmgr.php
// ------------------------------------------------------------------------- //

if (defined('ALBMGR_PHP')) $lang_albmgr_php = array(
  'alb_need_name' => 'L\\\'Album deve avere un nome !', //js-alert

-----------------------------------------------------------------------------

As it was not possible to create a new album with another name that "Nuovo Album" or it was not possible to change name on the albums

You can find the description on this post
http://forum.coppermine-gallery.net/index.php?topic=22061.0

Bye


icnd

Quote from: icnd on November 19, 2006, 08:41:00 AM
You can find the description on this post
http://forum.coppermine-gallery.net/index.php?topic=22061.0
Bye

I think that you need to change also


// ------------------------------------------------------------------------- //
// File editpics.php
// ------------------------------------------------------------------------- //

  'sel_on_img' =>'la selezione deve essere interamente sull\'immagine!', //js-alert


to


// ------------------------------------------------------------------------- //
// File editpics.php
// ------------------------------------------------------------------------- //

  'sel_on_img' =>'la selezione deve essere interamente sull\\\'immagine!', //js-alert


thanks


Joachim Müller

You might want to review the translator's guide - it applies to the modpack as well. Pay particular attention to the section "Special issues".
Another hint: when posting code snippets on the board, use the code-button((https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fforum.coppermine-gallery.net%2FThemes%2Fdefault%2Fimages%2Fbbc%2Fcode.gif&hash=9c3ac1c6624fb9904122fa44d14dc69fad5468fb))

Davide Renda

Thank you for the bugs found. I've modified the lang file and attached it on the first post

icnd

Quote from: GauGau on November 19, 2006, 09:09:33 AM
Another hint: when posting code snippets on the board, use the code-button((https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fforum.coppermine-gallery.net%2FThemes%2Fdefault%2Fimages%2Fbbc%2Fcode.gif&hash=9c3ac1c6624fb9904122fa44d14dc69fad5468fb))

OK

Stramm

The italian lang file has finally been added to the modpack download archive (1.4.11)