Re: FluxBB 1.4-RC1 administration localisation

Noted. And planned.

http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum

Re: FluxBB 1.4-RC1 administration localisation

Mpok wrote:

U can measure now how this "feature" is important for us ("foreign" communities).

Second that ... localized admin (or not) is one point where users decide them against FluxBB. (The second point is the documentation)

I know what I'm speaking about - I'm leading a translation project for a CMS with hundreds of modules .

Last edited by cyberman (2010-01-22 06:21:12)

Re: FluxBB 1.4-RC1 administration localisation

lie2815 wrote:

Not going to happen. There is a (slight) chance of this happening later, but the main problem is backwards compatibility, so that we might (probably not, except if the community can help us a lot) offer another version for those that don't care about backwards compatibility. But that's another version and thus, more work again.

You could of course aim it at forwards compatability with v2.

The only thing worse than finding a bug is knowing I created it in the first place.

Re: FluxBB 1.4-RC1 administration localisation

New administration localisation package released. See the first message of this topic. smile

Plume CMS - the light-weight but powerfull Content Managing System !
Localize Mozilla extensions on BabelZilla

Re: FluxBB 1.4-RC1 administration localisation

jojaba: You will see that there have been a few updates to admin though its mainly markup not language strings.  If you like I will update your package and post it back to you.

The only thing worse than finding a bug is knowing I created it in the first place.

Re: FluxBB 1.4-RC1 administration localisation

Paul wrote:

If you like I will update your package and post it back to you.

Oh thanks, that would be fine! smile

Plume CMS - the light-weight but powerfull Content Managing System !
Localize Mozilla extensions on BabelZilla

Re: FluxBB 1.4-RC1 administration localisation

Paul wrote:

jojaba: You will see that there have been a few updates to admin though its mainly markup not language strings.

I saw that rss feed was added in administration options. Is there not strings to localize ?

Plume CMS - the light-weight but powerfull Content Managing System !
Localize Mozilla extensions on BabelZilla

Re: FluxBB 1.4-RC1 administration localisation

Yes, there are a couple of things but I know where and what they are.

The only thing worse than finding a bug is knowing I created it in the first place.

Re: FluxBB 1.4-RC1 administration localisation

I've updated it to r1342 but haven't tested it yet.  I will post a link for you once tested.

The only thing worse than finding a bug is knowing I created it in the first place.

Re: FluxBB 1.4-RC1 administration localisation

Updated package to r1344.
http://formpattern.com/files/FluxBB-RC1 … zation.zip

The package only contains English language files.  I don't intend leaving it up for very long as I'm not going to be the one maintaining it. If you want to see what changed in the language files:
http://formpattern.com/files/langdiffs/

jojaba: can you post to confirm that you've grabbed it at which point I will delete it.

The only thing worse than finding a bug is knowing I created it in the first place.

Re: FluxBB 1.4-RC1 administration localisation

Hi Paul!
I downloaded your package. Can you please leave the diffs a while, I will use them to update the other languages...
Didn't see any rss feed or atom feed string (I thought the rss options where added shortly...).

Thanks a lot.

Plume CMS - the light-weight but powerfull Content Managing System !
Localize Mozilla extensions on BabelZilla

Re: FluxBB 1.4-RC1 administration localisation

Lines 97 to 101 of admin_options for the feed stuff. If there is anything I missed let me know. I will leave everything in place just in case there are further admin updates.

The only thing worse than finding a bug is knowing I created it in the first place.

Re: FluxBB 1.4-RC1 administration localisation

Paul, u'r the best !! smile

Seriously, in the name of French community (and for others as well), i THANK YOU...
(et évidemment, je remercie également Jojaba pour traiter le sujet).

Re: FluxBB 1.4-RC1 administration localisation

I updated my trunk folder [r23 to r26]. As you can see, I found 2 strings not localized:

  • in admin_bans.php (line 372) » updated the corresponding lang file by adding 'Ban expires' on line 39

  • In admin_users.php (line 348) » Updated the corresponding lang file by adding 'No match' on line 67

cyberman, could you please translate the strings in the German folder (I paste them in english)?
I found other strings to translate (or not?), not sure they should be localized, in admin_index, line 104 to 116:

// Check for the existence of various PHP opcode caches/optimizers
if (function_exists('mmcache'))
    $php_accelerator = '<a href="http://turck-mmcache.sourceforge.net/">Turck MMCache</a>';
else if (isset($_PHPA))
    $php_accelerator = '<a href="http://www.php-accelerator.co.uk/">ionCube PHP Accelerator</a>';
