Release
Release
This commit is contained in:
25
ckeditor/plugins/liststyle/lang/hu.js
Normal file
25
ckeditor/plugins/liststyle/lang/hu.js
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, 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: '<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.'
|
||||
} );
|
||||
Reference in New Issue
Block a user