From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- sources/plugins/liststyle/lang/mk.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sources/plugins/liststyle/lang/mk.js (limited to 'sources/plugins/liststyle/lang/mk.js') diff --git a/sources/plugins/liststyle/lang/mk.js b/sources/plugins/liststyle/lang/mk.js new file mode 100644 index 00000000..c6f16c89 --- /dev/null +++ b/sources/plugins/liststyle/lang/mk.js @@ -0,0 +1,25 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'liststyle', 'mk', { + armenian: 'Armenian numbering', + bulletedTitle: 'Bulleted List Properties', + circle: 'Circle', + decimal: 'Decimal (1, 2, 3, etc.)', + decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)', + disc: 'Disc', + georgian: 'Georgian numbering (an, ban, gan, etc.)', + lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', + lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)', + lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', + none: 'None', + notset: '', + numberedTitle: 'Numbered List Properties', + square: 'Square', + start: 'Start', + type: 'Type', + upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', + upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', + validateStartNumber: 'List start number must be a whole number.' +} ); -- cgit v1.2.3