Annotation of loncom/html/htmlarea/plugins/SpellChecker/lang/en.js, revision 1.1

1.1     ! www         1: // I18N constants
        !             2: 
        !             3: // LANG: "en", ENCODING: UTF-8 | ISO-8859-1
        !             4: // Author: Mihai Bazon, <mishoo@infoiasi.ro>
        !             5: 
        !             6: // FOR TRANSLATORS:
        !             7: //
        !             8: //   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
        !             9: //      (at least a valid email address)
        !            10: //
        !            11: //   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
        !            12: //      (if this is not possible, please include a comment
        !            13: //       that states what encoding is necessary.)
        !            14: 
        !            15: SpellChecker.I18N = {
        !            16: 	"CONFIRM_LINK_CLICK"                    : "Please confirm that you want to open this link",
        !            17: 	"Cancel"                                : "Cancel",
        !            18: 	"Dictionary"                            : "Dictionary",
        !            19: 	"Finished list of mispelled words"      : "Finished list of mispelled words",
        !            20: 	"I will open it in a new page."         : "I will open it in a new page.",
        !            21: 	"Ignore all"                            : "Ignore all",
        !            22: 	"Ignore"                                : "Ignore",
        !            23: 	"NO_ERRORS"                             : "No mispelled words found with the selected dictionary.",
        !            24: 	"NO_ERRORS_CLOSING"                     : "Spell check complete, didn't find any mispelled words.  Closing now...",
        !            25: 	"OK"                                    : "OK",
        !            26: 	"Original word"                         : "Original word",
        !            27: 	"Please wait.  Calling spell checker."  : "Please wait.  Calling spell checker.",
        !            28: 	"Please wait: changing dictionary to"   : "Please wait: changing dictionary to",
        !            29: 	"QUIT_CONFIRMATION"                     : "This will drop changes and quit spell checker.  Please confirm.",
        !            30: 	"Re-check"                              : "Re-check",
        !            31: 	"Replace all"                           : "Replace all",
        !            32: 	"Replace with"                          : "Replace with",
        !            33: 	"Replace"                               : "Replace",
        !            34: 	"SC-spell-check"                        : "Spell-check",
        !            35: 	"Suggestions"                           : "Suggestions",
        !            36: 	"pliz weit ;-)"                         : "pliz weit ;-)"
        !            37: };

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>