source: trunk/admin/inc/ckeditor/_source/lang/lv.js@ 239

Last change on this file since 239 was 239, checked in by luc, 9 years ago

Admin: correzione visulaizzazione immissione dati spoglio per Chrome e Safari - Aggiornamento dell'editor da FCKeditor a CKeditor , accessibili anche a Chrome e Safari.

  • Property svn:executable set to *
File size: 26.8 KB
Line 
1/*
2Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5
6/**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * Latvian language.
9 */
10
11/**#@+
12 @type String
13 @example
14*/
15
16/**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20CKEDITOR.lang['lv'] =
21{
22 /**
23 * The language reading direction. Possible values are "rtl" for
24 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
25 * languages (like English).
26 * @default 'ltr'
27 */
28 dir : 'ltr',
29
30 /*
31 * Screenreader titles. Please note that screenreaders are not always capable
32 * of reading non-English words. So be careful while translating it.
33 */
34 editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
35
36 // ARIA descriptions.
37 toolbars : 'Editor toolbars', // MISSING
38 editor : 'Rich Text Editor', // MISSING
39
40 // Toolbar buttons without dialogs.
41 source : 'HTML kods',
42 newPage : 'Jauna lapa',
43 save : 'Saglabāt',
44 preview : 'Pārskatīt',
45 cut : 'Izgriezt',
46 copy : 'Kopēt',
47 paste : 'Ievietot',
48 print : 'Drukāt',
49 underline : 'Apakšsvītra',
50 bold : 'Treknu šriftu',
51 italic : 'Slīprakstā',
52 selectAll : 'Iezīmēt visu',
53 removeFormat : 'Noņemt stilus',
54 strike : 'Pārsvītrots',
55 subscript : 'Zemrakstā',
56 superscript : 'Augšrakstā',
57 horizontalrule : 'Ievietot horizontālu Atdalītājsvītru',
58 pagebreak : 'Ievietot lapas pārtraukumu',
59 pagebreakAlt : 'Page Break', // MISSING
60 unlink : 'Noņemt hipersaiti',
61 undo : 'Atcelt',
62 redo : 'Atkārtot',
63
64 // Common messages and labels.
65 common :
66 {
67 browseServer : 'Skatīt servera saturu',
68 url : 'URL',
69 protocol : 'Protokols',
70 upload : 'Augšupielādēt',
71 uploadSubmit : 'Nosūtīt serverim',
72 image : 'Attēls',
73 flash : 'Flash',
74 form : 'Forma',
75 checkbox : 'Atzīmēšanas kastīte',
76 radio : 'Izvēles poga',
77 textField : 'Teksta rinda',
78 textarea : 'Teksta laukums',
79 hiddenField : 'Paslēpta teksta rinda',
80 button : 'Poga',
81 select : 'Iezīmēšanas lauks',
82 imageButton : 'Attēlpoga',
83 notSet : '<nav iestatīts>',
84 id : 'Id',
85 name : 'Nosaukums',
86 langDir : 'Valodas lasīšanas virziens',
87 langDirLtr : 'No kreisās uz labo (LTR)',
88 langDirRtl : 'No labās uz kreiso (RTL)',
89 langCode : 'Valodas kods',
90 longDescr : 'Gara apraksta Hipersaite',
91 cssClass : 'Stilu saraksta klases',
92 advisoryTitle : 'Konsultatīvs virsraksts',
93 cssStyle : 'Stils',
94 ok : 'Darīts!',
95 cancel : 'Atcelt',
96 close : 'Close', // MISSING
97 preview : 'Preview', // MISSING
98 generalTab : 'General', // MISSING
99 advancedTab : 'Izvērstais',
100 validateNumberFailed : 'This value is not a number.', // MISSING
101 confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
102 confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING
103 options : 'Options', // MISSING
104 target : 'Target', // MISSING
105 targetNew : 'New Window (_blank)', // MISSING
106 targetTop : 'Topmost Window (_top)', // MISSING
107 targetSelf : 'Same Window (_self)', // MISSING
108 targetParent : 'Parent Window (_parent)', // MISSING
109 langDirLTR : 'Left to Right (LTR)', // MISSING
110 langDirRTL : 'Right to Left (RTL)', // MISSING
111 styles : 'Style', // MISSING
112 cssClasses : 'Stylesheet Classes', // MISSING
113 width : 'Platums',
114 height : 'Augstums',
115 align : 'Nolīdzināt',
116 alignLeft : 'Pa kreisi',
117 alignRight : 'Pa labi',
118 alignCenter : 'Centrēti',
119 alignTop : 'Augšā',
120 alignMiddle : 'Vertikāli centrēts',
121 alignBottom : 'Apakšā',
122 invalidHeight : 'Height must be a number.', // MISSING
123 invalidWidth : 'Width must be a number.', // MISSING
124 invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
125 invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
126 invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
127 cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
128
129 // Put the voice-only part of the label in the span.
130 unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
131 },
132
133 contextmenu :
134 {
135 options : 'Context Menu Options' // MISSING
136 },
137
138 // Special char dialog.
139 specialChar :
140 {
141 toolbar : 'Ievietot speciālo simbolu',
142 title : 'Ievietot īpašu simbolu',
143 options : 'Special Character Options' // MISSING
144 },
145
146 // Link dialog.
147 link :
148 {
149 toolbar : 'Ievietot/Labot hipersaiti',
150 other : '<cits>',
151 menu : 'Labot hipersaiti',
152 title : 'Hipersaite',
153 info : 'Hipersaites informācija',
154 target : 'Mērķis',
155 upload : 'Augšupielādēt',
156 advanced : 'Izvērstais',
157 type : 'Hipersaites tips',
158 toUrl : 'URL', // MISSING
159 toAnchor : 'Iezīme šajā lapā',
160 toEmail : 'E-pasts',
161 targetFrame : '<ietvars>',
162 targetPopup : '<uznirstošā logā>',
163 targetFrameName : 'Mērķa ietvara nosaukums',
164 targetPopupName : 'Uznirstošā loga nosaukums',
165 popupFeatures : 'Uznirstošā loga nosaukums īpašības',
166 popupResizable : 'Resizable', // MISSING
167 popupStatusBar : 'Statusa josla',
168 popupLocationBar: 'Atrašanās vietas josla',
169 popupToolbar : 'Rīku josla',
170 popupMenuBar : 'Izvēlnes josla',
171 popupFullScreen : 'Pilnā ekrānā (IE)',
172 popupScrollBars : 'Ritjoslas',
173 popupDependent : 'Atkarīgs (Netscape)',
174 popupLeft : 'Kreisā koordināte',
175 popupTop : 'Augšējā koordināte',
176 id : 'Id', // MISSING
177 langDir : 'Valodas lasīšanas virziens',
178 langDirLTR : 'No kreisās uz labo (LTR)',
179 langDirRTL : 'No labās uz kreiso (RTL)',
180 acccessKey : 'Pieejas kods',
181 name : 'Nosaukums',
182 langCode : 'Valodas lasīšanas virziens',
183 tabIndex : 'Ciļņu indekss',
184 advisoryTitle : 'Konsultatīvs virsraksts',
185 advisoryContentType : 'Konsultatīvs satura tips',
186 cssClasses : 'Stilu saraksta klases',
187 charset : 'Pievienotā resursa kodu tabula',
188 styles : 'Stils',
189 rel : 'Relationship', // MISSING
190 selectAnchor : 'Izvēlēties iezīmi',
191 anchorName : 'Pēc iezīmes nosaukuma',
192 anchorId : 'Pēc elementa ID',
193 emailAddress : 'E-pasta adrese',
194 emailSubject : 'Ziņas tēma',
195 emailBody : 'Ziņas saturs',
196 noAnchors : '(Šajā dokumentā nav iezīmju)',
197 noUrl : 'Lūdzu norādi hipersaiti',
198 noEmail : 'Lūdzu norādi e-pasta adresi'
199 },
200
201 // Anchor dialog
202 anchor :
203 {
204 toolbar : 'Ievietot/Labot iezīmi',
205 menu : 'Iezīmes īpašības',
206 title : 'Iezīmes īpašības',
207 name : 'Iezīmes nosaukums',
208 errorName : 'Lūdzu norādiet iezīmes nosaukumu',
209 remove : 'Remove Anchor' // MISSING
210 },
211
212 // List style dialog
213 list:
214 {
215 numberedTitle : 'Numbered List Properties', // MISSING
216 bulletedTitle : 'Bulleted List Properties', // MISSING
217 type : 'Type', // MISSING
218 start : 'Start', // MISSING
219 validateStartNumber :'List start number must be a whole number.', // MISSING
220 circle : 'Circle', // MISSING
221 disc : 'Disc', // MISSING
222 square : 'Square', // MISSING
223 none : 'None', // MISSING
224 notset : '<not set>', // MISSING
225 armenian : 'Armenian numbering', // MISSING
226 georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
227 lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
228 upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
229 lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
230 upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
231 lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
232 decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
233 decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
234 },
235
236 // Find And Replace Dialog
237 findAndReplace :
238 {
239 title : 'Find and Replace', // MISSING
240 find : 'Meklēt',
241 replace : 'Nomainīt',
242 findWhat : 'Meklēt:',
243 replaceWith : 'Nomainīt uz:',
244 notFoundMsg : 'Norādītā frāze netika atrasta.',
245 findOptions : 'Find Options', // MISSING
246 matchCase : 'Reģistrjūtīgs',
247 matchWord : 'Jāsakrīt pilnībā',
248 matchCyclic : 'Match cyclic', // MISSING
249 replaceAll : 'Aizvietot visu',
250 replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING
251 },
252
253 // Table Dialog
254 table :
255 {
256 toolbar : 'Tabula',
257 title : 'Tabulas īpašības',
258 menu : 'Tabulas īpašības',
259 deleteTable : 'Dzēst tabulu',
260 rows : 'Rindas',
261 columns : 'Kolonnas',
262 border : 'Rāmja izmērs',
263 widthPx : 'pikseļos',
264 widthPc : 'procentuāli',
265 widthUnit : 'width unit', // MISSING
266 cellSpace : 'Rūtiņu atstatums',
267 cellPad : 'Rūtiņu nobīde',
268 caption : 'Leģenda',
269 summary : 'Anotācija',
270 headers : 'Headers', // MISSING
271 headersNone : 'None', // MISSING
272 headersColumn : 'First column', // MISSING
273 headersRow : 'First Row', // MISSING
274 headersBoth : 'Both', // MISSING
275 invalidRows : 'Number of rows must be a number greater than 0.', // MISSING
276 invalidCols : 'Number of columns must be a number greater than 0.', // MISSING
277 invalidBorder : 'Border size must be a number.', // MISSING
278 invalidWidth : 'Table width must be a number.', // MISSING
279 invalidHeight : 'Table height must be a number.', // MISSING
280 invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING
281 invalidCellPadding : 'Cell padding must be a positive number.', // MISSING
282
283 cell :
284 {
285 menu : 'Šūna',
286 insertBefore : 'Insert Cell Before', // MISSING
287 insertAfter : 'Insert Cell After', // MISSING
288 deleteCell : 'Dzēst rūtiņas',
289 merge : 'Apvienot rūtiņas',
290 mergeRight : 'Merge Right', // MISSING
291 mergeDown : 'Merge Down', // MISSING
292 splitHorizontal : 'Split Cell Horizontally', // MISSING
293 splitVertical : 'Split Cell Vertically', // MISSING
294 title : 'Cell Properties', // MISSING
295 cellType : 'Cell Type', // MISSING
296 rowSpan : 'Rows Span', // MISSING
297 colSpan : 'Columns Span', // MISSING
298 wordWrap : 'Word Wrap', // MISSING
299 hAlign : 'Horizontal Alignment', // MISSING
300 vAlign : 'Vertical Alignment', // MISSING
301 alignBaseline : 'Baseline', // MISSING
302 bgColor : 'Background Color', // MISSING
303 borderColor : 'Border Color', // MISSING
304 data : 'Data', // MISSING
305 header : 'Header', // MISSING
306 yes : 'Yes', // MISSING
307 no : 'No', // MISSING
308 invalidWidth : 'Cell width must be a number.', // MISSING
309 invalidHeight : 'Cell height must be a number.', // MISSING
310 invalidRowSpan : 'Rows span must be a whole number.', // MISSING
311 invalidColSpan : 'Columns span must be a whole number.', // MISSING
312 chooseColor : 'Choose' // MISSING
313 },
314
315 row :
316 {
317 menu : 'Rinda',
318 insertBefore : 'Insert Row Before', // MISSING
319 insertAfter : 'Insert Row After', // MISSING
320 deleteRow : 'Dzēst rindas'
321 },
322
323 column :
324 {
325 menu : 'Kolonna',
326 insertBefore : 'Insert Column Before', // MISSING
327 insertAfter : 'Insert Column After', // MISSING
328 deleteColumn : 'Dzēst kolonnas'
329 }
330 },
331
332 // Button Dialog.
333 button :
334 {
335 title : 'Pogas īpašības',
336 text : 'Teksts (vērtība)',
337 type : 'Tips',
338 typeBtn : 'Button', // MISSING
339 typeSbm : 'Submit', // MISSING
340 typeRst : 'Reset' // MISSING
341 },
342
343 // Checkbox and Radio Button Dialogs.
344 checkboxAndRadio :
345 {
346 checkboxTitle : 'Atzīmēšanas kastītes īpašības',
347 radioTitle : 'Izvēles poga īpašības',
348 value : 'Vērtība',
349 selected : 'Iezīmēts'
350 },
351
352 // Form Dialog.
353 form :
354 {
355 title : 'Formas īpašības',
356 menu : 'Formas īpašības',
357 action : 'Darbība',
358 method : 'Metode',
359 encoding : 'Encoding' // MISSING
360 },
361
362 // Select Field Dialog.
363 select :
364 {
365 title : 'Iezīmēšanas lauka īpašības',
366 selectInfo : 'Informācija',
367 opAvail : 'Pieejamās iespējas',
368 value : 'Vērtība',
369 size : 'Izmērs',
370 lines : 'rindas',
371 chkMulti : 'Atļaut vairākus iezīmējumus',
372 opText : 'Teksts',
373 opValue : 'Vērtība',
374 btnAdd : 'Pievienot',
375 btnModify : 'Veikt izmaiņas',
376 btnUp : 'Augšup',
377 btnDown : 'Lejup',
378 btnSetValue : 'Noteikt kā iezīmēto vērtību',
379 btnDelete : 'Dzēst'
380 },
381
382 // Textarea Dialog.
383 textarea :
384 {
385 title : 'Teksta laukuma īpašības',
386 cols : 'Kolonnas',
387 rows : 'Rindas'
388 },
389
390 // Text Field Dialog.
391 textfield :
392 {
393 title : 'Teksta rindas īpašības',
394 name : 'Nosaukums',
395 value : 'Vērtība',
396 charWidth : 'Simbolu platums',
397 maxChars : 'Simbolu maksimālais daudzums',
398 type : 'Tips',
399 typeText : 'Teksts',
400 typePass : 'Parole'
401 },
402
403 // Hidden Field Dialog.
404 hidden :
405 {
406 title : 'Paslēptās teksta rindas īpašības',
407 name : 'Nosaukums',
408 value : 'Vērtība'
409 },
410
411 // Image Dialog.
412 image :
413 {
414 title : 'Attēla īpašības',
415 titleButton : 'Attēlpogas īpašības',
416 menu : 'Attēla īpašības',
417 infoTab : 'Informācija par attēlu',
418 btnUpload : 'Nosūtīt serverim',
419 upload : 'Augšupielādēt',
420 alt : 'Alternatīvais teksts',
421 lockRatio : 'Nemainīga Augstuma/Platuma attiecība',
422 resetSize : 'Atjaunot sākotnējo izmēru',
423 border : 'Rāmis',
424 hSpace : 'Horizontālā telpa',
425 vSpace : 'Vertikālā telpa',
426 alertUrl : 'Lūdzu norādīt attēla hipersaiti',
427 linkTab : 'Hipersaite',
428 button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING
429 img2Button : 'Do you want to transform the selected image on a image button?', // MISSING
430 urlMissing : 'Image source URL is missing.', // MISSING
431 validateBorder : 'Border must be a whole number.', // MISSING
432 validateHSpace : 'HSpace must be a whole number.', // MISSING
433 validateVSpace : 'VSpace must be a whole number.' // MISSING
434 },
435
436 // Flash Dialog
437 flash :
438 {
439 properties : 'Flash īpašības',
440 propertiesTab : 'Properties', // MISSING
441 title : 'Flash īpašības',
442 chkPlay : 'Automātiska atskaņošana',
443 chkLoop : 'Nepārtraukti',
444 chkMenu : 'Atļaut Flash izvēlni',
445 chkFull : 'Allow Fullscreen', // MISSING
446 scale : 'Mainīt izmēru',
447 scaleAll : 'Rādīt visu',
448 scaleNoBorder : 'Bez rāmja',
449 scaleFit : 'Precīzs izmērs',
450 access : 'Script Access', // MISSING
451 accessAlways : 'Always', // MISSING
452 accessSameDomain: 'Same domain', // MISSING
453 accessNever : 'Never', // MISSING
454 alignAbsBottom : 'Absolūti apakšā',
455 alignAbsMiddle : 'Absolūti vertikāli centrēts',
456 alignBaseline : 'Pamatrindā',
457 alignTextTop : 'Teksta augšā',
458 quality : 'Quality', // MISSING
459 qualityBest : 'Best', // MISSING
460 qualityHigh : 'High', // MISSING
461 qualityAutoHigh : 'Auto High', // MISSING
462 qualityMedium : 'Medium', // MISSING
463 qualityAutoLow : 'Auto Low', // MISSING
464 qualityLow : 'Low', // MISSING
465 windowModeWindow: 'Window', // MISSING
466 windowModeOpaque: 'Opaque', // MISSING
467 windowModeTransparent : 'Transparent', // MISSING
468 windowMode : 'Window mode', // MISSING
469 flashvars : 'Variables for Flash', // MISSING
470 bgcolor : 'Fona krāsa',
471 hSpace : 'Horizontālā telpa',
472 vSpace : 'Vertikālā telpa',
473 validateSrc : 'Lūdzu norādi hipersaiti',
474 validateHSpace : 'HSpace must be a number.', // MISSING
475 validateVSpace : 'VSpace must be a number.' // MISSING
476 },
477
478 // Speller Pages Dialog
479 spellCheck :
480 {
481 toolbar : 'Pareizrakstības pārbaude',
482 title : 'Spell Check', // MISSING
483 notAvailable : 'Sorry, but service is unavailable now.', // MISSING
484 errorLoading : 'Error loading application service host: %s.', // MISSING
485 notInDic : 'Netika atrasts vārdnīcā',
486 changeTo : 'Nomainīt uz',
487 btnIgnore : 'Ignorēt',
488 btnIgnoreAll : 'Ignorēt visu',
489 btnReplace : 'Aizvietot',
490 btnReplaceAll : 'Aizvietot visu',
491 btnUndo : 'Atcelt',
492 noSuggestions : '- Nav ieteikumu -',
493 progress : 'Notiek pareizrakstības pārbaude...',
494 noMispell : 'Pareizrakstības pārbaude pabeigta: kļūdas netika atrastas',
495 noChanges : 'Pareizrakstības pārbaude pabeigta: nekas netika labots',
496 oneChange : 'Pareizrakstības pārbaude pabeigta: 1 vārds izmainīts',
497 manyChanges : 'Pareizrakstības pārbaude pabeigta: %1 vārdi tika mainīti',
498 ieSpellDownload : 'Pareizrakstības pārbaudītājs nav pievienots. Vai vēlaties to lejupielādēt tagad?'
499 },
500
501 smiley :
502 {
503 toolbar : 'Smaidiņi',
504 title : 'Ievietot smaidiņu',
505 options : 'Smiley Options' // MISSING
506 },
507
508 elementsPath :
509 {
510 eleLabel : 'Elements path', // MISSING
511 eleTitle : '%1 element' // MISSING
512 },
513
514 numberedlist : 'Numurēts saraksts',
515 bulletedlist : 'Izcelts saraksts',
516 indent : 'Palielināt atkāpi',
517 outdent : 'Samazināt atkāpi',
518
519 justify :
520 {
521 left : 'Izlīdzināt pa kreisi',
522 center : 'Izlīdzināt pret centru',
523 right : 'Izlīdzināt pa labi',
524 block : 'Izlīdzināt malas'
525 },
526
527 blockquote : 'Block Quote', // MISSING
528
529 clipboard :
530 {
531 title : 'Ievietot',
532 cutError : 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj editoram automātiski veikt izgriešanas darbību. Lūdzu, izmantojiet (Ctrl/Cmd+X, lai veiktu šo darbību.',
533 copyError : 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj editoram automātiski veikt kopēšanas darbību. Lūdzu, izmantojiet (Ctrl/Cmd+C), lai veiktu šo darbību.',
534 pasteMsg : 'Lūdzu, ievietojiet tekstu šajā laukumā, izmantojot klaviatūru (<STRONG>Ctrl/Cmd+V</STRONG>) un apstipriniet ar <STRONG>Darīts!</STRONG>.',
535 securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING
536 pasteArea : 'Paste Area' // MISSING
537 },
538
539 pastefromword :
540 {
541 confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
542 toolbar : 'Ievietot no Worda',
543 title : 'Ievietot no Worda',
544 error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
545 },
546
547 pasteText :
548 {
549 button : 'Ievietot kā vienkāršu tekstu',
550 title : 'Ievietot kā vienkāršu tekstu'
551 },
552
553 templates :
554 {
555 button : 'Sagataves',
556 title : 'Satura sagataves',
557 options : 'Template Options', // MISSING
558 insertOption : 'Replace actual contents', // MISSING
559 selectPromptMsg : 'Lūdzu, norādiet sagatavi, ko atvērt editorā<br>(patreizējie dati tiks zaudēti):',
560 emptyListMsg : '(Nav norādītas sagataves)'
561 },
562
563 showBlocks : 'Show Blocks', // MISSING
564
565 stylesCombo :
566 {
567 label : 'Stils',
568 panelTitle : 'Formatting Styles', // MISSING
569 panelTitle1 : 'Block Styles', // MISSING
570 panelTitle2 : 'Inline Styles', // MISSING
571 panelTitle3 : 'Object Styles' // MISSING
572 },
573
574 format :
575 {
576 label : 'Formāts',
577 panelTitle : 'Formāts',
578
579 tag_p : 'Normāls teksts',
580 tag_pre : 'Formatēts teksts',
581 tag_address : 'Adrese',
582 tag_h1 : 'Virsraksts 1',
583 tag_h2 : 'Virsraksts 2',
584 tag_h3 : 'Virsraksts 3',
585 tag_h4 : 'Virsraksts 4',
586 tag_h5 : 'Virsraksts 5',
587 tag_h6 : 'Virsraksts 6',
588 tag_div : 'Rindkopa (DIV)'
589 },
590
591 div :
592 {
593 title : 'Create Div Container', // MISSING
594 toolbar : 'Create Div Container', // MISSING
595 cssClassInputLabel : 'Stylesheet Classes', // MISSING
596 styleSelectLabel : 'Style', // MISSING
597 IdInputLabel : 'Id', // MISSING
598 languageCodeInputLabel : ' Language Code', // MISSING
599 inlineStyleInputLabel : 'Inline Style', // MISSING
600 advisoryTitleInputLabel : 'Advisory Title', // MISSING
601 langDirLabel : 'Language Direction', // MISSING
602 langDirLTRLabel : 'Left to Right (LTR)', // MISSING
603 langDirRTLLabel : 'Right to Left (RTL)', // MISSING
604 edit : 'Edit Div', // MISSING
605 remove : 'Remove Div' // MISSING
606 },
607
608 iframe :
609 {
610 title : 'IFrame Properties', // MISSING
611 toolbar : 'IFrame', // MISSING
612 noUrl : 'Please type the iframe URL', // MISSING
613 scrolling : 'Enable scrollbars', // MISSING
614 border : 'Show frame border' // MISSING
615 },
616
617 font :
618 {
619 label : 'Šrifts',
620 voiceLabel : 'Font', // MISSING
621 panelTitle : 'Šrifts'
622 },
623
624 fontSize :
625 {
626 label : 'Izmērs',
627 voiceLabel : 'Font Size', // MISSING
628 panelTitle : 'Izmērs'
629 },
630
631 colorButton :
632 {
633 textColorTitle : 'Teksta krāsa',
634 bgColorTitle : 'Fona krāsa',
635 panelTitle : 'Colors', // MISSING
636 auto : 'Automātiska',
637 more : 'Plašāka palete...'
638 },
639
640 colors :
641 {
642 '000' : 'Black', // MISSING
643 '800000' : 'Maroon', // MISSING
644 '8B4513' : 'Saddle Brown', // MISSING
645 '2F4F4F' : 'Dark Slate Gray', // MISSING
646 '008080' : 'Teal', // MISSING
647 '000080' : 'Navy', // MISSING
648 '4B0082' : 'Indigo', // MISSING
649 '696969' : 'Dark Gray', // MISSING
650 'B22222' : 'Fire Brick', // MISSING
651 'A52A2A' : 'Brown', // MISSING
652 'DAA520' : 'Golden Rod', // MISSING
653 '006400' : 'Dark Green', // MISSING
654 '40E0D0' : 'Turquoise', // MISSING
655 '0000CD' : 'Medium Blue', // MISSING
656 '800080' : 'Purple', // MISSING
657 '808080' : 'Gray', // MISSING
658 'F00' : 'Red', // MISSING
659 'FF8C00' : 'Dark Orange', // MISSING
660 'FFD700' : 'Gold', // MISSING
661 '008000' : 'Green', // MISSING
662 '0FF' : 'Cyan', // MISSING
663 '00F' : 'Blue', // MISSING
664 'EE82EE' : 'Violet', // MISSING
665 'A9A9A9' : 'Dim Gray', // MISSING
666 'FFA07A' : 'Light Salmon', // MISSING
667 'FFA500' : 'Orange', // MISSING
668 'FFFF00' : 'Yellow', // MISSING
669 '00FF00' : 'Lime', // MISSING
670 'AFEEEE' : 'Pale Turquoise', // MISSING
671 'ADD8E6' : 'Light Blue', // MISSING
672 'DDA0DD' : 'Plum', // MISSING
673 'D3D3D3' : 'Light Grey', // MISSING
674 'FFF0F5' : 'Lavender Blush', // MISSING
675 'FAEBD7' : 'Antique White', // MISSING
676 'FFFFE0' : 'Light Yellow', // MISSING
677 'F0FFF0' : 'Honeydew', // MISSING
678 'F0FFFF' : 'Azure', // MISSING
679 'F0F8FF' : 'Alice Blue', // MISSING
680 'E6E6FA' : 'Lavender', // MISSING
681 'FFF' : 'White' // MISSING
682 },
683
684 scayt :
685 {
686 title : 'Spell Check As You Type', // MISSING
687 opera_title : 'Not supported by Opera', // MISSING
688 enable : 'Enable SCAYT', // MISSING
689 disable : 'Disable SCAYT', // MISSING
690 about : 'About SCAYT', // MISSING
691 toggle : 'Toggle SCAYT', // MISSING
692 options : 'Options', // MISSING
693 langs : 'Languages', // MISSING
694 moreSuggestions : 'More suggestions', // MISSING
695 ignore : 'Ignore', // MISSING
696 ignoreAll : 'Ignore All', // MISSING
697 addWord : 'Add Word', // MISSING
698 emptyDic : 'Dictionary name should not be empty.', // MISSING
699
700 optionsTab : 'Options', // MISSING
701 allCaps : 'Ignore All-Caps Words', // MISSING
702 ignoreDomainNames : 'Ignore Domain Names', // MISSING
703 mixedCase : 'Ignore Words with Mixed Case', // MISSING
704 mixedWithDigits : 'Ignore Words with Numbers', // MISSING
705
706 languagesTab : 'Languages', // MISSING
707
708 dictionariesTab : 'Dictionaries', // MISSING
709 dic_field_name : 'Dictionary name', // MISSING
710 dic_create : 'Create', // MISSING
711 dic_restore : 'Restore', // MISSING
712 dic_delete : 'Delete', // MISSING
713 dic_rename : 'Rename', // MISSING
714 dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
715
716 aboutTab : 'About' // MISSING
717 },
718
719 about :
720 {
721 title : 'About CKEditor', // MISSING
722 dlgTitle : 'About CKEditor', // MISSING
723 help : 'Check $1 for help.', // MISSING
724 userGuide : 'CKEditor User\'s Guide', // MISSING
725 moreInfo : 'For licensing information please visit our web site:', // MISSING
726 copy : 'Copyright &copy; $1. All rights reserved.' // MISSING
727 },
728
729 maximize : 'Maximize', // MISSING
730 minimize : 'Minimize', // MISSING
731
732 fakeobjects :
733 {
734 anchor : 'Anchor', // MISSING
735 flash : 'Flash Animation', // MISSING
736 iframe : 'IFrame', // MISSING
737 hiddenfield : 'Hidden Field', // MISSING
738 unknown : 'Unknown Object' // MISSING
739 },
740
741 resize : 'Drag to resize', // MISSING
742
743 colordialog :
744 {
745 title : 'Select color', // MISSING
746 options : 'Color Options', // MISSING
747 highlight : 'Highlight', // MISSING
748 selected : 'Selected Color', // MISSING
749 clear : 'Clear' // MISSING
750 },
751
752 toolbarCollapse : 'Collapse Toolbar', // MISSING
753 toolbarExpand : 'Expand Toolbar', // MISSING
754
755 toolbarGroups :
756 {
757 document : 'Document', // MISSING
758 clipboard : 'Clipboard/Undo', // MISSING
759 editing : 'Editing', // MISSING
760 forms : 'Forms', // MISSING
761 basicstyles : 'Basic Styles', // MISSING
762 paragraph : 'Paragraph', // MISSING
763 links : 'Links', // MISSING
764 insert : 'Insert', // MISSING
765 styles : 'Styles', // MISSING
766 colors : 'Colors', // MISSING
767 tools : 'Tools' // MISSING
768 },
769
770 bidi :
771 {
772 ltr : 'Text direction from left to right', // MISSING
773 rtl : 'Text direction from right to left' // MISSING
774 },
775
776 docprops :
777 {
778 label : 'Dokumenta īpašības',
779 title : 'Dokumenta īpašības',
780 design : 'Design', // MISSING
781 meta : 'META dati',
782 chooseColor : 'Choose', // MISSING
783 other : '<cits>',
784 docTitle : 'Dokumenta virsraksts <Title>',
785 charset : 'Simbolu kodējums',
786 charsetOther : 'Cits simbolu kodējums',
787 charsetASCII : 'ASCII', // MISSING
788 charsetCE : 'Central European', // MISSING
789 charsetCT : 'Chinese Traditional (Big5)', // MISSING
790 charsetCR : 'Cyrillic', // MISSING
791 charsetGR : 'Greek', // MISSING
792 charsetJP : 'Japanese', // MISSING
793 charsetKR : 'Korean', // MISSING
794 charsetTR : 'Turkish', // MISSING
795 charsetUN : 'Unicode (UTF-8)', // MISSING
796 charsetWE : 'Western European', // MISSING
797 docType : 'Dokumenta tips',
798 docTypeOther : 'Cits dokumenta tips',
799 xhtmlDec : 'Ietvert XHTML deklarācijas',
800 bgColor : 'Fona krāsa',
801 bgImage : 'Fona attēla hipersaite',
802 bgFixed : 'Fona attēls ir fiksēts',
803 txtColor : 'Teksta krāsa',
804 margin : 'Lapas robežas',
805 marginTop : 'Augšā',
806 marginLeft : 'Pa kreisi',
807 marginRight : 'Pa labi',
808 marginBottom : 'Apakšā',
809 metaKeywords : 'Dokumentu aprakstoši atslēgvārdi (atdalīti ar komatu)',
810 metaDescription : 'Dokumenta apraksts',
811 metaAuthor : 'Autors',
812 metaCopyright : 'Autortiesības',
813 previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
814 }
815};
Note: See TracBrowser for help on using the repository browser.