File:  [LON-CAPA] / loncom / html / htmlarea / lang / Attic / ro.js
Revision 1.2: download - view: text, annotated - select for diffs
Tue Jun 1 23:46:10 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, HEAD
Next version HTMLArea.

    1: // I18N constants
    2: 
    3: // LANG: "ro", ENCODING: UTF-8
    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: HTMLArea.I18N = {
   16: 
   17: 	// the following should be the filename without .js extension
   18: 	// it will be used for automatically load plugin language.
   19: 	lang: "ro",
   20: 
   21: 	tooltips: {
   22: 		bold:           "Îngroşat",
   23: 		italic:         "Italic",
   24: 		underline:      "Subliniat",
   25: 		strikethrough:  "Tăiat",
   26: 		subscript:      "Indice jos",
   27: 		superscript:    "Indice sus",
   28: 		justifyleft:    "Aliniere la stânga",
   29: 		justifycenter:  "Aliniere pe centru",
   30: 		justifyright:   "Aliniere la dreapta",
   31: 		justifyfull:    "Aliniere în ambele părţi",
   32: 		orderedlist:    "Listă ordonată",
   33: 		unorderedlist:  "Listă marcată",
   34: 		outdent:        "Micşorează alineatul",
   35: 		indent:         "Măreşte alineatul",
   36: 		forecolor:      "Culoarea textului",
   37: 		hilitecolor:    "Culoare de fundal",
   38: 		horizontalrule: "Linie orizontală",
   39: 		createlink:     "Inserează/modifică link",
   40: 		insertimage:    "Inserează/modifică imagine",
   41: 		inserttable:    "Inserează un tabel",
   42: 		htmlmode:       "Sursa HTML / WYSIWYG",
   43: 		popupeditor:    "Maximizează editorul",
   44: 		about:          "Despre editor",
   45: 		showhelp:       "Documentaţie (devel)",
   46: 		textindicator:  "Stilul curent",
   47: 		undo:           "Anulează ultima acţiune",
   48: 		redo:           "Reface ultima acţiune anulată",
   49: 		cut:            "Taie în clipboard",
   50: 		copy:           "Copie în clipboard",
   51: 		paste:          "Aduce din clipboard",
   52: 		lefttoright:    "Direcţia de scriere: stânga - dreapta",
   53: 		righttoleft:    "Direcţia de scriere: dreapta - stânga"
   54: 	},
   55: 
   56: 	buttons: {
   57: 		"ok":           "OK",
   58: 		"cancel":       "Anulează"
   59: 	},
   60: 
   61: 	msg: {
   62: 		"Path":         "Calea",
   63: 		"TEXT_MODE":    "Eşti în modul TEXT.  Apasă butonul [<>] pentru a te întoarce în modul WYSIWYG."
   64: 	},
   65: 
   66: 	dialogs: {
   67: 		"Cancel"                                            : "Renunţă",
   68: 		"Insert/Modify Link"                                : "Inserează/modifcă link",
   69: 		"New window (_blank)"                               : "Fereastră nouă (_blank)",
   70: 		"None (use implicit)"                               : "Nimic (foloseşte ce-i implicit)",
   71: 		"OK"                                                : "Acceptă",
   72: 		"Other"                                             : "Alt target",
   73: 		"Same frame (_self)"                                : "Aceeaşi fereastră (_self)",
   74: 		"Target:"                                           : "Ţinta:",
   75: 		"Title (tooltip):"                                  : "Titlul (tooltip):",
   76: 		"Top frame (_top)"                                  : "Fereastra principală (_top)",
   77: 		"URL:"                                              : "URL:",
   78: 		"You must enter the URL where this link points to"  : "Trebuie să introduceţi un URL"
   79: 	}
   80: };

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