SyntaxHighlighter Evolved - Version 3.5.1

Version Description

Download this release

Release Info

Developer donncha
Plugin Icon wp plugin SyntaxHighlighter Evolved
Version 3.5.1
Comparing to
See all releases

Code changes from version 3.3.2 to 3.5.1

blocks/index.min.js DELETED
@@ -1 +0,0 @@
1
- !function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n.d(t,"syntaxHighlighterCode",function(){return p});var r=wp.i18n,a=r.__,l=r.setLocaleData,i=wp.blocks.registerBlockType,o=wp.editor,s=o.InspectorControls,g=o.PlainText,h=wp.components,c=h.PanelBody,u=h.PanelRow;l(syntaxHighlighterData.localeData,"syntaxhighlighter");var p={title:a("SyntaxHighlighter Code","syntaxhighlighter"),description:a("Adds syntax highlighting to source code (front end only)","syntaxhighlighter"),icon:"editor-code",category:"formatting",keywords:[a("Source","syntaxhighlighter"),a("Program","syntaxhighlighter"),a("Develop","syntaxhighlighter")],attributes:{content:{type:"string",source:"text",selector:"pre"},language:{type:"string",default:"plain"}},supports:{html:!1},transforms:{from:[{type:"pattern",trigger:"enter",regExp:/^```$/,transform:function(){return createBlock("syntaxhighlighter/code")}},{type:"raw",isMatch:function(e){return"PRE"===e.nodeName&&1===e.children.length&&"CODE"===e.firstChild.nodeName},schema:{pre:{children:{code:{children:{"#text":{}}}}}}}]},edit:function(e){var t=e.className,n=e.setAttributes,r=e.attributes,l=r.content,i=r.language,o=[];for(var h in syntaxHighlighterData.brushes)o.push(wp.element.createElement("option",{key:h,value:h},syntaxHighlighterData.brushes[h]));return[wp.element.createElement(s,{key:"syntaxHighlighterInspectorControls"},wp.element.createElement(c,{title:"Settings"},wp.element.createElement(u,null,wp.element.createElement("label",{htmlFor:"syntaxhighlighter-language"},a("Language","syntaxhighlighter")),wp.element.createElement("select",{id:"syntaxhighlighter-language",value:i,onChange:function(e){n({language:e.target.value})}},o)))),wp.element.createElement("div",{className:t+" wp-block-code",key:"syntaxHighlighterEditView"},wp.element.createElement(g,{placeholder:a("$foo = new Foo( 'bar' );","syntaxhighlighter"),className:"editor-plain-text",value:l,"aria-label":a("SyntaxHighlighter Code","syntaxhighlighter"),onChange:function(e){return n({content:e})}}))]},save:function(e){var t=e.attributes,n=t.content,r=t.language;return wp.element.createElement("pre",{className:"brush: "+r+"; notranslate"},n)}};i("syntaxhighlighter/code",p)}]);
 
dist/blocks.build.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(e){function t(r){if(n[r])return n[r].exports;var l=n[r]={i:r,l:!1,exports:{}};return e[r].call(l.exports,l,l.exports,t),l.l=!0,l.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),l=(n.n(r),n(2)),a=(n.n(l),n(3)),i=(n.n(a),n(4));n.n(i);Object(l.registerBlockType)("syntaxhighlighter/code",{title:Object(r.__)("SyntaxHighlighter Code","syntaxhighlighter"),description:Object(r.__)("Adds syntax highlighting to source code (front end only).","syntaxhighlighter"),icon:"editor-code",category:"formatting",keywords:[Object(r.__)("Source","syntaxhighlighter"),Object(r.__)("Program","syntaxhighlighter"),Object(r.__)("Develop","syntaxhighlighter")],attributes:{content:{type:"string",source:"text",selector:"pre"},language:{type:"string",default:syntaxHighlighterData.settings.language.default},lineNumbers:{type:"boolean",default:syntaxHighlighterData.settings.lineNumbers.default},firstLineNumber:{type:"string",default:syntaxHighlighterData.settings.firstLineNumber.default},highlightLines:{type:"string"},wrapLines:{type:"boolean",default:syntaxHighlighterData.settings.wrapLines.default},makeURLsClickable:{type:"boolean",default:syntaxHighlighterData.settings.makeURLsClickable.default}},supports:{html:!1},transforms:{from:[{type:"enter",regExp:/^```$/,transform:function(){return Object(l.createBlock)("syntaxhighlighter/code")}},{type:"raw",isMatch:function(e){return"PRE"===e.nodeName&&1===e.children.length&&"CODE"===e.firstChild.nodeName},schema:{pre:{children:{code:{children:{"#text":{}}}}}}}]},edit:function(e){var t=e.attributes,n=e.setAttributes,l=e.className,s=t.content,o=t.language,h=t.lineNumbers,g=t.firstLineNumber,c=t.highlightLines,u=t.wrapLines,p=t.makeURLsClickable,m=[];if(syntaxHighlighterData.settings.language.supported){var b=[];for(var d in syntaxHighlighterData.brushes)b.push({label:syntaxHighlighterData.brushes[d],value:d});m.push(wp.element.createElement(a.PanelRow,null,wp.element.createElement(a.SelectControl,{label:Object(r.__)("Code Language","syntaxhighlighter"),value:o,options:b,onChange:function(e){return n({language:e})}})))}return syntaxHighlighterData.settings.lineNumbers.supported&&m.push(wp.element.createElement(a.PanelRow,null,wp.element.createElement(a.ToggleControl,{label:Object(r.__)("Show Line Numbers","syntaxhighlighter"),checked:h,onChange:function(e){return n({lineNumbers:e})}}))),h&&syntaxHighlighterData.settings.firstLineNumber.supported&&m.push(wp.element.createElement(a.PanelRow,null,wp.element.createElement(a.TextControl,{label:Object(r.__)("First Line Number","syntaxhighlighter"),type:"number",value:g,onChange:function(e){return n({firstLineNumber:e})},min:1,max:1e5}))),syntaxHighlighterData.settings.highlightLines.supported&&m.push(wp.element.createElement(a.TextControl,{label:Object(r.__)("Highlight Lines","syntaxhighlighter"),value:c,help:Object(r.__)("A comma-separated list of line numbers to highlight. Can also be a range. Example: 1,5,10-20","syntaxhighlighter"),onChange:function(e){return n({highlightLines:e})}})),syntaxHighlighterData.settings.wrapLines.supported&&m.push(wp.element.createElement(a.PanelRow,null,wp.element.createElement(a.ToggleControl,{label:Object(r.__)("Wrap Long Lines","syntaxhighlighter"),checked:u,onChange:function(e){return n({wrapLines:e})}}))),syntaxHighlighterData.settings.makeURLsClickable.supported&&m.push(wp.element.createElement(a.PanelRow,null,wp.element.createElement(a.ToggleControl,{label:Object(r.__)("Make URLs Clickable","syntaxhighlighter"),checked:p,onChange:function(e){return n({makeURLsClickable:e})}}))),[wp.element.createElement(i.InspectorControls,{key:"syntaxHighlighterInspectorControls"},wp.element.createElement(a.PanelBody,{title:Object(r.__)("Settings","syntaxhighlighter")},m)),wp.element.createElement("div",{className:l+" wp-block-code"},wp.element.createElement(i.PlainText,{value:s,onChange:function(e){return n({content:e})},placeholder:Object(r.__)("Tip: To the right, choose a code language from the block settings.","syntaxhighlighter"),"aria-label":Object(r.__)("SyntaxHighlighter Code","syntaxhighlighter")}))]},save:function(e){var t=e.attributes,n=t.content;return wp.element.createElement("pre",null,n)}})},function(e,t){e.exports=wp.i18n},function(e,t){e.exports=wp.blocks},function(e,t){e.exports=wp.components},function(e,t){e.exports=wp.editor}]);
localization/_syntaxhighlighter-template.po DELETED
@@ -1,510 +0,0 @@
1
- # Copyright (C) 2018 Alex Mills (Viper007Bond)
2
- # This file is distributed under the same license as the SyntaxHighlighter Evolved plugin.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: SyntaxHighlighter Evolved 3.2.1\n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/syntaxhighlighter\n"
7
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
- "Language-Team: LANGUAGE <LL@li.org>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2018-11-13T16:30:40-08:00\n"
13
- "PO-Revision-Date: 2018-11-13T16:30:40-08:00\n"
14
- "X-Generator: WP-CLI 2.0.1\n"
15
- "X-Domain: syntaxhighlighter\n"
16
-
17
- #: blocks/code/index.js:125
18
- msgid "Language"
19
- msgstr ""
20
-
21
- # Sample code used as a placeholder.
22
- #: blocks/code/index.js:145
23
- msgid "$foo = new Foo( 'bar' );"
24
- msgstr ""
25
-
26
- #: blocks/code/index.js:148
27
- msgid "SyntaxHighlighter Code"
28
- msgstr ""
29
-
30
- #: blocks/code/index.js:26
31
- msgid "Adds syntax highlighting to source code (front end only)"
32
- msgstr ""
33
-
34
- # Keyword that user might search for when trying to locate block.
35
- #: blocks/code/index.js:32
36
- msgid "Source"
37
- msgstr ""
38
-
39
- # Keyword that user might search for when trying to locate block.
40
- #: blocks/code/index.js:34
41
- msgid "Program"
42
- msgstr ""
43
-
44
- # Keyword that user might search for when trying to locate block.
45
- #: blocks/code/index.js:36
46
- msgid "Develop"
47
- msgstr ""
48
-
49
- #. Plugin Name of the plugin
50
- msgid "SyntaxHighlighter Evolved"
51
- msgstr ""
52
-
53
- #. Plugin URI of the plugin
54
- msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
55
- msgstr ""
56
-
57
- #. Description of the plugin
58
- msgid "Easily post syntax-highlighted code to your site without having to modify the code at all. Uses Alex Gorbatchev's <a href=\"http://alexgorbatchev.com/wiki/SyntaxHighlighter\">SyntaxHighlighter</a>. <strong>TIP:</strong> Don't use the Visual editor if you don't want your code mangled. TinyMCE will \"clean up\" your HTML."
59
- msgstr ""
60
-
61
- #. Author of the plugin
62
- msgid "Alex Mills (Viper007Bond)"
63
- msgstr ""
64
-
65
- #. Author URI of the plugin
66
- msgid "http://www.viper007bond.com/"
67
- msgstr ""
68
-
69
- #: syntaxhighlighter.php:226
70
- msgid "ActionScript"
71
- msgstr ""
72
-
73
- #: syntaxhighlighter.php:227
74
- msgid "BASH / Shell"
75
- msgstr ""
76
-
77
- #: syntaxhighlighter.php:228
78
- msgid "ColdFusion"
79
- msgstr ""
80
-
81
- #: syntaxhighlighter.php:229
82
- msgid "Clojure"
83
- msgstr ""
84
-
85
- #: syntaxhighlighter.php:230
86
- msgid "C / C++"
87
- msgstr ""
88
-
89
- #: syntaxhighlighter.php:231
90
- msgid "C#"
91
- msgstr ""
92
-
93
- #: syntaxhighlighter.php:232
94
- msgid "CSS"
95
- msgstr ""
96
-
97
- #: syntaxhighlighter.php:233
98
- msgid "Delphi / Pascal"
99
- msgstr ""
100
-
101
- #: syntaxhighlighter.php:234
102
- msgid "diff / patch"
103
- msgstr ""
104
-
105
- #: syntaxhighlighter.php:235
106
- msgid "Erlang"
107
- msgstr ""
108
-
109
- #: syntaxhighlighter.php:236
110
- msgid "F#"
111
- msgstr ""
112
-
113
- #: syntaxhighlighter.php:237
114
- msgid "Groovy"
115
- msgstr ""
116
-
117
- #: syntaxhighlighter.php:238
118
- msgid "Java"
119
- msgstr ""
120
-
121
- #: syntaxhighlighter.php:239
122
- msgid "JavaFX"
123
- msgstr ""
124
-
125
- #: syntaxhighlighter.php:240
126
- msgid "JavaScript"
127
- msgstr ""
128
-
129
- #: syntaxhighlighter.php:241
130
- msgid "LaTeX"
131
- msgstr ""
132
-
133
- #: syntaxhighlighter.php:242
134
- msgid "MATLAB"
135
- msgstr ""
136
-
137
- #: syntaxhighlighter.php:243
138
- msgid "Objective-C"
139
- msgstr ""
140
-
141
- #: syntaxhighlighter.php:244
142
- msgid "Perl"
143
- msgstr ""
144
-
145
- #: syntaxhighlighter.php:245
146
- msgid "PHP"
147
- msgstr ""
148
-
149
- #: syntaxhighlighter.php:246
150
- msgid "Plain Text"
151
- msgstr ""
152
-
153
- #: syntaxhighlighter.php:247
154
- msgid "PowerShell"
155
- msgstr ""
156
-
157
- #: syntaxhighlighter.php:248
158
- msgid "Python"
159
- msgstr ""
160
-
161
- #: syntaxhighlighter.php:249
162
- msgid "R"
163
- msgstr ""
164
-
165
- #: syntaxhighlighter.php:250
166
- msgid "Ruby / Ruby on Rails"
167
- msgstr ""
168
-
169
- #: syntaxhighlighter.php:251
170
- msgid "Scala"
171
- msgstr ""
172
-
173
- #: syntaxhighlighter.php:252
174
- msgid "SQL"
175
- msgstr ""
176
-
177
- #: syntaxhighlighter.php:253
178
- msgid "Visual Basic"
179
- msgstr ""
180
-
181
- #: syntaxhighlighter.php:254
182
- msgid "HTML / XHTML / XML / XSLT"
183
- msgstr ""
184
-
185
- #: syntaxhighlighter.php:279
186
- msgid "Default"
187
- msgstr ""
188
-
189
- #: syntaxhighlighter.php:280
190
- msgid "Django"
191
- msgstr ""
192
-
193
- #: syntaxhighlighter.php:281
194
- msgid "Eclipse"
195
- msgstr ""
196
-
197
- #: syntaxhighlighter.php:282
198
- msgid "Emacs"
199
- msgstr ""
200
-
201
- #: syntaxhighlighter.php:283
202
- msgid "Fade to Grey"
203
- msgstr ""
204
-
205
- #: syntaxhighlighter.php:284
206
- msgid "Midnight"
207
- msgstr ""
208
-
209
- #: syntaxhighlighter.php:285
210
- msgid "RDark"
211
- msgstr ""
212
-
213
- #: syntaxhighlighter.php:286
214
- msgid "[None]"
215
- msgstr ""
216
-
217
- #: syntaxhighlighter.php:298
218
- #: syntaxhighlighter.php:1165
219
- msgid "SyntaxHighlighter Settings"
220
- msgstr ""
221
-
222
- #: syntaxhighlighter.php:298
223
- msgid "SyntaxHighlighter"
224
- msgstr ""
225
-
226
- #: syntaxhighlighter.php:393
227
- msgid "Settings"
228
- msgstr ""
229
-
230
- #: syntaxhighlighter.php:822
231
- msgid "show source"
232
- msgstr ""
233
-
234
- #: syntaxhighlighter.php:823
235
- msgid "view source"
236
- msgstr ""
237
-
238
- #: syntaxhighlighter.php:824
239
- msgid "copy to clipboard"
240
- msgstr ""
241
-
242
- #: syntaxhighlighter.php:825
243
- msgid "The code is in your clipboard now"
244
- msgstr ""
245
-
246
- #: syntaxhighlighter.php:826
247
- msgid "print"
248
- msgstr ""
249
-
250
- #: syntaxhighlighter.php:827
251
- #: syntaxhighlighter.php:834
252
- msgid "?"
253
- msgstr ""
254
-
255
- #: syntaxhighlighter.php:828
256
- #: syntaxhighlighter.php:835
257
- msgid "SyntaxHighlighter\\n\\n"
258
- msgstr ""
259
-
260
- #: syntaxhighlighter.php:829
261
- #: syntaxhighlighter.php:836
262
- msgid "Can't find brush for: "
263
- msgstr ""
264
-
265
- #: syntaxhighlighter.php:830
266
- #: syntaxhighlighter.php:837
267
- msgid "Brush wasn't configured for html-script option: "
268
- msgstr ""
269
-
270
- #: syntaxhighlighter.php:833
271
- msgid "+ expand source"
272
- msgstr ""
273
-
274
- #: syntaxhighlighter.php:1153
275
- msgid "Are you sure you want to reset your settings to the defaults?"
276
- msgstr ""
277
-
278
- #: syntaxhighlighter.php:1157
279
- msgid "Settings reset to defaults."
280
- msgstr ""
281
-
282
- #: syntaxhighlighter.php:1174
283
- msgid "Highlighter Version"
284
- msgstr ""
285
-
286
- #: syntaxhighlighter.php:1179
287
- msgid "Version 3.x"
288
- msgstr ""
289
-
290
- #: syntaxhighlighter.php:1180
291
- msgid "Version 2.x"
292
- msgstr ""
293
-
294
- #: syntaxhighlighter.php:1188
295
- msgid "Version 3 allows visitors to easily highlight portions of your code with their mouse (either by dragging or double-clicking) and copy it to their clipboard. No toolbar containing a Flash-based button is required."
296
- msgstr ""
297
-
298
- #: syntaxhighlighter.php:1189
299
- msgid "Version 2 allows for line wrapping, something that version 3 does not do at this time."
300
- msgstr ""
301
-
302
- #: syntaxhighlighter.php:1193
303
- msgid "Color Theme"
304
- msgstr ""
305
-
306
- #: syntaxhighlighter.php:1205
307
- #: syntaxhighlighter.php:1208
308
- msgid "Load All Brushes"
309
- msgstr ""
310
-
311
- #: syntaxhighlighter.php:1209
312
- msgid "Always load all language files (for directly using <code>&lt;pre&gt;</code> tags rather than shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If left unchecked (default), then language files will only be loaded when needed<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If unsure, leave this box unchecked"
313
- msgstr ""
314
-
315
- #: syntaxhighlighter.php:1215
316
- msgid "Defaults"
317
- msgstr ""
318
-
319
- #: syntaxhighlighter.php:1217
320
- msgid "All of the settings below can be configured on a per-code block basis, but you can control the defaults of all code blocks here."
321
- msgstr ""
322
-
323
- #: syntaxhighlighter.php:1221
324
- #: syntaxhighlighter.php:1224
325
- msgid "Miscellaneous"
326
- msgstr ""
327
-
328
- #: syntaxhighlighter.php:1226
329
- msgid "Display line numbers"
330
- msgstr ""
331
-
332
- #: syntaxhighlighter.php:1227
333
- msgid "Display the toolbar"
334
- msgstr ""
335
-
336
- #: syntaxhighlighter.php:1228
337
- msgid "Automatically make URLs clickable"
338
- msgstr ""
339
-
340
- #: syntaxhighlighter.php:1229
341
- msgid "Collapse code boxes"
342
- msgstr ""
343
-
344
- #: syntaxhighlighter.php:1230
345
- msgid "Use the light display mode, best for single lines of code"
346
- msgstr ""
347
-
348
- #: syntaxhighlighter.php:1231
349
- msgid "Use smart tabs allowing tabs being used for alignment"
350
- msgstr ""
351
-
352
- #: syntaxhighlighter.php:1232
353
- msgid "Wrap long lines (v2.x only, disabling this will make a scrollbar show instead)"
354
- msgstr ""
355
-
356
- #: syntaxhighlighter.php:1233
357
- msgid "Enable &quot;HTML script&quot; mode by default (see the bottom of this page for details). Checking this box is not recommended as this mode only works with certain languages."
358
- msgstr ""
359
-
360
- #: syntaxhighlighter.php:1238
361
- msgid "Additional CSS Class(es)"
362
- msgstr ""
363
-
364
- #: syntaxhighlighter.php:1242
365
- msgid "Starting Line Number"
366
- msgstr ""
367
-
368
- #: syntaxhighlighter.php:1246
369
- msgid "Line Number Padding"
370
- msgstr ""
371
-
372
- #: syntaxhighlighter.php:1251
373
- msgid "Off"
374
- msgstr ""
375
-
376
- #: syntaxhighlighter.php:1252
377
- msgid "Automatic"
378
- msgstr ""
379
-
380
- #: syntaxhighlighter.php:1268
381
- msgid "Tab Size"
382
- msgstr ""
383
-
384
- #: syntaxhighlighter.php:1272
385
- msgid "Title"
386
- msgstr ""
387
-
388
- #: syntaxhighlighter.php:1275
389
- msgid "Some optional default text to display above each code block or as the clickable text for collapsed code blocks."
390
- msgstr ""
391
-
392
- #: syntaxhighlighter.php:1285
393
- #: syntaxhighlighter.php:1288
394
- msgid "Reset to Defaults"
395
- msgstr ""
396
-
397
- #: syntaxhighlighter.php:1295
398
- msgid "Preview"
399
- msgstr ""
400
-
401
- #: syntaxhighlighter.php:1297
402
- msgid "Click &quot;Save Changes&quot; to update this preview."
403
- msgstr ""
404
-
405
- #: syntaxhighlighter.php:1316
406
- msgid "PHP Code Example"
407
- msgstr ""
408
-
409
- #: syntaxhighlighter.php:1318
410
- msgid "Hello World!"
411
- msgstr ""
412
-
413
- #: syntaxhighlighter.php:1320
414
- msgid "This line is highlighted."
415
- msgstr ""
416
-
417
- #: syntaxhighlighter.php:1323
418
- msgid ""
419
- "\t\tThis\tis\tan\n"
420
- "\t\texample\tof\tsmart\n"
421
- "\t\ttabs."
422
- msgstr ""
423
-
424
- #: syntaxhighlighter.php:1339
425
- msgid "Shortcode Parameters"
426
- msgstr ""
427
-
428
- #: syntaxhighlighter.php:1341
429
- msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
430
- msgstr ""
431
-
432
- #: syntaxhighlighter.php:1344
433
- msgctxt "language parameter"
434
- msgid "%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;aliases&quot;)."
435
- msgstr ""
436
-
437
- #: syntaxhighlighter.php:1345
438
- msgctxt "autolinks parameter"
439
- msgid "%s &#8212; Toggle automatic URL linking."
440
- msgstr ""
441
-
442
- #: syntaxhighlighter.php:1346
443
- msgctxt "classname parameter"
444
- msgid "%s &#8212; Add an additional CSS class to the code box."
445
- msgstr ""
446
-
447
- #: syntaxhighlighter.php:1347
448
- msgctxt "collapse parameter"
449
- msgid "%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts."
450
- msgstr ""
451
-
452
- #: syntaxhighlighter.php:1348
453
- msgctxt "firstline parameter"
454
- msgid "%s &#8212; An interger specifying what number the first line should be (for the line numbering)."
455
- msgstr ""
456
-
457
- #: syntaxhighlighter.php:1349
458
- msgctxt "gutter parameter"
459
- msgid "%s &#8212; Toggle the left-side line numbering."
460
- msgstr ""
461
-
462
- #: syntaxhighlighter.php:1350
463
- msgctxt "highlight parameter"
464
- msgid "%1$s &#8212; A comma-separated list of line numbers to highlight. You can also specify a range. Example: %2$s"
465
- msgstr ""
466
-
467
- #: syntaxhighlighter.php:1351
468
- msgctxt "htmlscript parameter"
469
- msgid "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're mixing HTML/XML with another language, such as having PHP inside an HTML web page. The above preview has it enabled for example. This only works with certain languages."
470
- msgstr ""
471
-
472
- #: syntaxhighlighter.php:1352
473
- msgctxt "light parameter"
474
- msgid "%s &#8212; Toggle light mode which disables the gutter and toolbar all at once."
475
- msgstr ""
476
-
477
- #: syntaxhighlighter.php:1353
478
- msgctxt "padlinenumbers parameter"
479
- msgid "%s &#8212; Controls line number padding. Valid values are <code>false</code> (no padding), <code>true</code> (automatic padding), or an integer (forced padding)."
480
- msgstr ""
481
-
482
- #: syntaxhighlighter.php:1354
483
- msgctxt "title parameter"
484
- msgid "%1$s (v3 only) &#8212; Sets some text to show up before the code. Very useful when combined with the %2$s parameter."
485
- msgstr ""
486
-
487
- #: syntaxhighlighter.php:1355
488
- msgctxt "toolbar parameter"
489
- msgid "%s &#8212; Toggle the toolbar (buttons in v2, the about question mark in v3)"
490
- msgstr ""
491
-
492
- #: syntaxhighlighter.php:1356
493
- msgctxt "wraplines parameter"
494
- msgid "%s (v2 only) &#8212; Toggle line wrapping."
495
- msgstr ""
496
-
497
- #: syntaxhighlighter.php:1359
498
- msgid "Some example shortcodes:"
499
- msgstr ""
500
-
501
- #: syntaxhighlighter.php:1362
502
- #: syntaxhighlighter.php:1363
503
- #: syntaxhighlighter.php:1364
504
- #: syntaxhighlighter.php:1365
505
- msgid "your code here"
506
- msgstr ""
507
-
508
- #: syntaxhighlighter.php:1363
509
- msgid "example-filename.php"
510
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
localization/blocks.pot DELETED
@@ -1,36 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Content-Type: text/plain; charset=utf-8\n"
4
- "X-Generator: babel-plugin-makepot\n"
5
-
6
- #: blocks/code/index.js:125
7
- msgid "Language"
8
- msgstr ""
9
-
10
- # Sample code used as a placeholder.
11
- #: blocks/code/index.js:145
12
- msgid "$foo = new Foo( 'bar' );"
13
- msgstr ""
14
-
15
- #: blocks/code/index.js:148
16
- msgid "SyntaxHighlighter Code"
17
- msgstr ""
18
-
19
- #: blocks/code/index.js:26
20
- msgid "Adds syntax highlighting to source code (front end only)"
21
- msgstr ""
22
-
23
- # Keyword that user might search for when trying to locate block.
24
- #: blocks/code/index.js:32
25
- msgid "Source"
26
- msgstr ""
27
-
28
- # Keyword that user might search for when trying to locate block.
29
- #: blocks/code/index.js:34
30
- msgid "Program"
31
- msgstr ""
32
-
33
- # Keyword that user might search for when trying to locate block.
34
- #: blocks/code/index.js:36
35
- msgid "Develop"
36
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
localization/syntaxhighlighter-da_DK.mo DELETED
Binary file
localization/syntaxhighlighter-da_DK.po DELETED
@@ -1,312 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Syntax Highlighter 2.3.0\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-11-09 08:02+0100\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Team Blogos <wordpress@blogos.dk>\n"
8
- "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2;plural=n != 1;\n"
13
- "X-Poedit-Language: Danish\n"
14
- "X-Poedit-Country: DENMARK\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_c;_e;__ngettext:1,2;__ngettext_noop:1,2;_n:1,2;_nc:1,2;_n_noop:1,2\n"
17
- "X-Poedit-Basepath: d:\\wordpress\\plugins\\syntaxhighlighter\n"
18
- "X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\syntaxhighlighter\n"
19
-
20
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:206
21
- msgid "Default"
22
- msgstr "Standard"
23
-
24
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:207
25
- msgid "Django"
26
- msgstr "Django"
27
-
28
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:208
29
- msgid "Eclipse"
30
- msgstr "Eclipse"
31
-
32
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:209
33
- msgid "Emacs"
34
- msgstr "Emacs"
35
-
36
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:210
37
- msgid "Fade to Grey"
38
- msgstr "Fade til gråt"
39
-
40
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:211
41
- msgid "Midnight"
42
- msgstr "Midnight"
43
-
44
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:212
45
- msgid "RDark"
46
- msgstr "RDark"
47
-
48
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:213
49
- msgid "[None]"
50
- msgstr "[Ingen]"
51
-
52
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:220
53
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:842
54
- msgid "SyntaxHighlighter Settings"
55
- msgstr "SyntaxHighlighter-indstillinger"
56
-
57
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:220
58
- msgid "SyntaxHighlighter"
59
- msgstr "SyntaxHighlighter"
60
-
61
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:251
62
- msgid "Settings"
63
- msgstr "Indstillinger"
64
-
65
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:539
66
- msgid "show source"
67
- msgstr "vis kilde"
68
-
69
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:540
70
- msgid "view source"
71
- msgstr "Vis kilde"
72
-
73
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:541
74
- msgid "copy to clipboard"
75
- msgstr "Kopiér til clipboard"
76
-
77
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:542
78
- msgid "The code is in your clipboard now"
79
- msgstr "Koden er i dit clipboard nu"
80
-
81
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:543
82
- msgid "print"
83
- msgstr "udskriv"
84
-
85
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:544
86
- msgid "?"
87
- msgstr "?"
88
-
89
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:545
90
- msgid ""
91
- "SyntaxHighlighter\\n"
92
- "\\n"
93
- msgstr ""
94
- "SyntaxHighlighter\\n"
95
- "\\n"
96
-
97
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:546
98
- msgid "Can't find brush for: "
99
- msgstr "Kan ikke finde penslen (syntaks-definitioner) til: "
100
-
101
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:547
102
- msgid "Brush wasn't configured for html-script option: "
103
- msgstr "Pensel (syntaks-definitioner) er ikke konfigureret for html-script-indstillignen: "
104
-
105
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:830
106
- msgid "Are you sure you want to reset your settings to the defaults?"
107
- msgstr "Er du sikker på, at du ønsker at nulstille dine indstillinger standardværdierne?"
108
-
109
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:834
110
- msgid "Settings reset to defaults."
111
- msgstr "Indstillinger nulstillet til standardværdierne."
112
-
113
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:851
114
- msgid "Color Theme"
115
- msgstr "Farvetema"
116
-
117
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:866
118
- msgid "Defaults"
119
- msgstr "Standardværdier"
120
-
121
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:868
122
- msgid "All of the settings below can be configured on a per-code box basis, but you can control the defaults of all code boxes here."
123
- msgstr "Alle indstillinger nedenfor kan konfigureres for hver kode-boks for sig, men du kan kontrollere standardværdierne for alle kode-bokse her."
124
-
125
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:872
126
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:875
127
- msgid "Miscellaneous"
128
- msgstr "Forskelligt"
129
-
130
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:877
131
- msgid "Display line numbers"
132
- msgstr "Vis linjenumre"
133
-
134
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:878
135
- msgid "Display the toolbar"
136
- msgstr "Vis værktøjslinje"
137
-
138
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:879
139
- msgid "Automatically make URLs clickable"
140
- msgstr "Lav automatisk URL'er klikbare"
141
-
142
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:880
143
- msgid "Collapse code boxes"
144
- msgstr "Vis kodebokse med koden skjult"
145
-
146
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:881
147
- msgid "Use the light display mode, best for single lines of code"
148
- msgstr "Brug \"bar visning\" &ndash; bedst for enkelte linjer af kode"
149
-
150
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:882
151
- msgid "Use smart tabs allowing tabs being used for alignment"
152
- msgstr "Brug smarte tabs, så tabs kan bruges til opstilling"
153
-
154
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:883
155
- msgid "Wrap long lines, using an icon to show where line wraps occur (disabling this will make a scrollbar show instead)"
156
- msgstr "Del lange linjer med et ikon, der viser, hvor linjedeling forekommer (deaktiverer du dette, vises en scrollbar i stedet)"
157
-
158
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:884
159
- msgid "Enable &quot;HTML script&quot; mode by default (see the bottom of this page for details). Checking this box is not recommended as this mode only works with certain languages."
160
- msgstr "Aktivér &quot;HTML-script&quot;-funktion som standard (se detaljerne nederst på denne side). Det anbefales ikke at krydse af her, da denne funktion kun fungerer med visse sprog."
161
-
162
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:889
163
- msgid "Additional CSS Class(es)"
164
- msgstr "Ekstra CSS-class(es)"
165
-
166
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:893
167
- msgid "Starting Line Number"
168
- msgstr "Første linjenummer:"
169
-
170
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:897
171
- msgid "Line Number Padding"
172
- msgstr "Padding omkring linjenumre"
173
-
174
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:902
175
- msgid "Off"
176
- msgstr "Fra"
177
-
178
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:903
179
- msgid "Automatic"
180
- msgstr "Automatisk"
181
-
182
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:921
183
- msgid "Tab Size"
184
- msgstr "Tabstørrelse:"
185
-
186
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:927
187
- msgid "Save Changes"
188
- msgstr "Gem ændringer"
189
-
190
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:928
191
- msgid "Reset to Defaults"
192
- msgstr "Gendan til standardværdier"
193
-
194
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:933
195
- msgid "Preview"
196
- msgstr "Forhåndsvisning"
197
-
198
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:935
199
- msgid "Click &quot;Save Changes&quot; to update this preview."
200
- msgstr "Klik &quot;Gem ændringer&quot; for at opdatere denne forhåndsvisning."
201
-
202
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:947
203
- msgid "PHP Code Example"
204
- msgstr "Eksempel på PHP-kode"
205
-
206
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:949
207
- msgid "Hello World!"
208
- msgstr "Hej verden!"
209
-
210
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:951
211
- msgid "This line is highlighted."
212
- msgstr "Denne linje er fremhævet."
213
-
214
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:954
215
- msgid ""
216
- "\t\tThis\tis\tan\n"
217
- "\t\texample\tof\tsmart\n"
218
- "\t\ttabs."
219
- msgstr ""
220
- "\t\tDette\ter\tet\n"
221
- "\t\teksempel\tpå\tsmarte\n"
222
- "\t\ttabs."
223
-
224
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:969
225
- msgid "Shortcode Parameters"
226
- msgstr "Kortkode-parametre."
227
-
228
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:971
229
- #, php-format
230
- msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
231
- msgstr "Her er parametrene, du kan medtage i kortkoderne, samt hvad de gør. For de booleske (dvs. til/fra), brug %1$s/%2$s eller %3$s/%4$s"
232
-
233
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:974
234
- #, php-format
235
- msgid "%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;aliases&quot;)."
236
- msgstr "%1$s eller %2$s &#8212; Sprogsyntaksen til at fremhæve med. Alternativt kan du bruge dem som tags, så som <code>[php]code[/php]</code>. <a href=\"%3$s\">Klik her</a>, hvis du vil se en liste med gyldige tags (under &quot;aliasser&quot;)."
237
-
238
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:975
239
- #, php-format
240
- msgid "%s &#8212; Toggle automatic URL linking."
241
- msgstr "%s &#8212; Slår automatisk URL-linkning til/fra."
242
-
243
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:976
244
- #, php-format
245
- msgid "%s &#8212; Add an additional CSS class to the code box."
246
- msgstr "%s &#8212; Tilføjer en ekstra CSS-class til kode-boksen."
247
-
248
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:977
249
- #, php-format
250
- msgid "%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts."
251
- msgstr "%s &#8212; Som standard skjules koden i kodeboksen, så der skal klikkes for at vise koden. Nyttigt til indlæg med megen kode."
252
-
253
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:978
254
- #, php-format
255
- msgid "%s &#8212; An interger specifying what number the first line should be (for the line numbering)."
256
- msgstr "%s &#8212; Et heltal, som angiver, hvilken nummer den første linje skal have (til brug for linjenummerering)."
257
-
258
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:979
259
- #, php-format
260
- msgid "%s &#8212; Toggle the left-side line numbering."
261
- msgstr "%s &#8212; Skifter mellem linjenummerering til venstre og til højre."
262
-
263
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:980
264
- #, php-format
265
- msgid "%s &#8212; A comma-sperated list of line numbers to highlight."
266
- msgstr "%s &#8212; En kommasepareret liste med linjenumre, der skal fremhæves."
267
-
268
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:981
269
- #, php-format
270
- msgid "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're mixing HTML/XML with another language, such as having PHP inside an HTML web page. The above preview has it enabled for example. This only works with certain languages."
271
- msgstr "%s &#8212; Slår fremhævelse af ekstra HTML/XML til/fra. Det er nyttigt, når du bruger HTML/XML sammen med et andet sprog, som f.eks. hvis du har PHP på en HTML-webside. Eksempelvis har ovenstående forhåndsvisning det aktiveret. Funktionen virker kun med visse sprog."
272
-
273
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:982
274
- #, php-format
275
- msgid "%s &#8212; Toggle light mode which disables the gutter and toolbar all at once."
276
- msgstr "%s &#8212; Slår \"bar fremvisning\" til/fra, hvilket skjuler \"afløbsrenden\" og værktøjslinjen med det samme."
277
-
278
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:983
279
- #, php-format
280
- msgid "%s &#8212; Controls line number padding. Valid values are <code>false</code> (no padding), <code>true</code> (automatic padding), or an integer (forced padding)."
281
- msgstr "%s &#8212; Kontrollerer padding omkring linjenumre. Gyldige værdier er <code>false</code> (inge padding), <code>true</code> (automatisk padding) eller en integer (tvungen padding)."
282
-
283
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:984
284
- #, php-format
285
- msgid "%s &#8212; Toggle the toolbar containing the helpful buttons."
286
- msgstr "%s &#8212; Slår værktøjslinjen med nyttige knapper til/fra."
287
-
288
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:985
289
- #, php-format
290
- msgid "%s &#8212; Toggle line wrapping."
291
- msgstr "%s &#8212; Slår linjedeling til/fra."
292
-
293
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:988
294
- msgid "Some example shortcodes:"
295
- msgstr "Nogle eksempler på kortkoder:"
296
-
297
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:991
298
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:992
299
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:993
300
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:994
301
- msgid "your code here"
302
- msgstr "din kode her"
303
-
304
- #~ msgid "expand source"
305
- #~ msgstr "udvid kode"
306
- #~ msgid "Show a ruler column along the top of the code box"
307
- #~ msgstr "Vis en lineal for oven på kodeboksen"
308
- #~ msgid "%s &#8212; Toggle the column ruler at the top of the code box."
309
- #~ msgstr "%s &#8212; Slår kolonnelinealen til/fra i toppen af kodeboksen."
310
- #~ msgid "Cheatin&#8217; uh?"
311
- #~ msgstr "Snyder du, hva'?"
312
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
localization/syntaxhighlighter-de_DE.mo DELETED
Binary file
localization/syntaxhighlighter-de_DE.po DELETED
@@ -1,455 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR Viper007Bond
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: SyntaxHighlighter Evolved\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2013-12-10 22:14+0100\n"
11
- "PO-Revision-Date: 2014-01-18 18:14+0100\n"
12
- "Last-Translator: Michael Berger <michael.berger@gmx.de>\n"
13
- "Language-Team: Michael Berger <michael.berger@gmx.de>\n"
14
- "Language: de_DE\n"
15
- "MIME-Version: 1.0\n"
16
- "Content-Type: text/plain; charset=UTF-8\n"
17
- "Content-Transfer-Encoding: 8bit\n"
18
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
19
- "_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
20
- "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
21
- "X-Poedit-Basepath: ../\n"
22
- "X-Poedit-SourceCharset: UTF-8\n"
23
- "X-Generator: Poedit 1.5.7\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
-
26
- #: syntaxhighlighter.php:250
27
- msgid "Default"
28
- msgstr "Standard"
29
-
30
- #: syntaxhighlighter.php:251
31
- msgid "Django"
32
- msgstr "Django"
33
-
34
- #: syntaxhighlighter.php:252
35
- msgid "Eclipse"
36
- msgstr "Eclipse"
37
-
38
- #: syntaxhighlighter.php:253
39
- msgid "Emacs"
40
- msgstr "Emacs"
41
-
42
- #: syntaxhighlighter.php:254
43
- msgid "Fade to Grey"
44
- msgstr "Fade to Grey"
45
-
46
- #: syntaxhighlighter.php:255
47
- msgid "Midnight"
48
- msgstr "Midnight"
49
-
50
- #: syntaxhighlighter.php:256
51
- msgid "RDark"
52
- msgstr "RDark"
53
-
54
- #: syntaxhighlighter.php:257
55
- msgid "[None]"
56
- msgstr "[ohne]"
57
-
58
- #: syntaxhighlighter.php:269 syntaxhighlighter.php:990
59
- msgid "SyntaxHighlighter Settings"
60
- msgstr "SyntaxHighlighter Einstellungen"
61
-
62
- #: syntaxhighlighter.php:269
63
- msgid "SyntaxHighlighter"
64
- msgstr "SyntaxHighlighter"
65
-
66
- #: syntaxhighlighter.php:300
67
- msgid "Settings"
68
- msgstr "Einstellungen"
69
-
70
- #: syntaxhighlighter.php:652
71
- msgid "show source"
72
- msgstr "Quelltext aufklappen"
73
-
74
- #: syntaxhighlighter.php:653
75
- msgid "view source"
76
- msgstr "Quelltext anzeigen"
77
-
78
- #: syntaxhighlighter.php:654
79
- msgid "copy to clipboard"
80
- msgstr "In die Zwischenablage kopieren"
81
-
82
- #: syntaxhighlighter.php:655
83
- msgid "The code is in your clipboard now"
84
- msgstr "Der Quelltext wurde in die Zwischenablage kopiert"
85
-
86
- #: syntaxhighlighter.php:656
87
- msgid "print"
88
- msgstr "Drucken"
89
-
90
- #: syntaxhighlighter.php:657 syntaxhighlighter.php:664
91
- msgid "?"
92
- msgstr "?"
93
-
94
- #: syntaxhighlighter.php:658 syntaxhighlighter.php:665
95
- msgid "SyntaxHighlighter\\n\\n"
96
- msgstr "SyntaxHighlighter\\n\\n"
97
-
98
- #: syntaxhighlighter.php:659 syntaxhighlighter.php:666
99
- msgid "Can't find brush for: "
100
- msgstr "Keine Syntax-Datei vorhanden für: "
101
-
102
- #: syntaxhighlighter.php:660 syntaxhighlighter.php:667
103
- msgid "Brush wasn't configured for html-script option: "
104
- msgstr "Die Syntax-Datei ist nicht für die „htmlscript” Option konfiguriert: "
105
-
106
- #: syntaxhighlighter.php:663
107
- msgid "+ expand source"
108
- msgstr "+ Quelltext aufklappen"
109
-
110
- #: syntaxhighlighter.php:978
111
- msgid "Are you sure you want to reset your settings to the defaults?"
112
- msgstr "Bist du sicher, dass du alle Einstellungen zurücksetzen willst?"
113
-
114
- #: syntaxhighlighter.php:982
115
- msgid "Settings reset to defaults."
116
- msgstr "Alle Einstellungen wurden zurückgesetzt."
117
-
118
- #: syntaxhighlighter.php:999
119
- msgid "Highlighter Version"
120
- msgstr "Highlighter Version"
121
-
122
- #: syntaxhighlighter.php:1004
123
- msgid "Version 3.x"
124
- msgstr "Version 3.x"
125
-
126
- #: syntaxhighlighter.php:1005
127
- msgid "Version 2.x"
128
- msgstr "Version 2.x"
129
-
130
- #: syntaxhighlighter.php:1013
131
- msgid ""
132
- "Version 3 allows visitors to easily highlight portions of your code with "
133
- "their mouse (either by dragging or double-clicking) and copy it to their "
134
- "clipboard. No toolbar containing a Flash-based button is required."
135
- msgstr ""
136
- "<p class=\"description\">In Version 3.x können Teile des Quelltextes mit der "
137
- "Maus markiert und in die Zwischenablage kopiert werden, ohne dass Adobe "
138
- "Flash benötigt wird.<br> In Version 2.x können lange Zeilen mittels "
139
- "Zeilenumbruch angezeigt werden.</p>"
140
-
141
- #: syntaxhighlighter.php:1014
142
- msgid ""
143
- "Version 2 allows for line wrapping, something that version 3 does not do at "
144
- "this time."
145
- msgstr " "
146
-
147
- #: syntaxhighlighter.php:1018
148
- msgid "Color Theme"
149
- msgstr "Farbschema"
150
-
151
- #: syntaxhighlighter.php:1030 syntaxhighlighter.php:1033
152
- msgid "Load All Brushes"
153
- msgstr "Alle Syntax-Dateien laden"
154
-
155
- #: syntaxhighlighter.php:1034
156
- msgid ""
157
- "Always load all language files (for directly using <code>&lt;pre&gt;</code> "
158
- "tags rather than shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If left "
159
- "unchecked (default), then language files will only be loaded when needed<br /"
160
- ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If unsure, leave this box unchecked"
161
- msgstr ""
162
- "Immer alle Syntax-Dateien laden, um <code>&lt;pre&gt;</code> Tags anstelle "
163
- "von Shortcodes verwenden zu können.<p class=\"description\">Wenn diese "
164
- "Option deaktiviert ist, werden die Syntax-Dateien nur bei Bedarf geladen "
165
- "(Voreinstellung). Im Zweifel solltest du diese Option deaktiviert lassen.</p>"
166
-
167
- #: syntaxhighlighter.php:1040
168
- msgid "Defaults"
169
- msgstr "Voreinstellungen"
170
-
171
- #: syntaxhighlighter.php:1042
172
- msgid ""
173
- "All of the settings below can be configured on a per-code block basis, but "
174
- "you can control the defaults of all code blocks here."
175
- msgstr ""
176
- "Alle folgenden Einstellungen können mit den unten beschriebenen Shortcode "
177
- "Parametern pro Quelltext-Block festgelegt werden. Du kannst hier aber die "
178
- "Voreinstellungen für alle Quellcode-Blöcke festlegen."
179
-
180
- #: syntaxhighlighter.php:1046 syntaxhighlighter.php:1049
181
- msgid "Miscellaneous"
182
- msgstr "Allgemein"
183
-
184
- #: syntaxhighlighter.php:1051
185
- msgid "Display line numbers"
186
- msgstr "<code>gutter</code> &#8212; Zeilennummern anzeigen"
187
-
188
- #: syntaxhighlighter.php:1052
189
- msgid "Display the toolbar"
190
- msgstr "<code>toolbar</code> &#8212; Toolbar anzeigen"
191
-
192
- #: syntaxhighlighter.php:1053
193
- msgid "Automatically make URLs clickable"
194
- msgstr "<code>autolinks</code> &#8212; URLs im Quelltext als Link darstellen"
195
-
196
- #: syntaxhighlighter.php:1054
197
- msgid "Collapse code boxes"
198
- msgstr "<code>collapse</code> &#8212; Quelltext-Block zugeklappt anzeigen"
199
-
200
- #: syntaxhighlighter.php:1055
201
- msgid "Use the light display mode, best for single lines of code"
202
- msgstr ""
203
- "<code>light</code> &#8212; Keine Zeilennummern und kein Toolbar anzeigen"
204
-
205
- #: syntaxhighlighter.php:1056
206
- msgid "Use smart tabs allowing tabs being used for alignment"
207
- msgstr "<code>smarttabs</code> &#8212; Tabstopps zur Ausrichtung verwenden"
208
-
209
- #: syntaxhighlighter.php:1057
210
- msgid ""
211
- "Wrap long lines (v2.x only, disabling this will make a scrollbar show "
212
- "instead)"
213
- msgstr ""
214
- "<code>wraplines</code> &#8212; Zu lange Zeilen mittels Zeilenumbruch statt "
215
- "einer Bildlaufleiste darstellen (nur in Version 2.x möglich)"
216
-
217
- #: syntaxhighlighter.php:1058
218
- msgid ""
219
- "Enable &quot;HTML script&quot; mode by default (see the bottom of this page "
220
- "for details). Checking this box is not recommended as this mode only works "
221
- "with certain languages."
222
- msgstr ""
223
- "<code>htmlscript</code> &#8212; HTML/XML innerhalb des Quelltextes "
224
- "hervorheben. Es wird nicht empfohlen, diesen Modus als Voreinstellung zu "
225
- "verwenden, da er nur bei bestimmten Programmiersprachen verfügbar ist."
226
-
227
- #: syntaxhighlighter.php:1063
228
- msgid "Additional CSS Class(es)"
229
- msgstr "Zusätzliche CSS Klasse(n)"
230
-
231
- #: syntaxhighlighter.php:1067
232
- msgid "Starting Line Number"
233
- msgstr "Erste Zeilennummer"
234
-
235
- #: syntaxhighlighter.php:1071
236
- msgid "Line Number Padding"
237
- msgstr "Führende Nullen anzeigen"
238
-
239
- #: syntaxhighlighter.php:1076
240
- msgid "Off"
241
- msgstr "Keine"
242
-
243
- #: syntaxhighlighter.php:1077
244
- msgid "Automatic"
245
- msgstr "Automatisch"
246
-
247
- #: syntaxhighlighter.php:1093
248
- msgid "Tab Size"
249
- msgstr "Tabulatorbreite"
250
-
251
- #: syntaxhighlighter.php:1097
252
- msgid "Title"
253
- msgstr "Überschrift"
254
-
255
- #: syntaxhighlighter.php:1100
256
- msgid ""
257
- "Some optional default text to display above each code block or as the "
258
- "clickable text for collapsed code blocks."
259
- msgstr ""
260
- "<p class=\"description\">Überschrift für den Quelltext (nur in Version 3.x "
261
- "möglich)</p>"
262
-
263
- #: syntaxhighlighter.php:1110 syntaxhighlighter.php:1113
264
- msgid "Reset to Defaults"
265
- msgstr "Alle Einstellungen zurücksetzen"
266
-
267
- #: syntaxhighlighter.php:1112
268
- msgid "Save Changes"
269
- msgstr "Änderungen speichern"
270
-
271
- #: syntaxhighlighter.php:1120
272
- msgid "Preview"
273
- msgstr "Vorschau"
274
-
275
- #: syntaxhighlighter.php:1122
276
- msgid "Click &quot;Save Changes&quot; to update this preview."
277
- msgstr "Klicke „Änderungen speichern” zur Aktualisierung der Vorschau."
278
-
279
- #: syntaxhighlighter.php:1141
280
- msgid "PHP Code Example"
281
- msgstr "PHP Quelltext Beispiel"
282
-
283
- #: syntaxhighlighter.php:1143
284
- msgid "Hello World!"
285
- msgstr "Hallo Welt!"
286
-
287
- #: syntaxhighlighter.php:1145
288
- msgid "This line is highlighted."
289
- msgstr "Diese Zeile ist hervorgehoben."
290
-
291
- #: syntaxhighlighter.php:1148
292
- msgid ""
293
- "\t\tThis\tis\tan\n"
294
- "\t\texample\tof\tsmart\n"
295
- "\t\ttabs."
296
- msgstr ""
297
- "\t\tDies\tist\tein\n"
298
- "\t\tBeispiel\tfür\tSmart\n"
299
- "\t\tTabs."
300
-
301
- #: syntaxhighlighter.php:1153
302
- msgid "WordPress"
303
- msgstr "WordPress"
304
-
305
- #: syntaxhighlighter.php:1164
306
- msgid "Shortcode Parameters"
307
- msgstr "Shortcodes"
308
-
309
- #: syntaxhighlighter.php:1166
310
- #, php-format
311
- msgid ""
312
- "These are the parameters you can pass to the shortcode and what they do. For "
313
- "the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
314
- msgstr ""
315
- "Liste der Shortcode Parameter und ihrer Funktion. Für boolesche Werte (d.h. "
316
- "an/aus), verwende %1$s/%2$s oder %3$s/%4$s."
317
-
318
- #: syntaxhighlighter.php:1169
319
- #, php-format
320
- msgctxt "language parameter"
321
- msgid ""
322
- "%1$s or %2$s &#8212; The language syntax to highlight with. You can "
323
- "alternately just use that as the tag, such as <code>[php]code[/php]</code>. "
324
- "<a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;"
325
- "aliases&quot;)."
326
- msgstr ""
327
- "%1$s oder %2$s &#8212; Programmiersprache des Quelltextes festlegen. Du "
328
- "kannst alternativ auch nur den Namen der Programmiersprache als Tag "
329
- "verwenden. Beispiel: <code>[php]code[/php]</code>. Eine Liste der gültigen "
330
- "Tags findest du auf <a href=\"%3$s\">dieser Seite</a> unter dem "
331
- "Navigationspunkt <a href=\"http://alexgorbatchev.com/SyntaxHighlighter/"
332
- "manual/brushes/\">syntaxes</a>."
333
-
334
- #: syntaxhighlighter.php:1170
335
- #, php-format
336
- msgctxt "autolinks parameter"
337
- msgid "%s &#8212; Toggle automatic URL linking."
338
- msgstr "%s &#8212; URLs im Quelltext als Link darstellen."
339
-
340
- #: syntaxhighlighter.php:1171
341
- #, php-format
342
- msgctxt "classname parameter"
343
- msgid "%s &#8212; Add an additional CSS class to the code box."
344
- msgstr ""
345
- "%s &#8212; Zusätzliche CSS Klasse(n) für den Quelltext-Block einbinden. "
346
- "Mehrere Klassen durch Leerzeichen voneinander trennen."
347
-
348
- #: syntaxhighlighter.php:1172
349
- #, php-format
350
- msgctxt "collapse parameter"
351
- msgid ""
352
- "%s &#8212; Toggle collapsing the code box by default, requiring a click to "
353
- "expand it. Good for large code posts."
354
- msgstr ""
355
- "%s &#8212; Quelltext-Block zugeklappt anzeigen. Zum Aufklappen ist dann ein "
356
- "Klick auf den Quelltext-Block notwendig. Diese Einstellung eignet sich "
357
- "insbesondere für längere Quelltexte."
358
-
359
- #: syntaxhighlighter.php:1173
360
- #, php-format
361
- msgctxt "firstline parameter"
362
- msgid ""
363
- "%s &#8212; An interger specifying what number the first line should be (for "
364
- "the line numbering)."
365
- msgstr ""
366
- "%s &#8212; Erste Zeilennummer für die Nummerierung der Quelltextzeilen "
367
- "festlegen."
368
-
369
- #: syntaxhighlighter.php:1174
370
- #, php-format
371
- msgctxt "gutter parameter"
372
- msgid "%s &#8212; Toggle the left-side line numbering."
373
- msgstr "%s &#8212; Zeilennummern anzeigen."
374
-
375
- #: syntaxhighlighter.php:1175
376
- #, php-format
377
- msgctxt "highlight parameter"
378
- msgid ""
379
- "%1$s &#8212; A comma-sperated list of line numbers to highlight. You can "
380
- "also specify a range. Example: %2$s"
381
- msgstr ""
382
- "%1$s &#8212; Quelltextzeilen hervorheben. Die Angabe erfolgt in Form einer "
383
- "kommaseparierten Liste oder eines Bereichs: %2$s"
384
-
385
- #: syntaxhighlighter.php:1176
386
- #, php-format
387
- msgctxt "htmlscript parameter"
388
- msgid ""
389
- "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're "
390
- "mixing HTML/XML with another language, such as having PHP inside an HTML web "
391
- "page. The above preview has it enabled for example. This only works with "
392
- "certain languages."
393
- msgstr ""
394
- "%s &#8212; HTML/XML innerhalb des Quelltextes hervorheben. Diese Option ist "
395
- "geeignet, wenn HTML/XML und eine andere Sprache gemischt werden (z.B. PHP "
396
- "innerhalb einer HTML Webseite in der obigen Vorschau). Diese Option ist "
397
- "jedoch nur für bestimmte Programmiersprachen verfügbar."
398
-
399
- #: syntaxhighlighter.php:1177
400
- #, php-format
401
- msgctxt "light parameter"
402
- msgid ""
403
- "%s &#8212; Toggle light mode which disables the gutter and toolbar all at "
404
- "once."
405
- msgstr "%s &#8212; Keine Zeilennummern und kein Toolbar anzeigen."
406
-
407
- #: syntaxhighlighter.php:1178
408
- #, php-format
409
- msgctxt "padlinenumbers parameter"
410
- msgid ""
411
- "%s &#8212; Controls line number padding. Valid values are <code>false</code> "
412
- "(no padding), <code>true</code> (automatic padding), or an integer (forced "
413
- "padding)."
414
- msgstr ""
415
- "%s &#8212; Führenden Nullen anzeigen. Gültige Werte sind <code>false</code> "
416
- "(keine führenden Nullen), <code>true</code> (automatische Anzahl führender "
417
- "Nullen) oder ein Integer Wert (feste Anzahl von Stellen)."
418
-
419
- #: syntaxhighlighter.php:1179
420
- #, php-format
421
- msgctxt "title parameter"
422
- msgid ""
423
- "%1$s (v3 only) &#8212; Sets some text to show up before the code. Very "
424
- "useful when combined with the %2$s parameter."
425
- msgstr ""
426
- "%1$s (nur Version 3.x) &#8212; Überschrift für den Quelltext. Diese Option "
427
- "empfiehlt sich, wenn %2$s verwendet wird."
428
-
429
- #: syntaxhighlighter.php:1180
430
- #, php-format
431
- msgctxt "toolbar parameter"
432
- msgid ""
433
- "%s &#8212; Toggle the toolbar (buttons in v2, the about question mark in v3)"
434
- msgstr "%s &#8212; Toolbar anzeigen."
435
-
436
- #: syntaxhighlighter.php:1181
437
- #, php-format
438
- msgctxt "wraplines parameter"
439
- msgid "%s (v2 only) &#8212; Toggle line wrapping."
440
- msgstr ""
441
- "%s (nur Version 2.x) &#8212; Zu lange Zeilen mittels Zeilenumbruch statt "
442
- "einer Bildlaufleiste darstellen."
443
-
444
- #: syntaxhighlighter.php:1184
445
- msgid "Some example shortcodes:"
446
- msgstr "Einige Beispiele für Shortcodes:"
447
-
448
- #: syntaxhighlighter.php:1187 syntaxhighlighter.php:1188
449
- #: syntaxhighlighter.php:1189 syntaxhighlighter.php:1190
450
- msgid "your code here"
451
- msgstr "Hier steht der Quelltext"
452
-
453
- #: syntaxhighlighter.php:1188
454
- msgid "example-filename.php"
455
- msgstr "beispieldatei.php"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
localization/syntaxhighlighter-es_ES.mo DELETED
Binary file
localization/syntaxhighlighter-es_ES.po DELETED
@@ -1,464 +0,0 @@
1
- # Copyright (C) 2010 SyntaxHighlighter Evolved
2
- # This file is distributed under the same license as the SyntaxHighlighter Evolved package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: SyntaxHighlighter Evolved 3.1.3\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/syntaxhighlighter\n"
7
- "POT-Creation-Date: 2011-06-22 06:44:52+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2017-07-11 14:16+0200\n"
12
- "Last-Translator: \n"
13
- "Language-Team: mammutdeveloper ibijorge@gmail.com\n"
14
- "Language: es_ES\n"
15
- "X-Generator: Poedit 2.0.2\n"
16
-
17
- #: syntaxhighlighter.php:250
18
- msgid "Default"
19
- msgstr "Defecto"
20
-
21
- #: syntaxhighlighter.php:251
22
- msgid "Django"
23
- msgstr "Django"
24
-
25
- #: syntaxhighlighter.php:252
26
- msgid "Eclipse"
27
- msgstr "Eclipse"
28
-
29
- #: syntaxhighlighter.php:253
30
- msgid "Emacs"
31
- msgstr "Emacs"
32
-
33
- #: syntaxhighlighter.php:254
34
- msgid "Fade to Grey"
35
- msgstr "Descolorar a gris"
36
-
37
- #: syntaxhighlighter.php:255
38
- msgid "Midnight"
39
- msgstr "Midnight"
40
-
41
- #: syntaxhighlighter.php:256
42
- msgid "RDark"
43
- msgstr "RDark"
44
-
45
- #: syntaxhighlighter.php:257
46
- msgid "[None]"
47
- msgstr "[Ninguno]"
48
-
49
- #: syntaxhighlighter.php:269 syntaxhighlighter.php:996
50
- msgid "SyntaxHighlighter Settings"
51
- msgstr "Ajustes de SyntaxHighlighter"
52
-
53
- #: syntaxhighlighter.php:269
54
- msgid "SyntaxHighlighter"
55
- msgstr "SyntaxHighlighter"
56
-
57
- #: syntaxhighlighter.php:300
58
- msgid "Settings"
59
- msgstr "Ajustes"
60
-
61
- #: syntaxhighlighter.php:658
62
- msgid "show source"
63
- msgstr "mostrar fuente"
64
-
65
- #: syntaxhighlighter.php:659
66
- msgid "view source"
67
- msgstr "ver fuente"
68
-
69
- #: syntaxhighlighter.php:660
70
- msgid "copy to clipboard"
71
- msgstr "copiar al portapapeles"
72
-
73
- #: syntaxhighlighter.php:661
74
- msgid "The code is in your clipboard now"
75
- msgstr "El código esta ahora en tu portapapeles"
76
-
77
- #: syntaxhighlighter.php:662
78
- msgid "print"
79
- msgstr "imprimir"
80
-
81
- #: syntaxhighlighter.php:663 syntaxhighlighter.php:670
82
- msgid "?"
83
- msgstr "?"
84
-
85
- #: syntaxhighlighter.php:664 syntaxhighlighter.php:671
86
- msgid "SyntaxHighlighter\\n\\n"
87
- msgstr "SyntaxHighlighter\\n\\n"
88
-
89
- #: syntaxhighlighter.php:665 syntaxhighlighter.php:672
90
- msgid "Can't find brush for: "
91
- msgstr "No se ha podido encontrar una definición de sintaxis para "
92
-
93
- #: syntaxhighlighter.php:666 syntaxhighlighter.php:673
94
- msgid "Brush wasn't configured for html-script option: "
95
- msgstr "La definición de sintaxis para la opción html-script no se configuró "
96
-
97
- #: syntaxhighlighter.php:669
98
- msgid "+ expand source"
99
- msgstr "+ ampliar fuente"
100
-
101
- #: syntaxhighlighter.php:984
102
- msgid "Are you sure you want to reset your settings to the defaults?"
103
- msgstr ""
104
- "¿Estas seguro de que quieres restablecer las opciones a las de por defecto?"
105
-
106
- #: syntaxhighlighter.php:988
107
- msgid "Settings reset to defaults."
108
- msgstr "Opciones restablecidas a las de por defecto."
109
-
110
- #: syntaxhighlighter.php:1005
111
- msgid "Highlighter Version"
112
- msgstr "Versión Highlighter"
113
-
114
- #: syntaxhighlighter.php:1010
115
- msgid "Version 3.x"
116
- msgstr "Versión 3.x"
117
-
118
- #: syntaxhighlighter.php:1011
119
- msgid "Version 2.x"
120
- msgstr "Versión 2.x"
121
-
122
- #: syntaxhighlighter.php:1019
123
- msgid ""
124
- "Version 3 allows visitors to easily highlight portions of your code with "
125
- "their mouse (either by dragging or double-clicking) and copy it to their "
126
- "clipboard. No toolbar containing a Flash-based button is required."
127
- msgstr ""
128
- "La versión 3 permite a los visitantes arrastrar fácilmente porciones de sus "
129
- "códigos con el ratón ( igualmente manteniendo o haciendo doble click) y "
130
- "copiarlos a sus portapapeles. No requiere de una barra de herramientas con "
131
- "un botón de Flash-based."
132
-
133
- #: syntaxhighlighter.php:1020
134
- msgid ""
135
- "Version 2 allows for line wrapping, something that version 3 does not do at "
136
- "this time."
137
- msgstr ""
138
- "La versión 2 permite el wrap por línea, algo que la versión 3 no hace en "
139
- "este momento."
140
-
141
- #: syntaxhighlighter.php:1024
142
- msgid "Color Theme"
143
- msgstr "Color del tema"
144
-
145
- #: syntaxhighlighter.php:1036 syntaxhighlighter.php:1039
146
- msgid "Load All Brushes"
147
- msgstr "Cargar todas las opciones de sintaxis"
148
-
149
- #: syntaxhighlighter.php:1040
150
- msgid ""
151
- "Always load all language files (for directly using <code>&lt;pre&gt;</code> "
152
- "tags rather than shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If left "
153
- "unchecked (default), then language files will only be loaded when needed<br /"
154
- ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If unsure, leave this box unchecked"
155
- msgstr ""
156
- "Carga siempre todos los archivos de lenguaje (usando directamente <code>&lt;"
157
- "pre&gt;</code> etiquetas mejor que shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;"
158
- "&nbsp;Si está sin marcar (por defecto), luego los archivos de lenguaje "
159
- "solamente se cargarán cuando lo necesiten<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"
160
- "Si no estas seguro deja la caja sin marcar"
161
-
162
- #: syntaxhighlighter.php:1046
163
- msgid "Defaults"
164
- msgstr "Parámetros por defecto"
165
-
166
- #: syntaxhighlighter.php:1048
167
- msgid ""
168
- "All of the settings below can be configured on a per-code block basis, but "
169
- "you can control the defaults of all code blocks here."
170
- msgstr ""
171
- "Todas las opciones de abajo pueden ser configuradas como un bloque singular "
172
- "común, pero puedes controlar los valores por defecto de todos los bloques de "
173
- "código aquí."
174
-
175
- #: syntaxhighlighter.php:1052 syntaxhighlighter.php:1055
176
- msgid "Miscellaneous"
177
- msgstr "Variado"
178
-
179
- #: syntaxhighlighter.php:1057
180
- msgid "Display line numbers"
181
- msgstr "Mostrar los números de la línea"
182
-
183
- #: syntaxhighlighter.php:1058
184
- msgid "Display the toolbar"
185
- msgstr "Mostrar la barra de herramientas"
186
-
187
- #: syntaxhighlighter.php:1059
188
- msgid "Automatically make URLs clickable"
189
- msgstr "Automáticamente hace que las URLs sean marcables"
190
-
191
- #: syntaxhighlighter.php:1060
192
- msgid "Collapse code boxes"
193
- msgstr "Colapsar las cajas de código"
194
-
195
- #: syntaxhighlighter.php:1061
196
- msgid "Use the light display mode, best for single lines of code"
197
- msgstr "Utiliza mejor el modo de muestra claro para lineas de código simples"
198
-
199
- #: syntaxhighlighter.php:1062
200
- msgid "Use smart tabs allowing tabs being used for alignment"
201
- msgstr ""
202
- "Utiliza las smart tabs de modo que permitan las tabs ser utilizadas para el "
203
- "alineamiento"
204
-
205
- #: syntaxhighlighter.php:1063
206
- msgid ""
207
- "Wrap long lines (v2.x only, disabling this will make a scrollbar show "
208
- "instead)"
209
- msgstr ""
210
- "Wrap líneas largas (únicamente en v2.x , deshabilitando esta se mostrará un "
211
- "scrollbar en su lugar)"
212
-
213
- #: syntaxhighlighter.php:1064
214
- msgid ""
215
- "Enable &quot;HTML script&quot; mode by default (see the bottom of this page "
216
- "for details). Checking this box is not recommended as this mode only works "
217
- "with certain languages."
218
- msgstr ""
219
- "Permitir &quot;HTML script&quot; modo por defecto (mirar el final de la "
220
- "página para más detalles). Marcar esta opción no es recomendable ya que este "
221
- "modo solo funciona con ciertos lenguajes."
222
-
223
- #: syntaxhighlighter.php:1069
224
- msgid "Additional CSS Class(es)"
225
- msgstr "Clase(es) de Css adicional(es)"
226
-
227
- #: syntaxhighlighter.php:1073
228
- msgid "Starting Line Number"
229
- msgstr "Número de inicio de la línea"
230
-
231
- #: syntaxhighlighter.php:1077
232
- msgid "Line Number Padding"
233
- msgstr "Padding de la numeración de la línea"
234
-
235
- #: syntaxhighlighter.php:1082
236
- msgid "Off"
237
- msgstr "Off"
238
-
239
- #: syntaxhighlighter.php:1083
240
- msgid "Automatic"
241
- msgstr "Automático"
242
-
243
- #: syntaxhighlighter.php:1099
244
- msgid "Tab Size"
245
- msgstr "Tamaño del Tab"
246
-
247
- #: syntaxhighlighter.php:1103
248
- msgid "Title"
249
- msgstr "Título"
250
-
251
- #: syntaxhighlighter.php:1106
252
- msgid ""
253
- "Some optional default text to display above each code block or as the "
254
- "clickable text for collapsed code blocks."
255
- msgstr ""
256
- "Texto por defecto opcional para mostrar debajo de cada bloque de código o "
257
- "como texto clickable para bloques de código colapsados."
258
-
259
- #: syntaxhighlighter.php:1116 syntaxhighlighter.php:1119
260
- msgid "Reset to Defaults"
261
- msgstr "Restablecer a parámetros por defecto"
262
-
263
- #: syntaxhighlighter.php:1118
264
- msgid "Save Changes"
265
- msgstr "Guardar cambios"
266
-
267
- #: syntaxhighlighter.php:1126
268
- msgid "Preview"
269
- msgstr "Vista previa"
270
-
271
- #: syntaxhighlighter.php:1128
272
- msgid "Click &quot;Save Changes&quot; to update this preview."
273
- msgstr "Clicar &quot;Save Changes&quot; para cargar esta vista previa."
274
-
275
- #: syntaxhighlighter.php:1147
276
- msgid "PHP Code Example"
277
- msgstr "Ejemplo de código PHP"
278
-
279
- #: syntaxhighlighter.php:1149
280
- msgid "Hello World!"
281
- msgstr "¡Hola mundo!"
282
-
283
- #: syntaxhighlighter.php:1151
284
- msgid "This line is highlighted."
285
- msgstr "Esta línea esta destacada."
286
-
287
- #: syntaxhighlighter.php:1154
288
- msgid ""
289
- "\t\tThis\tis\tan\r\n"
290
- "\t\texample\tof\tsmart\r\n"
291
- "\t\ttabs."
292
- msgstr ""
293
- "\t\tEste\tes\tun\n"
294
- "\t\tejemplo\tde\tsmart\n"
295
- "\t\ttabs."
296
-
297
- #: syntaxhighlighter.php:1159
298
- msgid "WordPress"
299
- msgstr "WordPress"
300
-
301
- #: syntaxhighlighter.php:1170
302
- msgid "Shortcode Parameters"
303
- msgstr "Parámetros de Shortcode"
304
-
305
- #: syntaxhighlighter.php:1172
306
- msgid ""
307
- "These are the parameters you can pass to the shortcode and what they do. For "
308
- "the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
309
- msgstr ""
310
- "Estos son los parámetros que puedes pasar a los shortcode y los que puedes "
311
- "utilizar. Para los boleanos(i.e. on/off), pasar %1$s/%2$s or %3$s/%4$s."
312
-
313
- #: syntaxhighlighter.php:1175
314
- msgctxt "language parameter"
315
- msgid ""
316
- "%1$s or %2$s &#8212; The language syntax to highlight with. You can "
317
- "alternately just use that as the tag, such as <code>[php]code[/php]</code>. "
318
- "<a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;"
319
- "aliases&quot;)."
320
- msgstr ""
321
- "%1$s or %2$s &#8212; Este es el lenguaje para destacar. Solo puedes "
322
- "utilizar esta alternativamente como etiquéta, como ejemplo <code>[php]code[/"
323
- "php]</code>. <a href=\"%3$s\">Clica aquí</a> para una lista de etiquetas "
324
- "validas (under &quot;aliases&quot;)."
325
-
326
- #: syntaxhighlighter.php:1176
327
- msgctxt "autolinks parameter"
328
- msgid "%s &#8212; Toggle automatic URL linking."
329
- msgstr "%s &#8212; Conmutación automática del enlace de URL."
330
-
331
- #: syntaxhighlighter.php:1177
332
- msgctxt "classname parameter"
333
- msgid "%s &#8212; Add an additional CSS class to the code box."
334
- msgstr "%s &#8212; Añade una clase de CSS adicional para la caja de código."
335
-
336
- #: syntaxhighlighter.php:1178
337
- msgctxt "collapse parameter"
338
- msgid ""
339
- "%s &#8212; Toggle collapsing the code box by default, requiring a click to "
340
- "expand it. Good for large code posts."
341
- msgstr ""
342
- "%s &#8212; Conmutación del colapso de la caja de código por defecto, "
343
- "requiriendo de un clic para ampliarse. Bueno para posts con mucho código."
344
-
345
- #: syntaxhighlighter.php:1179
346
- msgctxt "firstline parameter"
347
- msgid ""
348
- "%s &#8212; An interger specifying what number the first line should be (for "
349
- "the line numbering)."
350
- msgstr ""
351
- "%s &#8212; Un número entero para definir con que número debería iniciar la "
352
- "primera línea (para la numeración de la línea)."
353
-
354
- #: syntaxhighlighter.php:1180
355
- msgctxt "gutter parameter"
356
- msgid "%s &#8212; Toggle the left-side line numbering."
357
- msgstr "%s &#8212; Conmutar el numerado de la línea del lado izquierdo."
358
-
359
- #: syntaxhighlighter.php:1181
360
- msgctxt "highlight parameter"
361
- msgid ""
362
- "%1$s &#8212; A comma-sperated list of line numbers to highlight. You can "
363
- "also specify a range. Example: %2$s"
364
- msgstr ""
365
- "%1$s &#8212; Una lista (comma-sperated) de números en línea para destacar. "
366
- "Puedes además especificar un rango. Ejemplo: %2$s"
367
-
368
- #: syntaxhighlighter.php:1182
369
- msgctxt "htmlscript parameter"
370
- msgid ""
371
- "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're "
372
- "mixing HTML/XML with another language, such as having PHP inside an HTML web "
373
- "page. The above preview has it enabled for example. This only works with "
374
- "certain languages."
375
- msgstr ""
376
- "%s &#8212; Conmutar destacado para cualquier HTML/XML. Bueno para cuando "
377
- "estas mezclando HTML/XML con cualquier otro lenguaje, como tener PHP dentro "
378
- "de una página web HTML. La vista previa de abajo la tiene activada como "
379
- "ejemplo. Esto solo funciona con ciertos lenguajes."
380
-
381
- #: syntaxhighlighter.php:1183
382
- msgctxt "light parameter"
383
- msgid ""
384
- "%s &#8212; Toggle light mode which disables the gutter and toolbar all at "
385
- "once."
386
- msgstr ""
387
- "%s &#8212; Conmutar el modo claro el cual deshabilita a la vez el gutter y "
388
- "la barra de herramientas."
389
-
390
- #: syntaxhighlighter.php:1184
391
- msgctxt "padlinenumbers parameter"
392
- msgid ""
393
- "%s &#8212; Controls line number padding. Valid values are <code>false</code> "
394
- "(no padding), <code>true</code> (automatic padding), or an integer (forced "
395
- "padding)."
396
- msgstr ""
397
- "%s &#8212; Controla el padding de los números en línea. Los valores válidos "
398
- "son <code>false</code> (sin padding), <code>true</code> (padding "
399
- "automatico), o un entero (fuerza el padding)."
400
-
401
- #: syntaxhighlighter.php:1185
402
- msgctxt "title parameter"
403
- msgid ""
404
- "%1$s (v3 only) &#8212; Sets some text to show up before the code. Very "
405
- "useful when combined with the %2$s parameter."
406
- msgstr ""
407
- "%1$s (solo en v3) &#8212; Selecciona algún texto para mostrar antes del "
408
- "código. Muy útil cuando se combina con el parámetro %2$s."
409
-
410
- #: syntaxhighlighter.php:1186
411
- msgctxt "toolbar parameter"
412
- msgid ""
413
- "%s &#8212; Toggle the toolbar (buttons in v2, the about question mark in v3)"
414
- msgstr ""
415
- "%s &#8212; Conmuta la barra de herramientas (los botones en v2, la opción de "
416
- "la pregunta about en v3)"
417
-
418
- #: syntaxhighlighter.php:1187
419
- msgctxt "wraplines parameter"
420
- msgid "%s (v2 only) &#8212; Toggle line wrapping."
421
- msgstr "%s (solo en v2) &#8212; Conmuta el wrapping de línea."
422
-
423
- #: syntaxhighlighter.php:1190
424
- msgid "Some example shortcodes:"
425
- msgstr "Algunos ejemplos de shortcodes:"
426
-
427
- #: syntaxhighlighter.php:1193 syntaxhighlighter.php:1194
428
- #: syntaxhighlighter.php:1195 syntaxhighlighter.php:1196
429
- msgid "your code here"
430
- msgstr "introduce tu código aquí"
431
-
432
- #: syntaxhighlighter.php:1194
433
- msgid "example-filename.php"
434
- msgstr "ejemplo-nombredearchivo.php"
435
-
436
- #. Plugin Name of the plugin/theme
437
- msgid "SyntaxHighlighter Evolved"
438
- msgstr "SyntaxHighlighter Evolved"
439
-
440
- #. Plugin URI of the plugin/theme
441
- msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
442
- msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
443
-
444
- #. Description of the plugin/theme
445
- msgid ""
446
- "Easily post syntax-highlighted code to your site without having to modify "
447
- "the code at all. Uses Alex Gorbatchev's <a href=\"http://alexgorbatchev.com/"
448
- "wiki/SyntaxHighlighter\">SyntaxHighlighter</a>. <strong>TIP:</strong> Don't "
449
- "use the Visual editor if you don't want your code mangled. TinyMCE will "
450
- "\"clean up\" your HTML."
451
- msgstr ""
452
- "Introduce sintaxis destacadas de código a tu sitio sin tener que modificar "
453
- "el código del todo . Utiliza el Alex Gorbatchev's <a href=\"http://"
454
- "alexgorbatchev.com/wiki/SyntaxHighlighter\">SyntaxHighlighter</a>. "
455
- "<strong>TIP:</strong> No utilizes el editos Visual si no quieres estropear "
456
- "tu código. TinyMCE limpiará tu HTML."
457
-
458
- #. Author of the plugin/theme
459
- msgid "Viper007Bond"
460
- msgstr "Viper007Bond"
461
-
462
- #. Author URI of the plugin/theme
463
- msgid "http://www.viper007bond.com/"
464
- msgstr "http://www.viper007bond.com/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
localization/syntaxhighlighter-it_IT.mo DELETED
Binary file
localization/syntaxhighlighter-it_IT.po DELETED
@@ -1,422 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR Viper007Bond
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: SyntaxHighlighter Evolved in italiano\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2011-06-04 14:07+0100\n"
11
- "PO-Revision-Date: 2011-06-04 14:15+0100\n"
12
- "Last-Translator: Gianni Diurno (aka gidibao) <gidibao[at]gmail[dot]com>\n"
13
- "Language-Team: Gianni Diurno | gidibao.net\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Italian\n"
18
- "X-Poedit-Country: ITALY\n"
19
- "X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
20
- "X-Poedit-Basepath: ../\n"
21
- "X-Poedit-SourceCharset: utf-8\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
-
24
- #: syntaxhighlighter.php:245
25
- msgid "Default"
26
- msgstr "Predefinito"
27
-
28
- #: syntaxhighlighter.php:246
29
- msgid "Django"
30
- msgstr "Django"
31
-
32
- #: syntaxhighlighter.php:247
33
- msgid "Eclipse"
34
- msgstr "Eclipse"
35
-
36
- #: syntaxhighlighter.php:248
37
- msgid "Emacs"
38
- msgstr "Emacs"
39
-
40
- #: syntaxhighlighter.php:249
41
- msgid "Fade to Grey"
42
- msgstr "Fade to Grey"
43
-
44
- #: syntaxhighlighter.php:250
45
- msgid "Midnight"
46
- msgstr "Midnight"
47
-
48
- #: syntaxhighlighter.php:251
49
- msgid "RDark"
50
- msgstr "RDark"
51
-
52
- #: syntaxhighlighter.php:252
53
- msgid "[None]"
54
- msgstr "[nessuno]"
55
-
56
- #: syntaxhighlighter.php:264
57
- #: syntaxhighlighter.php:954
58
- msgid "SyntaxHighlighter Settings"
59
- msgstr "Impostazioni SyntaxHighlighter"
60
-
61
- #: syntaxhighlighter.php:264
62
- msgid "SyntaxHighlighter"
63
- msgstr "SyntaxHighlighter"
64
-
65
- #: syntaxhighlighter.php:295
66
- msgid "Settings"
67
- msgstr "Impostazioni"
68
-
69
- #: syntaxhighlighter.php:616
70
- msgid "show source"
71
- msgstr "mostra sorgente"
72
-
73
- #: syntaxhighlighter.php:617
74
- msgid "view source"
75
- msgstr "vedi sorgente"
76
-
77
- #: syntaxhighlighter.php:618
78
- msgid "copy to clipboard"
79
- msgstr "copia negli appunti"
80
-
81
- #: syntaxhighlighter.php:619
82
- msgid "The code is in your clipboard now"
83
- msgstr "Il codice é da ora nei tuoi appunti"
84
-
85
- #: syntaxhighlighter.php:620
86
- msgid "print"
87
- msgstr "stampa"
88
-
89
- #: syntaxhighlighter.php:621
90
- #: syntaxhighlighter.php:628
91
- msgid "?"
92
- msgstr "info"
93
-
94
- #: syntaxhighlighter.php:622
95
- #: syntaxhighlighter.php:629
96
- msgid ""
97
- "SyntaxHighlighter\\n"
98
- "\\n"
99
- msgstr ""
100
- "SyntaxHighlighter\\n"
101
- "\\n"
102
-
103
- #: syntaxhighlighter.php:623
104
- #: syntaxhighlighter.php:630
105
- msgid "Can't find brush for: "
106
- msgstr "Non é stato possibile trovare il file di sintassi per: "
107
-
108
- #: syntaxhighlighter.php:624
109
- #: syntaxhighlighter.php:631
110
- msgid "Brush wasn't configured for html-script option: "
111
- msgstr "Il file di sintassi non é stato configurato per l'opzione html-script"
112
-
113
- #: syntaxhighlighter.php:627
114
- msgid "+ expand source"
115
- msgstr "+ espandi sorgente"
116
-
117
- #: syntaxhighlighter.php:942
118
- msgid "Are you sure you want to reset your settings to the defaults?"
119
- msgstr "Sei certo di volere ripristinare le impostazioni alle predefinite?"
120
-
121
- #: syntaxhighlighter.php:946
122
- msgid "Settings reset to defaults."
123
- msgstr "Ripristina le impostazioni alle predefinite"
124
-
125
- #: syntaxhighlighter.php:963
126
- msgid "Highlighter Version"
127
- msgstr "Versione Highlighter"
128
-
129
- #: syntaxhighlighter.php:968
130
- msgid "Version 3.x"
131
- msgstr "Versione 3.x"
132
-
133
- #: syntaxhighlighter.php:969
134
- msgid "Version 2.x"
135
- msgstr "Versione 2.x"
136
-
137
- #: syntaxhighlighter.php:977
138
- msgid "Version 3 allows visitors to easily highlight portions of your code with their mouse (either by dragging or double-clicking) and copy it to their clipboard. No toolbar containing a Flash-based button is required."
139
- msgstr "La versione 3 permette agli utenti di evidenziare facilmente con il mouse delle porzioni del tuo codice (altresì spostare/doppio-click) potendolo copiare nei loro appunti. Non sarà necessaria nessuna toolbar contenente un pulsante a base-Flash."
140
-
141
- #: syntaxhighlighter.php:978
142
- msgid "Version 2 allows for line wrapping, something that version 3 does not do at this time."
143
- msgstr "La versione 2 permette il wrap per la linea, funzione questa non ancora disponibile per la versione 3."
144
-
145
- #: syntaxhighlighter.php:982
146
- msgid "Color Theme"
147
- msgstr "Colore del tema"
148
-
149
- #: syntaxhighlighter.php:994
150
- #: syntaxhighlighter.php:997
151
- msgid "Load All Brushes"
152
- msgstr "Carica tutti i brush"
153
-
154
- #: syntaxhighlighter.php:998
155
- msgid "Always load all language files (for directly using <code>&lt;pre&gt;</code> tags rather than shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If left unchecked (default), then language files will only be loaded when needed<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If unsure, leave this box unchecked"
156
- msgstr "Carica sempre tutti i file di linguaggio (per utilizzo diretto dei tag <code>&lt;pre&gt;</code> piuttosto che gli shortcode)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Se non attivo (predefinito), i file di linguaggio saranno caricati secondo necessità<br />&nbsp;&nbsp;"
157
-
158
- #: syntaxhighlighter.php:1004
159
- msgid "Defaults"
160
- msgstr "Parametri predefiniti"
161
-
162
- #: syntaxhighlighter.php:1006
163
- msgid "All of the settings below can be configured on a per-code block basis, but you can control the defaults of all code blocks here."
164
- msgstr "Tutte le impostazioni qui sotto potranno essere configurate singolarmente comunque, sarà altresì possibile controllare qui le predefinite per tutti i blocchi codice."
165
-
166
- #: syntaxhighlighter.php:1010
167
- #: syntaxhighlighter.php:1013
168
- msgid "Miscellaneous"
169
- msgstr "Varie"
170
-
171
- #: syntaxhighlighter.php:1015
172
- msgid "Display line numbers"
173
- msgstr "mostra la numerazione delle linee"
174
-
175
- #: syntaxhighlighter.php:1016
176
- msgid "Display the toolbar"
177
- msgstr "mostra la barra degli strumenti"
178
-
179
- #: syntaxhighlighter.php:1017
180
- msgid "Automatically make URLs clickable"
181
- msgstr "rendi gli URL cliccabili (in automatico)"
182
-
183
- #: syntaxhighlighter.php:1018
184
- msgid "Collapse code boxes"
185
- msgstr "comprimi le caselle del codice"
186
-
187
- #: syntaxhighlighter.php:1019
188
- msgid "Use the light display mode, best for single lines of code"
189
- msgstr "utilizza la modalità light del tema, ideale per le singole linee di codice"
190
-
191
- #: syntaxhighlighter.php:1020
192
- msgid "Use smart tabs allowing tabs being used for alignment"
193
- msgstr "utilizza le smart tabs in modo che le tag siano utilizzate per l'allineamento"
194
-
195
- #: syntaxhighlighter.php:1021
196
- msgid "Wrap long lines (v2.x only, disabling this will make a scrollbar show instead)"
197
- msgstr "Wrap per le righe di grandi dimensioni (solo v2.x, disattivando l'opzione si otterrà una barra di scorrimento)"
198
-
199
- #: syntaxhighlighter.php:1022
200
- msgid "Enable &quot;HTML script&quot; mode by default (see the bottom of this page for details). Checking this box is not recommended as this mode only works with certain languages."
201
- msgstr "Abilita la modalità &quot;HTML script&quot; come predefinita (vedi i dettagli a fondo pagina). La selezione di questa casella non é raccomandabile poiché la funzione lavora solamente con alcuni linguaggi."
202
-
203
- #: syntaxhighlighter.php:1027
204
- msgid "Additional CSS Class(es)"
205
- msgstr "classe/i CSS addizionali"
206
-
207
- #: syntaxhighlighter.php:1031
208
- msgid "Starting Line Number"
209
- msgstr "Numero di inizio linea"
210
-
211
- #: syntaxhighlighter.php:1035
212
- msgid "Line Number Padding"
213
- msgstr "Padding numerazione linea"
214
-
215
- #: syntaxhighlighter.php:1040
216
- msgid "Off"
217
- msgstr "Spento"
218
-
219
- #: syntaxhighlighter.php:1041
220
- msgid "Automatic"
221
- msgstr "Automatico"
222
-
223
- #: syntaxhighlighter.php:1057
224
- msgid "Tab Size"
225
- msgstr "Dimensione tab"
226
-
227
- #: syntaxhighlighter.php:1061
228
- msgid "Title"
229
- msgstr "Titolo"
230
-
231
- #: syntaxhighlighter.php:1064
232
- msgid "Some optional default text to display above each code block or as the clickable text for collapsed code blocks."
233
- msgstr "Testo predefinito e facoltativo da mostrare al di sopra di ogni blocco codice o come testo cliccabile per i blocchi codice da espandere."
234
-
235
- #: syntaxhighlighter.php:1074
236
- #: syntaxhighlighter.php:1077
237
- msgid "Reset to Defaults"
238
- msgstr "Ripristina alle predefinite"
239
-
240
- #: syntaxhighlighter.php:1076
241
- msgid "Save Changes"
242
- msgstr "Salva le modifiche"
243
-
244
- #: syntaxhighlighter.php:1084
245
- msgid "Preview"
246
- msgstr "Anteprima della casella"
247
-
248
- #: syntaxhighlighter.php:1086
249
- msgid "Click &quot;Save Changes&quot; to update this preview."
250
- msgstr "Clicca &quot;Salva le modifiche&quot; per visualizzare l'anteprima aggiornata."
251
-
252
- #: syntaxhighlighter.php:1105
253
- msgid "PHP Code Example"
254
- msgstr "Codice PHP di esempio"
255
-
256
- #: syntaxhighlighter.php:1107
257
- msgid "Hello World!"
258
- msgstr "Hello World!"
259
-
260
- #: syntaxhighlighter.php:1109
261
- msgid "This line is highlighted."
262
- msgstr "Questa linea é evidenziata."
263
-
264
- #: syntaxhighlighter.php:1112
265
- msgid ""
266
- "\t\tThis\tis\tan\n"
267
- "\t\texample\tof\tsmart\n"
268
- "\t\ttabs."
269
- msgstr ""
270
- "\t\tQuesto\té\tun\n"
271
- "\t\tesempio\tdi\tsmart\n"
272
- "\t\ttabs."
273
-
274
- #: syntaxhighlighter.php:1117
275
- msgid "WordPress"
276
- msgstr "WordPress"
277
-
278
- #: syntaxhighlighter.php:1128
279
- msgid "Shortcode Parameters"
280
- msgstr "Parametri per lo shortcode"
281
-
282
- #: syntaxhighlighter.php:1130
283
- #, php-format
284
- msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
285
- msgstr "Lista dei parametri (e loro funzioni) che potrai inserire nello shortcode. Per i booleani (es: on/off), inserisci %1$s/%2$s oppure %3$s/%4$s."
286
-
287
- #: syntaxhighlighter.php:1148
288
- msgid "Some example shortcodes:"
289
- msgstr "Alcuni esempi di shortcode:"
290
-
291
- #: syntaxhighlighter.php:1151
292
- #: syntaxhighlighter.php:1152
293
- #: syntaxhighlighter.php:1153
294
- #: syntaxhighlighter.php:1154
295
- msgid "your code here"
296
- msgstr "inserisci qui il tuo codice"
297
-
298
- #: syntaxhighlighter.php:1152
299
- msgid "example-filename.php"
300
- msgstr "example-filename.php"
301
-
302
- #~ msgid ""
303
- #~ "%1$s or %2$s &#8212; The language syntax to highlight with. You can "
304
- #~ "alternately just use that as the tag, such as <code>[php]code[/php]</"
305
- #~ "code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under "
306
- #~ "&quot;aliases&quot;)."
307
- #~ msgstr ""
308
- #~ "%1$s oppure %2$s &#8212; Il linguaggio da evidenziare. Potrai in "
309
- #~ "alternativa utilizzarne il solo nome. Ad esempio: <code>[php]code[/php]</"
310
- #~ "code>. <a href=\"%3$s\">Clicca qui</a> per la lista dei tag validi (sotto "
311
- #~ "&quot;aliases&quot;)."
312
-
313
- #~ msgid "%s &#8212; Toggle automatic URL linking."
314
- #~ msgstr "%s &#8212; Commutazione automatica collegamento ad un URL."
315
-
316
- #~ msgid "%s &#8212; Add an additional CSS class to the code box."
317
- #~ msgstr ""
318
- #~ "%s &#8212; Aggiungi una classe CSS addizionale alla casella per il codice."
319
-
320
- #~ msgid ""
321
- #~ "%s &#8212; Toggle collapsing the code box by default, requiring a click "
322
- #~ "to expand it. Good for large code posts."
323
- #~ msgstr ""
324
- #~ "%s &#8212; Commuta in automatico (predefinita) la compressione della "
325
- #~ "casella. Sarà necessario cliccare sulla casella per espanderla. Ottimo "
326
- #~ "per l'inserimento di codici di grande dimensione."
327
-
328
- #~ msgid ""
329
- #~ "%s &#8212; An interger specifying what number the first line should be "
330
- #~ "(for the line numbering)."
331
- #~ msgstr ""
332
- #~ "%s &#8212; Un numero intero per definire con quale numero abbia inizio la "
333
- #~ "prima linea (per la numerazione)."
334
-
335
- #~ msgid "%s &#8212; Toggle the left-side line numbering."
336
- #~ msgstr "%s &#8212; Commutazione numerazione della linea nel lato sinistro."
337
-
338
- #~ msgid ""
339
- #~ "%1$s &#8212; A comma-sperated list of line numbers to highlight. You can "
340
- #~ "also specify a range. Example: %2$s"
341
- #~ msgstr ""
342
- #~ "%1$s &#8212; Lista delle linee da evidenziare (numeri separati da una "
343
- #~ "virgola). Puoi anche specificare il range. Esempio: %2$s"
344
-
345
- #~ msgid ""
346
- #~ "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're "
347
- #~ "mixing HTML/XML with another language, such as having PHP inside an HTML "
348
- #~ "web page. The above preview has it enabled for example. This only works "
349
- #~ "with certain languages."
350
- #~ msgstr ""
351
- #~ "%s &#8212; Commuta mettendo in evidenza ogni HTML/XML extra. Ottima "
352
- #~ "soluzione qualora utilizzassi del HTML/XML con un altro linguaggio (ad "
353
- #~ "esempio del codice PHP inserito nel HTML di una pagina web). Vedi "
354
- #~ "l'anteprima qui sopra. Questa funziona solamente per alcuni linguaggi."
355
-
356
- #~ msgid ""
357
- #~ "%s &#8212; Toggle light mode which disables the gutter and toolbar all at "
358
- #~ "once."
359
- #~ msgstr ""
360
- #~ "%s &#8212; Commuta alla modalità light del tema disattivando "
361
- #~ "contemporaneamente il gutter e la toolbar."
362
-
363
- #~ msgid ""
364
- #~ "%s &#8212; Controls line number padding. Valid values are <code>false</"
365
- #~ "code> (no padding), <code>true</code> (automatic padding), or an integer "
366
- #~ "(forced padding)."
367
- #~ msgstr ""
368
- #~ "%s &#8212; Controlla il padding per la linea di numerazione. I valori "
369
- #~ "validi sono <code>false</code> (nessun padding), <code>true</code> "
370
- #~ "(padding automatico) oppure un numero intero (padding forzato)."
371
-
372
- #~ msgid ""
373
- #~ "%1$s &#8212; Sets some text to show up before the code. Very useful when "
374
- #~ "combined with the %2$s parameter."
375
- #~ msgstr ""
376
- #~ "%1$s &#8212; Imposta il testo da mostrare prima del codice. Molto utile "
377
- #~ "in combinazione con il parametro %2$s."
378
-
379
- #~ msgid "%s &#8212; Toggle the toolbar containing the helpful buttons."
380
- #~ msgstr "%s &#8212; Commutazione toolbar contenente i pulsanti opzione."
381
-
382
- #~ msgid "%s &#8212; Toggle line wrapping."
383
- #~ msgstr "%s &#8212; Commuta il wrapping della riga."
384
-
385
- #~ msgid "SyntaxHighlighter Evolved"
386
- #~ msgstr "SyntaxHighlighter Evolved"
387
-
388
- #~ msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
389
- #~ msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
390
-
391
- #~ msgid ""
392
- #~ "Easily post syntax-highlighted code to your site without having to modify "
393
- #~ "the code at all. Uses Alex Gorbatchev's <a href=\"http://alexgorbatchev."
394
- #~ "com/wiki/SyntaxHighlighter\">SyntaxHighlighter</a> v2.0.320 and some code "
395
- #~ "by <a href=\"http://wordpress.com/\">Andrew Ozz of Automattic</a>."
396
- #~ msgstr ""
397
- #~ "Inserisci con semplicità il codice syntax-highlight nel tuo blog senza "
398
- #~ "l'obbligo di doverlo modificare. Utilizza il <a href=\"http://"
399
- #~ "alexgorbatchev.com/wiki/SyntaxHighlighter\">SyntaxHighlighter</a> "
400
- #~ "v2.0.320 di Alex Gorbatchev ed un po' di codice da <a href=\"http://"
401
- #~ "wordpress.com/\">Andrew Ozz di Automattic</a>."
402
-
403
- #~ msgid "Viper007Bond"
404
- #~ msgstr "Viper007Bond"
405
-
406
- #~ msgid "http://www.viper007bond.com/"
407
- #~ msgstr "http://www.viper007bond.com/"
408
-
409
- #~ msgid "Show a ruler column along the top of the code box"
410
- #~ msgstr ""
411
- #~ "mostra in alto del box per il codice una riga graduata per le colonne"
412
-
413
- #~ msgid "Font Size (Percentage)"
414
- #~ msgstr "Dimensione font (percentuale)"
415
-
416
- #~ msgid "%s &#8212; Toggle the column ruler at the top of the code box."
417
- #~ msgstr ""
418
- #~ "%s &#8212; Commuta la riga graduata posizionata nella parte superiore del "
419
- #~ "box per il codice."
420
-
421
- #~ msgid "Cheatin&#8217; uh?"
422
- #~ msgstr "Problemi! uh?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
localization/syntaxhighlighter-ja.mo DELETED
Binary file
localization/syntaxhighlighter-ja.po DELETED
@@ -1,354 +0,0 @@
1
- # Translation of SyntaxHighlighter Evolved in Japanese
2
- # This file is distributed under the same license as the SyntaxHighlighter Evolved package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2014-04-06 21:14:45+0000\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=1; plural=0;\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: SyntaxHighlighter Evolved\n"
12
-
13
- #: syntaxhighlighter.php:665 syntaxhighlighter.php:672
14
- msgid "?"
15
- msgstr "SyntaxHighlighterについて"
16
-
17
- #: syntaxhighlighter.php:662
18
- msgid "copy to clipboard"
19
- msgstr "クリップボードへコピー"
20
-
21
- #: syntaxhighlighter.php:308
22
- msgid "Settings"
23
- msgstr "設定"
24
-
25
- #: syntaxhighlighter.php:664
26
- msgid "print"
27
- msgstr "印刷"
28
-
29
- #: syntaxhighlighter.php:663
30
- msgid "The code is in your clipboard now"
31
- msgstr "コードをクリップボードへコピーしました"
32
-
33
- #: syntaxhighlighter.php:661
34
- msgid "view source"
35
- msgstr "ソースを表示"
36
-
37
- #: syntaxhighlighter.php:660
38
- msgid "show source"
39
- msgstr "ソースを見る"
40
-
41
- #: syntaxhighlighter.php:267
42
- msgid "SyntaxHighlighter"
43
- msgstr "SyntaxHighlighter"
44
-
45
- #: syntaxhighlighter.php:267 syntaxhighlighter.php:998
46
- msgid "SyntaxHighlighter Settings"
47
- msgstr "SyntaxHighlighterの設定"
48
-
49
- #: syntaxhighlighter.php:255
50
- msgid "[None]"
51
- msgstr "[なし]"
52
-
53
- #: syntaxhighlighter.php:254
54
- msgid "RDark"
55
- msgstr "RDark"
56
-
57
- #: syntaxhighlighter.php:253
58
- msgid "Midnight"
59
- msgstr "Midnight"
60
-
61
- #: syntaxhighlighter.php:252
62
- msgid "Fade to Grey"
63
- msgstr "Fade to Grey"
64
-
65
- #: syntaxhighlighter.php:251
66
- msgid "Emacs"
67
- msgstr "Emacs"
68
-
69
- #: syntaxhighlighter.php:250
70
- msgid "Eclipse"
71
- msgstr "Eclipse"
72
-
73
- #: syntaxhighlighter.php:249
74
- msgid "Django"
75
- msgstr "Django"
76
-
77
- #: syntaxhighlighter.php:248
78
- msgid "Default"
79
- msgstr "Default"
80
-
81
- #: syntaxhighlighter.php:666 syntaxhighlighter.php:673
82
- msgid "SyntaxHighlighter\\n\\n"
83
- msgstr "SyntaxHighlighter\\n\\n"
84
-
85
- #: syntaxhighlighter.php:667 syntaxhighlighter.php:674
86
- msgid "Can't find brush for: "
87
- msgstr "指定のブラシが見つかりませんでした: "
88
-
89
- #: syntaxhighlighter.php:668 syntaxhighlighter.php:675
90
- msgid "Brush wasn't configured for html-script option: "
91
- msgstr "HTMLスクリプトのオプションのためにブラシが構成されませんでした: "
92
-
93
- #: syntaxhighlighter.php:671
94
- msgid "+ expand source"
95
- msgstr "ソースを表示"
96
-
97
- #: syntaxhighlighter.php:986
98
- msgid "Are you sure you want to reset your settings to the defaults?"
99
- msgstr "設定を初期化してもよいですか?"
100
-
101
- #: syntaxhighlighter.php:990
102
- msgid "Settings reset to defaults."
103
- msgstr "設定を初期化する"
104
-
105
- #: syntaxhighlighter.php:1007
106
- msgid "Highlighter Version"
107
- msgstr "SyntaxHighlighterのバージョン"
108
-
109
- #: syntaxhighlighter.php:1012
110
- msgid "Version 3.x"
111
- msgstr "バージョン 3.x"
112
-
113
- #: syntaxhighlighter.php:1013
114
- msgid "Version 2.x"
115
- msgstr "バージョン 2.x"
116
-
117
- #: syntaxhighlighter.php:1021
118
- msgid "Version 3 allows visitors to easily highlight portions of your code with their mouse (either by dragging or double-clicking) and copy it to their clipboard. No toolbar containing a Flash-based button is required."
119
- msgstr "バージョン3は、訪問者が簡単にマウスを使用して(ドラッグかダブルクリック)、コードの部分を強調表示し、クリップボードにへコピーできます。Flashベースボタンを含むツールバーが不要です。"
120
-
121
- #: syntaxhighlighter.php:1022
122
- msgid "Version 2 allows for line wrapping, something that version 3 does not do at this time."
123
- msgstr "バージョン2は行 の折り返しが許可されています、この機能は現時点でバージョン3はサポートされません"
124
-
125
- #: syntaxhighlighter.php:1026
126
- msgid "Color Theme"
127
- msgstr "テーマ"
128
-
129
- #: syntaxhighlighter.php:1038 syntaxhighlighter.php:1041
130
- msgid "Load All Brushes"
131
- msgstr "すべてのブラシを読み込む"
132
-
133
- #: syntaxhighlighter.php:1042
134
- msgid "Always load all language files (for directly using <code>&lt;pre&gt;</code> tags rather than shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If left unchecked (default), then language files will only be loaded when needed<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If unsure, leave this box unchecked"
135
- msgstr "常にすべての言語ファイルを読込みます(ショートコードではなく、<code>&lt;pre&gt;</code>タグを直接使用する場合)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;オフ(デフォルト)の場合、言語ファイルは必要に応じてロードされます。<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;よくわからない場合は、このチェックボックスをオフのままにしてください。"
136
-
137
- #: syntaxhighlighter.php:1048
138
- msgid "Defaults"
139
- msgstr "規定の設定"
140
-
141
- #: syntaxhighlighter.php:1050
142
- msgid "All of the settings below can be configured on a per-code block basis, but you can control the defaults of all code blocks here."
143
- msgstr "設定はコードの出力ごとに構成できますが、規定の設定をここで指定できます"
144
-
145
- #: syntaxhighlighter.php:1054 syntaxhighlighter.php:1057
146
- msgid "Miscellaneous"
147
- msgstr "一般"
148
-
149
- #: syntaxhighlighter.php:1059
150
- msgid "Display line numbers"
151
- msgstr "行番号を表示する"
152
-
153
- #: syntaxhighlighter.php:1060
154
- msgid "Display the toolbar"
155
- msgstr "ツールバーを表示する"
156
-
157
- #: syntaxhighlighter.php:1061
158
- msgid "Automatically make URLs clickable"
159
- msgstr "自動リンクを有効にする"
160
-
161
- #: syntaxhighlighter.php:1062
162
- msgid "Collapse code boxes"
163
- msgstr "コードボックスの表示を閉じておく"
164
-
165
- #: syntaxhighlighter.php:1063
166
- msgid "Use the light display mode, best for single lines of code"
167
- msgstr "軽い表示モードを使う"
168
-
169
- #: syntaxhighlighter.php:1064
170
- msgid "Use smart tabs allowing tabs being used for alignment"
171
- msgstr "インデントタブを許容するスマートタブを使う"
172
-
173
- #: syntaxhighlighter.php:1065
174
- msgid "Wrap long lines (v2.x only, disabling this will make a scrollbar show instead)"
175
- msgstr "長い行を折り返す(v2.xのみ、横スクロールバーを無効にする)"
176
-
177
- #: syntaxhighlighter.php:1066
178
- msgid "Enable &quot;HTML script&quot; mode by default (see the bottom of this page for details). Checking this box is not recommended as this mode only works with certain languages."
179
- msgstr "&quot;HTMLスクリプト&quot; モードを有効にする。 (詳細はこのページの下を参照)。Checking this box is not recommended as this mode only works with certain languages."
180
-
181
- #: syntaxhighlighter.php:1071
182
- msgid "Additional CSS Class(es)"
183
- msgstr "追加のCSSのclass名(複数可能)"
184
-
185
- #: syntaxhighlighter.php:1075
186
- msgid "Starting Line Number"
187
- msgstr "行番号の開始"
188
-
189
- #: syntaxhighlighter.php:1079
190
- msgid "Line Number Padding"
191
- msgstr "行番号の余白"
192
-
193
- #: syntaxhighlighter.php:1084
194
- msgid "Off"
195
- msgstr "なし"
196
-
197
- #: syntaxhighlighter.php:1085
198
- msgid "Automatic"
199
- msgstr "自動"
200
-
201
- #: syntaxhighlighter.php:1101
202
- msgid "Tab Size"
203
- msgstr "タブのサイズ"
204
-
205
- #: syntaxhighlighter.php:1105
206
- msgid "Title"
207
- msgstr "タイトル"
208
-
209
- #: syntaxhighlighter.php:1108
210
- msgid "Some optional default text to display above each code block or as the clickable text for collapsed code blocks."
211
- msgstr "いくつかのオプションの既定のテキストは、各コードブロックの上または折りたたまれたコードブロックのクリック可能なテキストとして表示する"
212
-
213
- #: syntaxhighlighter.php:1118 syntaxhighlighter.php:1121
214
- msgid "Reset to Defaults"
215
- msgstr "設定を初期化"
216
-
217
- #: syntaxhighlighter.php:1120
218
- msgid "Save Changes"
219
- msgstr "変更を保存"
220
-
221
- #: syntaxhighlighter.php:1128
222
- msgid "Preview"
223
- msgstr "プレビュー"
224
-
225
- #: syntaxhighlighter.php:1130
226
- msgid "Click &quot;Save Changes&quot; to update this preview."
227
- msgstr "プレビューを更新するには &quot;変更を保存&quot; をクリックしてください"
228
-
229
- #: syntaxhighlighter.php:1149
230
- msgid "PHP Code Example"
231
- msgstr "PHP コードサンプル"
232
-
233
- #: syntaxhighlighter.php:1151
234
- msgid "Hello World!"
235
- msgstr "Hello World!"
236
-
237
- #: syntaxhighlighter.php:1153
238
- msgid "This line is highlighted."
239
- msgstr "この行はハイライトされました"
240
-
241
- #: syntaxhighlighter.php:1156
242
- msgid ""
243
- "\t\tThis\tis\tanr\n"
244
- "\t\texample\tof\tsmartr\n"
245
- "\t\ttabs."
246
- msgstr ""
247
- "\t\tこの\t行は\tスマートr\n"
248
- "\t\tタブ\tの\t例r\n"
249
- "\t\tです。"
250
-
251
- #: syntaxhighlighter.php:1161
252
- msgid "WordPress"
253
- msgstr "WordPress"
254
-
255
- #: syntaxhighlighter.php:1172
256
- msgid "Shortcode Parameters"
257
- msgstr "ショートコードパラメータ"
258
-
259
- #: syntaxhighlighter.php:1174
260
- msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
261
- msgstr "これらはショートコードで渡すことができるパラメータと説明です。 bool値(有効・無効など)の指定には %1$s/%2$s または %3$s/%4$s を渡してください。"
262
-
263
- #: syntaxhighlighter.php:1177
264
- msgctxt "language parameter"
265
- msgid "%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;aliases&quot;)."
266
- msgstr "%1$s または %2$s &#8212; ハイライトするコードの言語。パラメータ指定だけでなく<code>[php]code[/php]</code>のように言語をタグとして記述できます。有効なタグのリストは <a href=\"%3$s\">こちらをクリック</a> (&quot;aliases&quot;の下を参照)"
267
-
268
- #: syntaxhighlighter.php:1178
269
- msgctxt "autolinks parameter"
270
- msgid "%s &#8212; Toggle automatic URL linking."
271
- msgstr "%s &#8212; 自動リンクの有効・無効"
272
-
273
- #: syntaxhighlighter.php:1179
274
- msgctxt "classname parameter"
275
- msgid "%s &#8212; Add an additional CSS class to the code box."
276
- msgstr "%s &#8212; コードボックスに追加するCSSのclass"
277
-
278
- #: syntaxhighlighter.php:1180
279
- msgctxt "collapse parameter"
280
- msgid "%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts."
281
- msgstr "%s &#8212; コードボックスをデフォルトの状態で閉じるかどうか。コードボックスを開くにはクリックが要求されます。長いコードの出力の際に有効です。"
282
-
283
- #: syntaxhighlighter.php:1181
284
- msgctxt "firstline parameter"
285
- msgid "%s &#8212; An interger specifying what number the first line should be (for the line numbering)."
286
- msgstr "%s &#8212; 行番号の出力の際に、最初の行の番号を表す数値"
287
-
288
- #: syntaxhighlighter.php:1182
289
- msgctxt "gutter parameter"
290
- msgid "%s &#8212; Toggle the left-side line numbering."
291
- msgstr "%s &#8212; 左側に行番号を配置するかどうか"
292
-
293
- #: syntaxhighlighter.php:1183
294
- msgctxt "highlight parameter"
295
- msgid "%1$s &#8212; A comma-separated list of line numbers to highlight. You can also specify a range. Example: %2$s"
296
- msgstr "%1$s &#8212; ハイライトする行番号のカンマ区切りのリスト。範囲を指定することもできます。 例: %2$s"
297
-
298
- #: syntaxhighlighter.php:1184
299
- msgctxt "htmlscript parameter"
300
- msgid "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're mixing HTML/XML with another language, such as having PHP inside an HTML web page. The above preview has it enabled for example. This only works with certain languages."
301
- msgstr "%s &#8212; HTML/XML をハイライトするかどうか。HTMLウェブページで PHP を使うようにHTML/XMLとプログラムが混在するような時に有効です。上のプレビューではこの設定が有効になっています。これは特定の言語でしか動作しません。"
302
-
303
- #: syntaxhighlighter.php:1185
304
- msgctxt "light parameter"
305
- msgid "%s &#8212; Toggle light mode which disables the gutter and toolbar all at once."
306
- msgstr "%s &#8212; 行番号やツールバーを無効にする軽い表示モードのオン・オフ"
307
-
308
- #: syntaxhighlighter.php:1186
309
- msgctxt "padlinenumbers parameter"
310
- msgid "%s &#8212; Controls line number padding. Valid values are <code>false</code> (no padding), <code>true</code> (automatic padding), or an integer (forced padding)."
311
- msgstr "%s &#8212; 行番号の余白。有効な値は、 <code>false</code>(余白なし), <code>true</code> (自動)、数値(余白)"
312
-
313
- #: syntaxhighlighter.php:1187
314
- msgctxt "title parameter"
315
- msgid "%1$s (v3 only) &#8212; Sets some text to show up before the code. Very useful when combined with the %2$s parameter."
316
- msgstr "%1$s (v3のみ) &#8212; コードの前に表示される表題テキスト。%2$sのパラメータと合わせて使うと有効です。"
317
-
318
- #: syntaxhighlighter.php:1188
319
- msgctxt "toolbar parameter"
320
- msgid "%s &#8212; Toggle the toolbar (buttons in v2, the about question mark in v3)"
321
- msgstr "%s &#8212; ツールバーのオン・オフ(v2のボタン、v3のクエッションマーク)"
322
-
323
- #: syntaxhighlighter.php:1189
324
- msgctxt "wraplines parameter"
325
- msgid "%s (v2 only) &#8212; Toggle line wrapping."
326
- msgstr "%s (v2のみ) &#8212; 折り返しの有効・無効"
327
-
328
- #: syntaxhighlighter.php:1192
329
- msgid "Some example shortcodes:"
330
- msgstr "引数指定の例:"
331
-
332
- #: syntaxhighlighter.php:1195 syntaxhighlighter.php:1196
333
- #: syntaxhighlighter.php:1197 syntaxhighlighter.php:1198
334
- msgid "your code here"
335
- msgstr "ここにコードを入れます"
336
-
337
- #: syntaxhighlighter.php:1196
338
- msgid "example-filename.php"
339
- msgstr "example-filename.php"
340
-
341
- msgid "SyntaxHighlighter Evolved"
342
- msgstr "SyntaxHighlighter Evolved"
343
-
344
- msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
345
- msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
346
-
347
- msgid "Easily post syntax-highlighted code to your site without having to modify the code at all. Uses Alex Gorbatchev's <a href=\"http://alexgorbatchev.com/wiki/SyntaxHighlighter\">SyntaxHighlighter</a>. <strong>TIP:</strong> Don't use the Visual editor if you don't want your code mangled. TinyMCE will \"clean up\" your HTML."
348
- msgstr "コードを全く変更することなく、簡単にシンタックス・ハイライトされたコードをサイトに投稿できます。Alex Gorbatchevの<a href=\"http://alexgorbatchev.com/wiki/SyntaxHighlighter\">SyntaxHighlighter</a>を使用しています。<strong>ヒント:</strong>コードを台無しにされたくないのであれば、ビジュアルエディターを使わないでください。TinyMCEはHTMLを\"クリーンアップ\"してしまいます。"
349
-
350
- msgid "Alex Mills (Viper007Bond)"
351
- msgstr "Alex Mills (Viper007Bond)"
352
-
353
- msgid "http://www.viper007bond.com/"
354
- msgstr "http://www.viper007bond.com/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
localization/syntaxhighlighter-tr_TR.mo DELETED
Binary file
localization/syntaxhighlighter-tr_TR.po DELETED
@@ -1,276 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR Viper007Bond
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: PACKAGE VERSION\n"
9
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/syntaxhighlighter\n"
10
- "POT-Creation-Date: 2009-03-29 05:19+0000\n"
11
- "PO-Revision-Date: 2009-07-06 12:36+0200\n"
12
- "Last-Translator: Alper <alpinux@hotmail.co.uk>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=utf-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
-
18
- #: syntaxhighlighter.php:128
19
- msgid "Default"
20
- msgstr "Varsayılan"
21
-
22
- #: syntaxhighlighter.php:129
23
- msgid "Django"
24
- msgstr "Avakado Yeşili"
25
-
26
- #: syntaxhighlighter.php:130
27
- msgid "Emacs"
28
- msgstr "Siyah"
29
-
30
- #: syntaxhighlighter.php:131
31
- msgid "Fade to Grey"
32
- msgstr "Gri"
33
-
34
- #: syntaxhighlighter.php:132
35
- msgid "Midnight"
36
- msgstr "Gece Yarısı"
37
-
38
- #: syntaxhighlighter.php:133
39
- msgid "RDark"
40
- msgstr "Prusya Mavisi"
41
-
42
- #: syntaxhighlighter.php:134
43
- msgid "[None]"
44
- msgstr "Hiçbiri"
45
-
46
- #: syntaxhighlighter.php:181
47
- #: syntaxhighlighter.php:526
48
- msgid "SyntaxHighlighter Settings"
49
- msgstr "SyntaxHighlighter Ayarlari"
50
-
51
- #. #-#-#-#-# plugin.pot (PACKAGE VERSION) #-#-#-#-#
52
- #. Plugin Name of an extension
53
- #: syntaxhighlighter.php:181
54
- msgid "SyntaxHighlighter"
55
- msgstr "SyntaxHighlighter"
56
-
57
- #: syntaxhighlighter.php:329
58
- msgid "expand source"
59
- msgstr "kaynağı genişlet"
60
-
61
- #: syntaxhighlighter.php:330
62
- msgid "view source"
63
- msgstr "kaynağı göster"
64
-
65
- #: syntaxhighlighter.php:331
66
- msgid "copy to clipboard"
67
- msgstr "panoya kopyala"
68
-
69
- #: syntaxhighlighter.php:332
70
- msgid "The code is in your clipboard now"
71
- msgstr "Simdi panoya kopyalandi."
72
-
73
- #: syntaxhighlighter.php:333
74
- msgid "print"
75
- msgstr "yazdır"
76
-
77
- #: syntaxhighlighter.php:334
78
- msgid "?"
79
- msgstr "?"
80
-
81
- #: syntaxhighlighter.php:335
82
- msgid ""
83
- "SyntaxHighlighter\\n"
84
- "\\n"
85
- msgstr ""
86
- "SyntaxHighlighter\\n"
87
- "\\n"
88
-
89
- #: syntaxhighlighter.php:336
90
- msgid "Can't find brush for: "
91
- msgstr "Fırça bulunamadı :"
92
-
93
- #: syntaxhighlighter.php:337
94
- msgid "Brush wasn't configured for html-script option: "
95
- msgstr "Firça Html-script seçenegi için yapilandirilmis degil: "
96
-
97
- #: syntaxhighlighter.php:509
98
- msgid "Settings reset to defaults."
99
- msgstr "Varsayilan ayarlara dön."
100
-
101
- #: syntaxhighlighter.php:517
102
- msgid "Are you sure you want to reset your settings to the defaults?"
103
- msgstr "Varsayilan ayarlara geri dönmek istediginize emin misiniz ?"
104
-
105
- #: syntaxhighlighter.php:536
106
- msgid "Color Theme"
107
- msgstr "Tema rengi"
108
-
109
- #: syntaxhighlighter.php:551
110
- msgid "Defaults"
111
- msgstr "Varsayılan"
112
-
113
- #: syntaxhighlighter.php:553
114
- msgid "All of the settings below can also be configured on a per-code box basis."
115
- msgstr "Asagidaki tüm ayarlar \"tik\" isareti konularak yapilandirilabilir."
116
-
117
- #: syntaxhighlighter.php:557
118
- #: syntaxhighlighter.php:560
119
- msgid "Miscellaneous"
120
- msgstr "Çeşitli Ayarlar"
121
-
122
- #: syntaxhighlighter.php:562
123
- msgid "Display line numbers"
124
- msgstr "Satir numaralarini göster."
125
-
126
- #: syntaxhighlighter.php:563
127
- msgid "Display the toolbar"
128
- msgstr "Araç çubugunu göster"
129
-
130
- #: syntaxhighlighter.php:564
131
- msgid "Automatically make URLs clickable"
132
- msgstr "Url'leri otomatik tiklanabilir yap"
133
-
134
- #: syntaxhighlighter.php:565
135
- msgid "Collapse code boxes"
136
- msgstr "Kod kutusunu daralt"
137
-
138
- #: syntaxhighlighter.php:566
139
- msgid "Show a ruler column along the top of the code box"
140
- msgstr "Sütun için cetveli görüntüle"
141
-
142
- #: syntaxhighlighter.php:567
143
- msgid "Use the light display mode, best for single lines of code"
144
- msgstr "En iyi tek satir için aydinlatma modunu kullan."
145
-
146
- #: syntaxhighlighter.php:568
147
- msgid "Use smart tabs allowing tabs being used for alignment"
148
- msgstr "Hizalama için akilli sekmeleri kullan."
149
-
150
- #: syntaxhighlighter.php:573
151
- msgid "Additional CSS Class(es)"
152
- msgstr "Ek CSS Sinif(lar)i"
153
-
154
- #: syntaxhighlighter.php:577
155
- msgid "Starting Line Number"
156
- msgstr "Satir baslama numarasi"
157
-
158
- #: syntaxhighlighter.php:582
159
- msgid "Font Size (Percentage)"
160
- msgstr "Yazi boyutu (Yüzde olarak)"
161
-
162
- #: syntaxhighlighter.php:588
163
- msgid "Tab Size"
164
- msgstr "Sekme Boyutu"
165
-
166
- #: syntaxhighlighter.php:594
167
- msgid "Save Changes"
168
- msgstr "Degisiklikleri kaydet"
169
-
170
- #: syntaxhighlighter.php:595
171
- msgid "Reset to Defaults"
172
- msgstr "Varsayilan ayarlara dön"
173
-
174
- #: syntaxhighlighter.php:600
175
- msgid "Preview"
176
- msgstr "Önizleme"
177
-
178
- #: syntaxhighlighter.php:602
179
- msgid "Click &quot;Save Changes&quot; to update this preview."
180
- msgstr "Önizlemeyi güncellemek için &quot;Degisiklikleri Kaydet&quot; tiklayin"
181
-
182
- #: syntaxhighlighter.php:637
183
- msgid "Shortcode Parameters"
184
- msgstr "Kisakod parametreleri"
185
-
186
- #: syntaxhighlighter.php:639
187
- #, php-format
188
- msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
189
- msgstr "Asağıdakı parametreleri uygulamak istediginiz yerde girebilirsiniz. (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
190
-
191
- #: syntaxhighlighter.php:642
192
- #, php-format
193
- msgid "%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;aliases&quot;)."
194
- msgstr "%1$s or %2$s &#8212; Dili sözdizimi ile vurgulamak için. Alternatif olarak bu etiketi kullanabilrsiniz, örneğin <code>[php]code[/php]</code>. <a href=\"%3$s\">Tıkla</a> geçerli etiketlerin listesi için ( &quot;aliases&quot; altında)."
195
-
196
- #: syntaxhighlighter.php:643
197
- #, php-format
198
- msgid "%s &#8212; Toggle automatic URL linking."
199
- msgstr "%s &#8212; Geçiş için otomatik URL bağlantısı."
200
-
201
- #: syntaxhighlighter.php:644
202
- #, php-format
203
- msgid "%s &#8212; Add an additional CSS class to the code box."
204
- msgstr "%s &#8212; Kod kutusunu ek bir CSS sınıf eklemek."
205
-
206
- #: syntaxhighlighter.php:645
207
- #, php-format
208
- msgid "%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts."
209
- msgstr "%s &#8212; Kod kutusunu daraltın, büyültmek için tıklama gerekir. Uzun kodlar için kullanışlı."
210
-
211
- #: syntaxhighlighter.php:646
212
- #, php-format
213
- msgid "%s &#8212; An interger specifying what number the first line should be (for the line numbering)."
214
- msgstr "%s &#8212; Satir numarasinin ne olacağna dair bir tamsayi."
215
-
216
- #: syntaxhighlighter.php:647
217
- #, php-format
218
- msgid "%s &#8212; Toggle the left-side line numbering."
219
- msgstr "%s &#8212; Sol tarafı satır numaralama."
220
-
221
- #: syntaxhighlighter.php:648
222
- #, php-format
223
- msgid "%s &#8212; A comma-sperated list of line numbers to highlight."
224
- msgstr "%s &#8212; Virgülle ayrilmiş listelerin satir numaralarını vurgulamak."
225
-
226
- #: syntaxhighlighter.php:649
227
- #, php-format
228
- msgid "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're mixing HTML/XML with another language, such as having PHP inside an HTML web page. The above preview has it enabled for example."
229
- msgstr "%s &#8212; extra html/xml leri vurgulamak için, Html/Xml leri bir başka dil ile karışık kullandığınzda iyidir. Örneğin, PHp'nin HTML sayfasinda kullanmak gibi. Yukardaki önizleme buna bir örnektir."
230
-
231
- #: syntaxhighlighter.php:650
232
- #, php-format
233
- msgid "%s &#8212; Toggle light mode which disables the gutter, toolbar, and ruler all at once."
234
- msgstr "%s &#8212; Numaranladırmayı, araç çubuğuınu, cetveli bir seferde kaldıran sade mod."
235
-
236
- #: syntaxhighlighter.php:651
237
- #, php-format
238
- msgid "%s &#8212; Toggle the column ruler at the top of the code box."
239
- msgstr "%s &#8212; Kodu kutusunun üstündeki sütun cetveli aktifleştir."
240
-
241
- #: syntaxhighlighter.php:652
242
- #, php-format
243
- msgid "%s &#8212; Toggle the toolbar containing the helpful buttons."
244
- msgstr "%s &#8212; Geçiş yapmak için araç çubuğu içeren yararlı düğmeler."
245
-
246
- #: syntaxhighlighter.php:655
247
- msgid "Some example shortcodes:"
248
- msgstr "Bazı örnek kodlar:"
249
-
250
- #: syntaxhighlighter.php:658
251
- #: syntaxhighlighter.php:659
252
- #: syntaxhighlighter.php:660
253
- #: syntaxhighlighter.php:661
254
- msgid "your code here"
255
- msgstr "kod buraya"
256
-
257
- #: syntaxhighlighter.php:676
258
- msgid "Cheatin&#8217; uh?"
259
- msgstr "Hile ha ?"
260
-
261
- #. Plugin URI of an extension
262
- msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
263
- msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
264
-
265
- #. Description of an extension
266
- msgid "Easily post code to your blog while still maintaining complete control over it's display. Uses Alex Gorbatchev's <a href=\"http://code.google.com/p/syntaxhighlighter/\">SyntaxHighlighter</a> and code by <a href=\"http://automattic.com/\">Automattic</a>."
267
- msgstr "%s &#8212; extra html/xml leri vurgulamak için. Html/Xml leri bir başka dil ile karışık kullandığınzda iyidir. Örneğin, PHp'nin HTML sayfasinda kullanmak gibi. Yukardaki önizleme buna bir örnektir."
268
-
269
- #. Author of an extension
270
- msgid "Viper007Bond"
271
- msgstr "Viper007Bond"
272
-
273
- #. Author URI of an extension
274
- msgid "http://www.viper007bond.com/"
275
- msgstr "http://www.viper007bond.com/"
276
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
localization/syntaxhighlighter-uk.mo DELETED
Binary file
localization/syntaxhighlighter-uk.po DELETED
@@ -1,330 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: \n"
4
- "POT-Creation-Date: \n"
5
- "PO-Revision-Date: \n"
6
- "Last-Translator: Dmitro Kondryuk <blog@wordpress.co.ua>\n"
7
- "Language-Team: \n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
-
12
- # SOME DESCRIPTIVE TITLE.
13
- # Copyright (C) YEAR Viper007Bond
14
- # This file is distributed under the same license as the PACKAGE package.
15
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
16
- #
17
- #msgid ""
18
- #msgstr ""
19
- #: syntaxhighlighter.php:209
20
- msgid "Default"
21
- msgstr "По замовчуванню"
22
-
23
- #: syntaxhighlighter.php:210
24
- msgid "Django"
25
- msgstr "Django"
26
-
27
- #: syntaxhighlighter.php:211
28
- msgid "Eclipse"
29
- msgstr "Eclipse"
30
-
31
- #: syntaxhighlighter.php:212
32
- msgid "Emacs"
33
- msgstr "Emacs"
34
-
35
- #: syntaxhighlighter.php:213
36
- msgid "Fade to Grey"
37
- msgstr "З переходом в сірий"
38
-
39
- #: syntaxhighlighter.php:214
40
- msgid "Midnight"
41
- msgstr "Північ"
42
-
43
- #: syntaxhighlighter.php:215
44
- msgid "RDark"
45
- msgstr "RDark"
46
-
47
- #: syntaxhighlighter.php:216
48
- msgid "[None]"
49
- msgstr "Жодного"
50
-
51
- #: syntaxhighlighter.php:223
52
- #: syntaxhighlighter.php:845
53
- msgid "SyntaxHighlighter Settings"
54
- msgstr "Налаштування SyntaxHighlighter"
55
-
56
- #: syntaxhighlighter.php:223
57
- msgid "SyntaxHighlighter"
58
- msgstr "SyntaxHighlighter"
59
-
60
- #: syntaxhighlighter.php:254
61
- msgid "Settings"
62
- msgstr "Налаштування"
63
-
64
- #: syntaxhighlighter.php:542
65
- msgid "show source"
66
- msgstr "показати код"
67
-
68
- #: syntaxhighlighter.php:543
69
- msgid "view source"
70
- msgstr "дивитись код"
71
-
72
- #: syntaxhighlighter.php:544
73
- msgid "copy to clipboard"
74
- msgstr "скопіювати у буфер"
75
-
76
- #: syntaxhighlighter.php:545
77
- msgid "The code is in your clipboard now"
78
- msgstr "Код скопійовано у буфер"
79
-
80
- #: syntaxhighlighter.php:546
81
- msgid "print"
82
- msgstr "друк"
83
-
84
- #: syntaxhighlighter.php:547
85
- msgid "?"
86
- msgstr "?"
87
-
88
- #: syntaxhighlighter.php:548
89
- msgid ""
90
- "SyntaxHighlighter\\n"
91
- "\\n"
92
- msgstr ""
93
- "SyntaxHighlighter\\n"
94
- "\\n"
95
-
96
- #: syntaxhighlighter.php:549
97
- msgid "Can't find brush for: "
98
- msgstr "Не можу знайти \"кольорову схему\" для:"
99
-
100
- #: syntaxhighlighter.php:550
101
- msgid "Brush wasn't configured for html-script option: "
102
- msgstr "\"Кольорова схема\" не налаштована для опції html-script"
103
-
104
- #: syntaxhighlighter.php:833
105
- msgid "Are you sure you want to reset your settings to the defaults?"
106
- msgstr "Ви впевнені, що хочете повернутися до стандартних налаштувань?"
107
-
108
- #: syntaxhighlighter.php:837
109
- msgid "Settings reset to defaults."
110
- msgstr "Налаштування зкинуті до стандартних"
111
-
112
- #: syntaxhighlighter.php:854
113
- msgid "Color Theme"
114
- msgstr "Кольорова схема"
115
-
116
- #: syntaxhighlighter.php:869
117
- msgid "Defaults"
118
- msgstr "За замовчуванням"
119
-
120
- #: syntaxhighlighter.php:871
121
- msgid "All of the settings below can be configured on a per-code box basis, but you can control the defaults of all code boxes here."
122
- msgstr "Усі налаштування можуть бути сконфігуровані при використанні коротких кодів, але Ви можете також зробити налаштування для усіх блоків коду тут"
123
-
124
- #: syntaxhighlighter.php:875
125
- #: syntaxhighlighter.php:878
126
- msgid "Miscellaneous"
127
- msgstr "Інше"
128
-
129
- #: syntaxhighlighter.php:880
130
- msgid "Display line numbers"
131
- msgstr "Показувати номери рядків"
132
-
133
- #: syntaxhighlighter.php:881
134
- msgid "Display the toolbar"
135
- msgstr "Показувати панель інструментів"
136
-
137
- #: syntaxhighlighter.php:882
138
- msgid "Automatically make URLs clickable"
139
- msgstr "Робити лінки клікабельними"
140
-
141
- #: syntaxhighlighter.php:883
142
- msgid "Collapse code boxes"
143
- msgstr "Звертати блоки коду"
144
-
145
- #: syntaxhighlighter.php:884
146
- msgid "Use the light display mode, best for single lines of code"
147
- msgstr "Використовувати \"легкий\" вигляд (добре для однорядкового коду)"
148
-
149
- #: syntaxhighlighter.php:885
150
- msgid "Use smart tabs allowing tabs being used for alignment"
151
- msgstr "Використовувати закладки"
152
-
153
- #: syntaxhighlighter.php:886
154
- msgid "Wrap long lines (disabling this will make a scrollbar show instead)"
155
- msgstr "Переносити слова у довгих рядках"
156
-
157
- #: syntaxhighlighter.php:887
158
- msgid "Enable &quot;HTML script&quot; mode by default (see the bottom of this page for details). Checking this box is not recommended as this mode only works with certain languages."
159
- msgstr "Активувати &quot;HTML script&quot; режим по замовчуванню (деталі внизу сторінки). Не рекомендується відмічати цю опцію, в цьому режимі плагін працює лише з декількома мовами."
160
-
161
- #: syntaxhighlighter.php:892
162
- msgid "Additional CSS Class(es)"
163
- msgstr "Додаткові класи CSS"
164
-
165
- #: syntaxhighlighter.php:896
166
- msgid "Starting Line Number"
167
- msgstr "Початковий номер рядка"
168
-
169
- #: syntaxhighlighter.php:900
170
- msgid "Line Number Padding"
171
- msgstr "Відступ в номерах рядків"
172
-
173
- #: syntaxhighlighter.php:903
174
- msgid "Load All Brushes"
175
- msgstr "Підгружати усі стилі"
176
-
177
- #: syntaxhighlighter.php:904
178
- msgid "Always load all language files (for directly using <code>&lt;pre&gt;</code> tags rather than shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If left unchecked (default), then language files will only be loaded when needed"
179
- msgstr "Завжди завантажувати усі файли мов для підсвітки (для використання з тегом <code>&lt;pre&gt;</code> замість використання коротких кодів)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Якщо не вмикати(по замовчуванню), тоді файли будуть підгружатись тільки при потребі"
180
-
181
- #: syntaxhighlighter.php:905
182
- msgid "Off"
183
- msgstr "Вимкнути"
184
-
185
- #: syntaxhighlighter.php:906
186
- msgid "Automatic"
187
- msgstr "Автоматично"
188
-
189
- #: syntaxhighlighter.php:924
190
- msgid "Tab Size"
191
- msgstr "Розмір закладки"
192
-
193
- #: syntaxhighlighter.php:930
194
- msgid "Save Changes"
195
- msgstr "Зберегти зміни"
196
-
197
- #: syntaxhighlighter.php:931
198
- msgid "Reset to Defaults"
199
- msgstr "Відновати початкові налаштування"
200
-
201
- #: syntaxhighlighter.php:936
202
- msgid "Preview"
203
- msgstr "Прев'ю"
204
-
205
- #: syntaxhighlighter.php:938
206
- msgid "Click &quot;Save Changes&quot; to update this preview."
207
- msgstr "Натисніть &quot;Зберегти зміни&quot; аби оновити прев'ю, що наведене нижче."
208
-
209
- #: syntaxhighlighter.php:950
210
- msgid "PHP Code Example"
211
- msgstr "Приклад PHP коду"
212
-
213
- #: syntaxhighlighter.php:952
214
- msgid "Hello World!"
215
- msgstr "Привіт світ!"
216
-
217
- #: syntaxhighlighter.php:954
218
- msgid "This line is highlighted."
219
- msgstr "Цей рядок підсвічений"
220
-
221
- #: syntaxhighlighter.php:957
222
- msgid ""
223
- "\t\tThis\tis\tan\r\n"
224
- "\t\texample\tof\tsmart\r\n"
225
- "\t\ttabs."
226
- msgstr ""
227
- "\t\tThis\tis\tan\r\n"
228
- "\t\texample\tof\tsmart\r\n"
229
- "\t\ttabs."
230
-
231
- #: syntaxhighlighter.php:972
232
- msgid "Shortcode Parameters"
233
- msgstr "Параметри коротких кодів"
234
-
235
- #: syntaxhighlighter.php:974
236
- #, php-format
237
- msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
238
- msgstr "Параметри, які Ви можете використати у коротких кодах, та їх призначення. Для логічних параметрів (як увімкнути/вимкнути), використовується %1$s/%2$s або %3$s/%4$s."
239
-
240
- #: syntaxhighlighter.php:977
241
- #, php-format
242
- msgid "%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;aliases&quot;)."
243
- msgstr "1%s або %2$s &#8212; Мова, синтаксис якої потрібно підсвічувати. Можете скористатись тегом, наприклад, <code>[php]code[/php]</code>. Для перегляду усіх варіантів <a href=\"%3$s\">натисніть тут</a>"
244
-
245
- #: syntaxhighlighter.php:978
246
- #, php-format
247
- msgid "%s &#8212; Toggle automatic URL linking."
248
- msgstr "%s &#8212; Дозволяє увімкнути чи вимкнути \"активність\" лінків (автоматичо робить лінки \"клікабельними\"). По замовчуванню - увімкнено."
249
-
250
- #: syntaxhighlighter.php:979
251
- #, php-format
252
- msgid "%s &#8212; Add an additional CSS class to the code box."
253
- msgstr "%s &#8212; Додати додатковий клас CSS до блоку з кодом"
254
-
255
- #: syntaxhighlighter.php:980
256
- #, php-format
257
- msgid "%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts."
258
- msgstr "%s &#8212; Дозволяє увімкнути чи вимкнути показ блоку у зверненому вигляді. Якщо увімкнете, блок буде прихованим."
259
-
260
- #: syntaxhighlighter.php:981
261
- #, php-format
262
- msgid "%s &#8212; An interger specifying what number the first line should be (for the line numbering)."
263
- msgstr "%s &#8212; Вкажіть число, починаючи з якого нумерувати рядки"
264
-
265
- #: syntaxhighlighter.php:982
266
- #, php-format
267
- msgid "%s &#8212; Toggle the left-side line numbering."
268
- msgstr "%s &#8212; Дозволяє увімкнути чи вимкнути нумерацію рядків."
269
-
270
- #: syntaxhighlighter.php:983
271
- #, php-format
272
- msgid "%s &#8212; A comma-sperated list of line numbers to highlight."
273
- msgstr "%s &#8212; Список номерів рядків через кому, які треба \"підсвітити\""
274
-
275
- #: syntaxhighlighter.php:984
276
- #, php-format
277
- msgid "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're mixing HTML/XML with another language, such as having PHP inside an HTML web page. The above preview has it enabled for example. This only works with certain languages."
278
- msgstr "%s &#8212; Дозволяє увімкнути чи вимкнути підсвітку HTML/XML коду. Наприклад корисно, коли Ви публікуєте змішаний код ( HTML/XML та PHP, чи інш.) Працює з обмеженою кількістю мов."
279
-
280
- #: syntaxhighlighter.php:985
281
- #, php-format
282
- msgid "%s &#8212; Toggle light mode which disables the gutter and toolbar all at once."
283
- msgstr "%s &#8212; Дозволяє увімкнути чи вимкнути полегшену версію блоку з кодом (без нумерації рядків та панелі інструментів)"
284
-
285
- #: syntaxhighlighter.php:986
286
- #, php-format
287
- msgid "%s &#8212; Controls line number padding. Valid values are <code>false</code> (no padding), <code>true</code> (automatic padding), or an integer (forced padding)."
288
- msgstr "%s &#8212; Контролює відступ в номерах рядків. Може приймати значення <code>false</code> (без відступів), <code>true</code> (з автоматичними відступами) або число (примусовий відступ на Х знаків)."
289
-
290
- #: syntaxhighlighter.php:987
291
- #, php-format
292
- msgid "%s &#8212; Toggle the toolbar containing the helpful buttons."
293
- msgstr "%s &#8212; Дозволяє увімкнути чи вимкнути панель інструментів з корисними кнопками"
294
-
295
- #: syntaxhighlighter.php:988
296
- #, php-format
297
- msgid "%s &#8212; Toggle line wrapping."
298
- msgstr "%s &#8212; Дозволяє увімкнути чи вимкнути перенесення слів в довгих рядках коду."
299
-
300
- #: syntaxhighlighter.php:991
301
- msgid "Some example shortcodes:"
302
- msgstr "декілька коротких кодів для прикладу"
303
-
304
- #: syntaxhighlighter.php:994
305
- #: syntaxhighlighter.php:995
306
- #: syntaxhighlighter.php:996
307
- #: syntaxhighlighter.php:997
308
- msgid "your code here"
309
- msgstr "ваш код тут"
310
-
311
- #. Plugin Name of an extension
312
- msgid "SyntaxHighlighter Evolved"
313
- msgstr "SyntaxHighlighter Evolved"
314
-
315
- #. Plugin URI of an extension
316
- msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
317
- msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
318
-
319
- #. Description of an extension
320
- msgid "Easily post syntax-highlighted code to your site without having to modify the code at all. Uses Alex Gorbatchev's <a href=\"http://alexgorbatchev.com/wiki/SyntaxHighlighter\">SyntaxHighlighter</a> v2.0.320 and some code by <a href=\"http://wordpress.com/\">Andrew Ozz of Automattic</a>."
321
- msgstr "Легко підсвічує код на Вашому сайті за допомогою коротких кодів. Використовує <a href=\"http://alexgorbatchev.com/wiki/SyntaxHighlighter\">SyntaxHighlighter</a> v2.0.320 від Alex Gorbatchev та деякі доробки від <a href=\"http://wordpress.com/\">Andrew Ozz з Automattic</a>."
322
-
323
- #. Author of an extension
324
- msgid "Viper007Bond"
325
- msgstr "Viper007Bond"
326
-
327
- #. Author URI of an extension
328
- msgid "http://www.viper007bond.com/"
329
- msgstr "http://www.viper007bond.com/"
330
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
localization/syntaxhighlighter-zh_CN.mo DELETED
Binary file
localization/syntaxhighlighter-zh_CN.po DELETED
@@ -1,288 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR Viper007Bond
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: PACKAGE VERSION\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2009-08-10 22:08+0800\n"
11
- "PO-Revision-Date: 2009-08-11 16:23+0800\n"
12
- "Last-Translator: Hinker <hinkerliu@163.com>\n"
13
- "Language-Team: LANGUAGE <hinkerliu@163.com>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=utf-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Chinese\n"
18
- "X-Poedit-Country: CHINA\n"
19
- "X-Poedit-SourceCharset: utf-8\n"
20
-
21
- #: syntaxhighlighter.php:141
22
- msgid "Default"
23
- msgstr "缺省值"
24
-
25
- #: syntaxhighlighter.php:142
26
- msgid "Django"
27
- msgstr "Django"
28
-
29
- #: syntaxhighlighter.php:143
30
- msgid "Emacs"
31
- msgstr "Emacs"
32
-
33
- #: syntaxhighlighter.php:144
34
- msgid "Fade to Grey"
35
- msgstr "Fade to Grey"
36
-
37
- #: syntaxhighlighter.php:145
38
- msgid "Midnight"
39
- msgstr "Midnight"
40
-
41
- #: syntaxhighlighter.php:146
42
- msgid "RDark"
43
- msgstr "RDark"
44
-
45
- #: syntaxhighlighter.php:147
46
- msgid "[None]"
47
- msgstr "[无]"
48
-
49
- #: syntaxhighlighter.php:194
50
- msgid "SyntaxHighlighter Settings"
51
- msgstr "SyntaxHighlighter设置"
52
-
53
- #: syntaxhighlighter.php:194
54
- msgid "SyntaxHighlighter"
55
- msgstr "SyntaxHighlighter"
56
-
57
- #: syntaxhighlighter.php:219
58
- msgid "Settings"
59
- msgstr "设定"
60
-
61
- #: syntaxhighlighter.php:361
62
- msgid "expand source"
63
- msgstr "展开代码框"
64
-
65
- #: syntaxhighlighter.php:362
66
- msgid "view source"
67
- msgstr "查看源代码"
68
-
69
- #: syntaxhighlighter.php:363
70
- msgid "copy to clipboard"
71
- msgstr "复制到剪贴板"
72
-
73
- #: syntaxhighlighter.php:364
74
- msgid "The code is in your clipboard now"
75
- msgstr "代码现在在你的剪贴板"
76
-
77
- #: syntaxhighlighter.php:365
78
- msgid "print"
79
- msgstr "打印"
80
-
81
- #: syntaxhighlighter.php:366
82
- msgid "?"
83
- msgstr "帮助"
84
-
85
- #: syntaxhighlighter.php:367
86
- msgid ""
87
- "SyntaxHighlighter\\n"
88
- "\\n"
89
- msgstr ""
90
- "SyntaxHighlighter\\n"
91
- "\\n"
92
-
93
- #: syntaxhighlighter.php:368
94
- msgid "Can't find brush for: "
95
- msgstr "无法找到Brush:"
96
-
97
- #: syntaxhighlighter.php:369
98
- msgid "Brush wasn't configured for html-script option: "
99
- msgstr "Brush不能设置 html-script选项"
100
-
101
- #: syntaxhighlighter.php:554
102
- msgid "Are you sure you want to reset your settings to the defaults?"
103
- msgstr "您确定想要将首选项重置为默认设置吗?"
104
-
105
- #: syntaxhighlighter.php:670
106
- #, php-format
107
- msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
108
- msgstr "这些参数你能够设置在简码中。对于布尔值(即 on/off),使用 %1$s/%2$s 或者 %3$s/%4$s。"
109
-
110
- #: syntaxhighlighter.php:673
111
- #, php-format
112
- msgid "%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;aliases&quot;)."
113
- msgstr "%1$s 或者 %2$s &#8212; 要高亮显示的代码语言。你能够像标签一样交替使用它们,例如<code>[php]code[/php]</code>。<a href=\"%3$s\">点击这里</a>有一个有效的标签列表 (在&quot;aliases&quot;的下面)。"
114
-
115
- #: syntaxhighlighter.php:674
116
- #, php-format
117
- msgid "%s &#8212; Toggle automatic URL linking."
118
- msgstr "%s &#8212; 切换自动URL链接。"
119
-
120
- #: syntaxhighlighter.php:675
121
- #, php-format
122
- msgid "%s &#8212; Add an additional CSS class to the code box."
123
- msgstr "%s &#8212; 加一个附加的CSS类到代码框。"
124
-
125
- #: syntaxhighlighter.php:676
126
- #, php-format
127
- msgid "%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts."
128
- msgstr "%s &#8212; 切换缺省代码框收缩选项,请求点击展开代码。张贴大段代码时比较好看。"
129
-
130
- #: syntaxhighlighter.php:677
131
- #, php-format
132
- msgid "%s &#8212; An interger specifying what number the first line should be (for the line numbering)."
133
- msgstr "%s &#8212; 你想要在代码第一行显示的指定整数(有行号显示时)。"
134
-
135
- #: syntaxhighlighter.php:678
136
- #, php-format
137
- msgid "%s &#8212; Toggle the left-side line numbering."
138
- msgstr "%s &#8212; 切换左边行号显示。"
139
-
140
- #: syntaxhighlighter.php:679
141
- #, php-format
142
- msgid "%s &#8212; A comma-sperated list of line numbers to highlight."
143
- msgstr "%s &#8212; 需要高亮行号的逗号分隔列表"
144
-
145
- #: syntaxhighlighter.php:680
146
- #, php-format
147
- msgid "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're mixing HTML/XML with another language, such as having PHP inside an HTML web page. The above preview has it enabled for example."
148
- msgstr "%s &#8212; 切换任意HTML/XML扩展高亮。当 HTML/XML和其它语言混合时是有用的,比如在一个HTML网页里包含PHP。上面的预览这个选项是激活的。"
149
-
150
- #: syntaxhighlighter.php:681
151
- #, php-format
152
- msgid "%s &#8212; Toggle light mode which disables the gutter, toolbar, and ruler all at once."
153
- msgstr "%s &#8212; 切换高亮模式,此模式下装订线、工具条和标尺不可见。"
154
-
155
- #: syntaxhighlighter.php:682
156
- #, php-format
157
- msgid "%s &#8212; Toggle the column ruler at the top of the code box."
158
- msgstr "%s &#8212; 切换代码框部的列标尺显示。"
159
-
160
- #: syntaxhighlighter.php:683
161
- #, php-format
162
- msgid "%s &#8212; Toggle the toolbar containing the helpful buttons."
163
- msgstr "%s &#8212; 切换工具条上的帮助按钮。"
164
-
165
- #: syntaxhighlighter.php:684
166
- #, php-format
167
- msgid "%s &#8212; Toggle line wrapping."
168
- msgstr "%s &#8212; 切换自动换行。"
169
-
170
- #: syntaxhighlighter.php:708
171
- msgid "Cheatin&#8217; uh?"
172
- msgstr "Cheatin&#8217; uh?"
173
-
174
- #: syntaxhighlighter.php:546
175
- msgid "Settings reset to defaults."
176
- msgstr "将设置重置为默认值"
177
-
178
- #: syntaxhighlighter.php:573
179
- msgid "Color Theme"
180
- msgstr "颜色主题"
181
-
182
- #: syntaxhighlighter.php:588
183
- msgid "Defaults"
184
- msgstr "默认值"
185
-
186
- #: syntaxhighlighter.php:590
187
- msgid "All of the settings below can also be configured on a per-code box basis."
188
- msgstr "下面的所有设定都能在基本pre-code框中配置"
189
-
190
- #: syntaxhighlighter.php:594
191
- #: syntaxhighlighter.php:597
192
- msgid "Miscellaneous"
193
- msgstr "杂项"
194
-
195
- #: syntaxhighlighter.php:599
196
- msgid "Display line numbers"
197
- msgstr "显示行号"
198
-
199
- #: syntaxhighlighter.php:600
200
- msgid "Display the toolbar"
201
- msgstr "显示工具条"
202
-
203
- #: syntaxhighlighter.php:601
204
- msgid "Automatically make URLs clickable"
205
- msgstr "自动转换URI为可点击"
206
-
207
- #: syntaxhighlighter.php:602
208
- msgid "Collapse code boxes"
209
- msgstr "收缩代码框"
210
-
211
- #: syntaxhighlighter.php:603
212
- msgid "Show a ruler column along the top of the code box"
213
- msgstr "允许在代码框的顶部显示列标尺"
214
-
215
- #: syntaxhighlighter.php:604
216
- msgid "Use the light display mode, best for single lines of code"
217
- msgstr "用高亮显示模式,最好在单行代码中使用"
218
-
219
- #: syntaxhighlighter.php:605
220
- msgid "Use smart tabs allowing tabs being used for alignment"
221
- msgstr "使用智能制表符允许制表符对齐"
222
-
223
- #: syntaxhighlighter.php:606
224
- msgid "Wrap long lines, using an icon to show where line wraps occur (disabling this will make a scrollbar show instead)"
225
- msgstr "自动换行长的行,用一个图标指示换行的地方(禁用此选项将用滚动条代替显示)"
226
-
227
- #: syntaxhighlighter.php:611
228
- msgid "Additional CSS Class(es)"
229
- msgstr "附加的CSS类(es)"
230
-
231
- #: syntaxhighlighter.php:615
232
- msgid "Starting Line Number"
233
- msgstr "开始行号"
234
-
235
- #: syntaxhighlighter.php:619
236
- msgid "Tab Size"
237
- msgstr "制表符长度"
238
-
239
- #: syntaxhighlighter.php:625
240
- msgid "Save Changes"
241
- msgstr "保存更改"
242
-
243
- #: syntaxhighlighter.php:626
244
- msgid "Reset to Defaults"
245
- msgstr "重置为默认值"
246
-
247
- #: syntaxhighlighter.php:631
248
- msgid "Preview"
249
- msgstr "预览"
250
-
251
- #: syntaxhighlighter.php:633
252
- msgid "Click &quot;Save Changes&quot; to update this preview."
253
- msgstr "点击 &quot;保存更改&quot; 更新这段预览。"
254
-
255
- #: syntaxhighlighter.php:668
256
- msgid "Shortcode Parameters"
257
- msgstr "简码参数"
258
-
259
- #: syntaxhighlighter.php:687
260
- msgid "Some example shortcodes:"
261
- msgstr "一些简码示例"
262
-
263
- #: syntaxhighlighter.php:690
264
- #: syntaxhighlighter.php:691
265
- #: syntaxhighlighter.php:692
266
- #: syntaxhighlighter.php:693
267
- msgid "your code here"
268
- msgstr "这里写你的代码"
269
-
270
- #~ msgid "Font Size (Percentage)"
271
- #~ msgstr "字体大小(百分比)"
272
- #~ msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
273
- #~ msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
274
- #~ msgid ""
275
- #~ "Easily post code to your blog while still maintaining complete control "
276
- #~ "over it's display. Uses Alex Gorbatchev's <a href=\"http://code.google."
277
- #~ "com/p/syntaxhighlighter/\">SyntaxHighlighter</a> and code by <a href="
278
- #~ "\"http://automattic.com/\">Automattic</a>."
279
- #~ msgstr ""
280
- #~ "很容易的粘贴代码到你的博客中,同时保持显示的完整控制。使用Alex Gorbatchev"
281
- #~ "的 <a href=\"http://code.google.com/p/syntaxhighlighter/"
282
- #~ "\">SyntaxHighlighter</a>, 由<a href=\"http://automattic.com/"
283
- #~ "\">Automattic</a>编程。"
284
- #~ msgid "Viper007Bond"
285
- #~ msgstr "Viper007Bond"
286
- #~ msgid "http://www.viper007bond.com/"
287
- #~ msgstr "http://www.viper007bond.com/"
288
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -1,21 +1,26 @@
1
  === SyntaxHighlighter Evolved ===
