File:  [LON-CAPA] / loncom / html / htmlarea / plugins / SpellChecker / lang / Attic / ro.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: "ro", ENCODING: UTF-8
// 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"                    : "Vă rog confirmaţi că vreţi să deschideţi acest link",
	"Cancel"                                : "Anulează",
	"Dictionary"                            : "Dicţionar",
	"Finished list of mispelled words"      : "Am terminat lista de cuvinte greşite",
	"I will open it in a new page."         : "O voi deschide într-o altă fereastră.",
	"Ignore all"                            : "Ignoră toate",
	"Ignore"                                : "Ignoră",
	"NO_ERRORS"                             : "Nu am găsit nici un cuvânt greşit cu acest dicţionar.",
	"NO_ERRORS_CLOSING"                     : "Am terminat, nu am detectat nici o greşeală.  Acum închid fereastra...",
	"OK"                                    : "OK",
	"Original word"                         : "Cuvântul original",
	"Please wait.  Calling spell checker."  : "Vă rog aşteptaţi.  Apelez spell-checker-ul.",
	"Please wait: changing dictionary to"   : "Vă rog aşteptaţi.  Schimb dicţionarul cu",
	"QUIT_CONFIRMATION"                     : "Doriţi să renunţaţi la modificări şi să închid spell-checker-ul?",
	"Re-check"                              : "Scanează",
	"Replace all"                           : "Înlocuieşte toate",
	"Replace with"                          : "Înlocuieşte cu",
	"Replace"                               : "Înlocuieşte",
	"SC-spell-check"                        : "Detectează greşeli",
	"Suggestions"                           : "Sugestii",
	"pliz weit ;-)"                         : "va rog ashteptatzi ;-)"
};

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