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

1.1     ! www         1: // I18N for the FullPage plugin
        !             2: 
        !             3: // LANG: "en", ENCODING: UTF-8 | ISO-8859-1
        !             4: // Author: Mihai Bazon, http://dynarch.com/mishoo
        !             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: FullPage.I18N = {
        !            16: 	"Alternate style-sheet:":		"Alternate style-sheet:",
        !            17: 	"Background color:":			"Background color:",
        !            18: 	"Cancel":				"Cancel",
        !            19: 	"DOCTYPE:":				"DOCTYPE:",
        !            20: 	"Document properties":			"Document properties",
        !            21: 	"Document title:":			"Document title:",
        !            22: 	"OK":					"OK",
        !            23: 	"Primary style-sheet:":			"Primary style-sheet:",
        !            24: 	"Text color:":				"Text color:"
        !            25: };

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