Page 2 of 3
Spanish
Posted: Mon Mar 07, 2005 3:12 am
by ArnoTeigseth
OK
The spanish translation is done for 0.9.2
Arno
Re: How do I make/update translations?
Posted: Fri May 06, 2005 9:59 pm
by edlinx
Where is that Spanish translation? i can't find it!
Re: How do I make/update translations?
Posted: Wed Jul 06, 2005 11:56 am
by Bubble
Re: How do I make/update translations?
Posted: Tue Aug 30, 2005 2:28 pm
by trick
horray for L10n, i just wish I could speak another language besides english and latin (I doubt there would be many people interested in a latin translation

).
Re: How do I make/update translations?
Posted: Tue Aug 30, 2005 3:10 pm
by Ted
Just think of the geek points we'd get with a Latin translation.

Ok, nevermind.
Re: How do I make/update translations?
Posted: Tue Aug 30, 2005 9:44 pm
by nuspace
Anyone fluent in Klingon? Elvish? Maybe one of the made-up languages like Esperanto or Lojban?
On a more serious note, I think I could probably arrange to have a Tagalog translation done some time.
Great thing about CMSMS in terms of L10n is that there isn't a ton of strings to translate, so it takes much less time and effort.
Re: How do I make/update translations?
Posted: Wed Aug 31, 2005 8:23 am
by Woudloper
For the people who are creating translations I maybe found (
if you did not find this already) the following plugin for Firefox:
phplangeditor
GUI for translation of language files of your PHP scripts. By language file I mean files containing all translated strings of your script. See example on official site.
Add support for arrays like
$test['birthday'] = 'Birthday'; or $test['birth']['day'] = 'day';
Source: Mozilla Update :: Extensions - PHP Lang Editor
Re: How do I make/update translations?
Posted: Thu Oct 27, 2005 4:04 am
by amygdela
Hi!
I've done the Dutch translation, now it's finished. It still had some English sentences in it but those are all translated now. Seems ok to me!
[attachment deleted by admin]
Re: How do I make/update translations?
Posted: Wed Nov 09, 2005 11:25 am
by cyberman
Patricia wrote:
I was not aware of this firefox-plugin, and it is absolutely great!!
Will ease translations a lot!
... but attention - the plugin change the entries vom this sign ' to this "

.
Re: How do I make/update translations?
Posted: Wed Nov 30, 2005 8:47 am
by cyberman
Woudloper wrote:
For the people who are creating translations I maybe found (
if you did not find this already) the following plugin for Firefox:
phplangeditor
GUI for translation of language files of your PHP scripts. By language file I mean files containing all translated strings of your script. See example on official site.
Add support for arrays like
$test['birthday'] = 'Birthday'; or $test['birth']['day'] = 'day';
Source: Mozilla Update :: Extensions - PHP Lang Editor
The editor don't work with frefox 1.5 ...