Registration in finnish, no "new album" or anythin

Samdus

Joined: 2004-02-25
Posts: 3
Posted: Wed, 2004-02-25 00:42

Any idea why a normal user has no "new album" after registration in finnish (fi_FI-pack-1.4.2-u1.tar.gz)?

Administrator can make a new album, no matter what the language is during registration.

In the configuration wizard is set an option that allows users to make new albums without manual approval.

So, the problem here is that if english language is not used during registration, there's no "new album" or anything that comes with an account.

Thanks advanced!

----
Edit: Don't have a gallery at this time...

 
alindeman
alindeman's picture

Joined: 2002-10-06
Posts: 8194
Posted: Wed, 2004-02-25 01:14

Moving to Translations...

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Wed, 2004-02-25 16:16

Hi,

it seems this is no translation bug.

I was able to reproduce it, but i think the bug is the the config option is beeing ignored.

Thanks for catching this. i created a Bug in our sourceforge Buglist. #904326

Regards,

Jens

 
Samdus

Joined: 2004-02-25
Posts: 3
Posted: Wed, 2004-02-25 17:16

Ok, thanks! Hope this gets fixed..

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Thu, 2004-02-26 10:08

Hi,

we got it.
It was a kind of translation issue.

You now have two possibilities:
Upgrade to >= 1.4.3-cvs-b65

Or open register.php

find $canCreate = (!strcmp($gallery->app->selfRegCreate, _("yes")) ? 1 : 0);
change into:$canCreate = ($gallery->app->selfRegCreate == 'yes');

Regards,

Jens

 
Samdus

Joined: 2004-02-25
Posts: 3
Posted: Thu, 2004-02-26 14:01

Yeah, it worked. I'm very pleased. :)

I did the manual change with register.php, cause i couldn't find the updated version.. Just out of curiosity, where's the 1.4.3-cvs-b65-version of that file?

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Thu, 2004-02-26 14:03

Hi,

- CVS
- Jesse Mullans Page
- My Page

Jens

 
highcast

Joined: 2005-07-21
Posts: 2
Posted: Thu, 2005-07-21 10:08

BTW, Finnish translation is just..awful. I'm going to remake it in few days for more proper language with all lines translated..It's V1.5 translation.

Where can I post the translation file after getting it tested and ready for publish?

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Thu, 2005-07-21 10:51

great.

Send the translation files (.po only) to me via email.
Or to the translation tracker on SourceForge.

Thanks,

Jens