Robur wrote:I'll do the Hungarian...
FYI, we teamed up with Robur and are finishing the hungarian translation in the near future hopefully (i'm at ~half of my part)
---
anyway, there's a small error in topic.php and forum.php:
'No permission' => 'Sorry! no permission to post a reply',
and
'No permission' => 'Sorry! no permission to post new topics',
respectively
note the lowercase n in no
---
another one in topic.php is:
'Visit website' => '%s Website',
it appears as Website, so I don't know what is %s used for
---
another one in post.php:

of course i can replace that string but i'm afraid it might still collide on certain displays. a better solution would be to let the line of string break after a certain limit so that it will surely fit. anyway, this kind of error occurs on other pages too
---
in profile.php
Once deleted a user and/or their posts cannot be restored.
their?
---
in profile.php
'Avatar info size' => 'The maximum image size allowed is %sx%s pixels and %s bytes (%s KB).',
it is correctly kB 
---
in index.php
'Currently online' => 'Currently online ( %s )',
this is quite lousy, coz it's untranslateable and nonsense if no user is logged in, eg:
Currently online ( 1 guest, 0 user )
it would make sense like
Currently online 1 guest and 0 user
and if there are users logged in:
Currently online 1 guest and 3 users, %users_list
or sg like that
---
in index.php:
'New posts title' => 'This forum contain posts made since your last visit.',
contains 
---
one last thing: there's something fishy with installation. it is localized on the first page, but later it falls back to english (the sample post and all). i'll have to investigate this further, till then happy new year 
Last edited by berVi (2008-12-31 21:57:11)