]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/forms/lang/fi.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / fi.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'forms', 'fi', {
6 button: {
7 title: 'Painikkeen ominaisuudet',
8 text: 'Teksti (arvo)',
9 type: 'Tyyppi',
10 typeBtn: 'Painike',
11 typeSbm: 'Lähetä',
12 typeRst: 'Tyhjennä'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Valintaruudun ominaisuudet',
16 radioTitle: 'Radiopainikkeen ominaisuudet',
17 value: 'Arvo',
18 selected: 'Valittu',
19 required: 'Required' // MISSING
20 },
21 form: {
22 title: 'Lomakkeen ominaisuudet',
23 menu: 'Lomakkeen ominaisuudet',
24 action: 'Toiminto',
25 method: 'Tapa',
26 encoding: 'Enkoodaus'
27 },
28 hidden: {
29 title: 'Piilokentän ominaisuudet',
30 name: 'Nimi',
31 value: 'Arvo'
32 },
33 select: {
34 title: 'Valintakentän ominaisuudet',
35 selectInfo: 'Info',
36 opAvail: 'Ominaisuudet',
37 value: 'Arvo',
38 size: 'Koko',
39 lines: 'Rivit',
40 chkMulti: 'Salli usea valinta',
41 required: 'Required', // MISSING
42 opText: 'Teksti',
43 opValue: 'Arvo',
44 btnAdd: 'Lisää',
45 btnModify: 'Muuta',
46 btnUp: 'Ylös',
47 btnDown: 'Alas',
48 btnSetValue: 'Aseta valituksi',
49 btnDelete: 'Poista'
50 },
51 textarea: {
52 title: 'Tekstilaatikon ominaisuudet',
53 cols: 'Sarakkeita',
54 rows: 'Rivejä'
55 },
56 textfield: {
57 title: 'Tekstikentän ominaisuudet',
58 name: 'Nimi',
59 value: 'Arvo',
60 charWidth: 'Leveys',
61 maxChars: 'Maksimi merkkimäärä',
62 required: 'Required', // MISSING
63 type: 'Tyyppi',
64 typeText: 'Teksti',
65 typePass: 'Salasana',
66 typeEmail: 'Sähköposti',
67 typeSearch: 'Haku',
68 typeTel: 'Puhelinnumero',
69 typeUrl: 'Osoite'
70 }
71 } );