Translating the cmsms-link plugin in TinyMCE

Have a translation or something? It goes here. This can mean modules, documentation, or CMSMS itself!
Post Reply
User avatar
Silmarillion
Dev Team Member
Dev Team Member
Posts: 483
Joined: Sun Jan 02, 2005 9:10 pm
Location: Denmark

Translating the cmsms-link plugin in TinyMCE

Post 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'
});
jce76350
Beta Tester
Beta Tester
Posts: 2033
Joined: Mon May 29, 2006 1:20 pm
Location: Rouen

Re: Translating the cmsms-link plugin in TinyMCE

Post 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'
});
Jean-Claude Etiemble
alby

Re: Translating the cmsms-link plugin in TinyMCE

Post 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
qzy
Forum Members
Forum Members
Posts: 48
Joined: Sun Feb 05, 2006 8:27 am

Re: Translating the cmsms-link plugin in TinyMCE

Post 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
cyberman

Re: Translating the cmsms-link plugin in TinyMCE

Post 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'
});
Duketown

Re: Translating the cmsms-link plugin in TinyMCE

Post 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'
});
Post Reply

Return to “Translations”