else if (ini_get('apc.enabled'))
    $php_accelerator ='<a href="http://www.php.net/apc/">Alternative PHP Cache (APC)</a>';
else if (ini_get('zend_optimizer.optimization_level'))
    $php_accelerator = '<a href="http://www.zend.com/products/zend_optimizer/">Zend Optimizer</a>';
else if (ini_get('eaccelerator.enable'))
    $php_accelerator = '<a href="http://eaccelerator.net/">eAccelerator</a>';
else if (ini_get('xcache.cacher'))
    $php_accelerator = '<a href="http://xcache.lighttpd.net/">XCache</a>';

What do you think Paul?
Do you have a gmail account Paul? It would be great if you could direktly update on my svn Google code page if some changes occurs in the next time wink

I'll wait a while before releasing the next updated version of this mod.

Thanks to all. smile


[edit]
Just saw thay quy made some other changes on admin files (and language files). That's why adding the localised version into the official trunk should be done, otherwise, the work to maintain this mod will be tedious... sad
[/edit]

Last edited by jojaba (2010-02-06 09:13:39)

Plume CMS - the light-weight but powerfull Content Managing System !
Localize Mozilla extensions on BabelZilla

Re: FluxBB 1.4-RC1 administration localisation

All those items on index are proper names which is why I didn't localise them.  However, the messaging service strings in profile for ICQ, AIM etc are localised so it would be more consistent with the rest of FluxBB if they were localised.  It would then be a matter of choice for the translators whether to translate them or leave them in English.

The only thing worse than finding a bug is knowing I created it in the first place.

Re: FluxBB 1.4-RC1 administration localisation

Paul wrote:

...It would then be a matter of choice for the translators whether to translate them or leave them in English.

For that same reason I suggest to localize these strings in admin_index.php. I looked for example for the "Alternative PHP Cache" and found the page translated in French ("Cache php alternatif"). The link is also not the same, a sprintf() function would be welcome wink

Last edited by jojaba (2010-02-06 11:53:24)

Plume CMS - the light-weight but powerfull Content Managing System !
Localize Mozilla extensions on BabelZilla

Re: FluxBB 1.4-RC1 administration localisation

Updated your repository to FluxBB r1350.  Also added the accelerators to the language file and put the links in the langague file to deal with localised versions of the project sites.

EDIT: updated to r1352.

The only thing worse than finding a bug is knowing I created it in the first place.

Re: FluxBB 1.4-RC1 administration localisation

Paul wrote:

Updated your repository to FluxBB r1350.  Also added the accelerators to the language file and put the links in the langague file to deal with localised versions of the project sites.

EDIT: updated to r1352.

Gooood! Thanks a lot!
I will update the Brazilian, German and French langugae files as soon as possible wink (I just updated the lang files for the frontend)

Plume CMS - the light-weight but powerfull Content Managing System !
Localize Mozilla extensions on BabelZilla

Re: FluxBB 1.4-RC1 administration localisation

Now updated to r1355. Just core files, no language strings.

EDIT: Now updated to r1357.

The only thing worse than finding a bug is knowing I created it in the first place.

Re: FluxBB 1.4-RC1 administration localisation

Hello Paul,

Are these core files will be part of the 1.4 final release ?

French language packs for FluxBB 1.3-Legacy and FluxBB 1.4

Re: FluxBB 1.4-RC1 administration localisation

eureka wrote:

Hello Paul,

Are these core files will be part of the 1.4 final release ?

It appears not.

The only thing worse than finding a bug is knowing I created it in the first place.

Re: FluxBB 1.4-RC1 administration localisation

Thank you for your reply smile

How can you guarantee that there will be no difference between the two repositories?

French language packs for FluxBB 1.3-Legacy and FluxBB 1.4

Re: FluxBB 1.4-RC1 administration localisation

Only by updating regularly prior to 1.4 being released. Once 1.4 is released then updates to admin are likely to be rare in which case it won't be much of a job for the mod maintainers to keep it up-to-date.

The only thing worse than finding a bug is knowing I created it in the first place.

Re: FluxBB 1.4-RC1 administration localisation

Ok! But I don't understand why the "public" files are localizables and the "admin" files are not hmm

Last edited by eureka (2010-02-07 17:56:51)

French language packs for FluxBB 1.3-Legacy and FluxBB 1.4

Re: FluxBB 1.4-RC1 administration localisation

eureka wrote:

Ok! But I don't understand why the "public" files are localizables and the "admin" files are not hmm

Because thats the way the original designer decided to do it.  Why is lost in the mists of time.

The only thing worse than finding a bug is knowing I created it in the first place.