11 lines
365 B
JavaScript
11 lines
365 B
JavaScript
/*!
|
|
* TinyMCE Language Pack
|
|
*
|
|
* Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
*/
|
|
tinymce.addI18n("hu-HU", {
|
|
"Auto correct {0}": "Automatikus jav\xedt\xe1s: {0}",
|
|
"Autocorrect": "Automatikus jav\xedt\xe1s",
|
|
"Capitalization": "Nagybet\u0171s \xedr\xe1s"
|
|
}); |