summaryrefslogtreecommitdiff
path: root/plugins/liststyle/lang/hu.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/liststyle/lang/hu.js')
-rw-r--r--plugins/liststyle/lang/hu.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/liststyle/lang/hu.js b/plugins/liststyle/lang/hu.js
deleted file mode 100644
index b1f7f27..0000000
--- a/plugins/liststyle/lang/hu.js
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html 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: '<Nincs beállítva>',
- 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.'
-});