| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
CJ11 Nice poster


Offline Joined: May 16, 2004 Posts: 75 Location: Netherlands
|
Posted: Tue Jul 27, 2004 4:57 pm Post subject: How to change Private_Messages to Dutch? |
|
Hi all,
I have downloaded and installed the dutch language file for the Private_messages module. Some parts of it are still in English though. In the general preferences box I set language to Dutch, but nottin changes. Any help on how to set it right?
CJ
P.S. I would also like to set the height of the Private_messages box higher, any thoughts where exactly to do this?
CJ11 please enter your server specs in your user profile!
|
|
| Back to top |
|
 |
KokkieBlanda Translator


Offline Joined: Jun 12, 2004 Posts: 141
|
Posted: Tue Jul 27, 2004 6:23 pm Post subject: Re: How to change Private_Messages to Dutch? |
|
| CJ11 wrote: |
| I have downloaded and installed the dutch language file for the Private_messages module. Some parts of it are still in English though. In the general preferences box I set language to Dutch, but nottin changes. Any help on how to set it right? |
Not all is translated yet, so you have to do it yourself
_________________ Kokkieblanda
web: www.kokkieblanda.nl
KokkieBlanda's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) linux 2.2.6 (fedora)/MySQL 5.0.51/PHP 5.2.5/Dragonfly 9.0.6.1
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
|
| Back to top |
|
 |
CJ11 Nice poster


Offline Joined: May 16, 2004 Posts: 75 Location: Netherlands
|
Posted: Tue Jul 27, 2004 6:39 pm Post subject: Re: How to change Private_Messages to Dutch? |
|
Thanx Phoenix and Kokkieblanka
But, I allready saw the option on my website with the ability to change words from one language to the next, and that's not it. Thing is : I checked the dutch language file for the Private_messages and the translation for the word "Inbox" was described there :
| Code:: |
define("_BBINBOX","Binnengekomen"); |
So I got :
- the dutch language file installed for PM
- main setting for site is 'Dutch'
- dutch translation for 'Inbox' is present
And it won't work.... It still gives :
| Quote:: |
| Inbox Sentbox Outbox Savebox |
See?, I must be doing something incredibly stupid here
Can you help me (again)?
Greetz,
CJ
CJ11 please enter your server specs in your user profile!
|
|
| Back to top |
|
 |
Śyama_Dāsa Developer


Offline Joined: Apr 19, 2004 Posts: 2048 Location: Dragonfly CMS Tribe
|
Posted: Tue Jul 27, 2004 7:55 pm Post subject: Re: How to change Private_Messages to Dutch? |
|
_________________ AKA Akamu / Read these and your life will be successful | Find a Repair
--
Mods and Professional Support via YIM
Śyama_Dāsa's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) win32 / Apache 1.3.33 / MySQL 4.1.16/PHP 4.4/CPG-CVS ( browsers: Mozilla 1.7.x / IE6 / Opera 8.0)
|
|
| Back to top |
|
 |
CJ11 Nice poster


Offline Joined: May 16, 2004 Posts: 75 Location: Netherlands
|
Posted: Tue Jul 27, 2004 8:49 pm Post subject: Re: How to change Private_Messages to Dutch? |
|
CJ11 please enter your server specs in your user profile!
|
|
| Back to top |
|
 |
Śyama_Dāsa Developer


Offline Joined: Apr 19, 2004 Posts: 2048 Location: Dragonfly CMS Tribe
|
Posted: Tue Jul 27, 2004 9:19 pm Post subject: Re: How to change Private_Messages to Dutch? |
|
here are the files unzip and put the contents in your forums folder
_________________ AKA Akamu / Read these and your life will be successful | Find a Repair
--
Mods and Professional Support via YIM
Śyama_Dāsa's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) win32 / Apache 1.3.33 / MySQL 4.1.16/PHP 4.4/CPG-CVS ( browsers: Mozilla 1.7.x / IE6 / Opera 8.0)
|
|
| Back to top |
|
 |
