Closed (fixed)
Project:
CAPTCHA Pack
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
24 Jan 2010 at 14:18 UTC
Updated:
22 Feb 2010 at 20:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
firfin commentedAfter translating I noticed not all strings in the admin are translated.
In math_captcha.admin.inc the #titles of the following should be changed to use t()
math_captcha_textual_numbers
math_captcha_textual_operators
I have attached a patch from 6.x-1.0-beta3.
Comment #2
summit commentedSubscribing, shall translation help get spammers away ..hopefully..
Comment #3
soxofaan commentedThanks, I commited the patch from #1: http://drupal.org/cvs?commit=319008
about the po file: I think you forgot to attach it?
Comment #4
firfin commentedSorry for the slow response but you are absolutely right. Totally forgot to attach the .po file.
It is a dutch translation. All strings are there, but just the ones from math_captcha are translated.
Comment #5
soxofaan commentedHi firfin,
thank you for your work.
Because Dutch is my first language too (Gent, België hier), I had a look at your translation and tweaked some things.
In attachment the updated nl.po file (I didn't commit it yet to the CVS repository)
and here is an overview of the changes I made, so you can review them:
Comment #6
firfin commentedI completely agree with most of your changes. Amazing how much little details you can miss. By the way, it is your module, do with the .po whatever you want. ;)
Some things I would like to say:
msgid "Spam control"
-msgstr "Spam beperking"
+msgstr "Spamcontrole"
The dutch and english words controle really mean different things. I believe 'beperking' is a more accurate translation of control than controle
I don't think 'Vermenigvuldigsvraag' is dutch. Just doesn't sound correct to me. Maybe 'Vermenigvuldigingsvraag' ?
Comment #7
soxofaan commentedgood point about "vermenigvuldigingsvraag" en "spam-beperking"
committed in http://drupal.org/cvs?commit=326026
thanks!