mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 14:33:20 +01:00
38 lines
1.9 KiB
JavaScript
38 lines
1.9 KiB
JavaScript
|
// I18N constants
|
||
|
|
||
|
// LANG: "hu", ENCODING: UTF-8
|
||
|
// Author: Miklós Somogyi, <somogyine@vnet.hu>
|
||
|
|
||
|
// 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" : "Megerősítés",
|
||
|
"Cancel" : "Mégsem",
|
||
|
"Dictionary" : "Szótár",
|
||
|
"Finished list of mispelled words" : "A tévesztett szavak listájának vége",
|
||
|
"I will open it in a new page." : "Megnyitás új lapon",
|
||
|
"Ignore all" : "Minden elvetése",
|
||
|
"Ignore" : "Elvetés",
|
||
|
"NO_ERRORS" : "A választott szótár szerint nincs tévesztett szó.",
|
||
|
"NO_ERRORS_CLOSING" : "A helyesírásellenőrzés kész, tévesztett szó nem fordult elő. Bezárás...",
|
||
|
"OK" : "Rendben",
|
||
|
"Original word" : "Eredeti szó",
|
||
|
"Please wait. Calling spell checker." : "Kis türelmet, a helyesírásellenőrző hívása folyamatban.",
|
||
|
"Please wait: changing dictionary to" : "Kis türelmet, szótár cseréje",
|
||
|
"QUIT_CONFIRMATION" : "Kilépés a változások eldobásával. Jóváhagyja?",
|
||
|
"Re-check" : "Újraellenőrzés",
|
||
|
"Replace all" : "Mind cseréje",
|
||
|
"Replace with" : "Csere a következőre:",
|
||
|
"Replace" : "Csere",
|
||
|
"SC-spell-check" : "Helyesírásellenőrzés",
|
||
|
"Suggestions" : "Tippek",
|
||
|
"pliz weit ;-)" : "Kis türelmet ;-)"
|
||
|
};
|