translate to NL
- Terr0r
- BBCoder V
- Posts: 339
- Joined: 04 May 2011, 00:47
- BBCodes: 100
- Location: The Netherlands
- Contact:
translate to NL
is it possible to translate this MOD to dutch
- Terr0r
- BBCoder V
- Posts: 339
- Joined: 04 May 2011, 00:47
- BBCodes: 100
- Location: The Netherlands
- Contact:
Re: translate to NL
this is a request yes
i have try to translate this but its not good my translate
i have try to translate this but its not good my translate
- Stoker
- Site Admin
- Posts: 3540
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: translate to NL
Then lets hope someone with great dutch skills comes around with a translation.
Board rules! No PM support
- Terr0r
- BBCoder V
- Posts: 339
- Joined: 04 May 2011, 00:47
- BBCodes: 100
- Location: The Netherlands
- Contact:
Re: translate to NL
maybe u can tell me how i should to be translate to dutch
sorry for my bad english
sorry for my bad english
- Stoker
- Site Admin
- Posts: 3540
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: translate to NL
You just need to translate the part that is added to language/en/common.php
Board rules! No PM support
- Terr0r
- BBCoder V
- Posts: 339
- Joined: 04 May 2011, 00:47
- BBCodes: 100
- Location: The Netherlands
- Contact:
Re: translate to NL
is there a program for to translate this ?
I use google translate but that is not good
I use google translate but that is not good
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
For my MODS and BBCodes or other things that I have made take a look here
Re: translate to NL
if you speak that language shouldn't you be able to translate it with Google translate? or get it close enough!
i do that with Spanish language all the time!
i do that with Spanish language all the time!
Re: translate to NL
Dutch translation
Code: Select all
// Statistics on index
$lang = array_merge($lang, array(
'BOARD_VERSION' => 'PhpBB versie',
'START_DATE' => 'We zijn online sinds',
'POSTS_PER_DAY_OTHER' => 'Berichten per dag <strong>%.2f</strong>',
'POSTS_PER_DAY_ZERO' => 'Berichten per dag <strong>Geen</strong>',
'POSTS_PER_TOPIC_OTHER' => 'Berichten per onderwerp <strong>%.2f</strong>',
'POSTS_PER_YEAR_OTHER' => 'Berichten per jaar <strong>%s</strong>',
'POSTS_PER_YEAR_ZERO' => 'Berichten per jaar <strong>Geen</strong>',
'POSTS_PER_TOPIC_ZERO' => 'Berichten per onderwerp <strong>Geen</strong>',
'POSTS_PER_USER_OTHER' => 'Berichten per gebruiker <strong>%.2f</strong>',
'POSTS_PER_USER_ZERO' => 'Berichten per gebruiker <strong>Geen</strong>',
'TOPICS_PER_DAY_OTHER' => 'Onderwerpen per dag <strong>%.2f</strong>',
'TOPICS_PER_DAY_ZERO' => 'Onderwerpen per dag <strong>Geen</strong>',
'TOPICS_PER_YEAR_OTHER' => 'Onderwerpen per jaar <strong>%s</strong>',
'TOPICS_PER_YEAR_ZERO' => 'Onderwerpen per jaar <strong>Geen</strong>',
'TOPICS_PER_USER_OTHER' => 'Onderwerpen per gebruiker <strong>%.2f</strong>',
'TOPICS_PER_USER_ZERO' => 'Onderwerpen per gebruiker <strong>Geen</strong>',
'USERS_PER_DAY_OTHER' => 'Gebruikers per dag <strong>%.2f</strong>',
'USERS_PER_DAY_ZERO' => 'Gebruikers per dag <strong>Geen</strong>',
'USERS_PER_YEAR_OTHER' => 'Gebruikers per jaar <strong>%s</strong>',
'USERS_PER_YEAR_ZERO' => 'Gebruikers per jaar <strong>Geen</strong>',
'TOTAL_POSTS_OTHER' => 'Totaal aantal berichten <strong>%s</strong>',
'TOTAL_POSTS_ZERO' => 'Totaal aantal berichten <strong>0</strong>',
'TOTAL_TOPICS_OTHER' => 'Totaal aantal onderwerpen <strong>%s</strong>',
'TOTAL_TOPICS_ZERO' => 'Totaal aantal onderwerpen <strong>0</strong>',
'TOTAL_USERS_OTHER' => 'Totaal aantal gebrukers <strong>%s</strong>',
'TOTAL_USERS_ZERO' => 'Totaal aantal gebruikers <strong>0</strong>',
'TOTAL_FILES_OTHER' => 'Totaal aantal bijlagen <strong>%s</strong>',
'TOTAL_FILES_ZERO' => 'Totaal aantal bijlagen <strong>0</strong>',
'FILES_PER_DAY_OTHER' => 'Bijlagen per dag <strong>%.2f</strong>',
'FILES_PER_DAY_ZERO' => 'Bijlagen per dag <strong>Geen</strong>',
'FILES_PER_YEAR_OTHER' => 'Bijlagen per jaar <strong>%s</strong>',
'FILES_PER_YEAR_ZERO' => 'Bijlagen per jaar <strong>Geen</strong>',
'FILES_PER_USER_OTHER' => 'Bijlagen per gebruiker <strong>%.2f</strong>',
'FILES_PER_USER_ZERO' => 'Bijlagen per gebruiker <strong>Geen</strong>',
));