I'm about to translate the module and found some issues:
On page ?q=admin/user/regcodes/create there is a dropdown field containing 'letter', ...
These strings cannot be translated.
On page ?q=admin/user/regcodes/import the following strings cannot be translated:
'Action to perform when importing the data.'
' * Skip: Add new codes skipping those which already exists.'
' * Overwrite: Add new codes overwriting those which already exists.'
' * Clean: Erases *all* existing codes before importing new codes.'
'Comma separated list mapping regcode fields to CSV fields, e.g. "IGNORE, code, rid, info".'
'If you leave this field blank, the first CSV row will be used.'
The text of the button 'Import' is not translatable, too.
Thanks for fixing (and for providing that module). After fixing I could provide a translation.
Comments
Comment #1
aidanlis commentedHi,
I'm really glad you've taken the time to attempt translating the module, that's great!
I've fixed up all of the strings you've specified, let me know how it goes!
Comment #2
aidanlis commentedComment #3
FrankT commentedCould you tell me where I can find the changed module (CVS looks like 6 days old)?
Comment #4
aidanlis commentedMake sure you're checking out the DRUPAL-6 branch - I've released a -dev version which should be available soon that contains the changes.
Regards,
Aidan
Comment #5
FrankT commentedThings already look quite good. But I still have another thing: the header of the table on ?q=admin/user/regcodes/list (ID, UID, Created, Lastused, Begins, Expires, Category, Code, Active, Max uses, Uses) are not translatable, yet.
By the way: could you tell me where to assign a registration code to a user (according to the column of the list)?
Rather a feature request: I think it would be fine to format the dates in the list according to the time zone setting of the user.
Comment #6
aidanlis commentedI've fixed all of these localisation issues in the dev release.
A user is assigned to the registration code when they use that code... there is no way to assign a code to a user.