16 lines
540 B
JavaScript
16 lines
540 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("tr", {
|
|
"Author": "Yazar",
|
|
"Description": "A\xe7\u0131klama",
|
|
"Encoding": "Kodlama",
|
|
"Keywords": "Anahtar Kelimeler",
|
|
"Metadata and Document Properties": "Meta Veriler ve Belge \xd6zellikleri",
|
|
"Metadata and document properties": "Meta veriler ve belge \xf6zellikleri",
|
|
"Robots": "Robotlar",
|
|
"Title": "Ba\u015fl\u0131k"
|
|
}); |