Re: [SOGo] scayt language

2014-12-09 Thread Christian Mack
Hello Jan

Am 2014-12-04 um 08:03 schrieb j...@kirchbergklinik.de:
 
 es ist jeweils die deutsche Version von FireFox und/oder Chrome installiert.
 Eine spezielle Rechtschreibprüfung ist nicht installiert.
 Stelle ich im scayt die Sprache manuell auf deutsch um funktioniert alles
 einwandfrei.
 
 
 Hello,
 the German version of FireFox and / or Chrome is installed in each case. A
 special spell checker is not installed.
 I place the language manually German to everything works fine in scayt.
 

Sorry, I didn't get, that you are using HTML emails.
You have to choose Deutsch (== German) in your SOGo language setting
before writing your email.
With that the german spell checking is set per default in SCAYT.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Re: [SOGo] scayt language

2014-12-04 Thread jbd
Hallo,
es ist jeweils die deutsche Version von FireFox und/oder Chrome installiert.
Eine spezielle Rechtschreibprüfung ist nicht installiert.
Stelle ich im scayt die Sprache manuell auf deutsch um funktioniert alles
einwandfrei.


Hello,
the German version of FireFox and / or Chrome is installed in each case. A
special spell checker is not installed.
I place the language manually German to everything works fine in scayt.

Jan
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] scayt language

2014-12-03 Thread jbd
Hello,
 I want to set the spell checker will default to German, but as language is
displayed American English  again


My Settings in the usr / lib / GNUstep / SOGo / Web Resources / ckeditor /
config.js:


CKEDITOR.editorConfig = function( config ) {
// For the complete reference:
// http://docs.ckeditor.com/#!/api/CKEDITOR.config
config.toolbarGroups = [
{ name: 'basicstyles', groups: [ 'basicstyles' ] },
{ name: 'colors' },
{ name: 'paragraph', groups: [ 'list', 'indent', 'blocks',
'align' ] },
{ name: 'links' },
{ name: 'insert' },
{ name: 'editing', groups: [ 'spellchecker' ] },
{ name: 'styles' }
];

config.removeButtons =
'Strike,Subscript,Superscript,BGColor,Anchor,Format';
config.removeDialogTabs = 'link:advanced;image:advanced';
config.enterMode = CKEDITOR.ENTER_BR;
config.tabSpaces = 4;
config.defaultLanguage = 'de';
config.allowedContent = true; // don't filter tags

// Disables the built-in words spell checker if browser provides one.
Defaults to true.
//
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-disableNativeSpellChecker
//config.disableNativeSpellChecker = false;

// Whether to show the browser native context menu when the Ctrl or Meta
(Mac) key is pressed on opening the context
// menu with the right mouse button click or the Menu key. Defaults to
true.
//
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-browserContextMenuOnCtrl
//config.browserContextMenuOnCtrl = false;

// If enabled, turns on SCAYT automatically after loading the editor.
Defaults to false.
// http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-scayt_autoStartup
config.scayt_autoStartup = true;


config.language = 'de-de'; // Actually you don't have to set this but you
might as well
config.wsc_lang = 'de_DE'; // The default spell checker language
config.scayt_sLang = 'de_DE'; // The SCAYT spell checker language


};


Can you help me?

Thanks

Jan
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] scayt language

2014-12-03 Thread Christian Mack
Hello

Am 2014-12-03 um 09:01 schrieb j...@kirchbergklinik.de:
 Hello,
  I want to set the spell checker will default to German, but as language is
 displayed American English  again
 
 
 My Settings in the usr / lib / GNUstep / SOGo / Web Resources / ckeditor /
 config.js:
 
 
 CKEDITOR.editorConfig = function( config ) {
 // For the complete reference:
 // http://docs.ckeditor.com/#!/api/CKEDITOR.config
 config.toolbarGroups = [
 { name: 'basicstyles', groups: [ 'basicstyles' ] },
 { name: 'colors' },
 { name: 'paragraph', groups: [ 'list', 'indent', 'blocks',
 'align' ] },
 { name: 'links' },
 { name: 'insert' },
 { name: 'editing', groups: [ 'spellchecker' ] },
 { name: 'styles' }
 ];
 
 config.removeButtons =
 'Strike,Subscript,Superscript,BGColor,Anchor,Format';
 config.removeDialogTabs = 'link:advanced;image:advanced';
 config.enterMode = CKEDITOR.ENTER_BR;
 config.tabSpaces = 4;
 config.defaultLanguage = 'de';
 config.allowedContent = true; // don't filter tags
 
 // Disables the built-in words spell checker if browser provides one.
 Defaults to true.
 //
 http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-disableNativeSpellChecker
 //config.disableNativeSpellChecker = false;
 
 // Whether to show the browser native context menu when the Ctrl or Meta
 (Mac) key is pressed on opening the context
 // menu with the right mouse button click or the Menu key. Defaults to
 true.
 //
 http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-browserContextMenuOnCtrl
 //config.browserContextMenuOnCtrl = false;
 
 // If enabled, turns on SCAYT automatically after loading the editor.
 Defaults to false.
 // http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-scayt_autoStartup
 config.scayt_autoStartup = true;
 
 
 config.language = 'de-de'; // Actually you don't have to set this but you
 might as well
 config.wsc_lang = 'de_DE'; // The default spell checker language
 config.scayt_sLang = 'de_DE'; // The SCAYT spell checker language
 
 
 };
 
 
 Can you help me?
 

Which language did you set in your browser for spell checking?
Is the german language pack available at all?


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature