quote:
Originally posted by SpunkyLoveMuff
"Doesn't appear to be a valid script pack"
Also, there is no need for the enable option in this script
Yes there is. If the script has a config panel, it is better to be able to activate/deactivate the functions of this script from there instead of depending on the user to navigate thru the Plus! settings...
quote:
Originally posted by Mattike
Thanks! Dutch translation works great now:
code:
<String Name="ConfigUserName">Gebruiker:</String>
Make that "Gebruikersnaam:"
quote:
Originally posted by foaly
quote:
Originally posted by mickael9
How do you say "Settings" in Dutch ? (window title / menu caption) ?
Instellingen
...or "Configuratie", or "Voorkeuren" or "Opties" or ...
It depends on where they are used and what they exactly are... anyways, in this case I also would indeed say "instellingen".
quote:
Originally posted by mickael9
Can you translate this ?
code:
<String Name="Error">Error</String>
<String Name="ConfigErrorSpecifyUserName">Plase specify an user name</String>
<String Name="ConfigErrorSpecifyPassword">Please specify a password</String>
<String Name="ConfigErrorIncorrectCheckInterval">Incorrect check interval</String>
Geef een gebruikersnaam op:
Geef een wachtwoord op:
Foutief controle-interval
-------------
And I dunno what the default check-interval is, but I would make that 5 minutes, certainly not 1 minute!
Although the forum servers could maybe deal with the amount of traffic this generates, such a short interval causes unneeded traffic. And it is for most people not needed to check every minute either.