upgrading tinymce to 2.0.5.1

This commit is contained in:
JT Smith 2006-04-15 20:17:29 +00:00
parent c48e6b98dd
commit acbf0f01a0
49 changed files with 2705 additions and 0 deletions

View file

@ -0,0 +1,14 @@
// UK lang variables
tinyMCE.addToLang('spellchecker',{
desc : 'Toggle spellchecker',
menu : 'Spellchecker settings',
ignore_word : 'Ignore word',
ignore_words : 'Ignore all',
langs : 'Languages',
wait : 'Please wait...',
swait : 'Spellchecking, please wait...',
sug : 'Suggestions',
no_sug : 'No suggestions',
no_mpell : 'No misspellings found.'
});

View file

@ -0,0 +1,17 @@
// nb = Norwegian (bokmål) lang variables by Knut B. Jacobsen
tinyMCE.addToLang('spellchecker',{
desc : 'Stavekontroll',
menu : 'Oppsett stavekontroll',
ignore_word : 'Ignorer ordet',
ignore_words : 'Ignorer alt',
langs : 'Språk',
wait : 'Vennligst vent...',
swait : 'Stavekontroll pågår, vennligst vent...',
sug : 'Forslag',
no_sug : 'Ingen forslag',
no_mpell : 'Ingen stavefeil funnet.'
});

View file

@ -0,0 +1,17 @@
// nb = Norwegian (nynorsk) lang variables by Knut B. Jacobsen
tinyMCE.addToLang('spellchecker',{
desc : 'Stavekontroll',
menu : 'Oppsett stavekontroll',
ignore_word : 'Ignorer ordet',
ignore_words : 'Ignorer alt',
langs : 'Språk',
wait : 'Vennligst vent...',
swait : 'Stavekontroll pågår, vennligst vent...',
sug : 'Forslag',
no_sug : 'Ingen forslag',
no_mpell : 'Ingen stavefeil funnet.'
});

View file

@ -0,0 +1,14 @@
// SV lang variables
tinyMCE.addToLang('spellchecker',{
desc : 'Slå av/på rättstavning',
menu : 'Rättstavnings inställningar',
ignore_word : 'Ignorera ord',
ignore_words : 'Ignorera alla',
langs : 'Språk',
wait : 'Vad god vänta...',
swait : 'Stavningskontroll utförs, vad god vänta...',
sug : 'Förslag',
no_sug : 'Inga förslag',
no_mpell : 'Inga felstavningar kunde hittas.'
});