JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.3
[ckeditor.git] / _source / lang / lt.js
1 /*\r
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 /**\r
7  * @fileOverview Defines the {@link CKEDITOR.lang} object, for the\r
8  * Lithuanian language.\r
9  */\r
10 \r
11 /**#@+\r
12    @type String\r
13    @example\r
14 */\r
15 \r
16 /**\r
17  * Constains the dictionary of language entries.\r
18  * @namespace\r
19  */\r
20 CKEDITOR.lang['lt'] =\r
21 {\r
22         /**\r
23          * The language reading direction. Possible values are "rtl" for\r
24          * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right\r
25          * languages (like English).\r
26          * @default 'ltr'\r
27          */\r
28         dir : 'ltr',\r
29 \r
30         /*\r
31          * Screenreader titles. Please note that screenreaders are not always capable\r
32          * of reading non-English words. So be careful while translating it.\r
33          */\r
34         editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING\r
35 \r
36         // ARIA descriptions.\r
37         toolbar : 'Toolbar', // MISSING\r
38         editor  : 'Rich Text Editor', // MISSING\r
39 \r
40         // Toolbar buttons without dialogs.\r
41         source                  : 'Šaltinis',\r
42         newPage                 : 'Naujas puslapis',\r
43         save                    : 'Išsaugoti',\r
44         preview                 : 'Peržiūra',\r
45         cut                             : 'Iškirpti',\r
46         copy                    : 'Kopijuoti',\r
47         paste                   : 'Įdėti',\r
48         print                   : 'Spausdinti',\r
49         underline               : 'Pabrauktas',\r
50         bold                    : 'Pusjuodis',\r
51         italic                  : 'Kursyvas',\r
52         selectAll               : 'Pažymėti viską',\r
53         removeFormat    : 'Panaikinti formatą',\r
54         strike                  : 'Perbrauktas',\r
55         subscript               : 'Apatinis indeksas',\r
56         superscript             : 'Viršutinis indeksas',\r
57         horizontalrule  : 'Įterpti horizontalią liniją',\r
58         pagebreak               : 'Įterpti puslapių skirtuką',\r
59         pagebreakAlt            : 'Page Break', // MISSING\r
60         unlink                  : 'Panaikinti nuorodą',\r
61         undo                    : 'Atšaukti',\r
62         redo                    : 'Atstatyti',\r
63 \r
64         // Common messages and labels.\r
65         common :\r
66         {\r
67                 browseServer    : 'Naršyti po serverį',\r
68                 url                             : 'URL',\r
69                 protocol                : 'Protokolas',\r
70                 upload                  : 'Siųsti',\r
71                 uploadSubmit    : 'Siųsti į serverį',\r
72                 image                   : 'Vaizdas',\r
73                 flash                   : 'Flash',\r
74                 form                    : 'Forma',\r
75                 checkbox                : 'Žymimasis langelis',\r
76                 radio                   : 'Žymimoji akutė',\r
77                 textField               : 'Teksto laukas',\r
78                 textarea                : 'Teksto sritis',\r
79                 hiddenField             : 'Nerodomas laukas',\r
80                 button                  : 'Mygtukas',\r
81                 select                  : 'Atrankos laukas',\r
82                 imageButton             : 'Vaizdinis mygtukas',\r
83                 notSet                  : '<nėra nustatyta>',\r
84                 id                              : 'Id',\r
85                 name                    : 'Vardas',\r
86                 langDir                 : 'Teksto kryptis',\r
87                 langDirLtr              : 'Iš kairės į dešinę (LTR)',\r
88                 langDirRtl              : 'Iš dešinės į kairę (RTL)',\r
89                 langCode                : 'Kalbos kodas',\r
90                 longDescr               : 'Ilgas aprašymas URL',\r
91                 cssClass                : 'Stilių lentelės klasės',\r
92                 advisoryTitle   : 'Konsultacinė antraštė',\r
93                 cssStyle                : 'Stilius',\r
94                 ok                              : 'OK',\r
95                 cancel                  : 'Nutraukti',\r
96                 close                   : 'Close', // MISSING\r
97                 preview                 : 'Preview', // MISSING\r
98                 generalTab              : 'Bendros savybės',\r
99                 advancedTab             : 'Papildomas',\r
100                 validateNumberFailed : 'This value is not a number.', // MISSING\r
101                 confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING\r
102                 confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING\r
103                 options                 : 'Options', // MISSING\r
104                 target                  : 'Target', // MISSING\r
105                 targetNew               : 'New Window (_blank)', // MISSING\r
106                 targetTop               : 'Topmost Window (_top)', // MISSING\r
107                 targetSelf              : 'Same Window (_self)', // MISSING\r
108                 targetParent    : 'Parent Window (_parent)', // MISSING\r
109                 langDirLTR              : 'Left to Right (LTR)', // MISSING\r
110                 langDirRTL              : 'Right to Left (RTL)', // MISSING\r
111                 styles                  : 'Style', // MISSING\r
112                 cssClasses              : 'Stylesheet Classes', // MISSING\r
113                 width                   : 'Plotis',\r
114                 height                  : 'Aukštis',\r
115                 align                   : 'Lygiuoti',\r
116                 alignLeft               : 'Kairę',\r
117                 alignRight              : 'Dešinę',\r
118                 alignCenter             : 'Centrą',\r
119                 alignTop                : 'Viršūnę',\r
120                 alignMiddle             : 'Vidurį',\r
121                 alignBottom             : 'Apačią',\r
122                 invalidHeight   : 'Height must be a number.', // MISSING\r
123                 invalidWidth    : 'Width must be a number.', // MISSING\r
124 \r
125                 // Put the voice-only part of the label in the span.\r
126                 unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING\r
127         },\r
128 \r
129         contextmenu :\r
130         {\r
131                 options : 'Context Menu Options' // MISSING\r
132         },\r
133 \r
134         // Special char dialog.\r
135         specialChar             :\r
136         {\r
137                 toolbar         : 'Įterpti specialų simbolį',\r
138                 title           : 'Pasirinkite specialų simbolį',\r
139                 options : 'Special Character Options' // MISSING\r
140         },\r
141 \r
142         // Link dialog.\r
143         link :\r
144         {\r
145                 toolbar         : 'Įterpti/taisyti nuorodą',\r
146                 other           : '<kitas>',\r
147                 menu            : 'Taisyti nuorodą',\r
148                 title           : 'Nuoroda',\r
149                 info            : 'Nuorodos informacija',\r
150                 target          : 'Paskirties vieta',\r
151                 upload          : 'Siųsti',\r
152                 advanced        : 'Papildomas',\r
153                 type            : 'Nuorodos tipas',\r
154                 toUrl           : 'URL', // MISSING\r
155                 toAnchor        : 'Žymė šiame puslapyje',\r
156                 toEmail         : 'El.paštas',\r
157                 targetFrame             : '<kadras>',\r
158                 targetPopup             : '<išskleidžiamas langas>',\r
159                 targetFrameName : 'Paskirties kadro vardas',\r
160                 targetPopupName : 'Paskirties lango vardas',\r
161                 popupFeatures   : 'Išskleidžiamo lango savybės',\r
162                 popupResizable  : 'Resizable', // MISSING\r
163                 popupStatusBar  : 'Būsenos juosta',\r
164                 popupLocationBar: 'Adreso juosta',\r
165                 popupToolbar    : 'Mygtukų juosta',\r
166                 popupMenuBar    : 'Meniu juosta',\r
167                 popupFullScreen : 'Visas ekranas (IE)',\r
168                 popupScrollBars : 'Slinkties juostos',\r
169                 popupDependent  : 'Priklausomas (Netscape)',\r
170                 popupLeft               : 'Kairė pozicija',\r
171                 popupTop                : 'Viršutinė pozicija',\r
172                 id                              : 'Id', // MISSING\r
173                 langDir                 : 'Teksto kryptis',\r
174                 langDirLTR              : 'Iš kairės į dešinę (LTR)',\r
175                 langDirRTL              : 'Iš dešinės į kairę (RTL)',\r
176                 acccessKey              : 'Prieigos raktas',\r
177                 name                    : 'Vardas',\r
178                 langCode                        : 'Teksto kryptis',\r
179                 tabIndex                        : 'Tabuliavimo indeksas',\r
180                 advisoryTitle           : 'Konsultacinė antraštė',\r
181                 advisoryContentType     : 'Konsultacinio turinio tipas',\r
182                 cssClasses              : 'Stilių lentelės klasės',\r
183                 charset                 : 'Susietų išteklių simbolių lentelė',\r
184                 styles                  : 'Stilius',\r
185                 rel                     : 'Relationship', // MISSING\r
186                 selectAnchor            : 'Pasirinkite žymę',\r
187                 anchorName              : 'Pagal žymės vardą',\r
188                 anchorId                        : 'Pagal žymės Id',\r
189                 emailAddress            : 'El.pašto adresas',\r
190                 emailSubject            : 'Žinutės tema',\r
191                 emailBody               : 'Žinutės turinys',\r
192                 noAnchors               : '(Šiame dokumente žymių nėra)',\r
193                 noUrl                   : 'Prašome įvesti nuorodos URL',\r
194                 noEmail                 : 'Prašome įvesti el.pašto adresą'\r
195         },\r
196 \r
197         // Anchor dialog\r
198         anchor :\r
199         {\r
200                 toolbar         : 'Įterpti/modifikuoti žymę',\r
201                 menu            : 'Žymės savybės',\r
202                 title           : 'Žymės savybės',\r
203                 name            : 'Žymės vardas',\r
204                 errorName       : 'Prašome įvesti žymės vardą'\r
205         },\r
206 \r
207         // List style dialog\r
208         list:\r
209         {\r
210                 numberedTitle           : 'Numbered List Properties', // MISSING\r
211                 bulletedTitle           : 'Bulleted List Properties', // MISSING\r
212                 type                            : 'Type', // MISSING\r
213                 start                           : 'Start', // MISSING\r
214                 validateStartNumber                             :'List start number must be a whole number.', // MISSING\r
215                 circle                          : 'Circle', // MISSING\r
216                 disc                            : 'Disc', // MISSING\r
217                 square                          : 'Square', // MISSING\r
218                 none                            : 'None', // MISSING\r
219                 notset                          : '<not set>', // MISSING\r
220                 armenian                        : 'Armenian numbering', // MISSING\r
221                 georgian                        : 'Georgian numbering (an, ban, gan, etc.)', // MISSING\r
222                 lowerRoman                      : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING\r
223                 upperRoman                      : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING\r
224                 lowerAlpha                      : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING\r
225                 upperAlpha                      : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING\r
226                 lowerGreek                      : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING\r
227                 decimal                         : 'Decimal (1, 2, 3, etc.)', // MISSING\r
228                 decimalLeadingZero      : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING\r
229         },\r
230 \r
231         // Find And Replace Dialog\r
232         findAndReplace :\r
233         {\r
234                 title                           : 'Surasti ir pakeisti',\r
235                 find                            : 'Rasti',\r
236                 replace                         : 'Pakeisti',\r
237                 findWhat                        : 'Surasti tekstą:',\r
238                 replaceWith                     : 'Pakeisti tekstu:',\r
239                 notFoundMsg                     : 'Nurodytas tekstas nerastas.',\r
240                 matchCase                       : 'Skirti didžiąsias ir mažąsias raides',\r
241                 matchWord                       : 'Atitikti pilną žodį',\r
242                 matchCyclic                     : 'Match cyclic', // MISSING\r
243                 replaceAll                      : 'Pakeisti viską',\r
244                 replaceSuccessMsg       : '%1 occurrence(s) replaced.' // MISSING\r
245         },\r
246 \r
247         // Table Dialog\r
248         table :\r
249         {\r
250                 toolbar         : 'Lentelė',\r
251                 title           : 'Lentelės savybės',\r
252                 menu            : 'Lentelės savybės',\r
253                 deleteTable     : 'Šalinti lentelę',\r
254                 rows            : 'Eilutės',\r
255                 columns         : 'Stulpeliai',\r
256                 border          : 'Rėmelio dydis',\r
257                 widthPx         : 'taškais',\r
258                 widthPc         : 'procentais',\r
259                 widthUnit       : 'width unit', // MISSING\r
260                 cellSpace       : 'Tarpas tarp langelių',\r
261                 cellPad         : 'Trapas nuo langelio rėmo iki teksto',\r
262                 caption         : 'Antraštė',\r
263                 summary         : 'Santrauka',\r
264                 headers         : 'Antraštės',\r
265                 headersNone             : 'Nėra',\r
266                 headersColumn   : 'Pirmas stulpelis',\r
267                 headersRow              : 'Pirma eilutė',\r
268                 headersBoth             : 'Abu',\r
269                 invalidRows             : 'Number of rows must be a number greater than 0.', // MISSING\r
270                 invalidCols             : 'Number of columns must be a number greater than 0.', // MISSING\r
271                 invalidBorder   : 'Border size must be a number.', // MISSING\r
272                 invalidWidth    : 'Table width must be a number.', // MISSING\r
273                 invalidHeight   : 'Table height must be a number.', // MISSING\r
274                 invalidCellSpacing      : 'Cell spacing must be a number.', // MISSING\r
275                 invalidCellPadding      : 'Cell padding must be a number.', // MISSING\r
276 \r
277                 cell :\r
278                 {\r
279                         menu                    : 'Langelis',\r
280                         insertBefore    : 'Įterpti langelį prieš',\r
281                         insertAfter             : 'Įterpti langelį po',\r
282                         deleteCell              : 'Šalinti langelius',\r
283                         merge                   : 'Sujungti langelius',\r
284                         mergeRight              : 'Sujungti su dešine',\r
285                         mergeDown               : 'Sujungti su apačia',\r
286                         splitHorizontal : 'Skaidyti langelį horizontaliai',\r
287                         splitVertical   : 'Skaidyti langelį vertikaliai',\r
288                         title                   : 'Cell Properties', // MISSING\r
289                         cellType                : 'Cell Type', // MISSING\r
290                         rowSpan                 : 'Rows Span', // MISSING\r
291                         colSpan                 : 'Columns Span', // MISSING\r
292                         wordWrap                : 'Word Wrap', // MISSING\r
293                         hAlign                  : 'Horizontal Alignment', // MISSING\r
294                         vAlign                  : 'Vertical Alignment', // MISSING\r
295                         alignBaseline   : 'Baseline', // MISSING\r
296                         bgColor                 : 'Background Color', // MISSING\r
297                         borderColor             : 'Border Color', // MISSING\r
298                         data                    : 'Data', // MISSING\r
299                         header                  : 'Header', // MISSING\r
300                         yes                             : 'Yes', // MISSING\r
301                         no                              : 'No', // MISSING\r
302                         invalidWidth    : 'Cell width must be a number.', // MISSING\r
303                         invalidHeight   : 'Cell height must be a number.', // MISSING\r
304                         invalidRowSpan  : 'Rows span must be a whole number.', // MISSING\r
305                         invalidColSpan  : 'Columns span must be a whole number.', // MISSING\r
306                         chooseColor             : 'Choose' // MISSING\r
307                 },\r
308 \r
309                 row :\r
310                 {\r
311                         menu                    : 'Eilutė',\r
312                         insertBefore    : 'Įterpti eilutę prieš',\r
313                         insertAfter             : 'Įterpti eilutę po',\r
314                         deleteRow               : 'Šalinti eilutes'\r
315                 },\r
316 \r
317                 column :\r
318                 {\r
319                         menu                    : 'Stulpelis',\r
320                         insertBefore    : 'Įterpti stulpelį prieš',\r
321                         insertAfter             : 'Įterpti stulpelį po',\r
322                         deleteColumn    : 'Šalinti stulpelius'\r
323                 }\r
324         },\r
325 \r
326         // Button Dialog.\r
327         button :\r
328         {\r
329                 title           : 'Mygtuko savybės',\r
330                 text            : 'Tekstas (Reikšmė)',\r
331                 type            : 'Tipas',\r
332                 typeBtn         : 'Mygtukas',\r
333                 typeSbm         : 'Siųsti',\r
334                 typeRst         : 'Išvalyti'\r
335         },\r
336 \r
337         // Checkbox and Radio Button Dialogs.\r
338         checkboxAndRadio :\r
339         {\r
340                 checkboxTitle : 'Žymimojo langelio savybės',\r
341                 radioTitle      : 'Žymimosios akutės savybės',\r
342                 value           : 'Reikšmė',\r
343                 selected        : 'Pažymėtas'\r
344         },\r
345 \r
346         // Form Dialog.\r
347         form :\r
348         {\r
349                 title           : 'Formos savybės',\r
350                 menu            : 'Formos savybės',\r
351                 action          : 'Veiksmas',\r
352                 method          : 'Metodas',\r
353                 encoding        : 'Encoding' // MISSING\r
354         },\r
355 \r
356         // Select Field Dialog.\r
357         select :\r
358         {\r
359                 title           : 'Atrankos lauko savybės',\r
360                 selectInfo      : 'Informacija',\r
361                 opAvail         : 'Galimos parinktys',\r
362                 value           : 'Reikšmė',\r
363                 size            : 'Dydis',\r
364                 lines           : 'eilučių',\r
365                 chkMulti        : 'Leisti daugeriopą atranką',\r
366                 opText          : 'Tekstas',\r
367                 opValue         : 'Reikšmė',\r
368                 btnAdd          : 'Įtraukti',\r
369                 btnModify       : 'Modifikuoti',\r
370                 btnUp           : 'Aukštyn',\r
371                 btnDown         : 'Žemyn',\r
372                 btnSetValue : 'Laikyti pažymėta reikšme',\r
373                 btnDelete       : 'Trinti'\r
374         },\r
375 \r
376         // Textarea Dialog.\r
377         textarea :\r
378         {\r
379                 title           : 'Teksto srities savybės',\r
380                 cols            : 'Ilgis',\r
381                 rows            : 'Plotis'\r
382         },\r
383 \r
384         // Text Field Dialog.\r
385         textfield :\r
386         {\r
387                 title           : 'Teksto lauko savybės',\r
388                 name            : 'Vardas',\r
389                 value           : 'Reikšmė',\r
390                 charWidth       : 'Ilgis simboliais',\r
391                 maxChars        : 'Maksimalus simbolių skaičius',\r
392                 type            : 'Tipas',\r
393                 typeText        : 'Tekstas',\r
394                 typePass        : 'Slaptažodis'\r
395         },\r
396 \r
397         // Hidden Field Dialog.\r
398         hidden :\r
399         {\r
400                 title   : 'Nerodomo lauko savybės',\r
401                 name    : 'Vardas',\r
402                 value   : 'Reikšmė'\r
403         },\r
404 \r
405         // Image Dialog.\r
406         image :\r
407         {\r
408                 title           : 'Vaizdo savybės',\r
409                 titleButton     : 'Vaizdinio mygtuko savybės',\r
410                 menu            : 'Vaizdo savybės',\r
411                 infoTab         : 'Vaizdo informacija',\r
412                 btnUpload       : 'Siųsti į serverį',\r
413                 upload          : 'Nusiųsti',\r
414                 alt                     : 'Alternatyvus Tekstas',\r
415                 lockRatio       : 'Išlaikyti proporciją',\r
416                 unlockRatio     : 'Unlock Ratio', // MISSING\r
417                 resetSize       : 'Atstatyti dydį',\r
418                 border          : 'Rėmelis',\r
419                 hSpace          : 'Hor.Erdvė',\r
420                 vSpace          : 'Vert.Erdvė',\r
421                 alertUrl        : 'Prašome įvesti vaizdo URL',\r
422                 linkTab         : 'Nuoroda',\r
423                 button2Img      : 'Do you want to transform the selected image button on a simple image?', // MISSING\r
424                 img2Button      : 'Do you want to transform the selected image on a image button?', // MISSING\r
425                 urlMissing      : 'Image source URL is missing.', // MISSING\r
426                 validateBorder  : 'Border must be a whole number.', // MISSING\r
427                 validateHSpace  : 'HSpace must be a whole number.', // MISSING\r
428                 validateVSpace  : 'VSpace must be a whole number.' // MISSING\r
429         },\r
430 \r
431         // Flash Dialog\r
432         flash :\r
433         {\r
434                 properties              : 'Flash savybės',\r
435                 propertiesTab   : 'Properties', // MISSING\r
436                 title                   : 'Flash savybės',\r
437                 chkPlay                 : 'Automatinis paleidimas',\r
438                 chkLoop                 : 'Ciklas',\r
439                 chkMenu                 : 'Leisti Flash meniu',\r
440                 chkFull                 : 'Allow Fullscreen', // MISSING\r
441                 scale                   : 'Mastelis',\r
442                 scaleAll                : 'Rodyti visą',\r
443                 scaleNoBorder   : 'Be rėmelio',\r
444                 scaleFit                : 'Tikslus atitikimas',\r
445                 access                  : 'Script Access', // MISSING\r
446                 accessAlways    : 'Always', // MISSING\r
447                 accessSameDomain: 'Same domain', // MISSING\r
448                 accessNever             : 'Never', // MISSING\r
449                 alignAbsBottom  : 'Absoliučią apačią',\r
450                 alignAbsMiddle  : 'Absoliutų vidurį',\r
451                 alignBaseline   : 'Apatinę liniją',\r
452                 alignTextTop    : 'Teksto viršūnę',\r
453                 quality                 : 'Quality', // MISSING\r
454                 qualityBest             : 'Best', // MISSING\r
455                 qualityHigh             : 'High', // MISSING\r
456                 qualityAutoHigh : 'Auto High', // MISSING\r
457                 qualityMedium   : 'Medium', // MISSING\r
458                 qualityAutoLow  : 'Auto Low', // MISSING\r
459                 qualityLow              : 'Low', // MISSING\r
460                 windowModeWindow: 'Window', // MISSING\r
461                 windowModeOpaque: 'Opaque', // MISSING\r
462                 windowModeTransparent : 'Transparent', // MISSING\r
463                 windowMode              : 'Window mode', // MISSING\r
464                 flashvars               : 'Variables for Flash', // MISSING\r
465                 bgcolor                 : 'Fono spalva',\r
466                 hSpace                  : 'Hor.Erdvė',\r
467                 vSpace                  : 'Vert.Erdvė',\r
468                 validateSrc             : 'Prašome įvesti nuorodos URL',\r
469                 validateHSpace  : 'HSpace must be a number.', // MISSING\r
470                 validateVSpace  : 'VSpace must be a number.' // MISSING\r
471         },\r
472 \r
473         // Speller Pages Dialog\r
474         spellCheck :\r
475         {\r
476                 toolbar                 : 'Rašybos tikrinimas',\r
477                 title                   : 'Spell Check', // MISSING\r
478                 notAvailable    : 'Sorry, but service is unavailable now.', // MISSING\r
479                 errorLoading    : 'Error loading application service host: %s.', // MISSING\r
480                 notInDic                : 'Žodyne nerastas',\r
481                 changeTo                : 'Pakeisti į',\r
482                 btnIgnore               : 'Ignoruoti',\r
483                 btnIgnoreAll    : 'Ignoruoti visus',\r
484                 btnReplace              : 'Pakeisti',\r
485                 btnReplaceAll   : 'Pakeisti visus',\r
486                 btnUndo                 : 'Atšaukti',\r
487                 noSuggestions   : '- Nėra pasiūlymų -',\r
488                 progress                : 'Vyksta rašybos tikrinimas...',\r
489                 noMispell               : 'Rašybos tikrinimas baigtas: Nerasta rašybos klaidų',\r
490                 noChanges               : 'Rašybos tikrinimas baigtas: Nėra pakeistų žodžių',\r
491                 oneChange               : 'Rašybos tikrinimas baigtas: Vienas žodis pakeistas',\r
492                 manyChanges             : 'Rašybos tikrinimas baigtas: Pakeista %1 žodžių',\r
493                 ieSpellDownload : 'Rašybos tikrinimas neinstaliuotas. Ar Jūs norite jį dabar atsisiųsti?'\r
494         },\r
495 \r
496         smiley :\r
497         {\r
498                 toolbar : 'Veideliai',\r
499                 title   : 'Įterpti veidelį',\r
500                 options : 'Smiley Options' // MISSING\r
501         },\r
502 \r
503         elementsPath :\r
504         {\r
505                 eleLabel : 'Elements path', // MISSING\r
506                 eleTitle : '%1 element' // MISSING\r
507         },\r
508 \r
509         numberedlist    : 'Numeruotas sąrašas',\r
510         bulletedlist    : 'Suženklintas sąrašas',\r
511         indent                  : 'Padidinti įtrauką',\r
512         outdent                 : 'Sumažinti įtrauką',\r
513 \r
514         justify :\r
515         {\r
516                 left    : 'Lygiuoti kairę',\r
517                 center  : 'Centruoti',\r
518                 right   : 'Lygiuoti dešinę',\r
519                 block   : 'Lygiuoti abi puses'\r
520         },\r
521 \r
522         blockquote : 'Citata',\r
523 \r
524         clipboard :\r
525         {\r
526                 title           : 'Įdėti',\r
527                 cutError        : 'Jūsų naršyklės saugumo nustatymai neleidžia redaktoriui automatiškai įvykdyti iškirpimo operacijų. Tam prašome naudoti klaviatūrą (Ctrl/Cmd+X).',\r
528                 copyError       : 'Jūsų naršyklės saugumo nustatymai neleidžia redaktoriui automatiškai įvykdyti kopijavimo operacijų. Tam prašome naudoti klaviatūrą (Ctrl/Cmd+C).',\r
529                 pasteMsg        : 'Žemiau esančiame įvedimo lauke įdėkite tekstą, naudodami klaviatūrą (<STRONG>Ctrl/Cmd+V</STRONG>) ir paspauskite mygtuką <STRONG>OK</STRONG>.',\r
530                 securityMsg     : 'Dėl jūsų naršyklės saugumo nustatymų, redaktorius negali tiesiogiai pasiekti laikinosios atminties. Jums reikia nukopijuoti dar kartą į šį langą.',\r
531                 pasteArea       : 'Paste Area' // MISSING\r
532         },\r
533 \r
534         pastefromword :\r
535         {\r
536                 confirmCleanup  : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING\r
537                 toolbar                 : 'Įdėti iš Word',\r
538                 title                   : 'Įdėti iš Word',\r
539                 error                   : 'It was not possible to clean up the pasted data due to an internal error' // MISSING\r
540         },\r
541 \r
542         pasteText :\r
543         {\r
544                 button  : 'Įdėti kaip gryną tekstą',\r
545                 title   : 'Įdėti kaip gryną tekstą'\r
546         },\r
547 \r
548         templates :\r
549         {\r
550                 button                  : 'Šablonai',\r
551                 title                   : 'Turinio šablonai',\r
552                 options : 'Template Options', // MISSING\r
553                 insertOption    : 'Pakeisti dabartinį turinį pasirinktu šablonu',\r
554                 selectPromptMsg : 'Pasirinkite norimą šabloną<br>(<b>Dėmesio!</b> esamas turinys bus prarastas):',\r
555                 emptyListMsg    : '(Šablonų sąrašas tuščias)'\r
556         },\r
557 \r
558         showBlocks : 'Rodyti blokus',\r
559 \r
560         stylesCombo :\r
561         {\r
562                 label           : 'Stilius',\r
563                 panelTitle      : 'Formatting Styles', // MISSING\r
564                 panelTitle1     : 'Block Styles', // MISSING\r
565                 panelTitle2     : 'Inline Styles', // MISSING\r
566                 panelTitle3     : 'Object Styles' // MISSING\r
567         },\r
568 \r
569         format :\r
570         {\r
571                 label           : 'Šrifto formatas',\r
572                 panelTitle      : 'Šrifto formatas',\r
573 \r
574                 tag_p           : 'Normalus',\r
575                 tag_pre         : 'Formuotas',\r
576                 tag_address     : 'Kreipinio',\r
577                 tag_h1          : 'Antraštinis 1',\r
578                 tag_h2          : 'Antraštinis 2',\r
579                 tag_h3          : 'Antraštinis 3',\r
580                 tag_h4          : 'Antraštinis 4',\r
581                 tag_h5          : 'Antraštinis 5',\r
582                 tag_h6          : 'Antraštinis 6',\r
583                 tag_div         : 'Normal (DIV)' // MISSING\r
584         },\r
585 \r
586         div :\r
587         {\r
588                 title                           : 'Create Div Container', // MISSING\r
589                 toolbar                         : 'Create Div Container', // MISSING\r
590                 cssClassInputLabel      : 'Stylesheet Classes', // MISSING\r
591                 styleSelectLabel        : 'Style', // MISSING\r
592                 IdInputLabel            : 'Id', // MISSING\r
593                 languageCodeInputLabel  : ' Language Code', // MISSING\r
594                 inlineStyleInputLabel   : 'Inline Style', // MISSING\r
595                 advisoryTitleInputLabel : 'Advisory Title', // MISSING\r
596                 langDirLabel            : 'Language Direction', // MISSING\r
597                 langDirLTRLabel         : 'Left to Right (LTR)', // MISSING\r
598                 langDirRTLLabel         : 'Right to Left (RTL)', // MISSING\r
599                 edit                            : 'Edit Div', // MISSING\r
600                 remove                          : 'Remove Div' // MISSING\r
601         },\r
602 \r
603         iframe :\r
604         {\r
605                 title           : 'IFrame Properties', // MISSING\r
606                 toolbar         : 'IFrame', // MISSING\r
607                 noUrl           : 'Please type the iframe URL', // MISSING\r
608                 scrolling       : 'Enable scrollbars', // MISSING\r
609                 border          : 'Show frame border' // MISSING\r
610         },\r
611 \r
612         font :\r
613         {\r
614                 label           : 'Šriftas',\r
615                 voiceLabel      : 'Font', // MISSING\r
616                 panelTitle      : 'Šriftas'\r
617         },\r
618 \r
619         fontSize :\r
620         {\r
621                 label           : 'Šrifto dydis',\r
622                 voiceLabel      : 'Font Size', // MISSING\r
623                 panelTitle      : 'Šrifto dydis'\r
624         },\r
625 \r
626         colorButton :\r
627         {\r
628                 textColorTitle  : 'Teksto spalva',\r
629                 bgColorTitle    : 'Fono spalva',\r
630                 panelTitle              : 'Colors', // MISSING\r
631                 auto                    : 'Automatinis',\r
632                 more                    : 'Daugiau spalvų...'\r
633         },\r
634 \r
635         colors :\r
636         {\r
637                 '000' : 'Black', // MISSING\r
638                 '800000' : 'Maroon', // MISSING\r
639                 '8B4513' : 'Saddle Brown', // MISSING\r
640                 '2F4F4F' : 'Dark Slate Gray', // MISSING\r
641                 '008080' : 'Teal', // MISSING\r
642                 '000080' : 'Navy', // MISSING\r
643                 '4B0082' : 'Indigo', // MISSING\r
644                 '696969' : 'Dark Gray', // MISSING\r
645                 'B22222' : 'Fire Brick', // MISSING\r
646                 'A52A2A' : 'Brown', // MISSING\r
647                 'DAA520' : 'Golden Rod', // MISSING\r
648                 '006400' : 'Dark Green', // MISSING\r
649                 '40E0D0' : 'Turquoise', // MISSING\r
650                 '0000CD' : 'Medium Blue', // MISSING\r
651                 '800080' : 'Purple', // MISSING\r
652                 '808080' : 'Gray', // MISSING\r
653                 'F00' : 'Red', // MISSING\r
654                 'FF8C00' : 'Dark Orange', // MISSING\r
655                 'FFD700' : 'Gold', // MISSING\r
656                 '008000' : 'Green', // MISSING\r
657                 '0FF' : 'Cyan', // MISSING\r
658                 '00F' : 'Blue', // MISSING\r
659                 'EE82EE' : 'Violet', // MISSING\r
660                 'A9A9A9' : 'Dim Gray', // MISSING\r
661                 'FFA07A' : 'Light Salmon', // MISSING\r
662                 'FFA500' : 'Orange', // MISSING\r
663                 'FFFF00' : 'Yellow', // MISSING\r
664                 '00FF00' : 'Lime', // MISSING\r
665                 'AFEEEE' : 'Pale Turquoise', // MISSING\r
666                 'ADD8E6' : 'Light Blue', // MISSING\r
667                 'DDA0DD' : 'Plum', // MISSING\r
668                 'D3D3D3' : 'Light Grey', // MISSING\r
669                 'FFF0F5' : 'Lavender Blush', // MISSING\r
670                 'FAEBD7' : 'Antique White', // MISSING\r
671                 'FFFFE0' : 'Light Yellow', // MISSING\r
672                 'F0FFF0' : 'Honeydew', // MISSING\r
673                 'F0FFFF' : 'Azure', // MISSING\r
674                 'F0F8FF' : 'Alice Blue', // MISSING\r
675                 'E6E6FA' : 'Lavender', // MISSING\r
676                 'FFF' : 'White' // MISSING\r
677         },\r
678 \r
679         scayt :\r
680         {\r
681                 title                   : 'Spell Check As You Type', // MISSING\r
682                 opera_title             : 'Not supported by Opera', // MISSING\r
683                 enable                  : 'Enable SCAYT', // MISSING\r
684                 disable                 : 'Disable SCAYT', // MISSING\r
685                 about                   : 'About SCAYT', // MISSING\r
686                 toggle                  : 'Toggle SCAYT', // MISSING\r
687                 options                 : 'Options', // MISSING\r
688                 langs                   : 'Languages', // MISSING\r
689                 moreSuggestions : 'More suggestions', // MISSING\r
690                 ignore                  : 'Ignore', // MISSING\r
691                 ignoreAll               : 'Ignore All', // MISSING\r
692                 addWord                 : 'Add Word', // MISSING\r
693                 emptyDic                : 'Dictionary name should not be empty.', // MISSING\r
694 \r
695                 optionsTab              : 'Options', // MISSING\r
696                 allCaps                 : 'Ignore All-Caps Words', // MISSING\r
697                 ignoreDomainNames : 'Ignore Domain Names', // MISSING\r
698                 mixedCase               : 'Ignore Words with Mixed Case', // MISSING\r
699                 mixedWithDigits : 'Ignore Words with Numbers', // MISSING\r
700 \r
701                 languagesTab    : 'Languages', // MISSING\r
702 \r
703                 dictionariesTab : 'Dictionaries', // MISSING\r
704                 dic_field_name  : 'Dictionary name', // MISSING\r
705                 dic_create              : 'Create', // MISSING\r
706                 dic_restore             : 'Restore', // MISSING\r
707                 dic_delete              : 'Delete', // MISSING\r
708                 dic_rename              : 'Rename', // MISSING\r
709                 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\r
710 \r
711                 aboutTab                : 'About' // MISSING\r
712         },\r
713 \r
714         about :\r
715         {\r
716                 title           : 'About CKEditor', // MISSING\r
717                 dlgTitle        : 'About CKEditor', // MISSING\r
718                 moreInfo        : 'For licensing information please visit our web site:', // MISSING\r
719                 copy            : 'Copyright &copy; $1. All rights reserved.' // MISSING\r
720         },\r
721 \r
722         maximize : 'Maximize', // MISSING\r
723         minimize : 'Minimize', // MISSING\r
724 \r
725         fakeobjects :\r
726         {\r
727                 anchor          : 'Anchor', // MISSING\r
728                 flash           : 'Flash Animation', // MISSING\r
729                 iframe          : 'IFrame', // MISSING\r
730                 hiddenfield     : 'Hidden Field', // MISSING\r
731                 unknown         : 'Unknown Object' // MISSING\r
732         },\r
733 \r
734         resize : 'Drag to resize', // MISSING\r
735 \r
736         colordialog :\r
737         {\r
738                 title           : 'Select color', // MISSING\r
739                 options :       'Color Options', // MISSING\r
740                 highlight       : 'Highlight', // MISSING\r
741                 selected        : 'Selected Color', // MISSING\r
742                 clear           : 'Clear' // MISSING\r
743         },\r
744 \r
745         toolbarCollapse : 'Collapse Toolbar', // MISSING\r
746         toolbarExpand   : 'Expand Toolbar', // MISSING\r
747 \r
748         bidi :\r
749         {\r
750                 ltr : 'Text direction from left to right', // MISSING\r
751                 rtl : 'Text direction from right to left' // MISSING\r
752         }\r
753 };\r