19 lines
856 B
JavaScript
19 lines
856 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("fi", {
|
|
"An error occurred fetching revisions.": "Versioiden noutamisessa tapahtui virhe.",
|
|
"An error occurred fetching the updated revision.": "P\xe4ivitetyn version noutamisessa tapahtui virhe.",
|
|
"Anonymous": "Nimet\xf6n",
|
|
"Comparing revision on {0} to the previous version": "Version {0} vertailu edelliseen versioon",
|
|
"DRAFT": "LUONNOS",
|
|
"INITIAL": "ALKUPER\xc4INEN",
|
|
"No revisions": "Versioita ei ole",
|
|
"Restore this version": "Palauta t\xe4m\xe4 versio",
|
|
"Revision History": "Versiohistoria",
|
|
"Revision on {0}": "Versio luotu {0}",
|
|
"Showing the initial version on {0}": "N\xe4ytet\xe4\xe4n alkuper\xe4inen {0} luotu versio"
|
|
}); |