diff options
Diffstat (limited to 'plugins/liststyle/lang/bn.js')
| -rw-r--r-- | plugins/liststyle/lang/bn.js | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/liststyle/lang/bn.js b/plugins/liststyle/lang/bn.js deleted file mode 100644 index 2eb2fe4..0000000 --- a/plugins/liststyle/lang/bn.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', 'bn', {
- armenian: 'Armenian numbering',
- bulletedTitle: 'Bulleted List Properties',
- circle: 'Circle',
- decimal: 'Decimal (1, 2, 3, etc.)',
- decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
- disc: 'Disc',
- georgian: 'Georgian numbering (an, ban, gan, etc.)',
- lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
- lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
- lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
- none: 'None',
- notset: '<not set>',
- numberedTitle: 'Numbered List Properties',
- square: 'Square',
- start: 'Start',
- type: 'Type',
- upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)',
- upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)',
- validateStartNumber: 'List start number must be a whole number.'
-});
|
