From 3b35bd273a79f6b01fda7a246aed64aca147ea7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 21 Mar 2016 02:20:06 +0100 Subject: Upgrade to 4.5.7 and add some plugin --- sources/plugins/liststyle/lang/de-ch.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sources/plugins/liststyle/lang/de-ch.js (limited to 'sources/plugins/liststyle/lang/de-ch.js') diff --git a/sources/plugins/liststyle/lang/de-ch.js b/sources/plugins/liststyle/lang/de-ch.js new file mode 100644 index 00000000..13bf8c9d --- /dev/null +++ b/sources/plugins/liststyle/lang/de-ch.js @@ -0,0 +1,25 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'liststyle', 'de-ch', { + armenian: 'Armenische Nummerierung', + bulletedTitle: 'Aufzählungslisteneigenschaften', + circle: 'Ring', + decimal: 'Dezimal (1, 2, 3, etc.)', + decimalLeadingZero: 'Dezimal mit führender Null (01, 02, 03, usw.)', + disc: 'Kreis', + georgian: 'Georgische Nummerierung (an, ban, gan, usw.)', + lowerAlpha: 'Klein Alpha (a, b, c, d, e, usw.)', + lowerGreek: 'Klein griechisch (alpha, beta, gamma, usw.)', + lowerRoman: 'Klein römisch (i, ii, iii, iv, v, usw.)', + none: 'Keine', + notset: '', + numberedTitle: 'Nummerierte Listeneigenschaften', + square: 'Quadrat', + start: 'Start', + type: 'Typ', + upperAlpha: 'Gross alpha (A, B, C, D, E, etc.)', + upperRoman: 'Gross römisch (I, II, III, IV, V, usw.)', + validateStartNumber: 'Listenstartnummer muss eine ganze Zahl sein.' +} ); -- cgit v1.2.3