27 lines
881 B
JavaScript
27 lines
881 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", {
|
|
"Advanced Sort": "Sortowanie zaawansowane",
|
|
"Advanced sort...": "Sortowanie zaawansowane...",
|
|
"Alpha": "Alfabetyczne",
|
|
"Ascending": "Rosn\u0105co",
|
|
"Column": "Kolumna",
|
|
"Column {0}": "Kolumna {0}",
|
|
"Descending": "Malej\u0105co",
|
|
"None": "Brak",
|
|
"Numeric": "Numeryczne",
|
|
"Order": "Kolejno\u015b\u0107",
|
|
"Row": "Wiersz",
|
|
"Row numbering": "Numerowanie wierszy",
|
|
"Row {0}": "Wiersz {0}",
|
|
"Selection": "Wyb\xf3r",
|
|
"Sort": "Sortuj",
|
|
"Sort by": "Sortuj wg",
|
|
"Sort table by column ascending": "Sortuj tabel\u0119 wg kolumny rosn\u0105co",
|
|
"Sort table by column descending": "Sortuj tabel\u0119 wg kolumny malej\u0105co",
|
|
"Table": "Tabela"
|
|
}); |