16 lines
534 B
JavaScript
16 lines
534 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("eu", {
|
|
"Author": "Egilea",
|
|
"Description": "Deskribapena",
|
|
"Encoding": "Kodeketa",
|
|
"Keywords": "Gako-hitzak",
|
|
"Metadata and Document Properties": "Metadatuak eta dokumentuaren propietateak",
|
|
"Metadata and document properties": "Metadatuak eta dokumentuaren propietateak",
|
|
"Robots": "Robotak",
|
|
"Title": "Izenburua"
|
|
}); |