]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/table/lang/sr-latn.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / table / lang / sr-latn.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'table', 'sr-latn', {
6 border: 'Veličina okvira',
7 caption: 'Naslov tabele',
8 cell: {
9 menu: 'Cell',
10 insertBefore: 'Insert Cell Before',
11 insertAfter: 'Insert Cell After',
12 deleteCell: 'Obriši ćelije',
13 merge: 'Spoj celije',
14 mergeRight: 'Merge Right',
15 mergeDown: 'Merge Down',
16 splitHorizontal: 'Split Cell Horizontally',
17 splitVertical: 'Split Cell Vertically',
18 title: 'Cell Properties',
19 cellType: 'Cell Type',
20 rowSpan: 'Rows Span',
21 colSpan: 'Columns Span',
22 wordWrap: 'Word Wrap',
23 hAlign: 'Horizontal Alignment',
24 vAlign: 'Vertical Alignment',
25 alignBaseline: 'Baseline',
26 bgColor: 'Background Color',
27 borderColor: 'Border Color',
28 data: 'Data',
29 header: 'Header',
30 yes: 'Yes',
31 no: 'No',
32 invalidWidth: 'Cell width must be a number.',
33 invalidHeight: 'Cell height must be a number.',
34 invalidRowSpan: 'Rows span must be a whole number.',
35 invalidColSpan: 'Columns span must be a whole number.',
36 chooseColor: 'Choose'
37 },
38 cellPad: 'Razmak ćelija',
39 cellSpace: 'Ćelijski prostor',
40 column: {
41 menu: 'Column',
42 insertBefore: 'Insert Column Before',
43 insertAfter: 'Insert Column After',
44 deleteColumn: 'Obriši kolone'
45 },
46 columns: 'Kolona',
47 deleteTable: 'Izbriši tabelu',
48 headers: 'Zaglavlja',
49 headersBoth: 'Oba',
50 headersColumn: 'Prva kolona',
51 headersNone: 'None',
52 headersRow: 'Prvi red',
53 invalidBorder: 'Veličina okvira mora biti broj.',
54 invalidCellPadding: 'Padding polja mora biti pozitivan broj.',
55 invalidCellSpacing: 'Razmak između ćelija mora biti pozitivan broj.',
56 invalidCols: 'Broj kolona mora biti broj veći od 0.',
57 invalidHeight: 'Visina tabele mora biti broj.',
58 invalidRows: 'Broj redova mora biti veći od 0.',
59 invalidWidth: 'Širina tabele mora biti broj.',
60 menu: 'Osobine tabele',
61 row: {
62 menu: 'Row',
63 insertBefore: 'Insert Row Before',
64 insertAfter: 'Insert Row After',
65 deleteRow: 'Obriši redove'
66 },
67 rows: 'Redova',
68 summary: 'Sažetak',
69 title: 'Osobine tabele',
70 toolbar: 'Tabela',
71 widthPc: 'procenata',
72 widthPx: 'piksela',
73 widthUnit: 'jedinica za širinu'
74 } );