16 lines
546 B
JavaScript
16 lines
546 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("pl", {
|
|
"Author": "Autor",
|
|
"Description": "Opis",
|
|
"Encoding": "Kodowanie",
|
|
"Keywords": "S\u0142owa kluczowe",
|
|
"Metadata and Document Properties": "Metadane i w\u0142a\u015bciwo\u015bci dokumentu",
|
|
"Metadata and document properties": "Metadane i w\u0142a\u015bciwo\u015bci dokumentu",
|
|
"Robots": "Roboty",
|
|
"Title": "Tytu\u0142"
|
|
}); |