forked from extern/egroupware
38 lines
1.9 KiB
JavaScript
38 lines
1.9 KiB
JavaScript
// I18N constants
|
|
|
|
// LANG: "ro", ENCODING: UTF-8
|
|
// Author: Mihai Bazon, http://dynarch.com/mishoo
|
|
|
|
// 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 ;-)"
|
|
};
|