Page 1 of 1

Translating the cmsms-link plugin in TinyMCE

Posted: Sun Jul 08, 2007 3:19 pm
by Silmarillion
Hi fellow translators

As the plugins in TinyMCE cannot be translated online, I hereby ask you to translate the bit below into your language and post the result in this thread. Please remember to update the UK as well so I can see which language you did.

Thanks!
Sil.

// UK lang variables

/* Remember to namespace the language parameters lang__ */

tinyMCE.addToLang('cmsmslink',{
desc : 'CMSMS Link',
title : 'Choose CMS Made Simple Link',
description : 'Insert CMSMS link'
});

Re: Translating the cmsms-link plugin in TinyMCE

Posted: Sun Jul 08, 2007 7:49 pm
by jce76350
Hello Silmarillion,

Into French

// French 
tinyMCE.addToLang('cmsmslink',{
desc : 'Liens CMSMS',
title : 'Choisir un lien interne CMS Made Simple',
description : 'Insérer un liens CMSMS'
});

Re: Translating the cmsms-link plugin in TinyMCE

Posted: Sun Jul 08, 2007 9:12 pm
by alby
Silmarillion wrote:
// IT lang variables

tinyMCE.addToLang('cmsmslink',{
desc : 'Link in CMSMS',
title : 'Scegli un link interno a CMS Made Simple',
description : 'Inserisce un link interno di CMSMS'
});
Alby

Re: Translating the cmsms-link plugin in TinyMCE

Posted: Wed Jul 25, 2007 2:13 pm
by qzy
Hi Silmarillion,

here's the hungarian version.

Code: Select all

// HU lang variables

tinyMCE.addToLang('cmsmslink',{
desc : 'CMSMS belső link',
title : 'Válaszd ki a CMS Made Simple linket',
description : 'Belső CMSMS link beillesztése'
});

Balint

Re: Translating the cmsms-link plugin in TinyMCE

Posted: Mon Aug 06, 2007 10:31 am
by cyberman
Hi Sil,

here comes the german version
Silmarillion wrote: // DE lang variables

/* Remember to namespace the language parameters lang__ */

tinyMCE.addToLang('cmsmslink',{
desc : 'CMSMS-Link',
title : 'CMS Made Simple Link auswälen',
description : 'CMSMS-Link einfügen'
});

Re: Translating the cmsms-link plugin in TinyMCE

Posted: Fri Aug 10, 2007 10:40 am
by Duketown
Sil,

From the Netherlands, the following translation:
// NL lang variables

/* Remember to namespace the language parameters lang__ */

tinyMCE.addToLang('cmsmslink',{
desc : 'CMSMS Link',
title : 'Kies CMS Made Simple Link',
description : 'Voeg CMSMS link toe'
});