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/hu.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sources/plugins/liststyle/lang/hu.js (limited to 'sources/plugins/liststyle/lang/hu.js') diff --git a/sources/plugins/liststyle/lang/hu.js b/sources/plugins/liststyle/lang/hu.js new file mode 100644 index 00000000..d9616459 --- /dev/null +++ b/sources/plugins/liststyle/lang/hu.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', 'hu', { + armenian: 'Örmény számozás', + bulletedTitle: 'Pontozott lista tulajdonságai', + circle: 'Kör', + decimal: 'Arab számozás (1, 2, 3, stb.)', + decimalLeadingZero: 'Számozás bevezető nullákkal (01, 02, 03, stb.)', + disc: 'Korong', + georgian: 'Grúz számozás (an, ban, gan, stb.)', + lowerAlpha: 'Kisbetűs (a, b, c, d, e, stb.)', + lowerGreek: 'Görög (alpha, beta, gamma, stb.)', + lowerRoman: 'Római kisbetűs (i, ii, iii, iv, v, stb.)', + none: 'Nincs', + notset: '', + numberedTitle: 'Sorszámozott lista tulajdonságai', + square: 'Négyzet', + start: 'Kezdőszám', + type: 'Típus', + upperAlpha: 'Nagybetűs (A, B, C, D, E, stb.)', + upperRoman: 'Római nagybetűs (I, II, III, IV, V, stb.)', + validateStartNumber: 'A kezdőszám nem lehet tört érték.' +} ); -- cgit v1.2.3