CJ11 Nice poster


Offline Joined: May 16, 2004 Posts: 75 Location: Netherlands
|
Posted: Tue Jul 27, 2004 9:54 pm Post subject: Re: How to change Private_Messages to Dutch? |
|
Hi Akamu,
Thank you very, very much. It worked.
Well, most of it, lol. It still gives the 'Inbox Sentbox Outbox Savebox' at the top. I noticed in the subdir \Forums\language also the file 'lang-english.php'. Does there need to be a 'lang-dutch.php' file there too? Basically a copy of the same 'lang-english.php' but then translated in dutch?
If that needs to be done, I'll do the translating for you, so others will benefit too.
Greetz,
CJ
CJ11 please enter your server specs in your user profile!
|
|
| Back to top |
|
 |
Śyama_Dāsa Developer


Offline Joined: Apr 19, 2004 Posts: 2048 Location: Dragonfly CMS Tribe
|
Posted: Tue Jul 27, 2004 10:16 pm Post subject: Re: How to change Private_Messages to Dutch? |
|
ah they are not translated
around line 447 lang_main.php
| PHP: |
$lang['Inbox'] = 'Inbox'; $lang['Outbox'] = 'Outbox'; $lang['Savebox'] = 'Savebox'; $lang['Sentbox'] = 'Sentbox';
|
change to:
| PHP: |
$lang['Inbox'] = 'Postvak in'; $lang['Outbox'] = 'Postvak uit'; $lang['Savebox'] = 'Opgeslagen berichten'; $lang['Sentbox'] = 'Verzonden';
|
lang-english.php is for future use no need to translate yet....
_________________ AKA Akamu / Read these and your life will be successful | Find a Repair
--
Mods and Professional Support via YIM
Śyama_Dāsa's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) win32 / Apache 1.3.33 / MySQL 4.1.16/PHP 4.4/CPG-CVS ( browsers: Mozilla 1.7.x / IE6 / Opera 8.0)
|
|
| Back to top |
|
 |
CJ11 Nice poster


Offline Joined: May 16, 2004 Posts: 75 Location: Netherlands
|
Posted: Tue Jul 27, 2004 10:28 pm Post subject: Re: How to change Private_Messages to Dutch? |
|
Can't tell you how much I appreciate your help.
Thing is : I tried looking with the explorer for files with extension .php and the line 'Inbox', but the thing came up blank. So it's not like a wanna bother you with, I guess, small stuff like this (allthough when I devellop code it's seems like the most important thing in the world at that point lol).
I guess I need to find an effective way of scanning my files for certain strings, because when all else fails, I bother you guys with it  , and trust me, I value and appreciate what you do
Thank you
CJ11 please enter your server specs in your user profile!
|
|
| Back to top |
|
 |
KokkieBlanda Translator


Offline Joined: Jun 12, 2004 Posts: 141
|
Posted: Wed Jul 28, 2004 6:43 am Post subject: Re: How to change Private_Messages to Dutch? |
|
Open het bestand met notepad of ultraedit. Met explorer zal het nooit werken.
Verander de code in wat is aangegeven en sla het bestand dan op als .php en niet al .txt bestand. Upload het dan naar de betreffende map op je server en alles zou dan moeten werken
_________________ Kokkieblanda
web: www.kokkieblanda.nl
KokkieBlanda's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) linux 2.2.6 (fedora)/MySQL 5.0.51/PHP 5.2.5/Dragonfly 9.0.6.1
|
|
| Back to top |
|
 |
CJ11 Nice poster


Offline Joined: May 16, 2004 Posts: 75 Location: Netherlands
|
Posted: Wed Jul 28, 2004 10:06 am Post subject: Re: How to change Private_Messages to Dutch? |
|
Goedemorgen Kokkieblanka
Alweer een nederlander hier, leuk, en bedankt voor de tip. I'll have a look.
Greetz,
CJ
CJ11 please enter your server specs in your user profile!
|
|
| Back to top |
|
 |
|
|