27 lines
846 B
JavaScript
27 lines
846 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("sv-SE", {
|
|
"Advanced Sort": "Avancerad sortering",
|
|
"Advanced sort...": "Avancerad sortering...",
|
|
"Alpha": "Alfabetiskt",
|
|
"Ascending": "Stigande",
|
|
"Column": "Kolumn",
|
|
"Column {0}": "Kolumn {0}",
|
|
"Descending": "Fallande",
|
|
"None": "Ingen",
|
|
"Numeric": "Numeriskt",
|
|
"Order": "Ordning",
|
|
"Row": "Rad",
|
|
"Row numbering": "Radnumrering",
|
|
"Row {0}": "Rad {0}",
|
|
"Selection": "Val",
|
|
"Sort": "Sortera",
|
|
"Sort by": "Sortera efter",
|
|
"Sort table by column ascending": "Sortera tabell efter kolumn i stigande ordning",
|
|
"Sort table by column descending": "Sortera tabell efter kolumn i fallande ordning",
|
|
"Table": "Tabell"
|
|
}); |