summaryrefslogtreecommitdiff
path: root/plugins/table/lang/sr-latn.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/table/lang/sr-latn.js')
-rw-r--r--plugins/table/lang/sr-latn.js74
1 files changed, 74 insertions, 0 deletions
diff --git a/plugins/table/lang/sr-latn.js b/plugins/table/lang/sr-latn.js
new file mode 100644
index 0000000..8fe6850
--- /dev/null
+++ b/plugins/table/lang/sr-latn.js
@@ -0,0 +1,74 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'table', 'sr-latn', {
+ border: 'Veličina okvira',
+ caption: 'Naslov tabele',
+ cell: {
+ menu: 'Cell',
+ insertBefore: 'Insert Cell Before',
+ insertAfter: 'Insert Cell After',
+ deleteCell: 'Obriši ćelije',
+ merge: 'Spoj celije',
+ mergeRight: 'Merge Right',
+ mergeDown: 'Merge Down',
+ splitHorizontal: 'Split Cell Horizontally',
+ splitVertical: 'Split Cell Vertically',
+ title: 'Cell Properties',
+ cellType: 'Cell Type',
+ rowSpan: 'Rows Span',
+ colSpan: 'Columns Span',
+ wordWrap: 'Word Wrap',
+ hAlign: 'Horizontal Alignment',
+ vAlign: 'Vertical Alignment',
+ alignBaseline: 'Baseline',
+ bgColor: 'Background Color',
+ borderColor: 'Border Color',
+ data: 'Data',
+ header: 'Header',
+ yes: 'Yes',
+ no: 'No',
+ invalidWidth: 'Cell width must be a number.',
+ invalidHeight: 'Cell height must be a number.',
+ invalidRowSpan: 'Rows span must be a whole number.',
+ invalidColSpan: 'Columns span must be a whole number.',
+ chooseColor: 'Choose'
+ },
+ cellPad: 'Razmak ćelija',
+ cellSpace: 'Ćelijski prostor',
+ column: {
+ menu: 'Column',
+ insertBefore: 'Insert Column Before',
+ insertAfter: 'Insert Column After',
+ deleteColumn: 'Obriši kolone'
+ },
+ columns: 'Kolona',
+ deleteTable: 'Delete Table', // MISSING
+ headers: 'Headers', // MISSING
+ headersBoth: 'Both', // MISSING
+ headersColumn: 'First column', // MISSING
+ headersNone: 'None',
+ headersRow: 'First Row', // MISSING
+ invalidBorder: 'Border size must be a number.', // MISSING
+ invalidCellPadding: 'Cell padding must be a positive number.', // MISSING
+ invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING
+ invalidCols: 'Number of columns must be a number greater than 0.', // MISSING
+ invalidHeight: 'Table height must be a number.', // MISSING
+ invalidRows: 'Number of rows must be a number greater than 0.', // MISSING
+ invalidWidth: 'Table width must be a number.', // MISSING
+ menu: 'Osobine tabele',
+ row: {
+ menu: 'Row',
+ insertBefore: 'Insert Row Before',
+ insertAfter: 'Insert Row After',
+ deleteRow: 'Obriši redove'
+ },
+ rows: 'Redova',
+ summary: 'Summary', // MISSING
+ title: 'Osobine tabele',
+ toolbar: 'Tabela',
+ widthPc: 'procenata',
+ widthPx: 'piksela',
+ widthUnit: 'width unit' // MISSING
+});