diff options
Diffstat (limited to 'plugins/liststyle/lang/pl.js')
| -rw-r--r-- | plugins/liststyle/lang/pl.js | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/liststyle/lang/pl.js b/plugins/liststyle/lang/pl.js deleted file mode 100644 index b388130..0000000 --- a/plugins/liststyle/lang/pl.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', 'pl', {
- armenian: 'Numerowanie armeńskie',
- bulletedTitle: 'Właściwości list wypunktowanych',
- circle: 'Koło',
- decimal: 'Liczby (1, 2, 3 itd.)',
- decimalLeadingZero: 'Liczby z początkowym zerem (01, 02, 03 itd.)',
- disc: 'Okrąg',
- georgian: 'Numerowanie gruzińskie (an, ban, gan itd.)',
- lowerAlpha: 'Małe litery (a, b, c, d, e itd.)',
- lowerGreek: 'Małe litery greckie (alpha, beta, gamma itd.)',
- lowerRoman: 'Małe cyfry rzymskie (i, ii, iii, iv, v itd.)',
- none: 'Brak',
- notset: '<nie ustawiono>',
- numberedTitle: 'Właściwości list numerowanych',
- square: 'Kwadrat',
- start: 'Początek',
- type: 'Typ punktora',
- upperAlpha: 'Duże litery (A, B, C, D, E itd.)',
- upperRoman: 'Duże cyfry rzymskie (I, II, III, IV, V itd.)',
- validateStartNumber: 'Listę musi rozpoczynać liczba całkowita.'
-});
|
