SpellingCow.com Forum Index SpellingCow.com
Improving forum spelling since... well not very long
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your PM'sLog in to check your PM's   Log inLog in 
Forums | Home

Some more stuff (language files)

 
Post new topic   Reply to topic    SpellingCow.com Forum Index -> Suggestions
View previous topic :: View next topic  
Author Message
meme



Joined: 26 Sep 2004
Posts: 4

PostPosted: Sat Oct 02, 2004 1:09 am    Post subject: Some more stuff (language files) Reply with quote

Hi again

Seeing you offer this neat service I am trying to be helpful!


This is new list ( just finished them yesterday) of PHP based Spell Check Interface Language files. All the translation for each language is very well done! It took me a long time to make these, but sharing is always a good thing! These files allow you to offer Spell Checking in different language type interfaces.

I don't have the new Russian, Greek, Polish done right now but when I finsh them I will post the link!

http://www.dartmouth-online.com/lang/php_lang.zip

Languages Included


American (English)
Australian (English)
British (English)
Canadian (English)
European (Danish)
European (Dutch)
European (Finnish)
Canadian (French)
European (French)
European (German)
European (Italiano)
European (Norwegian)
Brazilian (Portuguese)
European (Portuguese)
Argentinean (Spanish)
European (Spanish)
Mexican (Spanish)
European (Swedish)

This is what the files look like.... ( english and french example )

English

Code:

<?

// ID: EN001 UTF8 -> American (English)

$LANG['ius'][0]  = 'American (English)';
$LANG['ius'][1]  = 'Australian (English)';
$LANG['ius'][2]  = 'British (English)';
$LANG['ius'][3]  = 'Canadian (English)';
$LANG['ius'][4]  = 'European (Danish)';
$LANG['ius'][5]  = 'European (Dutch)';
$LANG['ius'][6]  = 'European (Finnish)';
$LANG['ius'][7]  = 'Canadian (French)';
$LANG['ius'][8]  = 'European (French)';
$LANG['ius'][9]  = 'European (German)';
$LANG['ius'][10] = 'European (Italiano)';
$LANG['ius'][11] = 'European (Norwegian)';
$LANG['ius'][12] = 'Brazilian (Portuguese)';
$LANG['ius'][13] = 'European (Portuguese)';
$LANG['ius'][14] = 'Argentinean (Spanish)';
$LANG['ius'][15] = 'European (Spanish)';
$LANG['ius'][16] = 'Mexican (Spanish)';
$LANG['ius'][17] = 'European (Swedish)';
$LANG['cinfo'][0]  = 'Ignore words with first letter capitalized.';
$LANG['cinfo'][1]  = 'Ignore words with mixed case letters.';
$LANG['cinfo'][2]  = 'Ignore words with mixed letters and numbers.';
$LANG['cinfo'][3]  = 'Ignore words with all letters capitalized.';
$LANG['cinfo'][4]  = 'Report doubled words.';
$LANG['cinfo'][5]  = 'Report words with incorrect case.';
$LANG['cinfo'][6]  = 'Suggest split words.';
$LANG['cinfo'][7]  = 'Suggest words that are phonetically similar.';
$LANG['cinfo'][8]  = 'Suggest words that are typographically similar.';
$LANG['cinfo'][9]  = 'Ignore EMAIL and URL string types.';
$LANG['cinfo'][10] = 'Ignore BBCODE/HTML/JS markup language(s) code.';
$LANG['L000'] = 'Ignore Word';
$LANG['L001'] = 'Ignore All';
$LANG['L002'] = 'Change Word';
$LANG['L003'] = 'Change All';
$LANG['L004'] = 'Add Word';
$LANG['L005'] = 'Remove Word';
$LANG['L006'] = 'Cancel Spell Check';
$LANG['L007'] = 'Finish Spell Check';
$LANG['L008'] = 'Not in dictionary';
$LANG['L009'] = 'Capitalization';
$LANG['L010'] = 'Doubled word';
$LANG['L011'] = 'Change to...';
$LANG['L012'] = 'Suggestions';
$LANG['L013'] = 'Spell Check Complete.';
$LANG['L014'] = 'Please Wait';
$LANG['L015'] = 'Add Word';
$LANG['L016'] = 'Spell Checker Loading...';
$LANG['L017'] = 'Spell Check Options';
$LANG['L018'] = 'Personal Dictionary';
$LANG['L019'] = 'Check Spelling';
$LANG['L020'] = 'Customize the operation of the spell checker interface.';
$LANG['L021'] = 'Use this section to configure the spell checker.';
$LANG['L022'] = 'Spell check messages using the following language.';
$LANG['L023'] = 'Corrected:';
$LANG['L024'] = 'words.';
$LANG['L025'] = 'No Errors Found...';
$LANG['L026'] = 'Spell Check Canceled.';
$LANG['L027'] = 'Spell Check';
$LANG['L028'] = 'Dictionary';
$LANG['L029'] = 'General Error...';
$LANG['L030'] = 'An Unknown Error Has Occurred.';
$LANG['L031'] = 'Critical Error...';
$LANG['L032'] = 'Access Disallowed.';
$LANG['L033'] = 'Apply Defaults';

?>



French

Code:

<?

// ID: FR002 UTF8 -> Européen (Français)

