Spell Checker Language Files + images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fataqui
    Member
    • Jun 2004
    • 57

    Spell Checker Language Files + images

    Hi

    These are some language files for a spellchecking development! They also include (2) image template sets, including buttons ( in each language ) and global images like backgrounds made for each button set! The language files are written as PHP variables as to include them in another script! I figured I would post them here to maybe help other that may want to design a spell checker interface in different languages.

    // Languages ( each file has every phrase need to make a good iterface)

    English
    French
    Finnish
    German
    Russian
    Dutch
    Spanish
    Italian
    Swedish
    Danish
    Norwegian
    Portuguese

    example...
    PHP Code:
    // english
    $LANG['L020'] = 'Customize the operation of the spell checker.';
    $LANG['L021'] = 'Use this section to configure the spell checker.';
    $LANG['L022'] = 'Spell check messages using the following language.';
     
    // german
    $LANG['L020'] = 'Passen Sie die Rechtschreibprüfung an';
    $LANG['L021'] = 'Verwenden Sie diesen Bereich, wenn Sie die Rechtschreibprüfung anpassen möchten.';
    $LANG['L022'] = 'Nachrichten in folgender Sprache einer Rechtschreibprüfung unterziehen';
     
    // french
    $LANG['L020'] = 'Personnaliser le fonctionnement du correcteur orthographique.';
    $LANG['L021'] = 'Utiliser cette section pour configurer le correcteur orthographique.';
    $LANG['L022'] = 'Vérifier l\'orthographe des messages en utilisant la langue suivante'
    If I have time little later (working on getting my board setup ), I will post a link so you can see how you could use them.

    Sonia
    Attached Files
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...