File:  [LON-CAPA] / loncom / html / htmlarea / plugins / SpellChecker / lang / Attic / en.js
Revision 1.1: download - view: text, annotated - select for diffs
Wed Feb 18 08:07:16 2004 UTC (20 years, 7 months ago) by www
Branches: MAIN
CVS tags: version_1_1_99_0, HEAD
Install HTMLArea

// I18N constants

// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, <mishoo@infoiasi.ro>

// FOR TRANSLATORS:
//
//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
//      (at least a valid email address)
//
//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
//      (if this is not possible, please include a comment
//       that states what encoding is necessary.)

SpellChecker.I18N = {
	"CONFIRM_LINK_CLICK"                    : "Please confirm that you want to open this link",
	"Cancel"                                : "Cancel",
	"Dictionary"                            : "Dictionary",
	"Finished list of mispelled words"      : "Finished list of mispelled words",
	"I will open it in a new page."         : "I will open it in a new page.",
	"Ignore all"                            : "Ignore all",
	"Ignore"                                : "Ignore",
	"NO_ERRORS"                             : "No mispelled words found with the selected dictionary.",
	"NO_ERRORS_CLOSING"                     : "Spell check complete, didn't find any mispelled words.  Closing now...",
	"OK"                                    : "OK",
	"Original word"                         : "Original word",
	"Please wait.  Calling spell checker."  : "Please wait.  Calling spell checker.",
	"Please wait: changing dictionary to"   : "Please wait: changing dictionary to",
	"QUIT_CONFIRMATION"                     : "This will drop changes and quit spell checker.  Please confirm.",
	"Re-check"                              : "Re-check",
	"Replace all"                           : "Replace all",
	"Replace with"                          : "Replace with",
	"Replace"                               : "Replace",
	"SC-spell-check"                        : "Spell-check",
	"Suggestions"                           : "Suggestions",
	"pliz weit ;-)"                         : "pliz weit ;-)"
};

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