$LANG['ius'][0]  = 'Américain (Anglais)';
$LANG['ius'][1]  = 'Australien (Anglais)';
$LANG['ius'][2]  = 'Britannique (Anglais)';
$LANG['ius'][3]  = 'Canadien (Anglais)';
$LANG['ius'][4]  = 'Européen (Danois)';
$LANG['ius'][5]  = 'Européen (Néerlandais)';
$LANG['ius'][6]  = 'Européen (Finnois)';
$LANG['ius'][7]  = 'Canadien (Français)';
$LANG['ius'][8]  = 'Européen (Français)';
$LANG['ius'][9]  = 'Européen (Allemand)';
$LANG['ius'][10] = 'Européen (Italien)';
$LANG['ius'][11] = 'Européen (Norvégien)';
$LANG['ius'][12] = 'Brésilien (Portugais)';
$LANG['ius'][13] = 'Européen (Portugais)';
$LANG['ius'][14] = 'Argentin (Espagnol)';
$LANG['ius'][15] = 'Européen (Espagnol)';
$LANG['ius'][16] = 'Mexicain (Espagnol)';
$LANG['ius'][17] = 'Européen (Suédois)';
$LANG['cinfo'][0]  = 'Ignorer les mots dont la première lettre est en majuscule.';
$LANG['cinfo'][1]  = 'Ignorer les mots qui possèdent à la fois des majuscules et des minuscules.';
$LANG['cinfo'][2]  = 'Ignorer les mots qui possèdent à la fois des lettres et des chiffres.';
$LANG['cinfo'][3]  = 'Ignorer les mots en majuscules.';
$LANG['cinfo'][4]  = 'Signaler les mots en double.';
$LANG['cinfo'][5]  = 'Signaler les mots dont la casse est incorrecte.';
$LANG['cinfo'][6]  = 'Suggérer des mots scindés.';
$LANG['cinfo'][7]  = 'Suggérer des mots similaires phonétiquement.';
$LANG['cinfo'][8]  = 'Suggérer des mots dont la typographie est similaire.';
$LANG['cinfo'][9]  = 'Ignorer les noms de domaine Internet.';
$LANG['cinfo'][10] = 'Ignorer le code de balise BBCODE/HTML/JS.';
$LANG['L000'] = 'Ignorer le mot';
$LANG['L001'] = 'Ignorer tout';
$LANG['L002'] = 'Changer le mot';
$LANG['L003'] = 'Changer tout';
$LANG['L004'] = 'Ajouter un mot';
$LANG['L005'] = 'Effacer le mot';
$LANG['L006'] = 'Annuler le Correcteur Orthographique';
$LANG['L007'] = 'Correcteur Orthographique de fin';
$LANG['L008'] = 'Absent du dictionnaire';
$LANG['L009'] = 'Emploi des majuscules';
$LANG['L010'] = 'Mot en double';
$LANG['L011'] = 'Changer pour...';
$LANG['L012'] = 'Suggestions';
$LANG['L013'] = 'Correcteur Orthographique Terminée.';
$LANG['L014'] = 'Veuillez Avoir La Patience';
$LANG['L015'] = 'Ajouter un mot';
$LANG['L016'] = 'Correcteur Orthographique Chargement...';
$LANG['L017'] = 'Options de Correcteur Orthographique';
$LANG['L018'] = 'Dictionnaire personnel';
$LANG['L019'] = 'Orthographe';
$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';
$LANG['L023'] = 'Corrigé:';
$LANG['L024'] = 'mots.';
$LANG['L025'] = 'Aucunes Erreurs Trouvées...';
$LANG['L026'] = 'Vérification Orthographique Annulé.';
$LANG['L027'] = 'Correcteur Orthographique';
$LANG['L028'] = 'Dictionnaire';
$LANG['L029'] = 'Erreur Générale...';
$LANG['L030'] = 'Une Erreur Inconnue s\'est Produite.';
$LANG['L031'] = 'Erreur Critique...';
$LANG['L032'] = 'Accès Interdit.';
$LANG['L033'] = 'Appliquer Défauts';

?>



I also have button and Spell Check template sets for every PHPBB style that was ever made over 800 sets in 32 langauges ( many different styles and shapes)

Quick Example buttons

Classic PHPBB V1



F1 Black 3D Blue



PHPBB V2 Sub Sliver



F1 Apple Green




If you want any of them just PM me and I will send you the link!


C, ya...

meme
Back to top
View user's profile Send private message
nuttzy99
Site Admin


Joined: 23 May 2004
Posts: 1068

PostPosted: Sat Oct 02, 2004 10:12 am    Post subject: Reply with quote

Sweet! Should come in very handy actually!

-Nuttzy Cool
_________________
<?php echo "something wicked awesome for my sig"; ?>
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SpellingCow.com Forum Index -> Suggestions All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group :: Spelling by SpellingCow.

SpellingCow.com Privacy Policy | blueGray theme by Nuttzy

Sponsors:
Identity Theft Protection - Compare identity theft protection services
Structured Settlements - cash for structured settlements, sell annuity, lottery winnings, and more.
Barcode Scanner Manufacturer - taiwan manufacturer of scanners, swipe card reader, serial-ethernet converter, cash drawer, and other pos devices.
Advice, help & demonstrations for sign makers - Europe's leading sign makers website
Tattoo - we are a group of tattoo enthusiasts