source: trunk/admin/inc/ckeditor/_source/lang/gu.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: 33.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 * Gujarati language.
9 */
10
11/**#@+
12 @type String
13 @example
14*/
15
16/**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20CKEDITOR.lang['gu'] =
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 : 'મૂળ કે પ્રાથમિક દસ્તાવેજ',
42 newPage : 'નવુ પાનું',
43 save : 'સેવ',
44 preview : 'પૂર્વદર્શન',
45 cut : 'કાપવું',
46 copy : 'નકલ',
47 paste : 'પેસ્ટ',
48 print : 'પ્રિન્ટ',
49 underline : 'અન્ડર્લાઇન, નીચે લીટી',
50 bold : 'બોલ્ડ/સ્પષ્ટ',
51 italic : 'ઇટેલિક, ત્રાંસા',
52 selectAll : 'બઘું પસંદ કરવું',
53 removeFormat : 'ફૉર્મટ કાઢવું',
54 strike : 'છેકી નાખવું',
55 subscript : 'એક ચિહ્નની નીચે કરેલું બીજું ચિહ્ન',
56 superscript : 'એક ચિહ્ન ઉપર કરેલું બીજું ચિહ્ન.',
57 horizontalrule : 'સમસ્તરીય રેખા ઇન્સર્ટ/દાખલ કરવી',
58 pagebreak : 'ઇન્સર્ટ પેજબ્રેક/પાનાને અલગ કરવું/દાખલ કરવું',
59 pagebreakAlt : 'Page Break', // MISSING
60 unlink : 'લિંક કાઢવી',
61 undo : 'રદ કરવું; પહેલાં હતી એવી સ્થિતિ પાછી લાવવી',
62 redo : 'રિડૂ; પછી હતી એવી સ્થિતિ પાછી લાવવી',
63
64 // Common messages and labels.
65 common :
66 {
67 browseServer : 'સર્વર બ્રાઉઝ કરો',
68 url : 'URL',
69 protocol : 'પ્રોટોકૉલ',
70 upload : 'અપલોડ',
71 uploadSubmit : 'આ સર્વરને મોકલવું',
72 image : 'ચિત્ર',
73 flash : 'ફ્લૅશ',
74 form : 'ફૉર્મ/પત્રક',
75 checkbox : 'ચેક બોક્સ',
76 radio : 'રેડિઓ બટન',
77 textField : 'ટેક્સ્ટ ફીલ્ડ, શબ્દ ક્ષેત્ર',
78 textarea : 'ટેક્સ્ટ એરિઆ, શબ્દ વિસ્તાર',
79 hiddenField : 'ગુપ્ત ક્ષેત્ર',
80 button : 'બટન',
81 select : 'પસંદગી ક્ષેત્ર',
82 imageButton : 'ચિત્ર બટન',
83 notSet : '<સેટ નથી>',
84 id : 'Id',
85 name : 'નામ',
86 langDir : 'ભાષા લેખવાની પદ્ધતિ',
87 langDirLtr : 'ડાબે થી જમણે (LTR)',
88 langDirRtl : 'જમણે થી ડાબે (RTL)',
89 langCode : 'ભાષા કોડ',
90 longDescr : 'વધારે માહિતી માટે URL',
91 cssClass : 'સ્ટાઇલ-શીટ ક્લાસ',
92 advisoryTitle : 'મુખ્ય મથાળું',
93 cssStyle : 'સ્ટાઇલ',
94 ok : 'ઠીક છે',
95 cancel : 'રદ કરવું',
96 close : 'Close', // MISSING
97 preview : 'Preview', // MISSING
98 generalTab : 'General', // MISSING
99 advancedTab : 'અડ્વાન્સડ',
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 : 'પહોળાઈ',
114 height : 'ઊંચાઈ',
115 align : 'લાઇનદોરીમાં ગોઠવવું',
116 alignLeft : 'ડાબી બાજુ ગોઠવવું',
117 alignRight : 'જમણી',
118 alignCenter : 'મધ્ય સેન્ટર',
119 alignTop : 'ઉપર',
120 alignMiddle : 'વચ્ચે',
121 alignBottom : 'નીચે',
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 : 'વિશિષ્ટ અક્ષર ઇન્સર્ટ/દાખલ કરવું',
142 title : 'સ્પેશિઅલ વિશિષ્ટ અક્ષર પસંદ કરો',
143 options : 'Special Character Options' // MISSING
144 },
145
146 // Link dialog.
147 link :
148 {
149 toolbar : 'લિંક ઇન્સર્ટ/દાખલ કરવી',
150 other : '<other>', // MISSING
151 menu : ' લિંક એડિટ/માં ફેરફાર કરવો',
152 title : 'લિંક',
153 info : 'લિંક ઇન્ફૉ ટૅબ',
154 target : 'ટાર્ગેટ/લક્ષ્ય',
155 upload : 'અપલોડ',
156 advanced : 'અડ્વાન્સડ',
157 type : 'લિંક પ્રકાર',
158 toUrl : 'URL', // MISSING
159 toAnchor : 'આ પેજનો ઍંકર',
160 toEmail : 'ઈ-મેલ',
161 targetFrame : '<ફ્રેમ>',
162 targetPopup : '<પૉપ-અપ વિન્ડો>',
163 targetFrameName : 'ટાર્ગેટ ફ્રેમ નું નામ',
164 targetPopupName : 'પૉપ-અપ વિન્ડો નું નામ',
165 popupFeatures : 'પૉપ-અપ વિન્ડો ફીચરસૅ',
166 popupResizable : 'Resizable', // MISSING
167 popupStatusBar : 'સ્ટૅટસ બાર',
168 popupLocationBar: 'લોકેશન બાર',
169 popupToolbar : 'ટૂલ બાર',
170 popupMenuBar : 'મેન્યૂ બાર',
171 popupFullScreen : 'ફુલ સ્ક્રીન (IE)',
172 popupScrollBars : 'સ્ક્રોલ બાર',
173 popupDependent : 'ડિપેન્ડન્ટ (Netscape)',
174 popupLeft : 'ડાબી બાજુ',
175 popupTop : 'જમણી બાજુ',
176 id : 'Id', // MISSING
177 langDir : 'ભાષા લેખવાની પદ્ધતિ',
178 langDirLTR : 'ડાબે થી જમણે (LTR)',
179 langDirRTL : 'જમણે થી ડાબે (RTL)',
180 acccessKey : 'ઍક્સેસ કી',
181 name : 'નામ',
182 langCode : 'ભાષા લેખવાની પદ્ધતિ',
183 tabIndex : 'ટૅબ ઇન્ડેક્સ',
184 advisoryTitle : 'મુખ્ય મથાળું',
185 advisoryContentType : 'મુખ્ય કન્ટેન્ટ પ્રકાર',
186 cssClasses : 'સ્ટાઇલ-શીટ ક્લાસ',
187 charset : 'લિંક રિસૉર્સ કૅરિક્ટર સેટ',
188 styles : 'સ્ટાઇલ',
189 rel : 'Relationship', // MISSING
190 selectAnchor : 'ઍંકર પસંદ કરો',
191 anchorName : 'ઍંકર નામથી પસંદ કરો',
192 anchorId : 'ઍંકર એલિમન્ટ Id થી પસંદ કરો',
193 emailAddress : 'ઈ-મેલ સરનામું',
194 emailSubject : 'ઈ-મેલ વિષય',
195 emailBody : 'સંદેશ',
196 noAnchors : '(ડૉક્યુમન્ટમાં ઍંકરની સંખ્યા)',
197 noUrl : 'લિંક URL ટાઇપ કરો',
198 noEmail : 'ઈ-મેલ સરનામું ટાઇપ કરો'
199 },
200
201 // Anchor dialog
202 anchor :
203 {
204 toolbar : 'ઍંકર ઇન્સર્ટ/દાખલ કરવી',
205 menu : 'ઍંકરના ગુણ',
206 title : 'ઍંકરના ગુણ',
207 name : 'ઍંકરનું નામ',
208 errorName : 'ઍંકરનું નામ ટાઈપ કરો',
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 : 'શોધવું અને બદલવું',
240 find : 'શોધવું',
241 replace : 'રિપ્લેસ/બદલવું',
242 findWhat : 'આ શોધો',
243 replaceWith : 'આનાથી બદલો',
244 notFoundMsg : 'તમે શોધેલી ટેક્સ્ટ નથી મળી',
245 findOptions : 'Find Options', // MISSING
246 matchCase : 'કેસ સરખા રાખો',
247 matchWord : 'બઘા શબ્દ સરખા રાખો',
248 matchCyclic : 'Match cyclic', // MISSING
249 replaceAll : 'બઘા બદલી ',
250 replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING
251 },
252
253 // Table Dialog
254 table :
255 {
256 toolbar : 'ટેબલ, કોઠો',
257 title : 'ટેબલ, કોઠાનું મથાળું',
258 menu : 'ટેબલ, કોઠાનું મથાળું',
259 deleteTable : 'કોઠો ડિલીટ/કાઢી નાખવું',
260 rows : 'પંક્તિના ખાના',
261 columns : 'કૉલમ/ઊભી કટાર',
262 border : 'કોઠાની બાજુ(બોર્ડર) સાઇઝ',
263 widthPx : 'પિકસલ',
264 widthPc : 'પ્રતિશત',
265 widthUnit : 'width unit', // MISSING
266 cellSpace : 'સેલ અંતર',
267 cellPad : 'સેલ પૅડિંગ',
268 caption : 'મથાળું/કૅપ્શન ',
269 summary : 'ટૂંકો એહેવાલ',
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 : 'કોષના ખાના',
286 insertBefore : 'પહેલાં કોષ ઉમેરવો',
287 insertAfter : 'પછી કોષ ઉમેરવો',
288 deleteCell : 'કોષ ડિલીટ/કાઢી નાખવો',
289 merge : 'કોષ ભેગા કરવા',
290 mergeRight : 'જમણી બાજુ ભેગા કરવા',
291 mergeDown : 'નીચે ભેગા કરવા',
292 splitHorizontal : 'કોષને સમસ્તરીય વિભાજન કરવું',
293 splitVertical : 'કોષને સીધું ને ઊભું વિભાજન કરવું',
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 : 'પંક્તિના ખાના',
318 insertBefore : 'પહેલાં પંક્તિ ઉમેરવી',
319 insertAfter : 'પછી પંક્તિ ઉમેરવી',
320 deleteRow : 'પંક્તિઓ ડિલીટ/કાઢી નાખવી'
321 },
322
323 column :
324 {
325 menu : 'કૉલમ/ઊભી કટાર',
326 insertBefore : 'પહેલાં કૉલમ/ઊભી કટાર ઉમેરવી',
327 insertAfter : 'પછી કૉલમ/ઊભી કટાર ઉમેરવી',
328 deleteColumn : 'કૉલમ/ઊભી કટાર ડિલીટ/કાઢી નાખવી'
329 }
330 },
331
332 // Button Dialog.
333 button :
334 {
335 title : 'બટનના ગુણ',
336 text : 'ટેક્સ્ટ (વૅલ્યૂ)',
337 type : 'પ્રકાર',
338 typeBtn : 'બટન',
339 typeSbm : 'સબ્મિટ',
340 typeRst : 'રિસેટ'
341 },
342
343 // Checkbox and Radio Button Dialogs.
344 checkboxAndRadio :
345 {
346 checkboxTitle : 'ચેક બોક્સ ગુણ',
347 radioTitle : 'રેડિઓ બટનના ગુણ',
348 value : 'વૅલ્યૂ',
349 selected : 'સિલેક્ટેડ'
350 },
351
352 // Form Dialog.
353 form :
354 {
355 title : 'ફૉર્મ/પત્રકના ગુણ',
356 menu : 'ફૉર્મ/પત્રકના ગુણ',
357 action : 'ક્રિયા',
358 method : 'પદ્ધતિ',
359 encoding : 'Encoding' // MISSING
360 },
361
362 // Select Field Dialog.
363 select :
364 {
365 title : 'પસંદગી ક્ષેત્રના ગુણ',
366 selectInfo : 'સૂચના',
367 opAvail : 'ઉપલબ્ધ વિકલ્પ',
368 value : 'વૅલ્યૂ',
369 size : 'સાઇઝ',
370 lines : 'લીટીઓ',
371 chkMulti : 'એકથી વધારે પસંદ કરી શકો',
372 opText : 'ટેક્સ્ટ',
373 opValue : 'વૅલ્યૂ',
374 btnAdd : 'ઉમેરવું',
375 btnModify : 'બદલવું',
376 btnUp : 'ઉપર',
377 btnDown : 'નીચે',
378 btnSetValue : 'પસંદ કરલી વૅલ્યૂ સેટ કરો',
379 btnDelete : 'રદ કરવું'
380 },
381
382 // Textarea Dialog.
383 textarea :
384 {
385 title : 'ટેક્સ્ટ એઅરિઆ, શબ્દ વિસ્તારના ગુણ',
386 cols : 'કૉલમ/ઊભી કટાર',
387 rows : 'પંક્તિઓ'
388 },
389
390 // Text Field Dialog.
391 textfield :
392 {
393 title : 'ટેક્સ્ટ ફીલ્ડ, શબ્દ ક્ષેત્રના ગુણ',
394 name : 'નામ',
395 value : 'વૅલ્યૂ',
396 charWidth : 'કેરેક્ટરની પહોળાઈ',
397 maxChars : 'અધિકતમ કેરેક્ટર',
398 type : 'ટાઇપ',
399 typeText : 'ટેક્સ્ટ',
400 typePass : 'પાસવર્ડ'
401 },
402
403 // Hidden Field Dialog.
404 hidden :
405 {
406 title : 'ગુપ્ત ક્ષેત્રના ગુણ',
407 name : 'નામ',
408 value : 'વૅલ્યૂ'
409 },
410
411 // Image Dialog.
412 image :
413 {
414 title : 'ચિત્રના ગુણ',
415 titleButton : 'ચિત્ર બટનના ગુણ',
416 menu : 'ચિત્રના ગુણ',
417 infoTab : 'ચિત્ર ની જાણકારી',
418 btnUpload : 'આ સર્વરને મોકલવું',
419 upload : 'અપલોડ',
420 alt : 'ઑલ્ટર્નટ ટેક્સ્ટ',
421 lockRatio : 'લૉક ગુણોત્તર',
422 resetSize : 'રીસેટ સાઇઝ',
423 border : 'બોર્ડર',
424 hSpace : 'સમસ્તરીય જગ્યા',
425 vSpace : 'લંબરૂપ જગ્યા',
426 alertUrl : 'ચિત્રની URL ટાઇપ કરો',
427 linkTab : 'લિંક',
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 : 'ફ્લૅશના ગુણ',
440 propertiesTab : 'Properties', // MISSING
441 title : 'ફ્લૅશ ગુણ',
442 chkPlay : 'ઑટો/સ્વયં પ્લે',
443 chkLoop : 'લૂપ',
444 chkMenu : 'ફ્લૅશ મેન્યૂ નો પ્રયોગ કરો',
445 chkFull : 'Allow Fullscreen', // MISSING
446 scale : 'સ્કેલ',
447 scaleAll : 'સ્કેલ ઓલ/બધુ બતાવો',
448 scaleNoBorder : 'સ્કેલ બોર્ડર વગર',
449 scaleFit : 'સ્કેલ એકદમ ફીટ',
450 access : 'Script Access', // MISSING
451 accessAlways : 'Always', // MISSING
452 accessSameDomain: 'Same domain', // MISSING
453 accessNever : 'Never', // MISSING
454 alignAbsBottom : 'Abs નીચે',
455 alignAbsMiddle : 'Abs ઉપર',
456 alignBaseline : 'આધાર લીટી',
457 alignTextTop : 'ટેક્સ્ટ ઉપર',
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 : 'બૅકગ્રાઉન્ડ રંગ,',
471 hSpace : 'સમસ્તરીય જગ્યા',
472 vSpace : 'લંબરૂપ જગ્યા',
473 validateSrc : 'લિંક URL ટાઇપ કરો',
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 : 'જોડણી (સ્પેલિંગ) તપાસવી',
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 : 'શબ્દકોશમાં નથી',
486 changeTo : 'આનાથી બદલવું',
487 btnIgnore : 'ઇગ્નોર/અવગણના કરવી',
488 btnIgnoreAll : 'બધાની ઇગ્નોર/અવગણના કરવી',
489 btnReplace : 'બદલવું',
490 btnReplaceAll : 'બધા બદલી કરો',
491 btnUndo : 'અન્ડૂ',
492 noSuggestions : '- કઇ સજેશન નથી -',
493 progress : 'શબ્દની જોડણી/સ્પેલ ચેક ચાલુ છે...',
494 noMispell : 'શબ્દની જોડણી/સ્પેલ ચેક પૂર્ણ: ખોટી જોડણી મળી નથી',
495 noChanges : 'શબ્દની જોડણી/સ્પેલ ચેક પૂર્ણ: એકપણ શબ્દ બદલયો નથી',
496 oneChange : 'શબ્દની જોડણી/સ્પેલ ચેક પૂર્ણ: એક શબ્દ બદલયો છે',
497 manyChanges : 'શબ્દની જોડણી/સ્પેલ ચેક પૂર્ણ: %1 શબ્દ બદલયા છે',
498 ieSpellDownload : 'સ્પેલ-ચેકર ઇન્સ્ટોલ નથી. શું તમે ડાઉનલોડ કરવા માંગો છો?'
499 },
500
501 smiley :
502 {
503 toolbar : 'સ્માઇલી',
504 title : 'સ્માઇલી પસંદ કરો',
505 options : 'Smiley Options' // MISSING
506 },
507
508 elementsPath :
509 {
510 eleLabel : 'Elements path', // MISSING
511 eleTitle : '%1 element' // MISSING
512 },
513
514 numberedlist : 'સંખ્યાંકન સૂચિ',
515 bulletedlist : 'બુલેટ સૂચિ',
516 indent : 'ઇન્ડેન્ટ, લીટીના આરંભમાં જગ્યા વધારવી',
517 outdent : 'ઇન્ડેન્ટ લીટીના આરંભમાં જગ્યા ઘટાડવી',
518
519 justify :
520 {
521 left : 'ડાબી બાજુએ/બાજુ તરફ',
522 center : 'સંકેંદ્રણ/સેંટરિંગ',
523 right : 'જમણી બાજુએ/બાજુ તરફ',
524 block : 'બ્લૉક, અંતરાય જસ્ટિફાઇ'
525 },
526
527 blockquote : 'બ્લૉક-કોટ, અવતરણચિહ્નો',
528
529 clipboard :
530 {
531 title : 'પેસ્ટ',
532 cutError : 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસ કટ કરવાની પરવાનગી નથી આપતી. (Ctrl/Cmd+X) નો ઉપયોગ કરો.',
533 copyError : 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસ કોપી કરવાની પરવાનગી નથી આપતી. (Ctrl/Cmd+C) का प्रयोग करें।',
534 pasteMsg : 'Ctrl/Cmd+V નો પ્રયોગ કરી પેસ્ટ કરો',
535 securityMsg : 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસના કારણે,એડિટર તમારા કિલ્પબોર્ડ ડેટા ને કોપી નથી કરી શકતો. તમારે આ વિન્ડોમાં ફરીથી પેસ્ટ કરવું પડશે.',
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 : 'પેસ્ટ (વડૅ ટેક્સ્ટ)',
543 title : 'પેસ્ટ (વડૅ ટેક્સ્ટ)',
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 : 'પેસ્ટ (ટેક્સ્ટ)',
550 title : 'પેસ્ટ (ટેક્સ્ટ)'
551 },
552
553 templates :
554 {
555 button : 'ટેમ્પ્લેટ',
556 title : 'કન્ટેન્ટ ટેમ્પ્લેટ',
557 options : 'Template Options', // MISSING
558 insertOption : 'મૂળ શબ્દને બદલો',
559 selectPromptMsg : 'એડિટરમાં ઓપન કરવા ટેમ્પ્લેટ પસંદ કરો (વર્તમાન કન્ટેન્ટ સેવ નહીં થાય):',
560 emptyListMsg : '(કોઈ ટેમ્પ્લેટ ડિફાઇન નથી)'
561 },
562
563 showBlocks : 'બ્લૉક બતાવવું',
564
565 stylesCombo :
566 {
567 label : 'શૈલી/રીત',
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 : 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી',
577 panelTitle : 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી',
578
579 tag_p : 'સામાન્ય',
580 tag_pre : 'ફૉર્મટેડ',
581 tag_address : 'સરનામું',
582 tag_h1 : 'શીર્ષક 1',
583 tag_h2 : 'શીર્ષક 2',
584 tag_h3 : 'શીર્ષક 3',
585 tag_h4 : 'શીર્ષક 4',
586 tag_h5 : 'શીર્ષક 5',
587 tag_h6 : 'શીર્ષક 6',
588 tag_div : 'શીર્ષક (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 : 'ફૉન્ટ',
620 voiceLabel : 'Font', // MISSING
621 panelTitle : 'ફૉન્ટ'
622 },
623
624 fontSize :
625 {
626 label : 'ફૉન્ટ સાઇઝ/કદ',
627 voiceLabel : 'Font Size', // MISSING
628 panelTitle : 'ફૉન્ટ સાઇઝ/કદ'
629 },
630
631 colorButton :
632 {
633 textColorTitle : 'શબ્દનો રંગ',
634 bgColorTitle : 'બૅકગ્રાઉન્ડ રંગ,',
635 panelTitle : 'Colors', // MISSING
636 auto : 'સ્વચાલિત',
637 more : 'ઔર રંગ...'
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 : 'ડૉક્યુમન્ટ ગુણ/પ્રૉપર્ટિઝ',
779 title : 'ડૉક્યુમન્ટ ગુણ/પ્રૉપર્ટિઝ',
780 design : 'Design', // MISSING
781 meta : 'મેટાડૅટા',
782 chooseColor : 'Choose', // MISSING
783 other : '<other>',
784 docTitle : 'પેજ મથાળું/ટાઇટલ',
785 charset : 'કેરેક્ટર સેટ એન્કોડિંગ',
786 charsetOther : 'અન્ય કેરેક્ટર સેટ એન્કોડિંગ',
787 charsetASCII : 'ASCII', // MISSING
788 charsetCE : 'મધ્ય યુરોપિઅન (Central European)',
789 charsetCT : 'ચાઇનીઝ (Chinese Traditional Big5)',
790 charsetCR : 'સિરીલિક (Cyrillic)',
791 charsetGR : 'ગ્રીક (Greek)',
792 charsetJP : 'જાપાનિઝ (Japanese)',
793 charsetKR : 'કોરીયન (Korean)',
794 charsetTR : 'ટર્કિ (Turkish)',
795 charsetUN : 'યૂનિકોડ (UTF-8)',
796 charsetWE : 'પશ્ચિમ યુરોપિઅન (Western European)',
797 docType : 'ડૉક્યુમન્ટ પ્રકાર શીર્ષક',
798 docTypeOther : 'અન્ય ડૉક્યુમન્ટ પ્રકાર શીર્ષક',
799 xhtmlDec : 'XHTML સૂચના સમાવિષ્ટ કરવી',
800 bgColor : 'બૅકગ્રાઉન્ડ રંગ',
801 bgImage : 'બૅકગ્રાઉન્ડ ચિત્ર URL',
802 bgFixed : 'સ્ક્રોલ ન થાય તેવું બૅકગ્રાઉન્ડ',
803 txtColor : 'શબ્દનો રંગ',
804 margin : 'પેજ માર્જિન',
805 marginTop : 'ઉપર',
806 marginLeft : 'ડાબી',
807 marginRight : 'જમણી',
808 marginBottom : 'નીચે',
809 metaKeywords : 'ડૉક્યુમન્ટ ઇન્ડેક્સ સંકેતશબ્દ (અલ્પવિરામ (,) થી અલગ કરો)',
810 metaDescription : 'ડૉક્યુમન્ટ વર્ણન',
811 metaAuthor : 'લેખક',
812 metaCopyright : 'કૉપિરાઇટ',
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.