2
- Contributors: Viper007Bond, automattic
3
- Donate link: http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/donate/
4
- Tags: code, sourcecode, php, xhtml, html, css, WordPress.com
5
  Requires at least: 4.2.3
6
- Tested up to: 5.0
7
- Stable tag: trunk
8
 
9
  Easily post syntax-highlighted code to your site without having to modify the code at all. As seen on WordPress.com.
10
 
11
  == Description ==
12
 
 
 
13
  SyntaxHighlighter Evolved allows you to easily post syntax-highlighted code to your site without losing its formatting or making any manual changes. It uses the [SyntaxHighlighter JavaScript package by Alex Gorbatchev](http://alexgorbatchev.com/wiki/SyntaxHighlighter).
14
 
15
- For a live demo, see [this plugin's homepage](http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/).
16
 
17
  For a list of supported languages (most widely used languages are supported), see the [WordPress.com support document](http://en.support.wordpress.com/code/posting-source-code/).
18
 
 
 
 
19
  *[As seen on WordPress.com.](http://en.blog.wordpress.com/2009/12/02/better-source-code-posting/)*
20
 
21
  == Frequently Asked Questions ==
@@ -30,11 +35,38 @@ Try excluding this plugin's Javascript from any performance optimizations your s
30
 
31
  == Screenshots ==
32
 
33
- 1. Example code display of some PHP inside some HTML.
34
- 2. A part of the Settings page which controls the defaults.
35
 
36
  == ChangeLog ==
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  = Version 3.3.1 =
39
 
40
  * Make sure `wp-editor` script is loaded for Gutenberg.
@@ -250,3 +282,6 @@ Localizations:
250
  = Version 1.0.0 =
251
 
252
  * Initial release!
 
 
 
1
  === SyntaxHighlighter Evolved ===
2
+ Contributors: Viper007Bond, automattic, donncha
3
+ Donate link: https://alex.blog/2019/03/13/in-memory-of-alex-donation-link-update/
4
+ Tags: code, sourcecode, block, php, xhtml, html, css, WordPress.com
5
  Requires at least: 4.2.3
6
+ Tested up to: 5.2.3
7
+ Stable tag: 3.5.1
8
 
9
  Easily post syntax-highlighted code to your site without having to modify the code at all. As seen on WordPress.com.
10
 
11
  == Description ==
12
 
13
+ *Now with support for the new block editor in WordPress 5.0!*
14
+
15
  SyntaxHighlighter Evolved allows you to easily post syntax-highlighted code to your site without losing its formatting or making any manual changes. It uses the [SyntaxHighlighter JavaScript package by Alex Gorbatchev](http://alexgorbatchev.com/wiki/SyntaxHighlighter).
16
 
17
+ For a live demo, see [this plugin's homepage](https://alex.blog/wordpress-plugins/syntaxhighlighter/).
18
 
19
  For a list of supported languages (most widely used languages are supported), see the [WordPress.com support document](http://en.support.wordpress.com/code/posting-source-code/).
20
 
21
+ Development of this plugin is [on GitHub](https://github.com/Automattic/syntaxhighlighter).
22
+ Translation of the plugin into different languages is on the [translation page](https://translate.wordpress.org/projects/wp-plugins/syntaxhighlighter).
23
+
24
  *[As seen on WordPress.com.](http://en.blog.wordpress.com/2009/12/02/better-source-code-posting/)*
25
 
26
  == Frequently Asked Questions ==
35
 
36
  == Screenshots ==
37
 
38
+ 1. Example display of some PHP code.
39
+ 2. An example use of the editor block.
40
 
41
  == ChangeLog ==
42
 
43
+ = Version 3.5.1 =
44
+
45
+ * Fix stored XSS by tightening up the autolinking code so it only does http/https text. #1
46
+ * Add more CSS keywords and values. #6
47
+ * Fork GH repository: https://github.com/Automattic/syntaxhighlighter/
48
+
49
+ = Version 3.5.0 =
50
+
51
+ * Block: Add a bunch of display settings.
52
+ * Block: Switch to server-side rendering so that the same code that renders the shortcode will render the block.
53
+
54
+ = Version 3.4.2 =
55
+
56
+ * Blocks: Support SyntaxHighlighter block being used as a reusable block.
57
+
58
+ = Version 3.4.1 =
59
+
60
+ * Bring back support for the Gutenberg plugin for the people that are still on older versions of WordPress (pre-5.0) and are using the new block editor via the Gutenberg plugin.
61
+
62
+ = Version 3.4.0 =
63
+
64
+ * Drop support for the Gutenberg plugin in favor of WordPress 5.0's native functionality (different function names).
65
+
66
+ = Version 3.3.2 =
67
+
68
+ * Gutenberg: If a language isn't selected in the block configuration, default to plain text.
69
+
70
  = Version 3.3.1 =
71
 
72
  * Make sure `wp-editor` script is loaded for Gutenberg.
282
  = Version 1.0.0 =
283
 
284
  * Initial release!
285
+
286
+ = Upgrade Notice =
287
+ Security fix for stored XSS in comments.
screenshot-1.png DELETED
Binary file
screenshot-2.png DELETED
Binary file
syntaxhighlighter.php CHANGED
@@ -3,25 +3,20 @@
3
  **************************************************************************
4
 
5
  Plugin Name: SyntaxHighlighter Evolved
6
- Plugin URI: http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/
7
- Version: 3.3.2
8
- Description: Easily post syntax-highlighted code to your site without having to modify the code at all. Uses Alex Gorbatchev's <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter">SyntaxHighlighter</a>. <strong>TIP:</strong> Don't use the Visual editor if you don't want your code mangled. TinyMCE will "clean up" your HTML.
9
  Author: Alex Mills (Viper007Bond)
10
- Author URI: http://www.viper007bond.com/
11
-
12
- **************************************************************************
13
-
14
- Thanks to:
15
-
16
- * Alex Gorbatchev for writing the Javascript-powered syntax highlighter script
17
-
18
- * Andrew Ozz for writing the TinyMCE plugin
19
 
20
  **************************************************************************/
21
 
22
  class SyntaxHighlighter {
23
  // All of these variables are private. Filters are provided for things that can be modified.
24
- var $pluginver = '3.3.2'; // Plugin version
25
  var $agshver = false; // Alex Gorbatchev's SyntaxHighlighter version (dynamically set below due to v2 vs v3)
26
  var $shfolder = false; // Controls what subfolder to load SyntaxHighlighter from (v2 or v3)
27
  var $settings = array(); // Contains the user's settings
@@ -40,7 +35,7 @@ class SyntaxHighlighter {
40
  return;
41
 
42
  // Load localization domain
43
- load_plugin_textdomain( 'syntaxhighlighter', false, '/syntaxhighlighter/localization' );
44
 
45
  // Display hooks
46
  add_filter( 'the_content', array( $this, 'parse_shortcodes' ), 7 ); // Posts
@@ -60,8 +55,6 @@ class SyntaxHighlighter {
60
  add_filter( 'bp_get_the_topic_post_edit_text', array( $this, 'decode_shortcode_contents' ), 1 ); // BuddyPress
61
 
62
  // Outputting SyntaxHighlighter's JS and CSS
63
- add_action( 'wp_head', array( $this, 'output_header_placeholder' ), 15 );
64
- add_action( 'admin_head', array( $this, 'output_header_placeholder' ), 15 ); // For comments
65
  add_action( 'wp_footer', array( $this, 'maybe_output_scripts' ), 15 );
66
  add_action( 'admin_footer', array( $this, 'maybe_output_scripts' ), 15 ); // For comments
67
 
@@ -72,10 +65,19 @@ class SyntaxHighlighter {
72
  add_filter( 'save_post', array( $this, 'mark_as_encoded' ), 10, 2 );
73
  add_filter( 'plugin_action_links', array( $this, 'settings_link' ), 10, 2 );
74
 
75
- // Gutenberg Blocks
76
- if ( function_exists( 'gutenberg_pre_init' ) ) {
 
 
 
77
  add_action( 'enqueue_block_editor_assets', array( $this, 'enqueue_block_editor_assets' ) );
78
  add_action( 'the_content', array( $this, 'enable_brushes_used_in_blocks' ), 0 );
 
 
 
 
 
 
79
  }
80
 
81
  // Register widget hooks
@@ -256,6 +258,13 @@ class SyntaxHighlighter {
256
  'xml' => __( 'HTML / XHTML / XML / XSLT', 'syntaxhighlighter' ),
257
  ) );
258
 
 
 
 
 
 
 
 
259
  // Create a list of shortcodes to use. You can use the filter to add/remove ones.
260
  // If the language/lang parameter is left out, it's assumed the shortcode name is the language.
261
  // If that's invalid, then "plain" is used.
@@ -310,24 +319,56 @@ class SyntaxHighlighter {
310
  function enqueue_block_editor_assets() {
311
  wp_enqueue_script(
312
  'syntaxhighlighter-blocks',
313
- plugins_url( 'blocks/index.min.js', __FILE__ ),
314
  array( 'wp-blocks', 'wp-i18n', 'wp-element', 'wp-editor' ),
315
- ( defined( 'WP_DEBUG' ) && WP_DEBUG )
316
- ? filemtime( plugin_dir_path( __FILE__ ) . 'blocks/index.min.js' )
317
  : $this->pluginver
318
  );
319
 
320
- natsort( $this->brush_names );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
 
322
  wp_add_inline_script(
323
  'syntaxhighlighter-blocks',
324
  sprintf( '
325
  var syntaxHighlighterData = {
326
- localeData: %s,
327
  brushes: %s,
 
328
  };',
329
- json_encode( gutenberg_get_jed_locale_data( 'syntaxhighlighter' ) ),
330
- json_encode( $this->brush_names )
331
  ),
332
  'before'
333
  );
@@ -338,6 +379,12 @@ class SyntaxHighlighter {
338
  *
339
  * For the shortcode, brushes are activated by `shortcode_callback()`, but that won't detect brushes that were
340
  * used in blocks. For that, we need to extract the data from the block's attributes.
 
 
 
 
 
 
341
  */
342
  function enable_brushes_used_in_blocks( $content ) {
343
  /*
@@ -349,27 +396,128 @@ class SyntaxHighlighter {
349
  }
350
 
351
  // Lower overhead than a full parse.
352
- if ( ! has_block( 'syntaxhighlighter/code', $content ) ) {
 
 
 
353
  return $content;
354
  }
355
 
356
- $blocks = gutenberg_parse_blocks( $content );
 
 
 
 
 
 
357
 
358
  foreach ( $blocks as $block ) {
359
- if ( empty( $block['blockName'] ) || 'syntaxhighlighter/code' !== $block['blockName'] ) {
360
  continue;
361
  }
362
 
363
- $language = ( ! empty( $block['attrs']['language'] ) ) ? $block['attrs']['language'] : 'plain';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
364
 
365
- if ( in_array( $language, $this->brushes, true ) ) {
366
- $this->usedbrushes[ $this->brushes[ $language ] ] = true;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
367
  }
368
  }
369
 
370
  return $content;
371
  }
372
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  // Add the custom TinyMCE plugin which wraps plugin shortcodes in <pre> in TinyMCE
374
  function add_tinymce_plugin( $plugins ) {
375
  global $tinymce_version;
@@ -739,13 +887,6 @@ class SyntaxHighlighter {
739
  }
740
 
741
 
742
- // Output an anchor in the header for the Javascript to use.
743
- // In the <head>, we don't know if we'll need this plugin's CSS and JavaScript yet but we will in the footer.
744
- function output_header_placeholder() {
745
- echo '<style type="text/css" id="syntaxhighlighteranchor"></style>' . "\n";
746
- }
747
-
748
-
749
  // Output any needed scripts. This is meant for the footer.
750
  function maybe_output_scripts() {
751
  global $wp_styles;
@@ -806,7 +947,7 @@ class SyntaxHighlighter {
806
  corecss.rel = "stylesheet";
807
  corecss.href = corecssurl;
808
  }
809
- document.getElementsByTagName("head")[0].insertBefore( corecss, document.getElementById("syntaxhighlighteranchor") );
810
  <?php
811
  endif; // Endif $needcore
812
 
@@ -820,8 +961,7 @@ class SyntaxHighlighter {
820
  themecss.rel = "stylesheet";
821
  themecss.href = themecssurl;
822
  }
823
- //document.getElementById("syntaxhighlighteranchor").appendChild(themecss);
824
- document.getElementsByTagName("head")[0].insertBefore( themecss, document.getElementById("syntaxhighlighteranchor") );
825
  <?php
826
  endif; // Endif none != theme
827
 
@@ -1364,7 +1504,7 @@ class SyntaxHighlighter {
1364
  <p><?php printf( __( 'These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s.', 'syntaxhighlighter' ), '<code>true</code>', '<code>1</code>', '<code>false</code>', '<code>0</code>' ); ?></p>
1365
 
1366
  <ul class="ul-disc">
1367
- <li><?php printf( _x( '%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href="%3$s">Click here</a> for a list of valid tags (under &quot;aliases&quot;).', 'language parameter', 'syntaxhighlighter' ), '<code>lang</code>', '<code>language</code>', 'http://alexgorbatchev.com/wiki/SyntaxHighlighter:Brushes' ); ?></li>
1368
  <li><?php printf( _x( '%s &#8212; Toggle automatic URL linking.', 'autolinks parameter', 'syntaxhighlighter' ), '<code>autolinks</code>' ); ?></li>
1369
  <li><?php printf( _x( '%s &#8212; Add an additional CSS class to the code box.', 'classname parameter', 'syntaxhighlighter' ), '<code>classname</code>' ); ?></li>
1370
  <li><?php printf( _x( '%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts.', 'collapse parameter', 'syntaxhighlighter' ), '<code>collapse</code>' ); ?></li>
@@ -1438,4 +1578,4 @@ add_action( 'init', 'SyntaxHighlighter', 5 );
1438
  function SyntaxHighlighter() {
1439
  global $SyntaxHighlighter;
1440
  $SyntaxHighlighter = new SyntaxHighlighter();
1441
- }
3
  **************************************************************************
4
 
5
  Plugin Name: SyntaxHighlighter Evolved
6
+ Plugin URI: https://alex.blog/wordpress-plugins/syntaxhighlighter/
7
+ Version: 3.5.1
8
+ Description: Easily post syntax-highlighted code to your site without having to modify the code at all. Uses Alex Gorbatchev's <a href="http://alexgorbatchev.com/SyntaxHighlighter/">SyntaxHighlighter</a>. Includes a new editor block.
9
  Author: Alex Mills (Viper007Bond)
10
+ Author URI: https://alex.blog/
11
+ Text Domain: syntaxhighlighter
12
+ License: GPL2
13
+ License URI: https://www.gnu.org/licenses/gpl-2.0.html
 
 
 
 
 
14
 
15
  **************************************************************************/
16
 
17
  class SyntaxHighlighter {
18
  // All of these variables are private. Filters are provided for things that can be modified.
19
+ var $pluginver = '3.5.0'; // Plugin version
20
  var $agshver = false; // Alex Gorbatchev's SyntaxHighlighter version (dynamically set below due to v2 vs v3)
21
  var $shfolder = false; // Controls what subfolder to load SyntaxHighlighter from (v2 or v3)
22
  var $settings = array(); // Contains the user's settings
35
  return;
36
 
37
  // Load localization domain
38
+ load_plugin_textdomain( 'syntaxhighlighter' );
39
 
40
  // Display hooks
41
  add_filter( 'the_content', array( $this, 'parse_shortcodes' ), 7 ); // Posts
55
  add_filter( 'bp_get_the_topic_post_edit_text', array( $this, 'decode_shortcode_contents' ), 1 ); // BuddyPress
56
 
57
  // Outputting SyntaxHighlighter's JS and CSS
 
 
58
  add_action( 'wp_footer', array( $this, 'maybe_output_scripts' ), 15 );
59
  add_action( 'admin_footer', array( $this, 'maybe_output_scripts' ), 15 ); // For comments
60
 
65
  add_filter( 'save_post', array( $this, 'mark_as_encoded' ), 10, 2 );
66
  add_filter( 'plugin_action_links', array( $this, 'settings_link' ), 10, 2 );
67
 
68
+ // Editor Blocks
69
+ if (
70
+ function_exists( 'parse_blocks' ) // WordPress 5.0+
71
+ || function_exists( 'the_gutenberg_project' ) // Gutenberg plugin for older WordPress
72
+ ) {
73
  add_action( 'enqueue_block_editor_assets', array( $this, 'enqueue_block_editor_assets' ) );
74
  add_action( 'the_content', array( $this, 'enable_brushes_used_in_blocks' ), 0 );
75
+ register_block_type(
76
+ 'syntaxhighlighter/code',
77
+ array(
78
+ 'render_callback' => array( $this, 'render_block' ),
79
+ )
80
+ );
81
  }
82
 
83
  // Register widget hooks
258
  'xml' => __( 'HTML / XHTML / XML / XSLT', 'syntaxhighlighter' ),
259
  ) );
260
 
261
+ // Add any custom brushes that aren't making use of the newer "syntaxhighlighter_brush_names" filter.
262
+ foreach ( $this->brushes as $slug => $language ) {
263
+ if ( ! isset( $this->brush_names[ $language ] ) ) {
264
+ $this->brush_names[ $language ] = $slug;
265
+ }
266
+ }
267
+
268
  // Create a list of shortcodes to use. You can use the filter to add/remove ones.
269
  // If the language/lang parameter is left out, it's assumed the shortcode name is the language.
270
  // If that's invalid, then "plain" is used.
319
  function enqueue_block_editor_assets() {
320
  wp_enqueue_script(
321
  'syntaxhighlighter-blocks',
322
+ plugins_url( 'dist/blocks.build.js', __FILE__ ),
323
  array( 'wp-blocks', 'wp-i18n', 'wp-element', 'wp-editor' ),
324
+ ( ( defined( 'WP_DEBUG' ) && WP_DEBUG ) || ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) )
325
+ ? filemtime( plugin_dir_path( __FILE__ ) . 'dist/blocks.build.js' )
326
  : $this->pluginver
327
  );
328
 
329
+ // WordPress 5.0+ only, no Gutenberg plugin support
330
+ if ( function_exists( 'wp_set_script_translations' ) ) {
331
+ wp_set_script_translations( 'syntaxhighlighter-blocks', 'syntaxhighlighter' );
332
+ }
333
+
334
+ natcasesort( $this->brush_names );
335
+
336
+ $settings = (object) array(
337
+ 'language' => (object) array(
338
+ 'supported' => true,
339
+ 'default' => 'plain'
340
+ ),
341
+ 'lineNumbers' => (object) array(
342
+ 'supported' => true,
343
+ 'default' => (bool) $this->settings['gutter'],
344
+ ),
345
+ 'firstLineNumber' => (object) array(
346
+ 'supported' => true,
347
+ 'default' => $this->settings['firstline'],
348
+ ),
349
+ 'highlightLines' => (object) array(
350
+ 'supported' => true,
351
+ 'default' => '',
352
+ ),
353
+ 'wrapLines' => (object) array(
354
+ 'supported' => ( '2' == $this->settings['shversion'] ),
355
+ 'default' => (bool) $this->settings['wraplines'],
356
+ ),
357
+ 'makeURLsClickable' => (object) array(
358
+ 'supported' => true,
359
+ 'default' => (bool) $this->settings['autolinks'],
360
+ ),
361
+ );
362
 
363
  wp_add_inline_script(
364
  'syntaxhighlighter-blocks',
365
  sprintf( '
366
  var syntaxHighlighterData = {
 
367
  brushes: %s,
368
+ settings: %s,
369
  };',
370
+ json_encode( $this->brush_names ),
371
+ json_encode( $settings )
372
  ),
373
  'before'
374
  );
379
  *
380
  * For the shortcode, brushes are activated by `shortcode_callback()`, but that won't detect brushes that were
381
  * used in blocks. For that, we need to extract the data from the block's attributes.
382
+ *
383
+ * @since 3.3.0
384
+ *
385
+ * @param string $content The post content.
386
+ *
387
+ * @return string Unmodified $content.
388
  */
389
  function enable_brushes_used_in_blocks( $content ) {
390
  /*
396
  }
397
 
398
  // Lower overhead than a full parse.
399
+ if (
400
+ ! has_block( 'syntaxhighlighter/code', $content )
401
+ && ! has_block( 'core/block', $content ) // Reusable
402
+ ) {
403
  return $content;
404
  }
405
 
406
+ if ( function_exists( 'parse_blocks' ) ) { // WP 5.0+
407
+ $blocks = parse_blocks( $content );
408
+ } elseif ( Function_exists( 'gutenberg_parse_blocks' ) ) { // Gutenberg plugin
409
+ $blocks = gutenberg_parse_blocks( $content );
410
+ } else {
411
+ return $content;
412
+ }
413
 
414
  foreach ( $blocks as $block ) {
415
+ if ( empty( $block['blockName'] ) ) {
416
  continue;
417
  }
418
 
419
+ switch ( $block['blockName'] ) {
420
+ // Normal block usage
421
+ case 'syntaxhighlighter/code':
422
+ $language = ( ! empty( $block['attrs']['language'] ) ) ? $block['attrs']['language'] : 'plain';
423
+
424
+ if ( in_array( $language, $this->brushes, true ) ) {
425
+ $this->usedbrushes[ $this->brushes[ $language ] ] = true;
426
+ }
427
+
428
+ break;
429
+
430
+ // But the block could also be used inside of a reusable block
431
+ case 'core/block':
432
+ /**
433
+ * Rather than going down the block parsing rabbit hole of dynamic blocks,
434
+ * let's just hook in post-render and look for our HTML.
435
+ */
436
+ add_filter( 'the_content', array( $this, 'enable_brushes_via_raw_html_parsing' ), 10 );
437
+
438
+ break;
439
+ }
440
+ }
441
+
442
+ return $content;
443
+ }
444
 
445
+ /**
446
+ * Parses raw HTML looking for SyntaxHighlighter's <pre> tags and queues brushes
447
+ * for the languages used.
448
+ *
449
+ * This filter only runs when a reusable block is used in a post.
450
+ * It was easier to implement than loading the block, which then could
451
+ * have child blocks and so forth. Technically this means that we're
452
+ * parsing any regular SyntaxHighlighter blocks again, but oh well. :)
453
+ *
454
+ * @since 3.4.2
455
+ *
456
+ * @param string $content The post content.
457
+ *
458
+ * @return string Unmodified $content.
459
+ */
460
+ public function enable_brushes_via_raw_html_parsing( $content ) {
461
+ if ( false === strpos( $content,'<pre class="wp-block-syntaxhighlighter-code' ) ) {
462
+ return $content;
463
+ }
464
+
465
+ preg_match_all(
466
+ '/<pre class="wp-block-syntaxhighlighter-code brush: ([^;]+);/',
467
+ $content,
468
+ $languages,
469
+ PREG_PATTERN_ORDER
470
+ );
471
+
472
+ if ( is_array( $languages ) ) {
473
+ foreach ( $languages[1] as $language ) {
474
+ if ( in_array( $language, $this->brushes, true ) ) {
475
+ $this->usedbrushes[ $this->brushes[ $language ] ] = true;
476
+ }
477
  }
478
  }
479
 
480
  return $content;
481
  }
482
 
483
+ /**
484
+ * Renders the content of the Gutenberg block on the front end
485
+ * using the shortcode callback. This ensures one source of truth
486
+ * and allows for forward compatibility.
487
+ *
488
+ * @param string $content The block's content.
489
+ *
490
+ * @return string The rendered content.
491
+ */
492
+ public function render_block( $attributes, $content ) {
493
+ $remaps = array(
494
+ 'lineNumbers' => 'gutter',
495
+ 'firstLineNumber' => 'firstline',
496
+ 'highlightLines' => 'highlight',
497
+ 'wrapLines' => 'wraplines',
498
+ 'makeURLsClickable' => 'autolinks',
499
+ );
500
+
501
+ foreach ( $remaps as $from => $to ) {
502
+ if ( isset( $attributes[ $from ] ) ) {
503
+ if ( is_bool( $attributes[ $from ] ) ) {
504
+ $attributes[ $to ] = ( $attributes[ $from ] ) ? '1' : '0';
505
+ } else {
506
+ $attributes[ $to ] = $attributes[ $from ];
507
+ }
508
+
509
+ unset( $attributes[ $from ] );
510
+ }
511
+ }
512
+
513
+ $code = preg_replace( '#<pre [^>]+>([^<]+)?</pre>#', '$1', $content );
514
+
515
+ // Undo escaping done by WordPress
516
+ $code = str_replace( '&lt;', '<', $code );
517
+
518
+ return $this->shortcode_callback( $attributes, $code, 'code' );
519
+ }
520
+
521
  // Add the custom TinyMCE plugin which wraps plugin shortcodes in <pre> in TinyMCE
522
  function add_tinymce_plugin( $plugins ) {
523
  global $tinymce_version;
887
  }
888
 
889
 
 
 
 
 
 
 
 
890
  // Output any needed scripts. This is meant for the footer.
891
  function maybe_output_scripts() {
892
  global $wp_styles;
947
  corecss.rel = "stylesheet";
948
  corecss.href = corecssurl;
949
  }
950
+ document.head.appendChild( corecss );
951
  <?php
952
  endif; // Endif $needcore
953
 
961
  themecss.rel = "stylesheet";
962
  themecss.href = themecssurl;
963
  }
964
+ document.head.appendChild( themecss );
 
965
  <?php
966
  endif; // Endif none != theme
967
 
1504
  <p><?php printf( __( 'These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s.', 'syntaxhighlighter' ), '<code>true</code>', '<code>1</code>', '<code>false</code>', '<code>0</code>' ); ?></p>
1505
 
1506
  <ul class="ul-disc">
1507
+ <li><?php printf( _x( '%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href="%3$s">Click here</a> for a list of valid tags (under &quot;aliases&quot;).', 'language parameter', 'syntaxhighlighter' ), '<code>lang</code>', '<code>language</code>', 'http://alexgorbatchev.com/SyntaxHighlighter/manual/brushes/' ); ?></li>
1508
  <li><?php printf( _x( '%s &#8212; Toggle automatic URL linking.', 'autolinks parameter', 'syntaxhighlighter' ), '<code>autolinks</code>' ); ?></li>
1509
  <li><?php printf( _x( '%s &#8212; Add an additional CSS class to the code box.', 'classname parameter', 'syntaxhighlighter' ), '<code>classname</code>' ); ?></li>
1510
  <li><?php printf( _x( '%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts.', 'collapse parameter', 'syntaxhighlighter' ), '<code>collapse</code>' ); ?></li>
1578
  function SyntaxHighlighter() {
1579
  global $SyntaxHighlighter;
1580
  $SyntaxHighlighter = new SyntaxHighlighter();
1581
+ }
syntaxhighlighter3/scripts/shBrushCpp.js CHANGED
@@ -39,7 +39,7 @@
39
  'PUSHORT PVOID PWCHAR PWORD PWSTR SC_HANDLE SC_LOCK SERVICE_STATUS_HANDLE SHORT ' +
40
  'SIZE_T SSIZE_T TBYTE TCHAR UCHAR UHALF_PTR UINT UINT_PTR UINT32 UINT64 ULONG ' +
41
  'ULONGLONG ULONG_PTR ULONG32 ULONG64 USHORT USN VOID WCHAR WORD WPARAM WPARAM WPARAM ' +
42
- 'char char16_t char32_t bool short int __int32 __int64 __int8 __int16 long float double __wchar_t ' +
43
  'clock_t _complex _dev_t _diskfree_t div_t ldiv_t _exception _EXCEPTION_POINTERS ' +
44
  'FILE _finddata_t _finddatai64_t _wfinddata_t _wfinddatai64_t __finddata64_t ' +
45
  '__wfinddata64_t _FPIEEE_RECORD fpos_t _HEAPINFO _HFILE lconv intptr_t ' +
@@ -49,14 +49,14 @@
49
  'va_list wchar_t wctrans_t wctype_t wint_t signed';
50
 
51
  var keywords = 'alignas alignof auto break case catch class const constexpr decltype __finally __exception __try ' +
52
- 'const_cast continue private public protected __declspec ' +
53
  'default delete deprecated dllexport dllimport do dynamic_cast ' +
54
- 'else enum explicit extern if for friend goto inline ' +
55
  'mutable naked namespace new noinline noreturn nothrow noexcept nullptr ' +
56
- 'ref register reinterpret_cast return selectany ' +
57
  'sizeof static static_cast static_assert struct switch template this ' +
58
  'thread thread_local throw true false try typedef typeid typename union ' +
59
- 'using uuid virtual void volatile whcar_t while';
60
 
61
  var functions = 'assert isalnum isalpha iscntrl isdigit isgraph islower isprint' +
62
  'ispunct isspace isupper isxdigit tolower toupper errno localeconv ' +
@@ -78,6 +78,8 @@
78
  this.regexList = [
79
  { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
80
  { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
 
 
81
  { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
82
  { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
83
  { regex: /^ *#.*/gm, css: 'preprocessor' },
39
  'PUSHORT PVOID PWCHAR PWORD PWSTR SC_HANDLE SC_LOCK SERVICE_STATUS_HANDLE SHORT ' +
40
  'SIZE_T SSIZE_T TBYTE TCHAR UCHAR UHALF_PTR UINT UINT_PTR UINT32 UINT64 ULONG ' +
41
  'ULONGLONG ULONG_PTR ULONG32 ULONG64 USHORT USN VOID WCHAR WORD WPARAM WPARAM WPARAM ' +
42
+ 'char char8_t char16_t char32_t bool short int __int32 __int64 __int8 __int16 long float double __wchar_t ' +
43
  'clock_t _complex _dev_t _diskfree_t div_t ldiv_t _exception _EXCEPTION_POINTERS ' +
44
  'FILE _finddata_t _finddatai64_t _wfinddata_t _wfinddatai64_t __finddata64_t ' +
45
  '__wfinddata64_t _FPIEEE_RECORD fpos_t _HEAPINFO _HFILE lconv intptr_t ' +
49
  'va_list wchar_t wctrans_t wctype_t wint_t signed';
50
 
51
  var keywords = 'alignas alignof auto break case catch class const constexpr decltype __finally __exception __try ' +
52
+ 'const_cast consteval concept continue private public protected __declspec ' +
53
  'default delete deprecated dllexport dllimport do dynamic_cast ' +
54
+ 'else enum explicit extern if for friend final goto inline ' +
55
  'mutable naked namespace new noinline noreturn nothrow noexcept nullptr ' +
56
+ 'override ref register reinterpret_cast requires return selectany ' +
57
  'sizeof static static_cast static_assert struct switch template this ' +
58
  'thread thread_local throw true false try typedef typeid typename union ' +
59
+ 'using uuid virtual void volatile whcar_t while xor xor_eq ';
60
 
61
  var functions = 'assert isalnum isalpha iscntrl isdigit isgraph islower isprint' +
62
  'ispunct isspace isupper isxdigit tolower toupper errno localeconv ' +
78
  this.regexList = [
79
  { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
80
  { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
81
+ { regex: /(R|L|U|u|u8)?"([^\\"\n]|\\.)*"/g, css: 'string' }, // special character
82
+ { regex: /(R|L|U|u|u8)?'([^\\'\n]|\\.)*'/g, css: 'string' }, // special string
83
  { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
84
  { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
85
  { regex: /^ *#.*/gm, css: 'preprocessor' },
syntaxhighlighter3/scripts/shBrushCss.js CHANGED
@@ -31,35 +31,59 @@
31
  return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
32
  };
33
 
34
- var keywords = 'ascent azimuth background-attachment background-color background-image background-position ' +
35
- 'background-repeat background baseline bbox border-collapse border-color border-spacing border-style border-top ' +
36
- 'border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color ' +
37
- 'border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width ' +
38
- 'border-bottom-width border-left-width border-width border bottom cap-height caption-side centerline clear clip color ' +
39
- 'content counter-increment counter-reset cue-after cue-before cue cursor definition-src descent direction display ' +
40
- 'elevation empty-cells float font-size-adjust font-family font-size font-stretch font-style font-variant font-weight font ' +
41
- 'height left letter-spacing line-height list-style-image list-style-position list-style-type list-style margin-top ' +
42
- 'margin-right margin-bottom margin-left margin marker-offset marks mathline max-height max-width min-height min-width orphans ' +
43
- 'outline-color outline-style outline-width outline overflow padding-top padding-right padding-bottom padding-left padding page ' +
44
- 'page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position ' +
45
- 'quotes right richness size slope src speak-header speak-numeral speak-punctuation speak speech-rate stemh stemv stress ' +
46
- 'table-layout text-align top text-decoration text-indent text-shadow text-transform unicode-bidi unicode-range units-per-em ' +
47
- 'vertical-align visibility voice-family volume white-space widows width widths word-spacing x-height z-index';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
  var values = 'above absolute all always aqua armenian attr aural auto avoid baseline behind below bidi-override black blink block blue bold bolder '+
50
- 'both bottom braille capitalize caption center center-left center-right circle close-quote code collapse compact condensed '+
51
- 'continuous counter counters crop cross crosshair cursive dashed decimal decimal-leading-zero default digits disc dotted double '+
52
- 'embed embossed e-resize expanded extra-condensed extra-expanded fantasy far-left far-right fast faster fixed format fuchsia '+
53
- 'gray green groove handheld hebrew help hidden hide high higher icon inline-table inline inset inside invert italic '+
54
- 'justify landscape large larger left-side left leftwards level lighter lime line-through list-item local loud lower-alpha '+
55
  'lowercase lower-greek lower-latin lower-roman lower low ltr marker maroon medium message-box middle mix move narrower '+
56
  'navy ne-resize no-close-quote none no-open-quote no-repeat normal nowrap n-resize nw-resize oblique olive once open-quote outset '+
57
- 'outside overline pointer portrait pre print projection purple red relative repeat repeat-x repeat-y rgb ridge right right-side '+
58
- 'rightwards rtl run-in screen scroll semi-condensed semi-expanded separate se-resize show silent silver slower slow '+
59
- 'small small-caps small-caption smaller soft solid speech spell-out square s-resize static status-bar sub super sw-resize '+
60
- 'table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group teal '+
61
- 'text-bottom text-top thick thin top transparent tty tv ultra-condensed ultra-expanded underline upper-alpha uppercase upper-latin '+
62
- 'upper-roman url visible wait white wider w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-small yellow';
63
 
64
  var fonts = '[mM]onospace [tT]ahoma [vV]erdana [aA]rial [hH]elvetica [sS]ans-serif [sS]erif [cC]ourier mono sans serif';
65
 
31
  return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
32
  };
33
 
34
+ var keywords = 'align-content align-items align-self alignement-adjust all anchor-point animation animation-delay animation-direction ' +
35
+ 'animation-duration animation-fill-mode animation-iteration-count animation-name animation-play-state animation-timing-function ' +
36
+ 'appearance azimuth backface-visibility background background-attachment background-clip background-color background-image ' +
37
+ 'background-origin background-position background-repeat background-size baseline-shift binding bleed bookmark-label bookmark-level ' +
38
+ 'bookmark-state bookmark-target border border-bottom border-bottom-color border-bottom-left-radius border-bottom-right-radius ' +
39
+ 'border-bottom-style border-bottom-width border-collapse border-color border-image border-image-outset border-image-repeat ' +
40
+ 'border-image-slice border-image-source border-image-width border-left border-left-color border-left-style border-left-width ' +
41
+ 'border-radius border-right border-right-color border-right-style border-right-width border-spacing border-style border-top ' +
42
+ 'border-top-color border-top-left-radius border-top-right-radius border-top-style border-top-width border-width bottom ' +
43
+ 'box-decoration-break box-shadow box-sizing break-after break-before break-inside caption-side chains clear clip clip-path ' +
44
+ 'clip-rule color color-interpolation-filters color-profile column-count column-fill column-gap column-rule column-rule-color ' +
45
+ 'column-rule-style column-rule-width column-span column-width columns contain content counter-increment counter-reset crop ' +
46
+ 'cue cue-after cue-before cursor direction display dominant-baseline drop-initial-after-adjust drop-initial-after-align ' +
47
+ 'drop-initial-before-adjust drop-initial-before-align drop-initial-size drop-initial-value elevation empty-cells filter flex ' +
48
+ 'flex-basis flex-direction flex-flow flex-grow flex-shrink flex-wrap float float-offset flood-color flood-opacity font ' +
49
+ 'font-family font-feature-settings font-kerning font-language-override font-size font-size-adjust font-stretch font-style ' +
50
+ 'font-synthesis font-variant font-variant-alternates font-variant-caps font-variant-east-asian font-variant-ligatures ' +
51
+ 'font-variant-numeric font-variant-position font-weight grid grid-area grid-auto-columns grid-auto-flow grid-auto-position ' +
52
+ 'grid-auto-rows grid-column grid-column-end grid-column-start grid-row grid-row-end grid-row-start grid-template grid-template-areas ' +
53
+ 'grid-template-columns grid-template-rows hanging-punctuation height hyphens icon image-orientation image-resolution ' +
54
+ 'ime-mode inline-box-align justify-content left letter-spacing lighting-color line-break line-height line-stacking line-stacking-ruby ' +
55
+ 'line-stacking-shift line-stacking-strategy list-style list-style-image list-style-position list-style-type margin margin-bottom ' +
56
+ 'margin-left margin-right margin-top marker-offset marks mask mask-box-image mask-box-image-outset mask-box-image-repeat ' +
57
+ 'mask-box-image-slice mask-box-image-source mask-box-image-width mask-clip mask-image mask-origin mask-position mask-repeat ' +
58
+ 'mask-size mask-source-type mask-type max-height max-lines max-width min-height min-width move-to nav-down nav-index nav-left ' +
59
+ 'nav-right nav-up object-fit object-position opacity order orphans outline outline-color outline-offset outline-style outline-width ' +
60
+ 'overflow overflow-wrap overflow-x overflow-y padding padding-bottom padding-left padding-right padding-top page page-break-after ' +
61
+ 'page-break-before page-break-inside page-policy pause pause-after pause-before perspective perspective-origin pitch pitch-range ' +
62
+ 'play-during position presentation-level punctuation-trim quotes rendering-intent resize rest rest-after rest-before richness ' +
63
+ 'right rotation rotation-point ruby-align ruby-overhang ruby-position ruby-span size speak speak-as speak-header speak-numeral ' +
64
+ 'speak-punctuation speech-rate stress string-set tab-size table-layout target target-name target-new target-position text-align ' +
65
+ 'text-align-last text-combine-horizontal text-decoration text-decoration-color text-decoration-line text-decoration-skip ' +
66
+ 'text-decoration-style text-emphasis text-emphasis-color text-emphasis-position text-emphasis-style text-height text-indent ' +
67
+ 'text-justify text-orientation text-outline text-overflow text-shadow text-space-collapse text-transform text-underline-position ' +
68
+ 'text-wrap top transform transform-origin transform-style transition transition-delay transition-durations transition-property ' +
69
+ 'transition-timing-function unicode-bidi vertical-align visibility voice-balance voice-duration voice-family voice-pitch ' +
70
+ 'voice-range voice-rate voice-stress voice-volume volume white-space widows width word-break word-spacing word-wrap ' +
71
+ 'writing-mode z-index';
72
 
73
  var values = 'above absolute all always aqua armenian attr aural auto avoid baseline behind below bidi-override black blink block blue bold bolder '+
74
+ 'border-box both bottom braille capitalize caption center center-left center-right circle close-quote code collapse compact condensed '+
75
+ 'continuous content-box counter counters cover crop cross crosshair cursive dashed decimal decimal-leading-zero default digits disc dotted double '+
76
+ 'embed embossed e-resize expanded extra-condensed extra-expanded fantasy far-left far-right fast faster fixed flex format fuchsia '+
77
+ 'gray green groove handheld hebrew help hidden hide high higher icon infinite inherit inline-block inline-table inline inset inside invert italic '+
78
+ 'justify landscape large larger left-side left leftwards level lighter lime linear linear-gradient line-through list-item local loud lower-alpha '+
79
  'lowercase lower-greek lower-latin lower-roman lower low ltr marker maroon medium message-box middle mix move narrower '+
80
  'navy ne-resize no-close-quote none no-open-quote no-repeat normal nowrap n-resize nw-resize oblique olive once open-quote outset '+
81
+ 'outside overline pointer portrait pre print projection purple red relative repeat repeat-x repeat-y rgb rgba ridge right right-side '+
82
+ 'rightwards rotate row rtl run-in scale screen scroll semi-condensed semi-expanded separate se-resize show silent silver skewX skewY slower slow '+
83
+ 'small small-caps small-caption smaller space-around soft solid speech spell-out square s-resize static status-bar sub super sw-resize '+
84
+ 'table table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group teal '+
85
+ 'text-bottom text-top thick thin top translate translateX translateY transparent tty tv ultra-condensed ultra-expanded underline upper-alpha uppercase upper-latin '+
86
+ 'upper-roman url visible wait webkit-box white wider wrap w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-small yellow';
87
 
88
  var fonts = '[mM]onospace [tT]ahoma [vV]erdana [aA]rial [hH]elvetica [sS]ans-serif [sS]erif [cC]ourier mono sans serif';
89
 
syntaxhighlighter3/scripts/shBrushPython.js CHANGED
@@ -23,7 +23,7 @@
23
  {
24
  // Contributed by Gheorghe Milas and Ahmad Sherif
25
 
26
- var keywords = 'and assert break class continue def del elif else ' +
27
  'except exec finally for from global if import in is ' +
28
  'lambda not or pass raise return try yield while';
29
 
23
  {
24
  // Contributed by Gheorghe Milas and Ahmad Sherif
25
 
26
+ var keywords = 'and assert async await break class continue def del elif else ' +
27
  'except exec finally for from global if import in is ' +
28
  'lambda not or pass raise return try yield while';
29
 
syntaxhighlighter3/scripts/shCore.js CHANGED
@@ -14,4 +14,4 @@
14
  * @license
15
  * Dual licensed under the MIT and GPL licenses.
16
  */
17
- var XRegExp;if(XRegExp=XRegExp||function(e){"use strict";function t(e,t,n){var r;for(r in c.prototype)c.prototype.hasOwnProperty(r)&&(e[r]=c.prototype[r]);return e.xregexp={captureNames:t,isNative:!!n},e}function n(e){return(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.extended?"x":"")+(e.sticky?"y":"")}function r(e,r,i){if(!c.isRegExp(e))throw new TypeError("type RegExp expected");var a=p.replace.call(n(e)+(r||""),E,"");return i&&(a=p.replace.call(a,RegExp("["+i+"]+","g"),"")),e=e.xregexp&&!e.xregexp.isNative?t(c(e.source,a),e.xregexp.captureNames?e.xregexp.captureNames.slice(0):null):t(RegExp(e.source,a),null,!0)}function i(e,t){var n=e.length;if(Array.prototype.lastIndexOf)return e.lastIndexOf(t);for(;n--;)if(e[n]===t)return n;return-1}function a(e,t){return Object.prototype.toString.call(e).toLowerCase()==="[object "+t+"]"}function l(e){return e=e||{},"all"===e||e.all?e={natives:!0,extensibility:!0}:a(e,"string")&&(e=c.forEach(e,/[^\s,]+/,function(e){this[e]=!0},{})),e}function s(e,t,n,r){var i,a,l=m.length,s=null;R=!0;try{for(;l--;)if(a=m[l],!("all"!==a.scope&&a.scope!==n||a.trigger&&!a.trigger.call(r))&&(a.pattern.lastIndex=t,i=d.exec.call(a.pattern,e),i&&i.index===t)){s={output:a.handler.call(r,i,n),match:i};break}}catch(o){throw o}finally{R=!1}return s}function o(e){c.addToken=g[e?"on":"off"],f.extensibility=e}function u(e){RegExp.prototype.exec=(e?d:p).exec,RegExp.prototype.test=(e?d:p).test,String.prototype.match=(e?d:p).match,String.prototype.replace=(e?d:p).replace,String.prototype.split=(e?d:p).split,f.natives=e}var c,g,h,f={natives:!1,extensibility:!1},p={exec:RegExp.prototype.exec,test:RegExp.prototype.test,match:String.prototype.match,replace:String.prototype.replace,split:String.prototype.split},d={},x={},m=[],v="default",b="class",y={"default":/^(?:\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S])|\(\?[:=!]|[?*+]\?|{\d+(?:,\d*)?}\??)/,"class":/^(?:\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S]))/},w=/\$(?:{([\w$]+)}|(\d\d?|[\s\S]))/g,E=/([\s\S])(?=[\s\S]*\1)/g,N=/^(?:[?*+]|{\d+(?:,\d*)?})\??/,S=p.exec.call(/()??/,"")[1]===e,H=RegExp.prototype.sticky!==e,R=!1,T="gim"+(H?"y":"");return c=function(n,i){if(c.isRegExp(n)){if(i!==e)throw new TypeError("can't supply flags when constructing one RegExp from another");return r(n)}if(R)throw Error("can't call the XRegExp constructor within token definition functions");var a,l,o,u=[],g=v,h={hasNamedCapture:!1,captureNames:[],hasFlag:function(e){return i.indexOf(e)>-1}},f=0;if(n=n===e?"":n+"",i=i===e?"":i+"",p.match.call(i,E))throw new SyntaxError("invalid duplicate regular expression flag");for(n=p.replace.call(n,/^\(\?([\w$]+)\)/,function(e,t){if(p.test.call(/[gy]/,t))throw new SyntaxError("can't use flag g or y in mode modifier");return i=p.replace.call(i+t,E,""),""}),c.forEach(i,/[\s\S]/,function(e){if(0>T.indexOf(e[0]))throw new SyntaxError("invalid regular expression flag "+e[0])});n.length>f;)a=s(n,f,g,h),a?(u.push(a.output),f+=a.match[0].length||1):(l=p.exec.call(y[g],n.slice(f)),l?(u.push(l[0]),f+=l[0].length):(o=n.charAt(f),"["===o?g=b:"]"===o&&(g=v),u.push(o),++f));return t(RegExp(u.join(""),p.replace.call(i,/[^gimy]+/g,"")),h.hasNamedCapture?h.captureNames:null)},g={on:function(e,t,n){n=n||{},e&&m.push({pattern:r(e,"g"+(H?"y":"")),handler:t,scope:n.scope||v,trigger:n.trigger||null}),n.customFlags&&(T=p.replace.call(T+n.customFlags,E,""))},off:function(){throw Error("extensibility must be installed before using addToken")}},c.addToken=g.off,c.cache=function(e,t){var n=e+"/"+(t||"");return x[n]||(x[n]=c(e,t))},c.escape=function(e){return p.replace.call(e,/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},c.exec=function(e,t,n,i){var a,l=r(t,"g"+(i&&H?"y":""),i===!1?"y":"");return l.lastIndex=n=n||0,a=d.exec.call(l,e),i&&a&&a.index!==n&&(a=null),t.global&&(t.lastIndex=a?l.lastIndex:0),a},c.forEach=function(e,t,n,r){for(var i,a=0,l=-1;i=c.exec(e,t,a);)n.call(r,i,++l,e,t),a=i.index+(i[0].length||1);return r},c.globalize=function(e){return r(e,"g")},c.install=function(e){e=l(e),!f.natives&&e.natives&&u(!0),!f.extensibility&&e.extensibility&&o(!0)},c.isInstalled=function(e){return!!f[e]},c.isRegExp=function(e){return a(e,"regexp")},c.matchChain=function(e,t){return function n(e,r){var i,a=t[r].regex?t[r]:{regex:t[r]},l=[],s=function(e){l.push(a.backref?e[a.backref]||"":e[0])};for(i=0;e.length>i;++i)c.forEach(e[i],a.regex,s);return r!==t.length-1&&l.length?n(l,r+1):l}([e],0)},c.replace=function(t,n,i,a){var l,s=c.isRegExp(n),o=n;return s?(a===e&&n.global&&(a="all"),o=r(n,"all"===a?"g":"","all"===a?"":"g")):"all"===a&&(o=RegExp(c.escape(n+""),"g")),l=d.replace.call(t+"",o,i),s&&n.global&&(n.lastIndex=0),l},c.split=function(e,t,n){return d.split.call(e,t,n)},c.test=function(e,t,n,r){return!!c.exec(e,t,n,r)},c.uninstall=function(e){e=l(e),f.natives&&e.natives&&u(!1),f.extensibility&&e.extensibility&&o(!1)},c.union=function(e,t){var n,r,i,l,s=/(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*]/g,o=0,u=function(e,t,i){var a=r[o-n];if(t){if(++o,a)return"(?<"+a+">"}else if(i)return"\\"+(+i+n);return e},g=[];if(!a(e,"array")||!e.length)throw new TypeError("patterns must be a nonempty array");for(l=0;e.length>l;++l)i=e[l],c.isRegExp(i)?(n=o,r=i.xregexp&&i.xregexp.captureNames||[],g.push(c(i.source).source.replace(s,u))):g.push(c.escape(i));return c(g.join("|"),t)},c.version="2.0.0",d.exec=function(t){var r,a,l,s,o;if(this.global||(s=this.lastIndex),r=p.exec.apply(this,arguments)){if(!S&&r.length>1&&i(r,"")>-1&&(l=RegExp(this.source,p.replace.call(n(this),"g","")),p.replace.call((t+"").slice(r.index),l,function(){var t;for(t=1;arguments.length-2>t;++t)arguments[t]===e&&(r[t]=e)})),this.xregexp&&this.xregexp.captureNames)for(o=1;r.length>o;++o)a=this.xregexp.captureNames[o-1],a&&(r[a]=r[o]);this.global&&!r[0].length&&this.lastIndex>r.index&&(this.lastIndex=r.index)}return this.global||(this.lastIndex=s),r},d.test=function(e){return!!d.exec.call(this,e)},d.match=function(e){if(c.isRegExp(e)){if(e.global){var t=p.match.apply(this,arguments);return e.lastIndex=0,t}}else e=RegExp(e);return d.exec.call(e,this)},d.replace=function(e,t){var n,r,l,s,o=c.isRegExp(e);return o?(e.xregexp&&(n=e.xregexp.captureNames),e.global||(s=e.lastIndex)):e+="",a(t,"function")?r=p.replace.call(this+"",e,function(){var r,i=arguments;if(n)for(i[0]=new String(i[0]),r=0;n.length>r;++r)n[r]&&(i[0][n[r]]=i[r+1]);return o&&e.global&&(e.lastIndex=i[i.length-2]+i[0].length),t.apply(null,i)}):(l=this+"",r=p.replace.call(l,e,function(){var e=arguments;return p.replace.call(t+"",w,function(t,r,a){var l;if(r){if(l=+r,e.length-3>=l)return e[l]||"";if(l=n?i(n,r):-1,0>l)throw new SyntaxError("backreference to undefined group "+t);return e[l+1]||""}if("$"===a)return"$";if("&"===a||0===+a)return e[0];if("`"===a)return e[e.length-1].slice(0,e[e.length-2]);if("'"===a)return e[e.length-1].slice(e[e.length-2]+e[0].length);if(a=+a,!isNaN(a)){if(a>e.length-3)throw new SyntaxError("backreference to undefined group "+t);return e[a]||""}throw new SyntaxError("invalid token "+t)})})),o&&(e.lastIndex=e.global?0:s),r},d.split=function(t,n){if(!c.isRegExp(t))return p.split.apply(this,arguments);var r,i=this+"",a=t.lastIndex,l=[],s=0;return n=(n===e?-1:n)>>>0,c.forEach(i,t,function(e){e.index+e[0].length>s&&(l.push(i.slice(s,e.index)),e.length>1&&e.index<i.length&&Array.prototype.push.apply(l,e.slice(1)),r=e[0].length,s=e.index+r)}),s===i.length?(!p.test.call(t,"")||r)&&l.push(""):l.push(i.slice(s)),t.lastIndex=a,l.length>n?l.slice(0,n):l},h=g.on,h(/\\([ABCE-RTUVXYZaeg-mopqyz]|c(?![A-Za-z])|u(?![\dA-Fa-f]{4})|x(?![\dA-Fa-f]{2}))/,function(e,t){if("B"===e[1]&&t===v)return e[0];throw new SyntaxError("invalid escape "+e[0])},{scope:"all"}),h(/\[(\^?)]/,function(e){return e[1]?"[\\s\\S]":"\\b\\B"}),h(/(?:\(\?#[^)]*\))+/,function(e){return p.test.call(N,e.input.slice(e.index+e[0].length))?"":"(?:)"}),h(/\\k<([\w$]+)>/,function(e){var t=isNaN(e[1])?i(this.captureNames,e[1])+1:+e[1],n=e.index+e[0].length;if(!t||t>this.captureNames.length)throw new SyntaxError("backreference to undefined group "+e[0]);return"\\"+t+(n===e.input.length||isNaN(e.input.charAt(n))?"":"(?:)")}),h(/(?:\s+|#.*)+/,function(e){return p.test.call(N,e.input.slice(e.index+e[0].length))?"":"(?:)"},{trigger:function(){return this.hasFlag("x")},customFlags:"x"}),h(/\./,function(){return"[\\s\\S]"},{trigger:function(){return this.hasFlag("s")},customFlags:"s"}),h(/\(\?P?<([\w$]+)>/,function(e){if(!isNaN(e[1]))throw new SyntaxError("can't use integer as capture name "+e[0]);return this.captureNames.push(e[1]),this.hasNamedCapture=!0,"("}),h(/\\(\d+)/,function(e,t){if(!(t===v&&/^[1-9]/.test(e[1])&&+e[1]<=this.captureNames.length)&&"0"!==e[1])throw new SyntaxError("can't use octal escape or backreference to undefined group "+e[0]);return e[0]},{scope:"all"}),h(/\((?!\?)/,function(){return this.hasFlag("n")?"(?:":(this.captureNames.push(null),"(")},{customFlags:"n"}),"undefined"!=typeof exports&&(exports.XRegExp=c),c}(),SyntaxHighlighter===void 0)var SyntaxHighlighter=function(){function e(e){return document.createElement("div").appendChild(document.createTextNode(e)).parentNode.innerHTML.replace(/"/g,"&quot;")}function t(e,t){return-1!=e.className.indexOf(t)}function n(e,n){t(e,n)||(e.className+=" "+n)}function r(e,t){e.className=e.className.replace(t,"")}function i(e){for(var t=[],n=0,r=e.length;r>n;n++)t.push(e[n]);return t}function a(e){return e.split(/\r?\n/)}function l(e){var t="highlighter_";return 0==e.indexOf(t)?e:t+e}function s(e){return B.vars.highlighters[l(e)]}function o(e){return document.getElementById(l(e))}function u(e){B.vars.highlighters[l(e.id)]=e}function c(e,t,n){if(null==e)return null;var r,i,a=1!=n?e.childNodes:[e.parentNode],l={"#":"id",".":"className"}[t.substr(0,1)]||"nodeName";if(r="nodeName"!=l?t.substr(1):t.toUpperCase(),-1!=(e[l]||"").indexOf(r))return e;for(var s=0,o=a.length;a&&o>s&&null==i;s++)i=c(a[s],t,n);return i}function g(e,t){return c(e,t,!0)}function h(e,t,n){n=Math.max(n||0,0);for(var r=n,i=e.length;i>r;r++)if(e[r]==t)return r;return-1}function f(e){return(e||"")+(""+Math.round(1e6*Math.random()))}function p(e,t){var n,r={};for(n in e)r[n]=e[n];for(n in t)r[n]=t[n];return r}function d(e){var t={"true":!0,"false":!1}[e];return null==t?e:t}function x(e,t,n,r,i){var a=(screen.width-n)/2,l=(screen.height-r)/2;i+=", left="+a+", top="+l+", width="+n+", height="+r,i=i.replace(/^,/,"");var s=window.open(e,t,i);return s.focus(),s}function m(e,t,n,r){function i(e){e=e||window.event,e.target||(e.target=e.srcElement,e.preventDefault=function(){this.returnValue=!1}),n.call(r||window,e)}e.attachEvent?e.attachEvent("on"+t,i):e.addEventListener(t,i,!1)}function v(e){window.alert(B.config.strings.alert+e)}function b(e,t){var n=B.vars.discoveredBrushes,r=null;if(null==n){n={};for(var i in B.brushes){var a=B.brushes[i],l=a.aliases;if(null!=l){a.brushName=i.toLowerCase();for(var s=0,o=l.length;o>s;s++)n[l[s]]=i}}B.vars.discoveredBrushes=n}return r=B.brushes[n[e]],null==r&&t&&v(B.config.strings.noBrush+e),r}function y(e,t){for(var n=a(e),r=0,i=n.length;i>r;r++)n[r]=t(n[r],r);return n.join("\r\n")}function w(e){return e.replace(/^[ ]*[\n]+|[\n]*[ ]*$/g,"")}function E(e){for(var t,n={},r=XRegExp("^\\[(?<values>(.*?))\\]$"),i=0,a=XRegExp("(?<name>[\\w-]+)\\s*:\\s*(?<value>[\\w%#-]+|\\[.*?\\]|\".*?\"|'.*?')\\s*;?","g");null!=(t=XRegExp.exec(e,a,i));){var l=t.value.replace(/^['"]|['"]$/g,"");if(null!=l&&r.test(l)){var s=XRegExp.exec(l,r);l=s.values.length>0?s.values.split(/\s*,\s*/):[]}n[t.name]=l,i=t.index+t[0].length}return n}function N(e,t){return null==e||0==e.length||"\n"==e?e:(e=e.replace(/</g,"&lt;"),e=e.replace(/ {2,}/g,function(e){for(var t="",n=0,r=e.length;r-1>n;n++)t+=B.config.space;return t+" "}),null!=t&&(e=y(e,function(e){if(0==e.length)return"";var n="";return e=e.replace(/^(&nbsp;| )+/,function(e){return n=e,""}),0==e.length?n:n+'<code class="'+t+'">'+e+"</code>"})),e)}function S(e,t){for(var n=""+e;t>n.length;)n="0"+n;return n}function H(e,t){for(var n="",r=0;t>r;r++)n+=" ";return e.replace(/\t/g,n)}function R(e,t){function n(e,t,n){return e.substr(0,t)+i.substr(0,n)+e.substr(t+1,e.length)}for(var r=(a(e)," "),i="",l=0;50>l;l++)i+=" ";return e=y(e,function(e){if(-1==e.indexOf(r))return e;for(var i=0;-1!=(i=e.indexOf(r));){var a=t-i%t;e=n(e,i,a)}return e})}function T(e){var t=/<br\s*\/?>|&lt;br\s*\/?&gt;/gi;return 1==B.config.bloggerMode&&(e=e.replace(t,"\n")),1==B.config.stripBrs&&(e=e.replace(t,"")),e}function C(e){return e.replace(/^\s+|\s+$/g,"")}function P(e){for(var t=a(T(e)),n=/^\s*/,r=1e3,i=0,l=t.length;l>i&&r>0;i++){var s=t[i];if(0!=C(s).length){var o=n.exec(s);if(null==o)return e;r=Math.min(o[0].length,r)}}if(r>0)for(var i=0,l=t.length;l>i;i++)t[i]=t[i].substr(r);return t.join("\n")}function k(e,t){return e.index<t.index?-1:e.index>t.index?1:e.length<t.length?-1:e.length>t.length?1:0}function L(e,t){function n(e){return e[0]}var r=null,i=[],a=t.func?t.func:n;for(pos=0;null!=(r=XRegExp.exec(e,t.regex,pos));){var l=a(r,t);"string"==typeof l&&(l=[new B.Match(l,r.index,t.css)]),i=i.concat(l),pos=r.index+r[0].length}return i}function I(e){var t=/(.*)((&gt;|&lt;).*)/;return e.replace(B.regexLib.url,function(e){var n="",r=null;return(r=t.exec(e))&&(e=r[1],n=r[2]),'<a href="'+e+'">'+e+"</a>"+n})}function A(){for(var e=document.getElementsByTagName("script"),t=[],n=0,r=e.length;r>n;n++)"syntaxhighlighter"==e[n].type&&t.push(e[n]);return t}function M(e){var t="<![CDATA[",n="]]>",r=C(e),i=!1,a=t.length,l=n.length;0==r.indexOf(t)&&(r=r.substring(a),i=!0);var s=r.length;return r.indexOf(n)==s-l&&(r=r.substring(0,s-l),i=!0),i?r:e}function X(e){var t,i=e.target,a=g(i,".syntaxhighlighter"),l=g(i,".container"),o=document.createElement("textarea");if(l&&a&&!c(l,"textarea")){t=s(a.id),n(a,"source");for(var u=l.childNodes,h=[],f=0,p=u.length;p>f;f++)h.push(u[f].innerText||u[f].textContent);h=h.join("\r"),h=h.replace(/\u00a0/g," "),o.appendChild(document.createTextNode(h)),l.appendChild(o),o.focus(),o.select(),m(o,"blur",function(){o.parentNode.removeChild(o),r(a,"source")})}}"undefined"!=typeof require&&XRegExp===void 0&&(XRegExp=require("xregexp").XRegExp);var B={defaults:{"class-name":"","first-line":1,"pad-line-numbers":!1,highlight:null,title:null,"smart-tabs":!0,"tab-size":4,gutter:!0,toolbar:!0,"quick-code":!0,collapse:!1,"auto-links":!0,light:!1,unindent:!0,"html-script":!1},config:{space:"&nbsp;",useScriptTags:!0,bloggerMode:!1,stripBrs:!1,tagName:"pre",strings:{expandSource:"expand source",help:"?",alert:"SyntaxHighlighter\n\n",noBrush:"Can't find brush for: ",brushNotHtmlScript:"Brush wasn't configured for html-script option: ",aboutDialog:'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>About SyntaxHighlighter</title></head><body style="font-family:Geneva,Arial,Helvetica,sans-serif;background-color:#fff;color:#000;font-size:1em;text-align:center;"><div style="text-align:center;margin-top:1.5em;"><div style="font-size:xx-large;">SyntaxHighlighter</div><div style="font-size:.75em;margin-bottom:3em;"><div>version 3.0.83 (Wed, 16 Apr 2014 03:56:09 GMT)</div><div><a href="http://alexgorbatchev.com/SyntaxHighlighter" target="_blank" style="color:#005896">http://alexgorbatchev.com/SyntaxHighlighter</a></div><div>JavaScript code syntax highlighter.</div><div>Copyright 2004-2013 Alex Gorbatchev.</div></div><div>If you like this script, please <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2930402" style="color:#005896">donate</a> to <br/>keep development active!</div></div></body></html>'}},vars:{discoveredBrushes:null,highlighters:{}},brushes:{},regexLib:{multiLineCComments:XRegExp("/\\*.*?\\*/","gs"),singleLineCComments:/\/\/.*$/gm,singleLinePerlComments:/#.*$/gm,doubleQuotedString:/"([^\\"\n]|\\.)*"/g,singleQuotedString:/'([^\\'\n]|\\.)*'/g,multiLineDoubleQuotedString:XRegExp('"([^\\\\"]|\\\\.)*"',"gs"),multiLineSingleQuotedString:XRegExp("'([^\\\\']|\\\\.)*'","gs"),xmlComments:XRegExp("(&lt;|<)!--.*?--(&gt;|>)","gs"),url:/\w+:\/\/[\w-.\/?%&=:@;#]*/g,phpScriptTags:{left:/(&lt;|<)\?(?:=|php)?/g,right:/\?(&gt;|>)/g,eof:!0},aspScriptTags:{left:/(&lt;|<)%=?/g,right:/%(&gt;|>)/g},scriptScriptTags:{left:/(&lt;|<)\s*script.*?(&gt;|>)/gi,right:/(&lt;|<)\/\s*script\s*(&gt;|>)/gi}},toolbar:{getHtml:function(e){function t(e,t){return B.toolbar.getButtonHtml(e,t,B.config.strings[t])}for(var n='<div class="toolbar">',r=B.toolbar.items,i=r.list,a=0,l=i.length;l>a;a++)n+=(r[i[a]].getHtml||t)(e,i[a]);return n+="</div>"},getButtonHtml:function(t,n,r){return n=e(n),'<span><a href="#" class="toolbar_item command_'+n+" "+n+'">'+e(r)+"</a></span>"},handler:function(e){function t(e){var t=RegExp(e+"_(\\w+)"),n=t.exec(r);return n?n[1]:null}var n=e.target,r=n.className||"",i=s(g(n,".syntaxhighlighter").id),a=t("command");i&&a&&B.toolbar.items[a].execute(i),e.preventDefault()},items:{list:["expandSource","help"],expandSource:{getHtml:function(e){if(1!=e.getParam("collapse"))return"";var t=e.getParam("title");return B.toolbar.getButtonHtml(e,"expandSource",t?t:B.config.strings.expandSource)},execute:function(e){var t=o(e.id);r(t,"collapsed")}},help:{execute:function(){var e=x("","_blank",500,250,"scrollbars=0"),t=e.document;t.write(B.config.strings.aboutDialog),t.close(),e.focus()}}}},findElements:function(e,t){var n=t?[t]:i(document.getElementsByTagName(B.config.tagName)),r=B.config,a=[];if(r.useScriptTags&&(n=n.concat(A())),0===n.length)return a;for(var l=0,s=n.length;s>l;l++){var o={target:n[l],params:p(e,E(n[l].className))};null!=o.params.brush&&a.push(o)}return a},highlight:function(e,t){var n=this.findElements(e,t),r="innerHTML",i=null,a=B.config;if(0!==n.length)for(var l=0,s=n.length;s>l;l++){var o,t=n[l],u=t.target,c=t.params,g=c.brush;if(null!=g){if("true"==c["html-script"]||1==B.defaults["html-script"])i=new B.HtmlScript(g),g="htmlscript";else{var h=b(g);if(!h)continue;i=new h}o=u[r],a.useScriptTags&&(o=M(o)),""!=(u.title||"")&&(c.title=u.title),c.brush=g,i.init(c),t=i.getDiv(o),""!=(u.id||"")&&(t.id=u.id),u.parentNode.replaceChild(t,u)}}},all:function(e){m(window,"load",function(){B.highlight(e)})}};return B.Match=function(e,t,n){this.value=e,this.index=t,this.length=e.length,this.css=n,this.brushName=null},B.Match.prototype.toString=function(){return this.value},B.HtmlScript=function(e){function t(e,t){for(var n=0,r=e.length;r>n;n++)e[n].index+=t}function n(e){for(var n,a=e.code,l=[],s=r.regexList,o=e.index+e.left.length,u=r.htmlScript,c=0,g=s.length;g>c;c++)n=L(a,s[c]),t(n,o),l=l.concat(n);null!=u.left&&null!=e.left&&(n=L(e.left,u.left),t(n,e.index),l=l.concat(n)),null!=u.right&&null!=e.right&&(n=L(e.right,u.right),t(n,e.index+e[0].lastIndexOf(e.right)),l=l.concat(n));for(var h=0,g=l.length;g>h;h++)l[h].brushName=i.brushName;return l}var r,i=b(e),a=new B.brushes.Xml,l=this,s="getDiv getHtml init".split(" ");if(null!=i){r=new i;for(var o=0,u=s.length;u>o;o++)(function(){var e=s[o];l[e]=function(){return a[e].apply(a,arguments)}})();return null==r.htmlScript?(v(B.config.strings.brushNotHtmlScript+e),void 0):(a.regexList.push({regex:r.htmlScript.code,func:n}),void 0)}},B.Highlighter=function(){},B.Highlighter.prototype={getParam:function(e,t){var n=this.params[e];return d(null==n?t:n)},create:function(e){return document.createElement(e)},findMatches:function(e,t){var n=[];if(null!=e)for(var r=0,i=e.length;i>r;r++)"object"==typeof e[r]&&(n=n.concat(L(t,e[r])));return this.removeNestedMatches(n.sort(k))},removeNestedMatches:function(e){for(var t=0,n=e.length;n>t;t++)if(null!==e[t])for(var r=e[t],i=r.index+r.length,a=t+1,n=e.length;n>a&&null!==e[t];a++){var l=e[a];if(null!==l){if(l.index>i)break;l.index==r.index&&l.length>r.length?e[t]=null:l.index>=r.index&&i>l.index&&(e[a]=null)}}return e},figureOutLineNumbers:function(e){var t=[],n=parseInt(this.getParam("first-line"));return y(e,function(e,r){t.push(r+n)}),t},isLineHighlighted:function(e){var t=this.getParam("highlight",[]);return"object"!=typeof t&&null==t.push&&(t=[t]),-1!=h(t,""+e)},getLineHtml:function(e,t,n){var r=["line","number"+t,"index"+e,"alt"+(""+(0==t%2?1:2))];return this.isLineHighlighted(t)&&r.push("highlighted"),0==t&&r.push("break"),'<div class="'+r.join(" ")+'">'+n+"</div>"},getLineNumbersHtml:function(e,t){var n="",r=a(e).length,i=parseInt(this.getParam("first-line")),l=this.getParam("pad-line-numbers");1==l?l=(""+(i+r-1)).length:1==isNaN(l)&&(l=0);for(var s=0;r>s;s++){var o=t?t[s]:i+s,e=0==o?B.config.space:S(o,l);n+=this.getLineHtml(s,o,e)}return n},getCodeLinesHtml:function(e,t){e=C(e);for(var n=a(e),r=(this.getParam("pad-line-numbers"),parseInt(this.getParam("first-line"))),e="",i=this.getParam("brush"),l=0,s=n.length;s>l;l++){var o=n[l],u=/^(&nbsp;|\s)+/.exec(o),c=null,g=t?t[l]:r+l;null!=u&&(c=""+u[0],o=o.substr(c.length),c=c.replace(" ",B.config.space)),o=C(o),0==o.length&&(o=B.config.space),e+=this.getLineHtml(l,g,(null!=c?'<code class="'+i+' spaces">'+c+"</code>":"")+o)}return e},getTitleHtml:function(t){return t?"<caption>"+e(t)+"</caption>":""},getMatchesHtml:function(e,t){function n(e){var t=e?e.brushName||a:a;return t?t+" ":""}for(var r=0,i="",a=this.getParam("brush",""),l=0,s=t.length;s>l;l++){var o,u=t[l];null!==u&&0!==u.length&&(o=n(u),i+=N(e.substr(r,u.index-r),o+"plain")+N(u.value,o+u.css),r=u.index+u.length+(u.offset||0))}return i+=N(e.substr(r),n()+"plain")},getHtml:function(t){var n,r,i,a="",s=["syntaxhighlighter"];return 1==this.getParam("light")&&(this.params.toolbar=this.params.gutter=!1),className="syntaxhighlighter",1==this.getParam("collapse")&&s.push("collapsed"),0==(gutter=this.getParam("gutter"))&&s.push("nogutter"),s.push(this.getParam("class-name")),s.push(this.getParam("brush")),t=w(t).replace(/\r/g," "),n=this.getParam("tab-size"),t=1==this.getParam("smart-tabs")?R(t,n):H(t,n),this.getParam("unindent")&&(t=P(t)),gutter&&(i=this.figureOutLineNumbers(t)),r=this.findMatches(this.regexList,t),a=this.getMatchesHtml(t,r),a=this.getCodeLinesHtml(a,i),this.getParam("auto-links")&&(a=I(a)),"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.match(/MSIE/)&&s.push("ie"),a='<div id="'+l(this.id)+'" class="'+e(s.join(" "))+'">'+(this.getParam("toolbar")?B.toolbar.getHtml(this):"")+'<table border="0" cellpadding="0" cellspacing="0">'+this.getTitleHtml(this.getParam("title"))+"<tbody>"+"<tr>"+(gutter?'<td class="gutter">'+this.getLineNumbersHtml(t)+"</td>":"")+'<td class="code">'+'<div class="container">'+a+"</div>"+"</td>"+"</tr>"+"</tbody>"+"</table>"+"</div>"},getDiv:function(e){null===e&&(e=""),this.code=e;var t=this.create("div");return t.innerHTML=this.getHtml(e),this.getParam("toolbar")&&m(c(t,".toolbar"),"click",B.toolbar.handler),this.getParam("quick-code")&&m(c(t,".code"),"dblclick",X),t},init:function(e){this.id=f(),u(this),this.params=p(B.defaults,e||{}),1==this.getParam("light")&&(this.params.toolbar=this.params.gutter=!1)},getKeywords:function(e){return e=e.replace(/^\s+|\s+$/g,"").replace(/\s+/g,"|"),"\\b(?:"+e+")\\b"},forHtmlScript:function(e){var t={end:e.right.source};e.eof&&(t.end="(?:(?:"+t.end+")|$)"),this.htmlScript={left:{regex:e.left,css:"script"},right:{regex:e.right,css:"script"},code:XRegExp("(?<left>"+e.left.source+")"+"(?<code>.*?)"+"(?<right>"+t.end+")","sgi")}}},B}();"undefined"!=typeof exports?exports.SyntaxHighlighter=SyntaxHighlighter:null;
14
  * @license
15
  * Dual licensed under the MIT and GPL licenses.
16
  */
17
+ var XRegExp;if(XRegExp=XRegExp||function(e){"use strict";function t(e,t,n){var r;for(r in c.prototype)c.prototype.hasOwnProperty(r)&&(e[r]=c.prototype[r]);return e.xregexp={captureNames:t,isNative:!!n},e}function n(e){return(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.extended?"x":"")+(e.sticky?"y":"")}function r(e,r,i){if(!c.isRegExp(e))throw new TypeError("type RegExp expected");var a=p.replace.call(n(e)+(r||""),E,"");return i&&(a=p.replace.call(a,RegExp("["+i+"]+","g"),"")),e=e.xregexp&&!e.xregexp.isNative?t(c(e.source,a),e.xregexp.captureNames?e.xregexp.captureNames.slice(0):null):t(RegExp(e.source,a),null,!0)}function i(e,t){var n=e.length;if(Array.prototype.lastIndexOf)return e.lastIndexOf(t);for(;n--;)if(e[n]===t)return n;return-1}function a(e,t){return Object.prototype.toString.call(e).toLowerCase()==="[object "+t+"]"}function l(e){return e=e||{},"all"===e||e.all?e={natives:!0,extensibility:!0}:a(e,"string")&&(e=c.forEach(e,/[^\s,]+/,function(e){this[e]=!0},{})),e}function s(e,t,n,r){var i,a,l=m.length,s=null;R=!0;try{for(;l--;)if(a=m[l],!("all"!==a.scope&&a.scope!==n||a.trigger&&!a.trigger.call(r))&&(a.pattern.lastIndex=t,i=d.exec.call(a.pattern,e),i&&i.index===t)){s={output:a.handler.call(r,i,n),match:i};break}}catch(o){throw o}finally{R=!1}return s}function o(e){c.addToken=g[e?"on":"off"],f.extensibility=e}function u(e){RegExp.prototype.exec=(e?d:p).exec,RegExp.prototype.test=(e?d:p).test,String.prototype.match=(e?d:p).match,String.prototype.replace=(e?d:p).replace,String.prototype.split=(e?d:p).split,f.natives=e}var c,g,h,f={natives:!1,extensibility:!1},p={exec:RegExp.prototype.exec,test:RegExp.prototype.test,match:String.prototype.match,replace:String.prototype.replace,split:String.prototype.split},d={},x={},m=[],v="default",b="class",y={"default":/^(?:\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S])|\(\?[:=!]|[?*+]\?|{\d+(?:,\d*)?}\??)/,"class":/^(?:\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S]))/},w=/\$(?:{([\w$]+)}|(\d\d?|[\s\S]))/g,E=/([\s\S])(?=[\s\S]*\1)/g,N=/^(?:[?*+]|{\d+(?:,\d*)?})\??/,S=p.exec.call(/()??/,"")[1]===e,H=RegExp.prototype.sticky!==e,R=!1,T="gim"+(H?"y":"");return c=function(n,i){if(c.isRegExp(n)){if(i!==e)throw new TypeError("can't supply flags when constructing one RegExp from another");return r(n)}if(R)throw Error("can't call the XRegExp constructor within token definition functions");var a,l,o,u=[],g=v,h={hasNamedCapture:!1,captureNames:[],hasFlag:function(e){return i.indexOf(e)>-1}},f=0;if(n=n===e?"":n+"",i=i===e?"":i+"",p.match.call(i,E))throw new SyntaxError("invalid duplicate regular expression flag");for(n=p.replace.call(n,/^\(\?([\w$]+)\)/,function(e,t){if(p.test.call(/[gy]/,t))throw new SyntaxError("can't use flag g or y in mode modifier");return i=p.replace.call(i+t,E,""),""}),c.forEach(i,/[\s\S]/,function(e){if(0>T.indexOf(e[0]))throw new SyntaxError("invalid regular expression flag "+e[0])});n.length>f;)a=s(n,f,g,h),a?(u.push(a.output),f+=a.match[0].length||1):(l=p.exec.call(y[g],n.slice(f)),l?(u.push(l[0]),f+=l[0].length):(o=n.charAt(f),"["===o?g=b:"]"===o&&(g=v),u.push(o),++f));return t(RegExp(u.join(""),p.replace.call(i,/[^gimy]+/g,"")),h.hasNamedCapture?h.captureNames:null)},g={on:function(e,t,n){n=n||{},e&&m.push({pattern:r(e,"g"+(H?"y":"")),handler:t,scope:n.scope||v,trigger:n.trigger||null}),n.customFlags&&(T=p.replace.call(T+n.customFlags,E,""))},off:function(){throw Error("extensibility must be installed before using addToken")}},c.addToken=g.off,c.cache=function(e,t){var n=e+"/"+(t||"");return x[n]||(x[n]=c(e,t))},c.escape=function(e){return p.replace.call(e,/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},c.exec=function(e,t,n,i){var a,l=r(t,"g"+(i&&H?"y":""),i===!1?"y":"");return l.lastIndex=n=n||0,a=d.exec.call(l,e),i&&a&&a.index!==n&&(a=null),t.global&&(t.lastIndex=a?l.lastIndex:0),a},c.forEach=function(e,t,n,r){for(var i,a=0,l=-1;i=c.exec(e,t,a);)n.call(r,i,++l,e,t),a=i.index+(i[0].length||1);return r},c.globalize=function(e){return r(e,"g")},c.install=function(e){e=l(e),!f.natives&&e.natives&&u(!0),!f.extensibility&&e.extensibility&&o(!0)},c.isInstalled=function(e){return!!f[e]},c.isRegExp=function(e){return a(e,"regexp")},c.matchChain=function(e,t){return function n(e,r){var i,a=t[r].regex?t[r]:{regex:t[r]},l=[],s=function(e){l.push(a.backref?e[a.backref]||"":e[0])};for(i=0;e.length>i;++i)c.forEach(e[i],a.regex,s);return r!==t.length-1&&l.length?n(l,r+1):l}([e],0)},c.replace=function(t,n,i,a){var l,s=c.isRegExp(n),o=n;return s?(a===e&&n.global&&(a="all"),o=r(n,"all"===a?"g":"","all"===a?"":"g")):"all"===a&&(o=RegExp(c.escape(n+""),"g")),l=d.replace.call(t+"",o,i),s&&n.global&&(n.lastIndex=0),l},c.split=function(e,t,n){return d.split.call(e,t,n)},c.test=function(e,t,n,r){return!!c.exec(e,t,n,r)},c.uninstall=function(e){e=l(e),f.natives&&e.natives&&u(!1),f.extensibility&&e.extensibility&&o(!1)},c.union=function(e,t){var n,r,i,l,s=/(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*]/g,o=0,u=function(e,t,i){var a=r[o-n];if(t){if(++o,a)return"(?<"+a+">"}else if(i)return"\\"+(+i+n);return e},g=[];if(!a(e,"array")||!e.length)throw new TypeError("patterns must be a nonempty array");for(l=0;e.length>l;++l)i=e[l],c.isRegExp(i)?(n=o,r=i.xregexp&&i.xregexp.captureNames||[],g.push(c(i.source).source.replace(s,u))):g.push(c.escape(i));return c(g.join("|"),t)},c.version="2.0.0",d.exec=function(t){var r,a,l,s,o;if(this.global||(s=this.lastIndex),r=p.exec.apply(this,arguments)){if(!S&&r.length>1&&i(r,"")>-1&&(l=RegExp(this.source,p.replace.call(n(this),"g","")),p.replace.call((t+"").slice(r.index),l,function(){var t;for(t=1;arguments.length-2>t;++t)arguments[t]===e&&(r[t]=e)})),this.xregexp&&this.xregexp.captureNames)for(o=1;r.length>o;++o)a=this.xregexp.captureNames[o-1],a&&(r[a]=r[o]);this.global&&!r[0].length&&this.lastIndex>r.index&&(this.lastIndex=r.index)}return this.global||(this.lastIndex=s),r},d.test=function(e){return!!d.exec.call(this,e)},d.match=function(e){if(c.isRegExp(e)){if(e.global){var t=p.match.apply(this,arguments);return e.lastIndex=0,t}}else e=RegExp(e);return d.exec.call(e,this)},d.replace=function(e,t){var n,r,l,s,o=c.isRegExp(e);return o?(e.xregexp&&(n=e.xregexp.captureNames),e.global||(s=e.lastIndex)):e+="",a(t,"function")?r=p.replace.call(this+"",e,function(){var r,i=arguments;if(n)for(i[0]=new String(i[0]),r=0;n.length>r;++r)n[r]&&(i[0][n[r]]=i[r+1]);return o&&e.global&&(e.lastIndex=i[i.length-2]+i[0].length),t.apply(null,i)}):(l=this+"",r=p.replace.call(l,e,function(){var e=arguments;return p.replace.call(t+"",w,function(t,r,a){var l;if(r){if(l=+r,e.length-3>=l)return e[l]||"";if(l=n?i(n,r):-1,0>l)throw new SyntaxError("backreference to undefined group "+t);return e[l+1]||""}if("$"===a)return"$";if("&"===a||0===+a)return e[0];if("`"===a)return e[e.length-1].slice(0,e[e.length-2]);if("'"===a)return e[e.length-1].slice(e[e.length-2]+e[0].length);if(a=+a,!isNaN(a)){if(a>e.length-3)throw new SyntaxError("backreference to undefined group "+t);return e[a]||""}throw new SyntaxError("invalid token "+t)})})),o&&(e.lastIndex=e.global?0:s),r},d.split=function(t,n){if(!c.isRegExp(t))return p.split.apply(this,arguments);var r,i=this+"",a=t.lastIndex,l=[],s=0;return n=(n===e?-1:n)>>>0,c.forEach(i,t,function(e){e.index+e[0].length>s&&(l.push(i.slice(s,e.index)),e.length>1&&e.index<i.length&&Array.prototype.push.apply(l,e.slice(1)),r=e[0].length,s=e.index+r)}),s===i.length?(!p.test.call(t,"")||r)&&l.push(""):l.push(i.slice(s)),t.lastIndex=a,l.length>n?l.slice(0,n):l},h=g.on,h(/\\([ABCE-RTUVXYZaeg-mopqyz]|c(?![A-Za-z])|u(?![\dA-Fa-f]{4})|x(?![\dA-Fa-f]{2}))/,function(e,t){if("B"===e[1]&&t===v)return e[0];throw new SyntaxError("invalid escape "+e[0])},{scope:"all"}),h(/\[(\^?)]/,function(e){return e[1]?"[\\s\\S]":"\\b\\B"}),h(/(?:\(\?#[^)]*\))+/,function(e){return p.test.call(N,e.input.slice(e.index+e[0].length))?"":"(?:)"}),h(/\\k<([\w$]+)>/,function(e){var t=isNaN(e[1])?i(this.captureNames,e[1])+1:+e[1],n=e.index+e[0].length;if(!t||t>this.captureNames.length)throw new SyntaxError("backreference to undefined group "+e[0]);return"\\"+t+(n===e.input.length||isNaN(e.input.charAt(n))?"":"(?:)")}),h(/(?:\s+|#.*)+/,function(e){return p.test.call(N,e.input.slice(e.index+e[0].length))?"":"(?:)"},{trigger:function(){return this.hasFlag("x")},customFlags:"x"}),h(/\./,function(){return"[\\s\\S]"},{trigger:function(){return this.hasFlag("s")},customFlags:"s"}),h(/\(\?P?<([\w$]+)>/,function(e){if(!isNaN(e[1]))throw new SyntaxError("can't use integer as capture name "+e[0]);return this.captureNames.push(e[1]),this.hasNamedCapture=!0,"("}),h(/\\(\d+)/,function(e,t){if(!(t===v&&/^[1-9]/.test(e[1])&&+e[1]<=this.captureNames.length)&&"0"!==e[1])throw new SyntaxError("can't use octal escape or backreference to undefined group "+e[0]);return e[0]},{scope:"all"}),h(/\((?!\?)/,function(){return this.hasFlag("n")?"(?:":(this.captureNames.push(null),"(")},{customFlags:"n"}),"undefined"!=typeof exports&&(exports.XRegExp=c),c}(),SyntaxHighlighter===void 0)var SyntaxHighlighter=function(){function e(e){return document.createElement("div").appendChild(document.createTextNode(e)).parentNode.innerHTML.replace(/"/g,"&quot;")}function t(e,t){return-1!=e.className.indexOf(t)}function n(e,n){t(e,n)||(e.className+=" "+n)}function r(e,t){e.className=e.className.replace(t,"")}function i(e){for(var t=[],n=0,r=e.length;r>n;n++)t.push(e[n]);return t}function a(e){return e.split(/\r?\n/)}function l(e){var t="highlighter_";return 0==e.indexOf(t)?e:t+e}function s(e){return B.vars.highlighters[l(e)]}function o(e){return document.getElementById(l(e))}function u(e){B.vars.highlighters[l(e.id)]=e}function c(e,t,n){if(null==e)return null;var r,i,a=1!=n?e.childNodes:[e.parentNode],l={"#":"id",".":"className"}[t.substr(0,1)]||"nodeName";if(r="nodeName"!=l?t.substr(1):t.toUpperCase(),-1!=(e[l]||"").indexOf(r))return e;for(var s=0,o=a.length;a&&o>s&&null==i;s++)i=c(a[s],t,n);return i}function g(e,t){return c(e,t,!0)}function h(e,t,n){n=Math.max(n||0,0);for(var r=n,i=e.length;i>r;r++)if(e[r]==t)return r;return-1}function f(e){return(e||"")+(""+Math.round(1e6*Math.random()))}function p(e,t){var n,r={};for(n in e)r[n]=e[n];for(n in t)r[n]=t[n];return r}function d(e){var t={"true":!0,"false":!1}[e];return null==t?e:t}function x(e,t,n,r,i){var a=(screen.width-n)/2,l=(screen.height-r)/2;i+=", left="+a+", top="+l+", width="+n+", height="+r,i=i.replace(/^,/,"");var s=window.open(e,t,i);return s.focus(),s}function m(e,t,n,r){function i(e){e=e||window.event,e.target||(e.target=e.srcElement,e.preventDefault=function(){this.returnValue=!1}),n.call(r||window,e)}e.attachEvent?e.attachEvent("on"+t,i):e.addEventListener(t,i,!1)}function v(e){window.alert(B.config.strings.alert+e)}function b(e,t){var n=B.vars.discoveredBrushes,r=null;if(null==n){n={};for(var i in B.brushes){var a=B.brushes[i],l=a.aliases;if(null!=l){a.brushName=i.toLowerCase();for(var s=0,o=l.length;o>s;s++)n[l[s]]=i}}B.vars.discoveredBrushes=n}return r=B.brushes[n[e]],null==r&&t&&v(B.config.strings.noBrush+e),r}function y(e,t){for(var n=a(e),r=0,i=n.length;i>r;r++)n[r]=t(n[r],r);return n.join("\r\n")}function w(e){return e.replace(/^[ ]*[\n]+|[\n]*[ ]*$/g,"")}function E(e){for(var t,n={},r=XRegExp("^\\[(?<values>(.*?))\\]$"),i=0,a=XRegExp("(?<name>[\\w-]+)\\s*:\\s*(?<value>[\\w%#-]+|\\[.*?\\]|\".*?\"|'.*?')\\s*;?","g");null!=(t=XRegExp.exec(e,a,i));){var l=t.value.replace(/^['"]|['"]$/g,"");if(null!=l&&r.test(l)){var s=XRegExp.exec(l,r);l=s.values.length>0?s.values.split(/\s*,\s*/):[]}n[t.name]=l,i=t.index+t[0].length}return n}function N(e,t){return null==e||0==e.length||"\n"==e?e:(e=e.replace(/</g,"&lt;"),e=e.replace(/ {2,}/g,function(e){for(var t="",n=0,r=e.length;r-1>n;n++)t+=B.config.space;return t+" "}),null!=t&&(e=y(e,function(e){if(0==e.length)return"";var n="";return e=e.replace(/^(&nbsp;| )+/,function(e){return n=e,""}),0==e.length?n:n+'<code class="'+t+'">'+e+"</code>"})),e)}function S(e,t){for(var n=""+e;t>n.length;)n="0"+n;return n}function H(e,t){for(var n="",r=0;t>r;r++)n+=" ";return e.replace(/\t/g,n)}function R(e,t){function n(e,t,n){return e.substr(0,t)+i.substr(0,n)+e.substr(t+1,e.length)}for(var r=(a(e)," "),i="",l=0;50>l;l++)i+=" ";return e=y(e,function(e){if(-1==e.indexOf(r))return e;for(var i=0;-1!=(i=e.indexOf(r));){var a=t-i%t;e=n(e,i,a)}return e})}function T(e){var t=/<br\s*\/?>|&lt;br\s*\/?&gt;/gi;return 1==B.config.bloggerMode&&(e=e.replace(t,"\n")),1==B.config.stripBrs&&(e=e.replace(t,"")),e}function C(e){return e.replace(/^\s+|\s+$/g,"")}function P(e){for(var t=a(T(e)),n=/^\s*/,r=1e3,i=0,l=t.length;l>i&&r>0;i++){var s=t[i];if(0!=C(s).length){var o=n.exec(s);if(null==o)return e;r=Math.min(o[0].length,r)}}if(r>0)for(var i=0,l=t.length;l>i;i++)t[i]=t[i].substr(r);return t.join("\n")}function k(e,t){return e.index<t.index?-1:e.index>t.index?1:e.length<t.length?-1:e.length>t.length?1:0}function L(e,t){function n(e){return e[0]}var r=null,i=[],a=t.func?t.func:n;for(pos=0;null!=(r=XRegExp.exec(e,t.regex,pos));){var l=a(r,t);"string"==typeof l&&(l=[new B.Match(l,r.index,t.css)]),i=i.concat(l),pos=r.index+r[0].length}return i}function I(e){var t=/(.*)((&gt;|&lt;).*)/;return e.replace(B.regexLib.url,function(e){var n="",r=null;return(r=t.exec(e))&&(e=r[1],n=r[2]),'<a href="'+e+'">'+e+"</a>"+n})}function A(){for(var e=document.getElementsByTagName("script"),t=[],n=0,r=e.length;r>n;n++)"syntaxhighlighter"==e[n].type&&t.push(e[n]);return t}function M(e){var t="<![CDATA[",n="]]>",r=C(e),i=!1,a=t.length,l=n.length;0==r.indexOf(t)&&(r=r.substring(a),i=!0);var s=r.length;return r.indexOf(n)==s-l&&(r=r.substring(0,s-l),i=!0),i?r:e}function X(e){var t,i=e.target,a=g(i,".syntaxhighlighter"),l=g(i,".container"),o=document.createElement("textarea");if(l&&a&&!c(l,"textarea")){t=s(a.id),n(a,"source");for(var u=l.childNodes,h=[],f=0,p=u.length;p>f;f++)h.push(u[f].innerText||u[f].textContent);h=h.join("\r"),h=h.replace(/\u00a0/g," "),o.appendChild(document.createTextNode(h)),l.appendChild(o),o.focus(),o.select(),m(o,"blur",function(){o.parentNode.removeChild(o),r(a,"source")})}}"undefined"!=typeof require&&XRegExp===void 0&&(XRegExp=require("xregexp").XRegExp);var B={defaults:{"class-name":"","first-line":1,"pad-line-numbers":!1,highlight:null,title:null,"smart-tabs":!0,"tab-size":4,gutter:!0,toolbar:!0,"quick-code":!0,collapse:!1,"auto-links":!0,light:!1,unindent:!0,"html-script":!1},config:{space:"&nbsp;",useScriptTags:!0,bloggerMode:!1,stripBrs:!1,tagName:"pre",strings:{expandSource:"expand source",help:"?",alert:"SyntaxHighlighter\n\n",noBrush:"Can't find brush for: ",brushNotHtmlScript:"Brush wasn't configured for html-script option: ",aboutDialog:'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>About SyntaxHighlighter</title></head><body style="font-family:Geneva,Arial,Helvetica,sans-serif;background-color:#fff;color:#000;font-size:1em;text-align:center;"><div style="text-align:center;margin-top:1.5em;"><div style="font-size:xx-large;">SyntaxHighlighter</div><div style="font-size:.75em;margin-bottom:3em;"><div>version 3.0.83 (Wed, 16 Apr 2014 03:56:09 GMT)</div><div><a href="http://alexgorbatchev.com/SyntaxHighlighter" target="_blank" style="color:#005896">http://alexgorbatchev.com/SyntaxHighlighter</a></div><div>JavaScript code syntax highlighter.</div><div>Copyright 2004-2013 Alex Gorbatchev.</div></div><div>If you like this script, please <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2930402" style="color:#005896">donate</a> to <br/>keep development active!</div></div></body></html>'}},vars:{discoveredBrushes:null,highlighters:{}},brushes:{},regexLib:{multiLineCComments:XRegExp("/\\*.*?\\*/","gs"),singleLineCComments:/\/\/.*$/gm,singleLinePerlComments:/#.*$/gm,doubleQuotedString:/"([^\\"\n]|\\.)*"/g,singleQuotedString:/'([^\\'\n]|\\.)*'/g,multiLineDoubleQuotedString:XRegExp('"([^\\\\"]|\\\\.)*"',"gs"),multiLineSingleQuotedString:XRegExp("'([^\\\\']|\\\\.)*'","gs"),xmlComments:XRegExp("(&lt;|<)!--.*?--(&gt;|>)","gs"),url:/https?:\/\/[\w-.\/?%&=:@;#]*/g,phpScriptTags:{left:/(&lt;|<)\?(?:=|php)?/g,right:/\?(&gt;|>)/g,eof:!0},aspScriptTags:{left:/(&lt;|<)%=?/g,right:/%(&gt;|>)/g},scriptScriptTags:{left:/(&lt;|<)\s*script.*?(&gt;|>)/gi,right:/(&lt;|<)\/\s*script\s*(&gt;|>)/gi}},toolbar:{getHtml:function(e){function t(e,t){return B.toolbar.getButtonHtml(e,t,B.config.strings[t])}for(var n='<div class="toolbar">',r=B.toolbar.items,i=r.list,a=0,l=i.length;l>a;a++)n+=(r[i[a]].getHtml||t)(e,i[a]);return n+="</div>"},getButtonHtml:function(t,n,r){return n=e(n),'<span><a href="#" class="toolbar_item command_'+n+" "+n+'">'+e(r)+"</a></span>"},handler:function(e){function t(e){var t=RegExp(e+"_(\\w+)"),n=t.exec(r);return n?n[1]:null}var n=e.target,r=n.className||"",i=s(g(n,".syntaxhighlighter").id),a=t("command");i&&a&&B.toolbar.items[a].execute(i),e.preventDefault()},items:{list:["expandSource","help"],expandSource:{getHtml:function(e){if(1!=e.getParam("collapse"))return"";var t=e.getParam("title");return B.toolbar.getButtonHtml(e,"expandSource",t?t:B.config.strings.expandSource)},execute:function(e){var t=o(e.id);r(t,"collapsed")}},help:{execute:function(){var e=x("","_blank",500,250,"scrollbars=0"),t=e.document;t.write(B.config.strings.aboutDialog),t.close(),e.focus()}}}},findElements:function(e,t){var n=t?[t]:i(document.getElementsByTagName(B.config.tagName)),r=B.config,a=[];if(r.useScriptTags&&(n=n.concat(A())),0===n.length)return a;for(var l=0,s=n.length;s>l;l++){var o={target:n[l],params:p(e,E(n[l].className))};null!=o.params.brush&&a.push(o)}return a},highlight:function(e,t){var n=this.findElements(e,t),r="innerHTML",i=null,a=B.config;if(0!==n.length)for(var l=0,s=n.length;s>l;l++){var o,t=n[l],u=t.target,c=t.params,g=c.brush;if(null!=g){if("true"==c["html-script"]||1==B.defaults["html-script"])i=new B.HtmlScript(g),g="htmlscript";else{var h=b(g);if(!h)continue;i=new h}o=u[r],a.useScriptTags&&(o=M(o)),""!=(u.title||"")&&(c.title=u.title),c.brush=g,i.init(c),t=i.getDiv(o),""!=(u.id||"")&&(t.id=u.id),u.parentNode.replaceChild(t,u)}}},all:function(e){m(window,"load",function(){B.highlight(e)})}};return B.Match=function(e,t,n){this.value=e,this.index=t,this.length=e.length,this.css=n,this.brushName=null},B.Match.prototype.toString=function(){return this.value},B.HtmlScript=function(e){function t(e,t){for(var n=0,r=e.length;r>n;n++)e[n].index+=t}function n(e){for(var n,a=e.code,l=[],s=r.regexList,o=e.index+e.left.length,u=r.htmlScript,c=0,g=s.length;g>c;c++)n=L(a,s[c]),t(n,o),l=l.concat(n);null!=u.left&&null!=e.left&&(n=L(e.left,u.left),t(n,e.index),l=l.concat(n)),null!=u.right&&null!=e.right&&(n=L(e.right,u.right),t(n,e.index+e[0].lastIndexOf(e.right)),l=l.concat(n));for(var h=0,g=l.length;g>h;h++)l[h].brushName=i.brushName;return l}var r,i=b(e),a=new B.brushes.Xml,l=this,s="getDiv getHtml init".split(" ");if(null!=i){r=new i;for(var o=0,u=s.length;u>o;o++)(function(){var e=s[o];l[e]=function(){return a[e].apply(a,arguments)}})();return null==r.htmlScript?(v(B.config.strings.brushNotHtmlScript+e),void 0):(a.regexList.push({regex:r.htmlScript.code,func:n}),void 0)}},B.Highlighter=function(){},B.Highlighter.prototype={getParam:function(e,t){var n=this.params[e];return d(null==n?t:n)},create:function(e){return document.createElement(e)},findMatches:function(e,t){var n=[];if(null!=e)for(var r=0,i=e.length;i>r;r++)"object"==typeof e[r]&&(n=n.concat(L(t,e[r])));return this.removeNestedMatches(n.sort(k))},removeNestedMatches:function(e){for(var t=0,n=e.length;n>t;t++)if(null!==e[t])for(var r=e[t],i=r.index+r.length,a=t+1,n=e.length;n>a&&null!==e[t];a++){var l=e[a];if(null!==l){if(l.index>i)break;l.index==r.index&&l.length>r.length?e[t]=null:l.index>=r.index&&i>l.index&&(e[a]=null)}}return e},figureOutLineNumbers:function(e){var t=[],n=parseInt(this.getParam("first-line"));return y(e,function(e,r){t.push(r+n)}),t},isLineHighlighted:function(e){var t=this.getParam("highlight",[]);return"object"!=typeof t&&null==t.push&&(t=[t]),-1!=h(t,""+e)},getLineHtml:function(e,t,n){var r=["line","number"+t,"index"+e,"alt"+(""+(0==t%2?1:2))];return this.isLineHighlighted(t)&&r.push("highlighted"),0==t&&r.push("break"),'<div class="'+r.join(" ")+'">'+n+"</div>"},getLineNumbersHtml:function(e,t){var n="",r=a(e).length,i=parseInt(this.getParam("first-line")),l=this.getParam("pad-line-numbers");1==l?l=(""+(i+r-1)).length:1==isNaN(l)&&(l=0);for(var s=0;r>s;s++){var o=t?t[s]:i+s,e=0==o?B.config.space:S(o,l);n+=this.getLineHtml(s,o,e)}return n},getCodeLinesHtml:function(e,t){e=C(e);for(var n=a(e),r=(this.getParam("pad-line-numbers"),parseInt(this.getParam("first-line"))),e="",i=this.getParam("brush"),l=0,s=n.length;s>l;l++){var o=n[l],u=/^(&nbsp;|\s)+/.exec(o),c=null,g=t?t[l]:r+l;null!=u&&(c=""+u[0],o=o.substr(c.length),c=c.replace(" ",B.config.space)),o=C(o),0==o.length&&(o=B.config.space),e+=this.getLineHtml(l,g,(null!=c?'<code class="'+i+' spaces">'+c+"</code>":"")+o)}return e},getTitleHtml:function(t){return t?"<caption>"+e(t)+"</caption>":""},getMatchesHtml:function(e,t){function n(e){var t=e?e.brushName||a:a;return t?t+" ":""}for(var r=0,i="",a=this.getParam("brush",""),l=0,s=t.length;s>l;l++){var o,u=t[l];null!==u&&0!==u.length&&(o=n(u),i+=N(e.substr(r,u.index-r),o+"plain")+N(u.value,o+u.css),r=u.index+u.length+(u.offset||0))}return i+=N(e.substr(r),n()+"plain")},getHtml:function(t){var n,r,i,a="",s=["syntaxhighlighter"];return 1==this.getParam("light")&&(this.params.toolbar=this.params.gutter=!1),className="syntaxhighlighter",1==this.getParam("collapse")&&s.push("collapsed"),0==(gutter=this.getParam("gutter"))&&s.push("nogutter"),s.push(this.getParam("class-name")),s.push(this.getParam("brush")),t=w(t).replace(/\r/g," "),n=this.getParam("tab-size"),t=1==this.getParam("smart-tabs")?R(t,n):H(t,n),this.getParam("unindent")&&(t=P(t)),gutter&&(i=this.figureOutLineNumbers(t)),r=this.findMatches(this.regexList,t),a=this.getMatchesHtml(t,r),a=this.getCodeLinesHtml(a,i),this.getParam("auto-links")&&(a=I(a)),"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.match(/MSIE/)&&s.push("ie"),a='<div id="'+l(this.id)+'" class="'+e(s.join(" "))+'">'+(this.getParam("toolbar")?B.toolbar.getHtml(this):"")+'<table border="0" cellpadding="0" cellspacing="0">'+this.getTitleHtml(this.getParam("title"))+"<tbody>"+"<tr>"+(gutter?'<td class="gutter">'+this.getLineNumbersHtml(t)+"</td>":"")+'<td class="code">'+'<div class="container">'+a+"</div>"+"</td>"+"</tr>"+"</tbody>"+"</table>"+"</div>"},getDiv:function(e){null===e&&(e=""),this.code=e;var t=this.create("div");return t.innerHTML=this.getHtml(e),this.getParam("toolbar")&&m(c(t,".toolbar"),"click",B.toolbar.handler),this.getParam("quick-code")&&m(c(t,".code"),"dblclick",X),t},init:function(e){this.id=f(),u(this),this.params=p(B.defaults,e||{}),1==this.getParam("light")&&(this.params.toolbar=this.params.gutter=!1)},getKeywords:function(e){return e=e.replace(/^\s+|\s+$/g,"").replace(/\s+/g,"|"),"\\b(?:"+e+")\\b"},forHtmlScript:function(e){var t={end:e.right.source};e.eof&&(t.end="(?:(?:"+t.end+")|$)"),this.htmlScript={left:{regex:e.left,css:"script"},right:{regex:e.right,css:"script"},code:XRegExp("(?<left>"+e.left.source+")"+"(?<code>.*?)"+"(?<right>"+t.end+")","sgi")}}},B}();"undefined"!=typeof exports?exports.SyntaxHighlighter=SyntaxHighlighter:null;