jQuery Colorbox - Version 3.4

Version Description

(2010-05-24) = * NEW: Colorbox is not applied to image links that have the class "colorbox-off" any more. Useful for NextGEN users. * NEW: Dutch translation by Richard van Laak * NEW: Malay translation by Saha-ini Ahmad Safian * CHANGE: Added CSS id "colorboxLink" to link in Meta container. * CHANGE: Modar Soos updated the Arabic translation

Download this release

Release Info

Developer techotronic
Plugin Icon 128x128 jQuery Colorbox
Version 3.4
Comparing to
See all releases

Code changes from version 3.3 to 3.4

includes/colorbox-javascript.php CHANGED
@@ -15,7 +15,7 @@
15
  // <![CDATA[
16
  jQuery(document).ready(function($) {
17
  <?php //gets all "a" elements that have a nested "img" ?>
18
- $("a:has(img)").each(function(index, obj) {
19
  <?php //only go on if link points to an image ?>
20
  if ($(obj).attr("href").match(/\.(?:jpe?g|gif|png|bmp)/i)) {
21
  <?php //in this context, the first child is always an image if fundamental Wordpress functions are used ?>
15
  // <![CDATA[
16
  jQuery(document).ready(function($) {
17
  <?php //gets all "a" elements that have a nested "img" ?>
18
+ $("a:has(img):not(.colorbox-off)").each(function(index, obj) {
19
  <?php //only go on if link points to an image ?>
20
  if ($(obj).attr("href").match(/\.(?:jpe?g|gif|png|bmp)/i)) {
21
  <?php //in this context, the first child is always an image if fundamental Wordpress functions are used ?>
jquery-colorbox.php CHANGED
@@ -6,7 +6,7 @@
6
  * Plugin Name: jQuery Colorbox
7
  * Plugin URI: http://www.techotronic.de/plugins/jquery-colorbox/
8
  * Description: Used to overlay images on the current page. Images in one post are grouped automatically.
9
- * Version: 3.3
10
  * Author: Arne Franken
11
  * Author URI: http://www.techotronic.de/
12
  * License: GPL
@@ -19,7 +19,7 @@
19
  ?>
20
  <?php
21
  //define constants
22
- define('JQUERYCOLORBOX_VERSION', '3.3');
23
 
24
  if (!defined('JQUERYCOLORBOX_PLUGIN_BASENAME')) {
25
  define('JQUERYCOLORBOX_PLUGIN_BASENAME', plugin_basename(__FILE__));
@@ -169,12 +169,12 @@ class jQueryColorbox {
169
  /**
170
  * Renders plugin link in Meta widget
171
  *
172
- * @since 1.0
173
  * @access private
174
  * @author Arne Franken
175
  */
176
  function renderMetaLink() { ?>
177
- <li><?php _e('Using',JQUERYCOLORBOX_TEXTDOMAIN);?> <a href="http://www.techotronic.de/plugins/jquery-colorbox/" title="<?php echo JQUERYCOLORBOX_NAME ?>"><?php echo JQUERYCOLORBOX_NAME ?></a></li>
178
  <?php }
179
 
180
  /**
6
  * Plugin Name: jQuery Colorbox
7
  * Plugin URI: http://www.techotronic.de/plugins/jquery-colorbox/
8
  * Description: Used to overlay images on the current page. Images in one post are grouped automatically.
9
+ * Version: 3.4
10
  * Author: Arne Franken
11
  * Author URI: http://www.techotronic.de/
12
  * License: GPL
19
  ?>
20
  <?php
21
  //define constants
22
+ define('JQUERYCOLORBOX_VERSION', '3.4');
23
 
24
  if (!defined('JQUERYCOLORBOX_PLUGIN_BASENAME')) {
25
  define('JQUERYCOLORBOX_PLUGIN_BASENAME', plugin_basename(__FILE__));
169
  /**
170
  * Renders plugin link in Meta widget
171
  *
172
+ * @since 3.3
173
  * @access private
174
  * @author Arne Franken
175
  */
176
  function renderMetaLink() { ?>
177
+ <li id="colorboxLink"><?php _e('Using',JQUERYCOLORBOX_TEXTDOMAIN);?> <a href="http://www.techotronic.de/plugins/jquery-colorbox/" title="<?php echo JQUERYCOLORBOX_NAME ?>"><?php echo JQUERYCOLORBOX_NAME ?></a></li>
178
  <?php }
179
 
180
  /**
localization/jquery-colorbox-ar.mo CHANGED
Binary file
localization/jquery-colorbox-ar.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: jQuery-Colorbox 3.2 Arabic\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-05-04 00:11+0100\n"
6
- "PO-Revision-Date: 2010-05-04 00:11+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Mickey Mouse <modarsoos@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -97,7 +97,7 @@ msgstr "بدون تأثير"
97
 
98
  #: jquery-colorbox.php:177
99
  msgid "Using"
100
- msgstr ""
101
 
102
  #: jquery-colorbox.php:274
103
  #: includes/settings-page.php:101
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: jQuery-Colorbox 3.3 Arabic\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-05-24 22:50+0100\n"
6
+ "PO-Revision-Date: 2010-05-24 22:50+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Mickey Mouse <modarsoos@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
97
 
98
  #: jquery-colorbox.php:177
99
  msgid "Using"
100
+ msgstr "أستخدم معرض صور"
101
 
102
  #: jquery-colorbox.php:274
103
  #: includes/settings-page.php:101
localization/jquery-colorbox-ms_MY.mo ADDED
Binary file
localization/jquery-colorbox-ms_MY.po ADDED
@@ -0,0 +1,381 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: jQuery-Colorbox 3.3 Malay (Bahasa/Melayu)\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-05-24 00:11+0100\n"
6
+ "PO-Revision-Date: 2010-05-24 20:42+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: ini;sahaini <sahaini@gmail.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Malay\n"
13
+ "X-Poedit-KeywordsList: _e;__\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-Country: MALAYSIA\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: jquery-colorbox.php:110
19
+ msgid "Theme #1"
20
+ msgstr "Tema #1"
21
+
22
+ #: jquery-colorbox.php:111
23
+ msgid "Theme #2"
24
+ msgstr "Tema #2"
25
+
26
+ #: jquery-colorbox.php:112
27
+ msgid "Theme #3"
28
+ msgstr "Tema #3"
29
+
30
+ #: jquery-colorbox.php:113
31
+ msgid "Theme #4"
32
+ msgstr "Tema #4"
33
+
34
+ #: jquery-colorbox.php:114
35
+ msgid "Theme #5"
36
+ msgstr "Tema #5"
37
+
38
+ #: jquery-colorbox.php:115
39
+ msgid "Theme #6"
40
+ msgstr "Tema #6"
41
+
42
+ #: jquery-colorbox.php:116
43
+ msgid "Theme #7"
44
+ msgstr "Tema #7"
45
+
46
+ #: jquery-colorbox.php:117
47
+ msgid "Theme #8"
48
+ msgstr "Tema #8"
49
+
50
+ #: jquery-colorbox.php:118
51
+ msgid "Theme #9"
52
+ msgstr "Tema #9"
53
+
54
+ #: jquery-colorbox.php:119
55
+ msgid "Theme #10"
56
+ msgstr "Tema #10"
57
+
58
+ #: jquery-colorbox.php:120
59
+ msgid "Theme #11"
60
+ msgstr "Tema #11"
61
+
62
+ #: jquery-colorbox.php:124
63
+ msgid "Theme #12"
64
+ msgstr "Tema #12"
65
+
66
+ #: jquery-colorbox.php:125
67
+ msgid "Theme #13"
68
+ msgstr "Tema #13"
69
+
70
+ #: jquery-colorbox.php:126
71
+ msgid "Theme #14"
72
+ msgstr "Tema #14"
73
+
74
+ #: jquery-colorbox.php:127
75
+ msgid "Theme #15"
76
+ msgstr "Tema #15"
77
+
78
+ #: jquery-colorbox.php:132
79
+ msgid "percent"
80
+ msgstr "peratus"
81
+
82
+ #: jquery-colorbox.php:133
83
+ msgid "pixels"
84
+ msgstr "piksel"
85
+
86
+ #: jquery-colorbox.php:138
87
+ msgid "elastic"
88
+ msgstr "anjal"
89
+
90
+ #: jquery-colorbox.php:139
91
+ msgid "fade"
92
+ msgstr "pudar"
93
+
94
+ #: jquery-colorbox.php:140
95
+ msgid "none"
96
+ msgstr "tiada"
97
+
98
+ #: jquery-colorbox.php:177
99
+ msgid "Using"
100
+ msgstr "Menggunakan"
101
+
102
+ #: jquery-colorbox.php:274
103
+ #: includes/settings-page.php:101
104
+ msgid "Settings"
105
+ msgstr "Tetapan"
106
+
107
+ #: jquery-colorbox.php:335
108
+ #, php-format
109
+ msgid "Successfully updated %1$s settings."
110
+ msgstr "Tetapan %1$s telah berjaya dikemaskinikan"
111
+
112
+ #: jquery-colorbox.php:337
113
+ #, php-format
114
+ msgid "%1$s settings were successfully deleted."
115
+ msgstr "Tetapan %1$s telah berjaya dibubarkan"
116
+
117
+ #: jquery-colorbox.php:378
118
+ msgid "needs attention: the plugin is not activated to work for all images."
119
+ msgstr "perhatian diperlukan: palam (plugin) tidak diaktifkan untuk semua imej"
120
+
121
+ #: jquery-colorbox.php:439
122
+ msgid "Did not update settings, you do not have the necessary rights."
123
+ msgstr "Tetapan tidak dikemaskini, anda tidak mempunyai kebenaran yang diperlukan"
124
+
125
+ #: jquery-colorbox.php:486
126
+ #, php-format
127
+ msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
128
+ msgstr "Tetapan %1$s tidak dibubarkan. Sama ada anda tidak mempunyai kebenaran yang diperlukan atau anda tidak menanda pada kotak pilihan"
129
+
130
+ #: includes/colorbox-javascript.php:53
131
+ msgid "close"
132
+ msgstr "tutup"
133
+
134
+ #: includes/colorbox-javascript.php:54
135
+ msgid "next"
136
+ msgstr "selepasnya"
137
+
138
+ #: includes/colorbox-javascript.php:55
139
+ msgid "previous"
140
+ msgstr "sebelumnya"
141
+
142
+ #: includes/colorbox-javascript.php:56
143
+ msgid "start slideshow"
144
+ msgstr "mula persembahan-slaid"
145
+
146
+ #: includes/colorbox-javascript.php:57
147
+ msgid "stop slideshow"
148
+ msgstr "henti persembahan-slaid"
149
+
150
+ #: includes/colorbox-javascript.php:58
151
+ msgid "{current} of {total} images"
152
+ msgstr "{current} daripada {total} imej"
153
+
154
+ #: includes/settings-page.php:94
155
+ #, php-format
156
+ msgid "%1$s Settings"
157
+ msgstr "Tetapann %1$s"
158
+
159
+ #: includes/settings-page.php:110
160
+ msgid "Theme"
161
+ msgstr "Tema"
162
+
163
+ #: includes/settings-page.php:122
164
+ msgid "Select the theme you want to use on your blog."
165
+ msgstr "Pilih tema yang anda mahu guna untuk blog anda."
166
+
167
+ #: includes/settings-page.php:127
168
+ msgid "Theme screenshot"
169
+ msgstr "Paparan tema"
170
+
171
+ #: includes/settings-page.php:137
172
+ #, php-format
173
+ msgid "Automate %1$s for all images"
174
+ msgstr "Auto-jana %1$s untuk semua imej"
175
+
176
+ #: includes/settings-page.php:141
177
+ msgid "Automatically add colorbox-class to images in posts and pages. Also adds colorbox-class to galleries. Images in one page or post are grouped automatically."
178
+ msgstr "Menjana secara auto penambahan Colorbox-class untuk setiap imej-imej di dalam setiap kiriman (posts) dan laman (pages). Imej di dalam laman atau kiriman dikumpulkan secara auto."
179
+
180
+ #: includes/settings-page.php:146
181
+ #, php-format
182
+ msgid "Automate %1$s for images in WordPress galleries"
183
+ msgstr "Auto-jana %1$s untuk semua imej di dalam galeri Wordpress"
184
+
185
+ #: includes/settings-page.php:150
186
+ msgid "Automatically add colorbox-class to images in WordPress galleries, but nowhere else. Images in one page or post are grouped automatically."
187
+ msgstr "Menjana secara auto penambahan Colorbox-class untuk setiap imej-imej di dalam galeri Wordpress sahaja. Imej di dalam laman atau kiriman dikumpulkan secara auto."
188
+
189
+ #: includes/settings-page.php:155
190
+ msgid "Add Slideshow to groups"
191
+ msgstr "Tambah persembahan-slaid di dalam kumpulan"
192
+
193
+ #: includes/settings-page.php:159
194
+ #, php-format
195
+ msgid "Add Slideshow functionality for %1$s Groups"
196
+ msgstr "Menambah kefungsian persembahan-slaid untuk %1$s Groups"
197
+
198
+ #: includes/settings-page.php:164
199
+ msgid "Start Slideshow automatically"
200
+ msgstr "Auto-mula persembahan-slaid"
201
+
202
+ #: includes/settings-page.php:168
203
+ #, php-format
204
+ msgid "Start Slideshow automatically if slideshow functionality is added to %1$s Groups"
205
+ msgstr "Memulakan persembahan-slaid secara auto sekiranya kefungsian persembahan-slaid telah ditambah kepada %1$s Groups"
206
+
207
+ #: includes/settings-page.php:173
208
+ msgid "Speed of the slideshow"
209
+ msgstr "Kitaran persembahan-slaid"
210
+
211
+ #: includes/settings-page.php:176
212
+ #: includes/settings-page.php:321
213
+ msgid "milliseconds"
214
+ msgstr "milisaat"
215
+
216
+ #: includes/settings-page.php:177
217
+ msgid "Sets the speed of the slideshow, in milliseconds"
218
+ msgstr "Menetapkan kitaran persembahan-slaid, di dalam milisaat"
219
+
220
+ #: includes/settings-page.php:182
221
+ msgid "Maximum width of an image"
222
+ msgstr "Had maksimum lebar sesuatu imej"
223
+
224
+ #: includes/settings-page.php:186
225
+ #: includes/settings-page.php:232
226
+ msgid "Do not set width"
227
+ msgstr "Jangan tetapkan lebar"
228
+
229
+ #: includes/settings-page.php:189
230
+ msgid "Set maximum width of an image"
231
+ msgstr "Tetapkan lebar maksimum sesuatu imej"
232
+
233
+ #: includes/settings-page.php:200
234
+ msgid "Set the maximum width of the image in the Colorbox in relation to the browser window in percent or pixels. If maximum width is not set, image is as wide as the Colorbox"
235
+ msgstr "Menetapkan lebar maksimum sesuatu imej di dalam Colorbox berdasarkan tetingkap pelayar internet di dalam nilai peratus atau piksel. Jika nilai maksimum tidak ditetapkan, imej akan selebar tetapan Colorbox"
236
+
237
+ #: includes/settings-page.php:205
238
+ msgid "Maximum height of an image"
239
+ msgstr "Had maksimum tinggi sesuatu imej"
240
+
241
+ #: includes/settings-page.php:209
242
+ #: includes/settings-page.php:255
243
+ msgid "Do not set height"
244
+ msgstr "Jangan tetapkan tinggi"
245
+
246
+ #: includes/settings-page.php:212
247
+ msgid "Set maximum height of an image"
248
+ msgstr "Tetapkan tinggi maksimum sesuatu imej"
249
+
250
+ #: includes/settings-page.php:223
251
+ msgid "Set the maximum height of the image in the Colorbox in relation to the browser window to a value in percent or pixels. If maximum height is not set, the image is as high as the Colorbox"
252
+ msgstr "Menetapkan tinggi maksimum sesuatu imej di dalam Colorbox berdasarkan tetingkap pelayar internet di dalam nilai peratus atau piksel. Jika nilai maksimum tidak ditetapkan, imej akan setinggi tetapan Colorbox"
253
+
254
+ #: includes/settings-page.php:228
255
+ msgid "Maximum width of the Colorbox"
256
+ msgstr "Had maksimum lebar Colorbox"
257
+
258
+ #: includes/settings-page.php:235
259
+ msgid "Set width of the Colorbox"
260
+ msgstr "Tetapkan lebar Colorbox"
261
+
262
+ #: includes/settings-page.php:246
263
+ msgid "Set the maximum width of the Colorbox itself in relation to the browser window to a value between in percent or pixels. If the image is bigger than the colorbox, scrollbars are displayed. If width is not set, the Colorbox will be as wide as the picture in it"
264
+ msgstr "Menetapkan lebar maksimum Colorbox itu sendiri berdasarkan tetingkap pelayar internet di dalam nilai peratus atau piksel. Jika imej lebih besar daripada Colorbox, palang skrol dipaparkan. Jika tidak ditetapkan, Colorbox akan selebar imej yang dipaparkan"
265
+
266
+ #: includes/settings-page.php:251
267
+ msgid "Maximum height of the Colorbox"
268
+ msgstr "Had maksimum tinggi Colorbox"
269
+
270
+ #: includes/settings-page.php:258
271
+ msgid "Set height of the Colorbox"
272
+ msgstr "Tetapkan tinggi Colorbox"
273
+
274
+ #: includes/settings-page.php:269
275
+ msgid "Set the maximum height of the Colorbox itself in relation to the browser window to a value between in percent or pixels. If the image is bigger than the colorbox, scrollbars are displayed. If height is not set, the Colorbox will be as high as the picture in it"
276
+ msgstr "Menetapkan tinggi maksimum Colorbox itu sendiri berdasarkan tetingkap pelayar internet di dalam nilai peratus atau piksel. Jika imej lebih besar daripada Colorbox, palang skrol dipaparkan. Jika tidak ditetapkan, Colorbox akan setinggi imej yang dipaparkan"
277
+
278
+ #: includes/settings-page.php:274
279
+ msgid "Resize images"
280
+ msgstr "Tala-saiz imej-imej"
281
+
282
+ #: includes/settings-page.php:278
283
+ msgid "If enabled and if maximum width of images, maximum height of images, width of the Colorbox, or height of the Colorbox have been defined, ColorBox will scale photos to fit within the those values"
284
+ msgstr "Jika dipilih dan jika lebar maksimum imej-imej, tinggi maksimum imej-imej, lebar Colorbox atau tinggi Colorbox telah diatur, Colorbox akan mensesuaikan foto supaya muat di dalam nilai-nilai yang telah ditetapkan"
285
+
286
+ #: includes/settings-page.php:283
287
+ msgid "Close Colorbox on overlay click"
288
+ msgstr "Batal Colorbox dengan klik pada lapisan telus"
289
+
290
+ #: includes/settings-page.php:287
291
+ msgid "If checked, enables closing ColorBox by clicking on the background overlay"
292
+ msgstr "Jika ditetapkan, memilih untuk membatalkan Colorbox dengan klik pada lapisan telus latarbelakang"
293
+
294
+ #: includes/settings-page.php:292
295
+ msgid "Preload images"
296
+ msgstr "Pra-muat imej-imej"
297
+
298
+ #: includes/settings-page.php:296
299
+ msgid "Allows for preloading of \"next\" and \"previous\" content in a group, after the current content has finished loading. Uncheck box to disable."
300
+ msgstr "membenarkan pra-muat untuk \"berikutnya\" (next) dan \"sebelumnya\" (previous) di dalam kandungan kumpulan, sebaik sahaja kandungan semasa selesai dimuat turun. Nyah-tanda kotak pilihan untuk membubarkan tetapan"
301
+
302
+ #: includes/settings-page.php:301
303
+ msgid "Transition type"
304
+ msgstr "Jenis peralihan"
305
+
306
+ #: includes/settings-page.php:313
307
+ msgid "The transition type of the Colorbox. Can be set to \"elastic\", \"fade\", or \"none\""
308
+ msgstr "Jenis peralihan Colorbox. Boleh ditetapkan kepada \"anjal\" (elastic), \"pudar\" (fade) atau \"tiada\""
309
+
310
+ #: includes/settings-page.php:318
311
+ msgid "Transition speed"
312
+ msgstr "Kitaran peralihan"
313
+
314
+ #: includes/settings-page.php:322
315
+ msgid "Sets the speed of the \"fade\" and \"elastic\" transitions, in milliseconds"
316
+ msgstr "Menetapkan kitaran peralihan \"pudar\" dan \"anjal\", di dalam nilai milisaat"
317
+
318
+ #: includes/settings-page.php:327
319
+ msgid "Opacity"
320
+ msgstr "Kelegapan"
321
+
322
+ #: includes/settings-page.php:331
323
+ msgid "The overlay opacity level. Range: 0 to 1"
324
+ msgstr "Kelegapan/kekaburan lapisan telus. Julat: 0 hingga 1"
325
+
326
+ #: includes/settings-page.php:336
327
+ msgid "Automate hiding of flash objects"
328
+ msgstr "Auto-sorok objek flash"
329
+
330
+ #: includes/settings-page.php:340
331
+ msgid "Automatically hide embeded flash objects behind the Colorbox layer. Done by setting the wmode to transparent."
332
+ msgstr "Sorok secara auto objek flash yang menempel di sebalik lapisan Colorbox. Diuruskan dengan menetapkan \"wmode\" kepada \"transparent\""
333
+
334
+ #: includes/settings-page.php:345
335
+ msgid "Disable warning"
336
+ msgstr "Abai amaran"
337
+
338
+ #: includes/settings-page.php:349
339
+ msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
340
+ msgstr "Mengabaikan amaran yang muncul sekiranya palam (plugin) diaktifkan tetapi ciri-ciri auto-colorbox untuk semua imej tidak terpilih"
341
+
342
+ #: includes/settings-page.php:355
343
+ msgid "Save Changes"
344
+ msgstr "Simpan Ubahsuai"
345
+
346
+ #: includes/settings-page.php:364
347
+ #: includes/settings-page.php:373
348
+ msgid "Delete Settings"
349
+ msgstr "Bubar Tetapan"
350
+
351
+ #: includes/settings-page.php:367
352
+ msgid "Check the box and click this button to delete settings of this plugin."
353
+ msgstr "Tanda pada kotak pilihan dan klik butang untuk bubar tetapan palam ini"
354
+
355
+ #: includes/settings-page.php:383
356
+ msgid "Donate"
357
+ msgstr "Sumbangan"
358
+
359
+ #: includes/settings-page.php:397
360
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
361
+ msgstr "Sekiranya anda ingin hulurkan sedikit (atau banyak) sumbangan demi pembangunan di masa mendatang silalah membuat sumbangan "
362
+
363
+ #: includes/settings-page.php:406
364
+ msgid "Translation"
365
+ msgstr "Alihbahasa"
366
+
367
+ #: includes/settings-page.php:409
368
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\">Arne Franken</a>."
369
+ msgstr "Alihbahasa melayu telah disiapkan oleh <a href=\"http://www.inisahaini.com\">Saha-ini Ahmad Safian</a>."
370
+
371
+ #~ msgid "maxWidth"
372
+ #~ msgstr "Maximum width of an image"
373
+
374
+ #~ msgid "maxHeight"
375
+ #~ msgstr "Maximum height of an image"
376
+
377
+ #~ msgid "width"
378
+ #~ msgstr "Maxinmum width of the Colorbox"
379
+
380
+ #~ msgid "height"
381
+ #~ msgstr "Maximum height of the Colorbox"
localization/jquery-colorbox-nl_NL.mo ADDED
Binary file
localization/jquery-colorbox-nl_NL.po ADDED
@@ -0,0 +1,377 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: jQuery-Colorbox\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-04-12 19:54+0100\n"
6
+ "PO-Revision-Date: 2010-05-16 23:16+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Techotronic <blog@techotronic.de>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Dutch\n"
13
+ "X-Poedit-KeywordsList: _e;__\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-Country: NETHERLANDS\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: jquery-colorbox.php:109
19
+ msgid "Theme #1"
20
+ msgstr "Thema #1"
21
+
22
+ #: jquery-colorbox.php:110
23
+ msgid "Theme #2"
24
+ msgstr "Thema #2"
25
+
26
+ #: jquery-colorbox.php:111
27
+ msgid "Theme #3"
28
+ msgstr "Thema #3"
29
+
30
+ #: jquery-colorbox.php:112
31
+ msgid "Theme #4"
32
+ msgstr "Thema #4"
33
+
34
+ #: jquery-colorbox.php:113
35
+ msgid "Theme #5"
36
+ msgstr "Thema #5"
37
+
38
+ #: jquery-colorbox.php:114
39
+ msgid "Theme #6"
40
+ msgstr "Thema #6"
41
+
42
+ #: jquery-colorbox.php:115
43
+ msgid "Theme #7"
44
+ msgstr "Thema #7"
45
+
46
+ #: jquery-colorbox.php:116
47
+ msgid "Theme #8"
48
+ msgstr "Thema #8"
49
+
50
+ #: jquery-colorbox.php:117
51
+ msgid "Theme #9"
52
+ msgstr "Thema #9"
53
+
54
+ #: jquery-colorbox.php:118
55
+ msgid "Theme #10"
56
+ msgstr "Thema #10"
57
+
58
+ #: jquery-colorbox.php:122
59
+ msgid "Theme #11"
60
+ msgstr "Thema #11"
61
+
62
+ #: jquery-colorbox.php:123
63
+ msgid "Theme #12"
64
+ msgstr "Thema #12"
65
+
66
+ #: jquery-colorbox.php:124
67
+ msgid "Theme #13"
68
+ msgstr "Thema #13"
69
+
70
+ #: jquery-colorbox.php:125
71
+ msgid "Theme #14"
72
+ msgstr "Thema #14"
73
+
74
+ #: jquery-colorbox.php:126
75
+ msgid "Theme #15"
76
+ msgstr "Thema #15"
77
+
78
+ #: jquery-colorbox.php:131
79
+ msgid "percent"
80
+ msgstr "procent"
81
+
82
+ #: jquery-colorbox.php:132
83
+ msgid "pixels"
84
+ msgstr "pixels"
85
+
86
+ #: jquery-colorbox.php:137
87
+ msgid "elastic"
88
+ msgstr "elastisch"
89
+
90
+ #: jquery-colorbox.php:138
91
+ msgid "fade"
92
+ msgstr "vervagen"
93
+
94
+ #: jquery-colorbox.php:139
95
+ msgid "none"
96
+ msgstr "geen"
97
+
98
+ #: jquery-colorbox.php:281
99
+ #: includes/settings-page.php:101
100
+ msgid "Settings"
101
+ msgstr "Instellingen"
102
+
103
+ #: jquery-colorbox.php:344
104
+ #, php-format
105
+ msgid "Successfully updated %1$s settings."
106
+ msgstr "Succesvol %1$s instellingen geupdate."
107
+
108
+ #: jquery-colorbox.php:346
109
+ #, php-format
110
+ msgid "%1$s settings were successfully deleted."
111
+ msgstr "%1$s instellingen zijn succesvol verwijderd."
112
+
113
+ #: jquery-colorbox.php:387
114
+ msgid "needs attention: the plugin is not activated to work for all images."
115
+ msgstr "aandacht vereist: de plugin is niet geactiveerd om alle afbeeldingen te tonen."
116
+
117
+ #: jquery-colorbox.php:447
118
+ msgid "Did not update settings, you do not have the necessary rights."
119
+ msgstr "Er zijn geen instellingen geupdate, u bezit de benodigde rechten niet."
120
+
121
+ #: jquery-colorbox.php:494
122
+ #, php-format
123
+ msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
124
+ msgstr "%1$s instellingen zijn niet verwijderd. U bezit de benodigde rechten niet of de checkbox was niet aangevinkt."
125
+
126
+ #: includes/colorbox-javascript.php:53
127
+ msgid "close"
128
+ msgstr "sluiten"
129
+
130
+ #: includes/colorbox-javascript.php:54
131
+ msgid "next"
132
+ msgstr "volgende"
133
+
134
+ #: includes/colorbox-javascript.php:55
135
+ msgid "previous"
136
+ msgstr "vorige"
137
+
138
+ #: includes/colorbox-javascript.php:56
139
+ msgid "start slideshow"
140
+ msgstr "start slideshow"
141
+
142
+ #: includes/colorbox-javascript.php:57
143
+ msgid "stop slideshow"
144
+ msgstr "stop slideshow"
145
+
146
+ #: includes/colorbox-javascript.php:58
147
+ msgid "{current} of {total} images"
148
+ msgstr "{current} / {total}"
149
+
150
+ #: includes/settings-page.php:94
151
+ #, php-format
152
+ msgid "%1$s Settings"
153
+ msgstr "%1$s Instellingen"
154
+
155
+ #: includes/settings-page.php:110
156
+ msgid "Theme"
157
+ msgstr "Thema"
158
+
159
+ #: includes/settings-page.php:122
160
+ msgid "Select the theme you want to use on your blog."
161
+ msgstr "Selecteer het te gebruiken thema voor op uw blog."
162
+
163
+ #: includes/settings-page.php:127
164
+ msgid "Theme screenshot"
165
+ msgstr "Thema voorbeeld"
166
+
167
+ #: includes/settings-page.php:137
168
+ #, php-format
169
+ msgid "Automate %1$s for all images"
170
+ msgstr "Automatiseer %1$s voor alle afbeeldingen"
171
+
172
+ #: includes/settings-page.php:141
173
+ msgid "Automatically add colorbox-class to images in posts and pages. Also adds colorbox-class to galleries. Images in one page or post are grouped automatically."
174
+ msgstr "Voeg automatisch de colorbox-class toe aan afbeeldingen in posts en pagina's. Voeg de colorbox-class ook toe aan galerijen. Afbeeldingen op een pagina of post worden automatisch gegroepeerd."
175
+
176
+ #: includes/settings-page.php:146
177
+ #, php-format
178
+ msgid "Automate %1$s for images in WordPress galleries"
179
+ msgstr "Automatiseer %1$s voor afbeeldingen in Wordpress galerijen"
180
+
181
+ #: includes/settings-page.php:150
182
+ msgid "Automatically add colorbox-class to images in WordPress galleries, but nowhere else. Images in one page or post are grouped automatically."
183
+ msgstr "Voeg automatisch de colorbox-class toe aan afbeeldingen in Wordpress galerijen, maar verder nergens. Afbeeldingen op een pagina of post worden automatisch gegroepeerd."
184
+
185
+ #: includes/settings-page.php:155
186
+ msgid "Add Slideshow to groups"
187
+ msgstr "Voeg Slideshow toe aan groepen"
188
+
189
+ #: includes/settings-page.php:159
190
+ #, php-format
191
+ msgid "Add Slideshow functionality for %1$s Groups"
192
+ msgstr "Voeg Slideshow functionaliteit toe voor %1$s Groepen"
193
+
194
+ #: includes/settings-page.php:164
195
+ msgid "Start Slideshow automatically"
196
+ msgstr "Start Slideshow automatisch"
197
+
198
+ #: includes/settings-page.php:168
199
+ #, php-format
200
+ msgid "Start Slideshow automatically if slideshow functionality is added to %1$s Groups"
201
+ msgstr "Start Slideshow automatisch als slideshow functionaliteit toegevoegd is aan %1$s Groepen"
202
+
203
+ #: includes/settings-page.php:173
204
+ msgid "Speed of the slideshow"
205
+ msgstr "Snelheid van de slideshow"
206
+
207
+ #: includes/settings-page.php:176
208
+ #: includes/settings-page.php:321
209
+ msgid "milliseconds"
210
+ msgstr "milliseconden"
211
+
212
+ #: includes/settings-page.php:177
213
+ msgid "Sets the speed of the slideshow, in milliseconds"
214
+ msgstr "Bepaalt de snelheid van de slideshow, in milliseconden"
215
+
216
+ #: includes/settings-page.php:182
217
+ msgid "Maximum width of an image"
218
+ msgstr "Maximale breedte van een afbeelding"
219
+
220
+ #: includes/settings-page.php:186
221
+ #: includes/settings-page.php:232
222
+ msgid "Do not set width"
223
+ msgstr "Stel breedte niet in"
224
+
225
+ #: includes/settings-page.php:189
226
+ msgid "Set maximum width of an image"
227
+ msgstr "Stel maximale breedte van een afbeelding in"
228
+
229
+ #: includes/settings-page.php:200
230
+ msgid "Set the maximum width of the image in the Colorbox in relation to the browser window in percent or pixels. If maximum width is not set, image is as wide as the Colorbox"
231
+ msgstr "Stel de maximale breedte van een afbeelding in de Colorbox in, in relatie met de browser in procenten of pixels. Als de maximale breedte niet ingesteld is, is de afbeelding even breed als de Colorbox"
232
+
233
+ #: includes/settings-page.php:205
234
+ msgid "Maximum height of an image"
235
+ msgstr "Maximale hoogte van een afbeelding"
236
+
237
+ #: includes/settings-page.php:209
238
+ #: includes/settings-page.php:255
239
+ msgid "Do not set height"
240
+ msgstr "Stel de hoogte niet in"
241
+
242
+ #: includes/settings-page.php:212
243
+ msgid "Set maximum height of an image"
244
+ msgstr "Stel de maximale hogte van een afbeelding in"
245
+
246
+ #: includes/settings-page.php:223
247
+ msgid "Set the maximum height of the image in the Colorbox in relation to the browser window to a value in percent or pixels. If maximum height is not set, the image is as high as the Colorbox"
248
+ msgstr "Stel de maximale hoogte van een afbeelding in de Colorbox in, in relatie met de browser in procenten of pixels. Als de maximale hoogte niet ingesteld is, is de afbeelding even hoog als de Colorbox"
249
+
250
+ #: includes/settings-page.php:228
251
+ msgid "Maximum width of the Colorbox"
252
+ msgstr "Maximale breedte van de Colorbox"
253
+
254
+ #: includes/settings-page.php:235
255
+ msgid "Set width of the Colorbox"
256
+ msgstr "Stel de breedte van de Colorbox in"
257
+
258
+ #: includes/settings-page.php:246
259
+ msgid "Set the maximum width of the Colorbox itself in relation to the browser window to a value between in percent or pixels. If the image is bigger than the colorbox, scrollbars are displayed. If width is not set, the Colorbox will be as wide as the picture in it"
260
+ msgstr "Stel de maximale breedte van de Colorbox zelf in, in relatie met de browser in procenten of pixels. Als de afbeelding groter is dan de Colorbox zullen er scrollbars getoond worden. Als de breedte niet ingesteld is zal de Colorbox even breed als de afbeelding zijn"
261
+
262
+ #: includes/settings-page.php:251
263
+ msgid "Maximum height of the Colorbox"
264
+ msgstr "Maximale hoogte van de Colorbox"
265
+
266
+ #: includes/settings-page.php:258
267
+ msgid "Set height of the Colorbox"
268
+ msgstr "Stel hoogte van de Colorbox in"
269
+
270
+ #: includes/settings-page.php:269
271
+ msgid "Set the maximum height of the Colorbox itself in relation to the browser window to a value between in percent or pixels. If the image is bigger than the colorbox, scrollbars are displayed. If height is not set, the Colorbox will be as high as the picture in it"
272
+ msgstr "Stel de maximale hoogte van de Colorbox zelf in, in relatie met de browser in procenten of pixels. Als de afbeelding groter is dan de Colorbox zullen er scrollbars getoond worden. Als de hoogte niet ingesteld is zal de Colorbox even breed als de afbeelding zijn"
273
+
274
+ #: includes/settings-page.php:274
275
+ msgid "Resize images"
276
+ msgstr "Afbeeldingen herschalen"
277
+
278
+ #: includes/settings-page.php:278
279
+ msgid "If enabled and if maximum width of images, maximum height of images, width of the Colorbox, or height of the Colorbox have been defined, ColorBox will scale photos to fit within the those values"
280
+ msgstr "Als geactiveerd en als de maximale breedte en/of hoogte van de Colorbox en/of afbeeldingen zijn gedefineerd, dan zal Colorbox de foto's zo schalen dat ze binnen de betreffende waarden passen"
281
+
282
+ #: includes/settings-page.php:283
283
+ msgid "Close Colorbox on overlay click"
284
+ msgstr "Colobox afsluiten bij klik op bedekking"
285
+
286
+ #: includes/settings-page.php:287
287
+ msgid "If checked, enables closing ColorBox by clicking on the background overlay"
288
+ msgstr "Als aangevinkt, dan kan de Colorbox worden gesloten door op de achtergrond te klikken"
289
+
290
+ #: includes/settings-page.php:292
291
+ msgid "Preload images"
292
+ msgstr "Afbeeldingen voorladen"
293
+
294
+ #: includes/settings-page.php:296
295
+ msgid "Allows for preloading of \"next\" and \"previous\" content in a group, after the current content has finished loading. Uncheck box to disable."
296
+ msgstr "Sta toe om \"vorige\" en \"volgende\" content in een groep al in te laden, nadat de huidige content is ingeladen. Uitvinken om te deactiveren."
297
+
298
+ #: includes/settings-page.php:301
299
+ msgid "Transition type"
300
+ msgstr "Overgang type"
301
+
302
+ #: includes/settings-page.php:313
303
+ msgid "The transition type of the Colorbox. Can be set to \"elastic\", \"fade\", or \"none\""
304
+ msgstr "Het transitie type van de Colorbox. Kan op \"elastic\", \"fade\", of \"none\" worden ingesteld"
305
+
306
+ #: includes/settings-page.php:318
307
+ msgid "Transition speed"
308
+ msgstr "Overgang snelheid"
309
+
310
+ #: includes/settings-page.php:322
311
+ msgid "Sets the speed of the \"fade\" and \"elastic\" transitions, in milliseconds"
312
+ msgstr "Stelt de snelheid van de \"fade\" en \"elastic\" transitie in milliseconden in"
313
+
314
+ #: includes/settings-page.php:327
315
+ msgid "Opacity"
316
+ msgstr "Doorzichtigheid"
317
+
318
+ #: includes/settings-page.php:331
319
+ msgid "The overlay opacity level. Range: 0 to 1"
320
+ msgstr "Doorzichtigheid van de achtergrond bedekking. Waarde tussen 0 en 1."
321
+
322
+ #: includes/settings-page.php:336
323
+ msgid "Automate hiding of flash objects"
324
+ msgstr "Verberg automatisch flash objecten"
325
+
326
+ #: includes/settings-page.php:340
327
+ msgid "Automatically hide embeded flash objects behind the Colorbox layer. Done by setting the wmode to transparent."
328
+ msgstr "Verberg automatisch de ingebedde flash objecten achter de Colorbox laag door de wmode instelling op transparant te zetten."
329
+
330
+ #: includes/settings-page.php:345
331
+ msgid "Disable warning"
332
+ msgstr "Waarschuwingen deactiveren"
333
+
334
+ #: includes/settings-page.php:349
335
+ msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
336
+ msgstr "Deactiveer de melding die wordt getoond als de plugin is geactiveerd maar de auto-colorbox functie voor alle afbeeldingen uit staat."
337
+
338
+ #: includes/settings-page.php:355
339
+ msgid "Save Changes"
340
+ msgstr "Wijzigingen opslaan"
341
+
342
+ #: includes/settings-page.php:364
343
+ #: includes/settings-page.php:373
344
+ msgid "Delete Settings"
345
+ msgstr "Instellingen verwijderen"
346
+
347
+ #: includes/settings-page.php:367
348
+ msgid "Check the box and click this button to delete settings of this plugin."
349
+ msgstr "Vink de box aan en klip op deze knop om de instellingen van deze plugin te verwijderen."
350
+
351
+ #: includes/settings-page.php:383
352
+ msgid "Donate"
353
+ msgstr "Doneren"
354
+
355
+ #: includes/settings-page.php:397
356
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
357
+ msgstr "Als u een kleine (of grote) contributie wil maken voor toekomstige ontwikkeling, maak dan alstublieft een donatie."
358
+
359
+ #: includes/settings-page.php:406
360
+ msgid "Translation"
361
+ msgstr "Vertaling"
362
+
363
+ #: includes/settings-page.php:409
364
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\">Arne Franken</a>."
365
+ msgstr "De Nederlandse vertaling is gedaan door <a href=\"http://nl.linkedin.com/pub/richard-laak/b/b21/672\">Richard van Laak</a>."
366
+
367
+ #~ msgid "maxWidth"
368
+ #~ msgstr "Maximum width of an image"
369
+
370
+ #~ msgid "maxHeight"
371
+ #~ msgstr "Maximum height of an image"
372
+
373
+ #~ msgid "width"
374
+ #~ msgstr "Maxinmum width of the Colorbox"
375
+
376
+ #~ msgid "height"
377
+ #~ msgstr "Maximum height of the Colorbox"
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Plugin Name ===
2
  Contributors: techotronic
3
  Donate link: http://www.techotronic.de/donate/
4
- Tags: jquery, colorbox, lightbox, images, pictures, photos, gallery, javascript, overlay, nextgen gallery, nextgen-gallery, image, picture, photo, media, slideshow, ngg
5
  Requires at least: 2.8
6
  Tested up to: 3.0
7
- Stable tag: 3.3
8
 
9
  Adds Colorbox/Lightbox functionality to images, grouped by post or page. Works for WordPress and NextGEN galleries. Comes with different themes.
10
 
@@ -30,9 +30,11 @@ Localization
30
  * Arabic (ar) by <a href="http://www.photokeens.com">Modar Soos</a>
31
  * Belorussian (be_BY) <a href="http://www.pc.de/">Marcis G.</a>
32
  * Bosnian (bs_BA) by <a href="http://www.vjucon.com/">Vedran Jurincic</a>
 
33
  * English (en_EN) by <a href="http://www.techotronic.de/">Arne Franken</a>
34
  * French (fr_FR) by <a href="http://www.tolingo.com/">Tolingo Translations</a>
35
  * German (de_DE) by <a href="http://www.techotronic.de/">Arne Franken</a>
 
36
  * Portuguese (pt_BR) by <a href="http://twitter.com/gervasioantonio">Gervásio Antônio</a>
37
  * Russian (ru_RU) by <a href="http://drive2life.ru">Drive2Life.ru</a>
38
  * Turkish (tr_TR) by <a href="http://www.serhatyolacan.com/">Serhat Yolaçan</a>
@@ -73,16 +75,6 @@ Make sure that your theme uses the `wp_head();` function in the HTML head-tag.
73
  I have seen problems where other plugins include their own versions of the jQuery library my plugin uses.
74
  Chances are that the other jQuery library is loaded after the one that I load. If that happens, the colorbox features are overwritten.
75
 
76
- Maybe the images you want jQuery Colorbox to work on are added by a plugin and the images are added after jQuery Colorbox manipulates the HTML when rendering your blog.
77
-
78
- * I have installed and activated (or updated) jQuery Colorbox, but it doesn't show up when I click on a thumbnail in my blog. Is the plugin broken?
79
-
80
- Since version 2.0, jQuery Colorbox' automatic behaviour can be switched on and off in the settings. That way, you can apply the Colorbox functionality manually to single images.
81
-
82
- The default ist OFF.
83
-
84
- New in 3.0: If the plugin is activated, but the auto Colorbox feature is turned off, a warning is displayed.
85
-
86
  * Upon activation of the plugin I see the following error `Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /path/to/jquery-colorbox.php on line XX`
87
 
88
  jQuery Colorbox needs PHP5 to work. You see this error message because you are using PHP4.
@@ -95,7 +87,7 @@ This CSS class is then passed to the colorbox JavaScript.
95
 
96
  * How do I exclude an image from Colorbox in a page or post?
97
 
98
- Add the CSS class "colorbox-off" to the image you want to exclude.
99
  jQuery Colorbox does not add the colorbox effect to images that have the CSS class "colorbox-off".
100
 
101
  * How does jQuery Colorbox group images?
@@ -107,7 +99,11 @@ For all images in a post or page, the same CSS class is added. All images with t
107
  This is a Flash issue, but relatively easy to solve. Just activate the automatic hiding of embedded flash objects on the settings page.
108
 
109
  Adobe described on these sites what the problem is and how to fix it manually:
 
 
110
  <a href="http://kb2.adobe.com/cps/155/tn_15523.html">Adobe Knowledgebase 1</a>
 
 
111
  <a href="http://kb2.adobe.com/cps/142/tn_14201.html">Adobe Knowledgebase 2</a>
112
 
113
  * I have a problem with the Colorbox or want to style it my own way. Can you help?
@@ -165,6 +161,13 @@ Feel free to write an email to blog [at] techotronic.de or open a thread at <a h
165
  I'll include new FAQs in every new version. Promise.
166
 
167
  == Changelog ==
 
 
 
 
 
 
 
168
  = 3.3 (2010-05-05) =
169
  * NEW: Belorussian translation by <a href="http://www.pc.de/">Marcis G.</a>
170
  * NEW: Russian translation by <a href="http://drive2life.ru">Drive2Life.ru</a>
1
  === Plugin Name ===
2
  Contributors: techotronic
3
  Donate link: http://www.techotronic.de/donate/
4
+ Tags: jquery, colorbox, lightbox, images, pictures, photos, gallery, javascript, overlay, nextgen gallery, nextgen-gallery, image, picture, photo, media, slideshow, ngg, mu
5
  Requires at least: 2.8
6
  Tested up to: 3.0
7
+ Stable tag: 3.4
8
 
9
  Adds Colorbox/Lightbox functionality to images, grouped by post or page. Works for WordPress and NextGEN galleries. Comes with different themes.
10
 
30
  * Arabic (ar) by <a href="http://www.photokeens.com">Modar Soos</a>
31
  * Belorussian (be_BY) <a href="http://www.pc.de/">Marcis G.</a>
32
  * Bosnian (bs_BA) by <a href="http://www.vjucon.com/">Vedran Jurincic</a>
33
+ * Dutch (nl_NL) by <a href="http://nl.linkedin.com/pub/richard-laak/b/b21/672">Richard van Laak</a>
34
  * English (en_EN) by <a href="http://www.techotronic.de/">Arne Franken</a>
35
  * French (fr_FR) by <a href="http://www.tolingo.com/">Tolingo Translations</a>
36
  * German (de_DE) by <a href="http://www.techotronic.de/">Arne Franken</a>
37
+ * Malay (ms_MY) by <a href="http://www.inisahaini.com">Saha-ini Ahmad Safian</a>
38
  * Portuguese (pt_BR) by <a href="http://twitter.com/gervasioantonio">Gervásio Antônio</a>
39
  * Russian (ru_RU) by <a href="http://drive2life.ru">Drive2Life.ru</a>
40
  * Turkish (tr_TR) by <a href="http://www.serhatyolacan.com/">Serhat Yolaçan</a>
75
  I have seen problems where other plugins include their own versions of the jQuery library my plugin uses.
76
  Chances are that the other jQuery library is loaded after the one that I load. If that happens, the colorbox features are overwritten.
77
 
 
 
 
 
 
 
 
 
 
 
78
  * Upon activation of the plugin I see the following error `Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /path/to/jquery-colorbox.php on line XX`
79
 
80
  jQuery Colorbox needs PHP5 to work. You see this error message because you are using PHP4.
87
 
88
  * How do I exclude an image from Colorbox in a page or post?
89
 
90
+ Add the CSS class "colorbox-off" to the image or to the link to the big sized image you want to exclude.
91
  jQuery Colorbox does not add the colorbox effect to images that have the CSS class "colorbox-off".
92
 
93
  * How does jQuery Colorbox group images?
99
  This is a Flash issue, but relatively easy to solve. Just activate the automatic hiding of embedded flash objects on the settings page.
100
 
101
  Adobe described on these sites what the problem is and how to fix it manually:
102
+
103
+
104
  <a href="http://kb2.adobe.com/cps/155/tn_15523.html">Adobe Knowledgebase 1</a>
105
+
106
+
107
  <a href="http://kb2.adobe.com/cps/142/tn_14201.html">Adobe Knowledgebase 2</a>
108
 
109
  * I have a problem with the Colorbox or want to style it my own way. Can you help?
161
  I'll include new FAQs in every new version. Promise.
162
 
163
  == Changelog ==
164
+ = 3.4 (2010-05-24) =
165
+ * NEW: Colorbox is not applied to image links that have the class "colorbox-off" any more. Useful for NextGEN users.
166
+ * NEW: Dutch translation by <a href="http://nl.linkedin.com/pub/richard-laak/b/b21/672">Richard van Laak</a>
167
+ * NEW: Malay translation by <a href="http://www.inisahaini.com">Saha-ini Ahmad Safian</a>
168
+ * CHANGE: Added CSS id "colorboxLink" to link in Meta container.
169
+ * CHANGE: <a href="http://www.photokeens.com">Modar Soos</a> updated the Arabic translation
170
+
171
  = 3.3 (2010-05-05) =
172
  * NEW: Belorussian translation by <a href="http://www.pc.de/">Marcis G.</a>
173
  * NEW: Russian translation by <a href="http://drive2life.ru">Drive2Life.ru</a>
super-mario-bros-1985.jpg ADDED
Binary file