lv.js
1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'docprops', 'lv', {
bgColor: 'Fona krāsa',
bgFixed: 'Fona attēls ir fiksēts',
bgImage: 'Fona attēla hipersaite',
charset: 'Simbolu kodējums',
charsetASCII: 'ASCII',
charsetCE: 'Centrāleiropas',
charsetCR: 'Kirilica',
charsetCT: 'Ķīniešu tradicionālā (Big5)',
charsetGR: 'Grieķu',
charsetJP: 'Japāņu',
charsetKR: 'Korejiešu',
charsetOther: 'Cits simbolu kodējums',
charsetTR: 'Turku',
charsetUN: 'Unikods (UTF-8)',
charsetWE: 'Rietumeiropas',
chooseColor: 'Izvēlēties',
design: 'Dizains',
docTitle: 'Dokumenta virsraksts <Title>',
docType: 'Dokumenta tips',
docTypeOther: 'Cits dokumenta tips',
label: 'Dokumenta īpašības',
margin: 'Lapas robežas',
marginBottom: 'Apakšā',
marginLeft: 'Pa kreisi',
marginRight: 'Pa labi',
marginTop: 'Augšā',
meta: 'META dati',
metaAuthor: 'Autors',
metaCopyright: 'Autortiesības',
metaDescription: 'Dokumenta apraksts',
metaKeywords: 'Dokumentu aprakstoši atslēgvārdi (atdalīti ar komatu)',
other: '<cits>',
previewHtml: '<p>Šis ir <strong>parauga teksts</strong>. Jūs izmantojiet <a href="javascript:void(0)">CKEditor</a>.</p>',
title: 'Dokumenta īpašības',
txtColor: 'Teksta krāsa',
xhtmlDec: 'Ietvert XHTML deklarācijas'
} );