Release
Release
This commit is contained in:
25
ckeditor/plugins/liststyle/lang/lv.js
Normal file
25
ckeditor/plugins/liststyle/lang/lv.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', 'lv', {
|
||||
armenian: 'Armēņu skaitļi',
|
||||
bulletedTitle: 'Vienkārša saraksta uzstādījumi',
|
||||
circle: 'Aplis',
|
||||
decimal: 'Decimālie (1, 2, 3, utt)',
|
||||
decimalLeadingZero: 'Decimālie ar nulli (01, 02, 03, utt)',
|
||||
disc: 'Disks',
|
||||
georgian: 'Gruzīņu skaitļi (an, ban, gan, utt)',
|
||||
lowerAlpha: 'Mazie alfabēta (a, b, c, d, e, utt)',
|
||||
lowerGreek: 'Mazie grieķu (alfa, beta, gamma, utt)',
|
||||
lowerRoman: 'Mazie romāņu (i, ii, iii, iv, v, utt)',
|
||||
none: 'Nekas',
|
||||
notset: '<nav norādīts>',
|
||||
numberedTitle: 'Numurēta saraksta uzstādījumi',
|
||||
square: 'Kvadrāts',
|
||||
start: 'Sākt',
|
||||
type: 'Tips',
|
||||
upperAlpha: 'Lielie alfabēta (A, B, C, D, E, utt)',
|
||||
upperRoman: 'Lielie romāņu (I, II, III, IV, V, utt)',
|
||||
validateStartNumber: 'Saraksta sākuma numuram jābūt veselam skaitlim'
|
||||
} );
|
||||
Reference in New Issue
Block a user