diff options
Diffstat (limited to 'plugins/liststyle/lang/fi.js')
| -rw-r--r-- | plugins/liststyle/lang/fi.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/liststyle/lang/fi.js b/plugins/liststyle/lang/fi.js new file mode 100644 index 0000000..702e07d --- /dev/null +++ b/plugins/liststyle/lang/fi.js @@ -0,0 +1,25 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'fi', {
+ armenian: 'Armeenialainen numerointi',
+ bulletedTitle: 'Numeroimattoman listan ominaisuudet',
+ circle: 'Ympyrä',
+ decimal: 'Desimaalit (1, 2, 3, jne.)',
+ decimalLeadingZero: 'Desimaalit, alussa nolla (01, 02, 03, jne.)',
+ disc: 'Levy',
+ georgian: 'Georgialainen numerointi (an, ban, gan, etc.)',
+ lowerAlpha: 'Pienet aakkoset (a, b, c, d, e, jne.)',
+ lowerGreek: 'Pienet kreikkalaiset (alpha, beta, gamma, jne.)',
+ lowerRoman: 'Pienet roomalaiset (i, ii, iii, iv, v, jne.)',
+ none: 'Ei mikään',
+ notset: '<ei asetettu>',
+ numberedTitle: 'Numeroidun listan ominaisuudet',
+ square: 'Neliö',
+ start: 'Alku',
+ type: 'Tyyppi',
+ upperAlpha: 'Isot aakkoset (A, B, C, D, E, jne.)',
+ upperRoman: 'Isot roomalaiset (I, II, III, IV, V, jne.)',
+ validateStartNumber: 'Listan ensimmäisen numeron tulee olla kokonaisluku.'
+});
|
