jQuery Colorbox - Version 4.4

Version Description

Download this release

Release Info

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

Code changes from version 4.3 to 4.4

Files changed (66) hide show
  1. README.md +346 -0
  2. TODO.txt +1 -1
  3. css/jquery-colorbox-zoom.css +18 -0
  4. images/zoom.png +0 -0
  5. includes/debugger.php +9 -9
  6. includes/donationloader.php +6 -6
  7. includes/jquery-colorbox-backend.php +15 -15
  8. includes/jquery-colorbox-frontend.php +58 -9
  9. includes/settings-page/sp-colorbox-settings.php +9 -9
  10. includes/settings-page/sp-delete-settings.php +1 -1
  11. includes/settings-page/sp-donate-box.php +5 -5
  12. includes/settings-page/sp-donations.php +4 -4
  13. includes/settings-page/sp-plugin-settings.php +37 -10
  14. includes/settings-page/sp-translation.php +1 -1
  15. jquery-colorbox.php +10 -5
  16. js/jquery-colorbox-wrapper-min.js +1 -1
  17. js/jquery-colorbox-wrapper.js +198 -77
  18. localization/jquery-colorbox-ar.mo +0 -0
  19. localization/jquery-colorbox-ar.po +49 -32
  20. localization/jquery-colorbox-be_BY.mo +0 -0
  21. localization/jquery-colorbox-be_BY.po +49 -32
  22. localization/jquery-colorbox-bs_BA.mo +0 -0
  23. localization/jquery-colorbox-bs_BA.po +49 -32
  24. localization/jquery-colorbox-da_DK.mo +0 -0
  25. localization/jquery-colorbox-da_DK.po +49 -32
  26. localization/jquery-colorbox-de_DE.mo +0 -0
  27. localization/jquery-colorbox-de_DE.po +49 -32
  28. localization/jquery-colorbox-en_EN.mo +0 -0
  29. localization/jquery-colorbox-en_EN.po +49 -32
  30. localization/jquery-colorbox-es_ES.mo +0 -0
  31. localization/jquery-colorbox-es_ES.po +49 -32
  32. localization/jquery-colorbox-fi.mo +0 -0
  33. localization/jquery-colorbox-fi.po +49 -32
  34. localization/jquery-colorbox-fr_FR.mo +0 -0
  35. localization/jquery-colorbox-fr_FR.po +49 -32
  36. localization/jquery-colorbox-he_IL.mo +0 -0
  37. localization/jquery-colorbox-he_IL.po +49 -32
  38. localization/jquery-colorbox-it_IT.mo +0 -0
  39. localization/jquery-colorbox-it_IT.po +124 -115
  40. localization/jquery-colorbox-lv.mo +0 -0
  41. localization/jquery-colorbox-lv.po +49 -32
  42. localization/jquery-colorbox-ms_MY.mo +0 -0
  43. localization/jquery-colorbox-ms_MY.po +49 -32
  44. localization/jquery-colorbox-nl_NL.mo +0 -0
  45. localization/jquery-colorbox-nl_NL.po +49 -32
  46. localization/jquery-colorbox-pl_PL.mo +0 -0
  47. localization/jquery-colorbox-pl_PL.po +49 -32
  48. localization/jquery-colorbox-pt_BR.mo +0 -0
  49. localization/jquery-colorbox-pt_BR.po +49 -32
  50. localization/jquery-colorbox-ro_RO.mo +0 -0
  51. localization/jquery-colorbox-ro_RO.po +49 -32
  52. localization/jquery-colorbox-ru_RU.mo +0 -0
  53. localization/jquery-colorbox-ru_RU.po +49 -32
  54. localization/jquery-colorbox-sk_SK.mo +0 -0
  55. localization/jquery-colorbox-sk_SK.po +49 -32
  56. localization/jquery-colorbox-sv_SE.mo +0 -0
  57. localization/jquery-colorbox-sv_SE.po +49 -32
  58. localization/jquery-colorbox-tr_TR.mo +0 -0
  59. localization/jquery-colorbox-tr_TR.po +49 -32
  60. localization/jquery-colorbox-uk.mo +0 -0
  61. localization/jquery-colorbox-uk.po +49 -32
  62. localization/jquery-colorbox-vn_VN.mo +0 -0
  63. localization/jquery-colorbox-vn_VN.po +49 -32
  64. localization/jquery-colorbox-zh_CN.mo +0 -0
  65. localization/jquery-colorbox-zh_CN.po +49 -32
  66. readme.txt +177 -208
README.md ADDED
@@ -0,0 +1,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.4
7
+ Stable tag: 4.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
+
11
+ ## Description ##
12
+
13
+ A Colorbox/Lightbox plugin for Wordpress.
14
+
15
+ jQuery Colorbox features 11 themes from which you can choose. See [my website](http://www.techotronic.de/plugins/jquery-colorbox/theme-screenshots/).
16
+ Works out-of-the-box with WordPress Galleries and [NextGEN Gallery](http://wordpress.org/extend/plugins/nextgen-gallery/)! (choose no effect in NextGEN settings)
17
+
18
+ When adding an image to a post or page, usually a thumbnail is inserted and linked to the image in original size.
19
+ All images in posts and pages can be displayed in a Lightbox/colorbox when the thumbnail is clicked.
20
+ Images are grouped as galleries when linked in the same post or page. Groups can be displayed in a slideshow within the Lightbox/colorbox.
21
+
22
+ Individual images can be excluded by adding a special CSS class.
23
+
24
+ jQuery Colorbox can also open linked content (external as well as inline) in a Lightbox/Colorbox.
25
+
26
+ Go to the [plugin page](http://www.techotronic.de/plugins/jquery-colorbox/) for demo pages.
27
+
28
+ For more information visit the [FAQ](http://wordpress.org/extend/plugins/jquery-colorbox/faq/).
29
+ If you have questions or problems, feel free to write an entry at [the jQuery Colorbox WordPress.org forum](http://wordpress.org/tags/jquery-colorbox?forum_id=10)
30
+
31
+ **Localization**
32
+
33
+ * Arabic (`ar`) by [Modar Soos](http://www.photokeens.com)
34
+ * Belorussian (`be_BY`) Marcis G.
35
+ * Bosnian (`bs_BA`) by Vedran Jurincic
36
+ * Simplified Chinese (`zh_CN`) by [Lucas Ho](http://tech.yiandya.com/)
37
+ * Danish (`da_DK`) by Michael Bering Petersen
38
+ * Dutch (`nl_NL`) by [Richard van Laak](http://nl.linkedin.com/pub/richard-laak/b/b21/672)
39
+ * English (`en_EN`) by [Arne Franken](http://www.techotronic.de/)
40
+ * Finnish (`fi`) by [Lauri Merisaari](http://www.merisaari.com/)
41
+ * French (`fr_FR`) by [Pierre Sudarovich](http://www.monblogamoua.fr/)
42
+ * German (`de_DE`) by [Arne Franken](http://www.techotronic.de/)
43
+ * Hebrew (`he_IL`) by [Tommy Gordon](http://www.TommyGordon.co.il)
44
+ * Italian (`it_IT`) by Erkinson
45
+ * Latvian (`lv`) by Uldis Jansons
46
+ * Malay (`ms_MY`) by [Saha-ini Ahmad Safian](http://www.inisahaini.com)
47
+ * Polish (`pl_PL`) by Kornel Łysikowski
48
+ * Portuguese (`pt_BR`) by [Gervásio Antônio](http://twitter.com/gervasioantonio)
49
+ * Romanian (`ro_RO`) by Luke Tyler
50
+ * Russian (`ru_RU`) by Arkadiy Florinskiy
51
+ * Slovak (`sk_SK`) by Stefan Stieranka
52
+ * Spanish (`es_ES`) by Inma P.-Zubizarreta
53
+ * Swedish (`sv_SE`) by [Christian](http://www.theindiaexperience.se/)
54
+ * Turkish (`tr_TR`) by [Serhat Yolaçan](http://www.serhatyolacan.com/)
55
+ * Ukrainian (`uk`) by Jurko Chervony
56
+ * Vietnamese (`vn_VN`) by Techfacts
57
+
58
+ Is your native language missing?
59
+ Translating the plugin is easy if you understand english and are fluent in another language.
60
+ I described in the [FAQ](http://wordpress.org/extend/plugins/jquery-colorbox/faq/) how the translation works.
61
+
62
+ **Credits**
63
+ Includes [ColorBox](http://jacklmoore.com/colorbox/) 1.3.19 jQuery plugin from Jack Moore.
64
+ The picture I used for the screenshots was designed by [Davide Vicariotto](http://wallpapers.vintage.it/)
65
+
66
+ ## Installation ##
67
+
68
+ ###Upgrading From A Previous Version###
69
+
70
+ To upgrade from a previous version of this plugin, use the built in update feature of WordPress or copy the files on top of the current installation.
71
+
72
+ ###Installing The Plugin###
73
+
74
+ Either use the built in plugin installation feature of WordPress, or extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to `/wp-content/plugins/`.
75
+ Then just visit your admin area and activate the plugin.
76
+ That's it!
77
+
78
+ ###Configuring The Plugin###
79
+
80
+ Go to the settings page and choose one of the themes bundled with the plugin and other settings.
81
+ Do not forget to activate auto Colorbox if you want the Lightbox/Colorbox to work for all images.
82
+
83
+ **See Also:** ["Installing Plugins" article on the WP Codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins)
84
+
85
+ ## Screenshots ##
86
+
87
+ [Please visit my site for screenshots](http://www.techotronic.de/plugins/jquery-colorbox/theme-screenshots/).
88
+
89
+ ## Frequently Asked Questions ##
90
+ * I installed your plugin, but when I click on a thumbnail, the original picture is loaded directly instead of in the Colorbox. What could be the problem?
91
+ Make sure that your theme uses the `wp_head();` function in the HTML head-tag.
92
+ I have seen problems where other plugins include their own versions of the jQuery library my plugin uses.
93
+ Chances are that the other jQuery library is loaded after the one that I load. If that happens, the colorbox features are overwritten.
94
+
95
+ * How does jQuery Colorbox work?
96
+ When inserting a picture, the field "Link URL" needs to contain the link to the full-sized image. (press the button "Link to Image" below the field)
97
+ When rendering the blog, a special CSS class (`colorbox-postId`, e.g. `colorbox-123`) is added to linked images.
98
+ This CSS class is then passed to the colorbox JavaScript.
99
+
100
+ * How do I exclude an image from Colorbox in a page or post?
101
+ Add the CSS class `colorbox-off` to the image or to the link to the big sized image you want to exclude.
102
+ jQuery Colorbox does not add the colorbox effect to images that have the CSS class `colorbox-off`.
103
+
104
+ * How does jQuery Colorbox group images?
105
+ For all images in a post or page, the same CSS class is added. All images with the same CSS class are grouped.
106
+
107
+ * I have Flash (e.g. Youtube videos) embedded on my website. Why do they show up over the layer when I click on an image?
108
+ This is a Flash issue, but relatively easy to solve. Just activate the automatic hiding of embedded flash objects on the settings page.
109
+ Adobe described on these sites what the problem is and how to fix it manually:
110
+ [Adobe Knowledgebase 1](http://kb2.adobe.com/cps/155/tn_15523.html)
111
+ [Adobe Knowledgebase 2](http://kb2.adobe.com/cps/142/tn_14201.html)
112
+
113
+ * I have a problem with the Colorbox or want to style it my own way. Can you help?
114
+ Of course I want to help everyone, but I have a full time job and I don't have the time. You can ask your questions at the [Colorbox Google group](http://groups.google.com/group/colorbox/topics").
115
+
116
+ * Why is jQuery Colorbox not available in my language?
117
+ I speak German and English fluently, but unfortunately no other language well enough to do a translation.
118
+ Would you like to help? Translating the plugin is easy if you understand English and are fluent in another language.
119
+
120
+ * How do I translate jQuery Colorbox?
121
+ Take a look at the WordPress site and identify [your language code](http://codex.wordpress.org/WordPress_in_Your_Language):
122
+ e.g. the language code for German is `de_DE`.
123
+
124
+ 1. download [POEdit](http://www.poedit.net/)
125
+ 2. download jQuery Colorbox (from your FTP server or from [WordPress.org](http://wordpress.org/extend/plugins/jquery-colorbox/))
126
+ 3. copy the file `localization/jquery-colorbox-en_EN.po` and rename it. (in this case `jquery-colorbox-de_DE.po`)
127
+ 4. open the file with POEdit.
128
+ 5. translate all strings. Things like `{total}` or `%1$s` mean that a value will be inserted later.
129
+ 6. The string that says "English translation by Arne ...", this is where you put your name, website (or email) and your language in. ;-)
130
+ 7. (optional) Go to POEdit -> Catalog -> Settings and enter your name, email, language code etc
131
+ 8. Save the file. Now you will see two files, `jquery-colorbox-de_DE.po` and `jquery-colorbox-de_DE.mo`.
132
+ 9. Upload your files to your FTP server into the jQuery Colorbox directory (usually `/wp-content/plugins/jquery-colorbox/`)
133
+ 10. When you are sure that all translations are working correctly, send the po-file to me and I will put it into the next jQuery Colorbox version.
134
+
135
+
136
+ * My question isn't answered here. What do I do now?
137
+ Feel free to open a thread at [the jQuery Colorbox WordPress.org forum](http://wordpress.org/tags/jquery-colorbox?forum_id=10).
138
+ I'll include new FAQs in newer versions.
139
+
140
+ ## Changelog ##
141
+ ### 4.4 (2012-07-16) ###
142
+ * NEW: A Zoom overlay can be added to images automatically
143
+ * NEW: Added option to load all JavaScript in the footer
144
+ * NEW: Added option to use jQuery library from Google instead of the one that comes with WordPress
145
+ * CHANGE: successfully tested with WordPress 3.4
146
+ * CHANGE: links can now be grouped by adding CSS class "colorbox-link-NUMBER"
147
+ * CHANGE: Marco Chiesi updated the italian translation
148
+ * CHANGE: switch declaration of 'NAME' and 'TEXTDOMAIN'
149
+
150
+ ### 4.3 (2012-03-12) ###
151
+ * NEW: Romanian translation by Luke Tyler
152
+ * CHANGE: Ukrainian translation updated by Jurko Chervony
153
+ * CHANGE: update to Colorbox 1.3.19
154
+ * CHANGE: gracefully add CSS style `colorbox-link` to TinyMCE style dropdown
155
+ * CHANGE: use `plugins_url` to make links HTTPS aware
156
+ * CHANGE: increase z-index of Colorbox and overlay to 99999 since Twentyeleven has a Header z-index of 9999
157
+ * CHANGE: removing meta tag from header since it's not HTML5 compatible
158
+ * CHANGE: pulled all links to company sites of translators on request by WordPress staff
159
+ * CHANGE: successfully tested with WordPress 3.3
160
+ * CHANGE: Plugin name now translatable
161
+ * CHANGE: Defaults are now used if JavaScript options can't be set because of JavaScript minimizers
162
+
163
+ ### 4.2 (2011-10-16) ###
164
+ * NEW: Danish translation by Michael Bering Petersen
165
+ * NEW: Vietnamese translation by Techfacts
166
+ * NEW: added option to remove the link to the developers site from the WordPress meta-box.
167
+ * BUGFIX: "Automate Colorbox for all other images" now again works as intended. (functionality broke in 4.1)
168
+ * BUGFIX: fixes "Undefined index: colorboxAddClassToLinks" error
169
+ * BUGFIX: got rid of PHP's XML-RPC methods, also plugin checks now before calling XML-related methods.
170
+ * CHANGE: Updated Colorbox version to 1.3.18
171
+
172
+ ### 4.1 (2011-06-25) ###
173
+ * NEW: Plugin is compatible to WordPress 3.2
174
+ * NEW: Polish translation by Kornel Łysikowski
175
+ * NEW: Finnish translation by Lauri Merisaari
176
+ * NEW: Simplified Chinese translation by Lucas Ho
177
+ * BUGFIX: Plugin will only select links with class `colorbox-link`, no other HTML tags.
178
+ * BUGFIX: JavaScript will work with jQuery 1.6 now
179
+ * BUGFIX: loading inline content does not trigger loading an iframe any more.
180
+ * BUGFIX: regex for IMG tag works correctly now.
181
+ * CHANGE: Update of Colorbox library to version 1.3.17.1
182
+ * CHANGE: JavaScript now ignores links that do not have the optional "href" attribute.
183
+ * CHANGE: Links from images to non-images are now opened in a Colorbox.
184
+ * CHANGE: Moved bulk of JavaScript from inline to file, consolidated files
185
+ * CHANGE: Additional option for adding colorbox class to images outside of posts and pages.
186
+ * CHANGE: Major refactoring, hopefully speeds up frontend and backend rendering
187
+ * CHANGE: Render Meta-Tag with plugin version into blog header instead of comments
188
+ * CHANGE: French translation updated by Pierre Sudarovich
189
+
190
+ ### 4.0 (2011-04-16) ###
191
+ * CHANGE: Restructured settings page
192
+ * CHANGE: Plugin again compatible to PHP4.
193
+ * CHANGE: Update of Colorbox library to version 1.3.16
194
+ * CHANGE: jQuery calls won't break other JavaScript libraries like Prototype or Scriptaculous any more
195
+ * NEW: Set width and height for Colorbox links once separate from the Colorbox setting for images
196
+ * NEW: Inline HTML content can now be loaded in the Colorbox.
197
+ * NEW: Latvian translation by Uldis Jansons
198
+ * CHANGE: Modar Soos updated the Arabic translation
199
+ * CHANGE: Joao Netto updated the Portuguese translation
200
+ * CHANGE: Arkadiy Florinskiy updated the Russian translation
201
+ * CHANGE: Made plugin compatible to the "smugmug" plugin.
202
+ * CHANGE: Moved Colorbox CSS class add to style dropdown of TinyMCE
203
+
204
+ ### 3.8.3 (2010-12-24) ###
205
+ * NEW: Spanish translation by Inma P.-Zubizarreta
206
+ * BUGFIX: re-added the option to hide flash objects behind the colorbox overlay.
207
+
208
+ ### 3.8.2 (2010-12-21) ###
209
+ * BUGFIX: Last bugfix broke minor functionality.
210
+
211
+ ### 3.8.1 (2010-12-21) ###
212
+ * BUGFIX: Last bugfix broke the plugin, settings are now correctly read again.
213
+
214
+ ### 3.8 (2010-12-21) ###
215
+ * BUGFIX: Theme change is now saved again.
216
+
217
+ ### 3.7 (2010-12-21) ###
218
+ * NEW: Experimental feature: jQuery Colorbox can now open external websites/pictures if the link has the class "colorbox-link" and a width/height for the colorbox is set.
219
+ * BUGFIX: Plugin now works if `WP_DEBUG` is set to "true". Thx to Roy Iversen for the bug report!
220
+ * CHANGE: rewrote auto-add JavaScript. Thx to jrevillini for the help!
221
+ * NEW: Slovak translation by Stefan Stieranka
222
+ * NEW: Swedish translation by Christian
223
+ * CHANGE: Update of Colorbox library to version 1.3.15
224
+ * CHANGE: performance improvement: colorbox-class is only automatically added only to images that do not already have a colorbox-class.
225
+
226
+ ### 3.6 (2010-09-12) ###
227
+ * CHANGE: Update of Colorbox library to version 1.3.9 which fixes lots of bugs. Most notably the "0 by 0" bug in Chrome.
228
+
229
+ ### 3.5 (2010-06-16) ###
230
+ * NEW: Ukrainian translation by Yuri Kryzhanivskyi
231
+ * NEW: Italian translation by Erkinson
232
+ * NEW: Hebrew translation by Tommy Gordon
233
+ * BUGFIX: URLs are now generated correctly for WP-MU installations
234
+ * NEW: Added latest donations and top donations to settings page
235
+
236
+ ### 3.4 (2010-05-24) ###
237
+ * NEW: Colorbox is not applied to image links that have the class `colorbox-off` any more. Useful for NextGEN users.
238
+ * NEW: Dutch translation by Richard van Laak
239
+ * NEW: Malay translation by Saha-ini Ahmad Safian
240
+ * CHANGE: Added CSS id "colorboxLink" to link in Meta container.
241
+ * CHANGE: Modar Soos updated the Arabic translation
242
+
243
+ ### 3.3 (2010-05-05) ###
244
+ * NEW: Belorussian translation by Marcis G.
245
+ * NEW: Russian translation by Arkadiy Florinskiy
246
+ * BUGFIX: Screenshot for Theme#10 is now displayed correctly.
247
+ * NEW: Added Theme#11, a modified version of Theme#1.
248
+ * BUGFIX: Theme#7,9 and 11 will work in Internet Explorer 6 now.
249
+ * CHANGE: Minified CSS and JavaScript
250
+ * NEW: registered link to plugin page in WordPress Meta widget
251
+
252
+ ### 3.2 (2010-04-20) ###
253
+ * NEW: Added theme#10, thx to Serhat Yolaçan for all the hard work! (CSS3 rounded edges, IE does not support that)
254
+ * CHANGE: jQuery Colorbox plugin now adds necessary CSS class to all embedded images.
255
+ * CHANGE: jQuery Colorbox plugin is now compatible to NextGEN Gallery
256
+ * CHANGE: Vedran Jurincic updated the bosnian translation
257
+ * NEW: Arabic translation by Modar Soos
258
+
259
+ ### 3.1 (2010-04-10) ###
260
+ * BUGFIX: Automatic hiding of embedded flash objects under Colorbox layer now works in Internet Explorer.
261
+ * NEW: Added theme#9, a modified version of theme#4.
262
+ * NEW: French translation by Tolingo Translations
263
+ * NEW: If auto colorbox is switched on, plugin now adds Colorbox functionality to every image regardless of position
264
+ * CHANGE: Serhat Yolaçan updated the turkish translation.
265
+
266
+ ### 3.0.1 (2010-03-31) ###
267
+ * BUGFIX: Settings are NOW REALLY not overridden any more every time the plugin gets activated.
268
+
269
+ ### 3.0 (2010-03-31) ###
270
+ * NEW: Decided to move from 2.0.1 to 3.0 because I implemented many new features
271
+ * BUGFIX: Slideshow speed setting works now.
272
+ * BUGFIX: Settings are not overridden any more every time the plugin gets activated.
273
+ * BUGFIX: jQuery Colorbox now works again for links with uppercase suffixes (IMG,JPG etc) thx to Jason Stapels for the bug report and fix!
274
+ * NEW: Added theme#6, a modified version of theme#1. (not compatible with IE6) thx to Gervásio Antônio for all the hard work!
275
+ * NEW: Added theme#7, a modified version of theme#1. thx to Vedran Jurincic for the feature request!
276
+ * NEW: Added theme#8, a modified version of theme#6.
277
+ * NEW: Added screenshots of all themes, screenshot of selected theme is shown in admin menu
278
+ * NEW: Added warning if the plugin is activated but not set to work for all images on the blog. Warning can be turned off on the settings page.
279
+ * NEW: Added setting for automatic hiding of embedded flash objects under Colorbox layer. Default: false
280
+ * NEW: Added switch for preloading of "previous" and "next" images. Default: false
281
+ * NEW: Added switch for closing of Colorbox on click on opacity layer. Default: false
282
+ * NEW: Added setting for transition type. Default: elastic
283
+ * NEW: Added setting for transition speed. Default: 250 milliseconds
284
+ * NEW: Added setting for overlay opacity. Default: 0.85
285
+ * CHANGE: Fixed fonts in Colorbox to Arial 12px
286
+ * NEW: Turkish translation by Serhat Yolaçan
287
+ * NEW: Portuguese translation by Gervásio Antônio
288
+ * NEW: Bosnian translation by Vedran Jurincic
289
+ * NEW: Plugin should be WPMU compatible now. Haven't tested myself, though. Would appreciate any feedback.
290
+ * NEW: Successfully tested jQuery Colorbox with jQuery 1.4.2
291
+ * CHANGE: Fixed "slideshow" offset from right hand side in the Colorbox of theme#4
292
+
293
+ ### 2.0.1 (2010-02-11) ###
294
+ * BUGFIX: slideshow does not start automatically any more if the setting is not checked on the settings page.
295
+
296
+ ### 2.0 (2010-02-11) ###
297
+ * NEW: Decided to move from 1.3.3 to 2.0 because I implemented many new features.
298
+ * BUGFIX: fixed relative paths for theme1 and theme4 by adding the CSS for the Internet Explorer workaround directly into the page. Thx to Andrew Radke for the suggestion!
299
+ * NEW: switch adding of `colorbox-postId` classes to images in posts and pages on and off through setting. Default: off.
300
+ * NEW: now works for images outside of posts (e.g. sidebar or header) if CSS class `colorbox-manual` is added manually
301
+ * NEW: jQuery Colorbox now working for WordPress attachment pages
302
+ * NEW: Added switch that adds slideshow functionality to all Colorbox groups. (no way to add slideshows individually yet)
303
+ * NEW: Added switch that adds automatic start to slideshows (no way to add slideshows individually yet)
304
+ * NEW: Added configuration of slideshow speed
305
+ * NEW: Added switch that allows the user to decide whether Colorbox scales images
306
+ * NEW: Added demos of the plugin on the [plugin page](http://www.techotronic.de/plugins/jquery-colorbox/)
307
+ * NEW: Added configuration for adding colorbox class only to WordPress galleries
308
+ * NEW: Automatically resets settings if settings of a version prior to 1.4 are found upon activation
309
+ * NEW: width and height can now be configured as percent relative to browser window size or in pixels (default is percent)
310
+ * CHANGE: jQuery Colorbox is now only working on Image links (of type jpeg, jpg, gif, png, bmp)
311
+ * CHANGE: Improved translation. Thx to Fabian Wolf for the help!
312
+ * CHANGE: updated the FAQ
313
+ * CHANGE: Updated readme.
314
+ * CHANGE: Updated descriptions and translations
315
+
316
+ ### 1.3.3 (2010-01-21) ###
317
+ * BUGFIX: fixed settings page, options can be saved now
318
+ * NEW: added settings deletion on uninstall and "delete settings from database" functionality to settings page
319
+ * CHANGE: moved adding of CSS class priority lower, hopefully now the CSS class is added to pictures after other plugins update the HTML
320
+ * CHANGE: updated the FAQ
321
+
322
+ ### 1.3.2 (2010-01-19) ###
323
+ * CHANGE: moved back to regexp replacement and implemented a workaround in the JavaScript to still allow images to be excluded by adding the class `colorbox-off`
324
+
325
+ ### 1.3.1 (2010-01-18) ###
326
+ * CHANGE: changed include calls for Colorbox JavaScript and CSS to version 1.3.6
327
+ * CHANGE: optimized modification of `the_content`
328
+
329
+ ### 1.3 ###
330
+ * NEW: jQuery-Colorbox won't add Colorbox functionality to images that have the CSS class `colorbox-off`
331
+ * CHANGE: Updated Colorbox version to 1.3.6
332
+ * CHANGE: should be compatible to jQuery 1.4, still using 1.3.2 at the moment because it is bundled in WordPress 2.9.1
333
+ * CHANGE: changed the way that the Colorbox CSS class is added to images to be more reliable
334
+ * CHANGE: changed layout of settings page
335
+ * CHANGE: updated the FAQ
336
+
337
+ ### 1.2 ###
338
+ * BUGFIX: fixes bug where colorbox was not working if linked images were used (by the theme) outside of blog posts and pages.
339
+ * NEW: adds configuration for Colorbox and picture resizing
340
+
341
+ ### 1.1 ###
342
+ * BUGFIX: fixes critical bug which would break rendering the blog. Sorry, was not aware that the plugin would be listed before I tagged the files as 1.0 in subversion...
343
+
344
+ ### 1.0 ###
345
+ * NEW: Initial release.
346
+ * NEW: Added Colorbox version 1.3.5
TODO.txt CHANGED
@@ -46,7 +46,7 @@ Feature 14
46
  http://wordpress.org/support/topic/plugin-jquery-colorbox-caption-exceeds-space?replies=1
47
 
48
  Feature 13
49
- - add colorbox 1.3.17.1 property "fixed"
50
 
51
  Feature 12
52
  - add option to switch colorbox off for whole posts and pages
46
  http://wordpress.org/support/topic/plugin-jquery-colorbox-caption-exceeds-space?replies=1
47
 
48
  Feature 13
49
+ - add colorbox 1.3.17.1 "positioning" properties
50
 
51
  Feature 12
52
  - add option to switch colorbox off for whole posts and pages
css/jquery-colorbox-zoom.css ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * This file contains CSS classes used for the zoom overlay on images.
3
+ */
4
+
5
+ div.zoomHover {
6
+ height: 100%;
7
+ left: 0;
8
+ position: absolute;
9
+ top: 0;
10
+ width: 100%;
11
+ z-index: 9;
12
+ background: url("../images/zoom.png") no-repeat scroll 50% 50% transparent;
13
+ }
14
+
15
+ a.zoomLink {
16
+ position: relative;
17
+ display: inline-block;
18
+ }
images/zoom.png ADDED
Binary file
includes/debugger.php CHANGED
@@ -44,8 +44,8 @@ class JQueryColorboxDebugger {
44
  * @author Arne Franken
45
  * @access public
46
  *
47
- * @param $variable the variable
48
- * @param $title
49
  *
50
  * @return void
51
  */
@@ -63,8 +63,8 @@ class JQueryColorboxDebugger {
63
  *
64
  * @access private
65
  *
66
- * @param $var the variable
67
- * @param String $info display as a title
68
  *
69
  * @return void
70
  */
@@ -96,10 +96,10 @@ class JQueryColorboxDebugger {
96
  *
97
  * @access private
98
  *
99
- * @param $var
100
- * @param null $var_name
101
- * @param null $indent
102
- * @param null $reference
103
  *
104
  * @return void
105
  */
@@ -161,5 +161,5 @@ class JQueryColorboxDebugger {
161
 
162
  }
163
 
164
- // Debugger()
165
  ?>
44
  * @author Arne Franken
45
  * @access public
46
  *
47
+ * @param object $variable the variable
48
+ * @param string $title
49
  *
50
  * @return void
51
  */
63
  *
64
  * @access private
65
  *
66
+ * @param object $var the variable
67
+ * @param Boolean $info display as a title
68
  *
69
  * @return void
70
  */
96
  *
97
  * @access private
98
  *
99
+ * @param object $var
100
+ * @param string $var_name
101
+ * @param string $indent
102
+ * @param string $reference
103
  *
104
  * @return void
105
  */
161
 
162
  }
163
 
164
+ // JQueryColorboxDebugger()
165
  ?>
includes/donationloader.php CHANGED
@@ -40,7 +40,7 @@ class JQueryColorboxDonationLoader {
40
  add_action( 'wp_ajax_load-JQueryColorboxLatestDonations', array($this, 'getJQueryColorboxLatestDonations') );
41
  }
42
 
43
- // DonationLoader()
44
 
45
  /**
46
  * XML RPC Test, not used
@@ -72,7 +72,7 @@ class JQueryColorboxDonationLoader {
72
  $this->getAndReturnDonations('manageDonations.getTopDonations','top');
73
  }
74
 
75
- // getTopDonations()
76
 
77
  /**
78
  * Get latest donations
@@ -88,7 +88,7 @@ class JQueryColorboxDonationLoader {
88
  $this->getAndReturnDonations('manageDonations.getLatestDonations','latest');
89
  }
90
 
91
- // getLatestDonations()
92
 
93
  /**
94
  * Build JavaScript array for loading donations.
@@ -123,8 +123,8 @@ class JQueryColorboxDonationLoader {
123
  * @access private
124
  * @author Arne Franken
125
  *
126
- * @param String $remoteProcedureCall RPC method name
127
- * @param String $identifier cache-identifier for the request
128
  *
129
  * @return void
130
  */
@@ -161,7 +161,7 @@ class JQueryColorboxDonationLoader {
161
  exit;
162
  }
163
 
164
- // getDonations()
165
  }
166
 
167
  // DonationLoader()
40
  add_action( 'wp_ajax_load-JQueryColorboxLatestDonations', array($this, 'getJQueryColorboxLatestDonations') );
41
  }
42
 
43
+ // JQueryColorboxDonationLoader()
44
 
45
  /**
46
  * XML RPC Test, not used
72
  $this->getAndReturnDonations('manageDonations.getTopDonations','top');
73
  }
74
 
75
+ // getJQueryColorboxTopDonations()
76
 
77
  /**
78
  * Get latest donations
88
  $this->getAndReturnDonations('manageDonations.getLatestDonations','latest');
89
  }
90
 
91
+ // getJQueryColorboxLatestDonations()
92
 
93
  /**
94
  * Build JavaScript array for loading donations.
123
  * @access private
124
  * @author Arne Franken
125
  *
126
+ * @param string $remoteProcedureCall RPC method name
127
+ * @param string $identifier cache-identifier for the request
128
  *
129
  * @return void
130
  */
161
  exit;
162
  }
163
 
164
+ // getAndReturnDonations()
165
  }
166
 
167
  // DonationLoader()
includes/jquery-colorbox-backend.php CHANGED
@@ -18,11 +18,11 @@ class JQueryColorboxBackend {
18
  * @access static
19
  * @author Arne Franken
20
  *
21
- * @param array $colorboxSettings user settings
22
- * @param array $colorboxThemes plugin themes
23
- * @param array $colorboxUnits plugin units
24
- * @param array $colorboxTransitions plugin transitions
25
- * @param array $colorboxDefaultSettings default settings
26
  */
27
  //public static function JQueryColorboxBackend( $colorboxSettings, $colorboxThemes, $colorboxUnits, $colorboxTransitions, $colorboxDefaultSettings ) {
28
  function JQueryColorboxBackend($colorboxSettings, $colorboxThemes, $colorboxUnits, $colorboxTransitions, $colorboxDefaultSettings) {
@@ -125,8 +125,8 @@ class JQueryColorboxBackend {
125
  * @access public
126
  * @author Arne Franken
127
  *
128
- * @param array $action_links original links
129
- * @return array $action_links with link to settings page
130
  */
131
  //public function addPluginActionLinks($action_links) {
132
  function addPluginActionLinks($action_links) {
@@ -201,15 +201,15 @@ class JQueryColorboxBackend {
201
  * @access public
202
  * @author Arne Franken
203
  *
204
- * @param array $initialArray
205
- * @return array $modifiedArray
206
  */
207
  //public function addColorboxLinkClass($defaultCss) {
208
- function addColorboxLinkClass($initialArray) {
209
- $modifiedArray = $initialArray;
210
 
211
- $modifiedArray .= ','.JQUERYCOLORBOX_PLUGIN_URL.'/css/jquery-colorbox.css';
212
- return $modifiedArray;
213
  }
214
 
215
  // addColorboxLinkClasses()
@@ -221,8 +221,8 @@ class JQueryColorboxBackend {
221
  * @access public
222
  * @author Arne Franken
223
  *
224
- * @param array $array
225
- * @return array modified array
226
  */
227
  //public function addStyleSelectorBox($array) {
228
  function addStyleSelectorBox($array) {
18
  * @access static
19
  * @author Arne Franken
20
  *
21
+ * @param string[] $colorboxSettings user settings
22
+ * @param string[] $colorboxThemes plugin themes
23
+ * @param string[] $colorboxUnits plugin units
24
+ * @param string[] $colorboxTransitions plugin transitions
25
+ * @param string[] $colorboxDefaultSettings default settings
26
  */
27
  //public static function JQueryColorboxBackend( $colorboxSettings, $colorboxThemes, $colorboxUnits, $colorboxTransitions, $colorboxDefaultSettings ) {
28
  function JQueryColorboxBackend($colorboxSettings, $colorboxThemes, $colorboxUnits, $colorboxTransitions, $colorboxDefaultSettings) {
125
  * @access public
126
  * @author Arne Franken
127
  *
128
+ * @param string[] $action_links original links
129
+ * @return string[] with link to settings page
130
  */
131
  //public function addPluginActionLinks($action_links) {
132
  function addPluginActionLinks($action_links) {
201
  * @access public
202
  * @author Arne Franken
203
  *
204
+ * @param string $initialCssFiles
205
+ * @return string
206
  */
207
  //public function addColorboxLinkClass($defaultCss) {
208
+ function addColorboxLinkClass($initialCssFiles) {
209
+ $modifiedCssFiles = $initialCssFiles;
210
 
211
+ $modifiedCssFiles .= ','.JQUERYCOLORBOX_PLUGIN_URL.'/css/jquery-colorbox.css';
212
+ return $modifiedCssFiles;
213
  }
214
 
215
  // addColorboxLinkClasses()
221
  * @access public
222
  * @author Arne Franken
223
  *
224
+ * @param string[] $array
225
+ * @return string[] modified array
226
  */
227
  //public function addStyleSelectorBox($array) {
228
  function addStyleSelectorBox($array) {
includes/jquery-colorbox-frontend.php CHANGED
@@ -18,7 +18,7 @@ class JQueryColorboxFrontend {
18
  * @access static
19
  * @author Arne Franken
20
  *
21
- * @param array $colorboxSettings user settings
22
  */
23
  //public static function JQueryColorboxFrontend($colorboxSettings) {
24
  function JQueryColorboxFrontend($colorboxSettings) {
@@ -41,10 +41,9 @@ class JQueryColorboxFrontend {
41
  }
42
 
43
  // enqueue JavaScript and CSS files in WordPress
44
- wp_enqueue_script('jquery');
45
- wp_register_style('colorbox-' . $this->colorboxSettings['colorboxTheme'], JQUERYCOLORBOX_PLUGIN_URL . '/' . 'themes/' . $this->colorboxSettings['colorboxTheme'] . '/colorbox.css', array(), JQUERYCOLORBOX_VERSION, 'screen');
46
- wp_enqueue_style('colorbox-' . $this->colorboxSettings['colorboxTheme']);
47
 
 
48
  $this->addColorboxJS();
49
  $this->addColorboxWrapperJS();
50
  $this->addColorboxProperties();
@@ -83,8 +82,8 @@ class JQueryColorboxFrontend {
83
  * @access public
84
  * @author Arne Franken
85
  *
86
- * @param XML $content post or page content
87
- * @return XML replaced content or excerpt
88
  */
89
  //public function addColorboxGroupIdToImages($content) {
90
  function addColorboxGroupIdToImages($content) {
@@ -94,7 +93,7 @@ class JQueryColorboxFrontend {
94
  $imgPattern = "/<img([^\>]*?)>/i";
95
  if (preg_match_all($imgPattern, $content, $imgTags)) {
96
  foreach ($imgTags[0] as $imgTag) {
97
- // only work on imgTags that do not already contain the String "colorbox-"
98
  if (!preg_match('/colorbox-/i', $imgTag)) {
99
  if (!preg_match('/class=/i', $imgTag)) {
100
  // imgTag does not contain class-attribute
@@ -126,8 +125,8 @@ class JQueryColorboxFrontend {
126
  * @access public
127
  * @author Arne Franken
128
  *
129
- * @param $attribute class attribute of the attachment link
130
- * @return replaced attributes
131
  */
132
  //public function wpPostThumbnailClassFilter($attribute) {
133
  function wpPostThumbnailClassFilter($attribute) {
@@ -151,6 +150,7 @@ class JQueryColorboxFrontend {
151
  * declare variables that are used in more than one function
152
  */
153
  $colorboxPropertyArray = array(
 
154
  'colorboxInline' => 'false',
155
  'colorboxIframe' => 'false',
156
  'colorboxGroupId' => '',
@@ -199,6 +199,8 @@ class JQueryColorboxFrontend {
199
  'autoHideFlash' => $this->colorboxSettings['autoHideFlash'],
200
  'autoColorbox' => $this->colorboxSettings['autoColorbox'],
201
  'autoColorboxGalleries' => $this->colorboxSettings['autoColorboxGalleries'],
 
 
202
  'colorboxAddClassToLinks' => $this->colorboxSettings['colorboxAddClassToLinks']
203
  );
204
  wp_localize_script('colorbox', 'jQueryColorboxSettingsArray', $colorboxPropertyArray);
@@ -245,6 +247,53 @@ class JQueryColorboxFrontend {
245
  }
246
 
247
  // addColorboxJS()
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
248
  }
249
 
250
  // class JQueryColorboxFrontend()
18
  * @access static
19
  * @author Arne Franken
20
  *
21
+ * @param string[] $colorboxSettings user settings
22
  */
23
  //public static function JQueryColorboxFrontend($colorboxSettings) {
24
  function JQueryColorboxFrontend($colorboxSettings) {
41
  }
42
 
43
  // enqueue JavaScript and CSS files in WordPress
44
+ add_action('init', array(& $this, 'addJQueryJS'), 100);
 
 
45
 
46
+ $this->addColorboxCSS();
47
  $this->addColorboxJS();
48
  $this->addColorboxWrapperJS();
49
  $this->addColorboxProperties();
82
  * @access public
83
  * @author Arne Franken
84
  *
85
+ * @param string $content post or page content
86
+ * @return string replaced content or excerpt
87
  */
88
  //public function addColorboxGroupIdToImages($content) {
89
  function addColorboxGroupIdToImages($content) {
93
  $imgPattern = "/<img([^\>]*?)>/i";
94
  if (preg_match_all($imgPattern, $content, $imgTags)) {
95
  foreach ($imgTags[0] as $imgTag) {
96
+ // only work on imgTags that do not already contain the string "colorbox-"
97
  if (!preg_match('/colorbox-/i', $imgTag)) {
98
  if (!preg_match('/class=/i', $imgTag)) {
99
  // imgTag does not contain class-attribute
125
  * @access public
126
  * @author Arne Franken
127
  *
128
+ * @param string[] $attribute class attribute of the attachment link
129
+ * @return string[] replaced attributes
130
  */
131
  //public function wpPostThumbnailClassFilter($attribute) {
132
  function wpPostThumbnailClassFilter($attribute) {
150
  * declare variables that are used in more than one function
151
  */
152
  $colorboxPropertyArray = array(
153
+ 'jQueryColorboxVersion' => JQUERYCOLORBOX_VERSION,
154
  'colorboxInline' => 'false',
155
  'colorboxIframe' => 'false',
156
  'colorboxGroupId' => '',
199
  'autoHideFlash' => $this->colorboxSettings['autoHideFlash'],
200
  'autoColorbox' => $this->colorboxSettings['autoColorbox'],
201
  'autoColorboxGalleries' => $this->colorboxSettings['autoColorboxGalleries'],
202
+ 'addZoomOverlay' => $this->colorboxSettings['addZoomOverlay'],
203
+ 'useGoogleJQuery' => $this->colorboxSettings['useGoogleJQuery'],
204
  'colorboxAddClassToLinks' => $this->colorboxSettings['colorboxAddClassToLinks']
205
  );
206
  wp_localize_script('colorbox', 'jQueryColorboxSettingsArray', $colorboxPropertyArray);
247
  }
248
 
249
  // addColorboxJS()
250
+
251
+ /**
252
+ * Enqueue jQuery JavaScript Library into WP Header
253
+ *
254
+ * @since 4.4
255
+ * @access public
256
+ * @author Arne Franken
257
+ */
258
+ //public function addJQueryJS() {
259
+ function addJQueryJS() {
260
+ if ($this->colorboxSettings['useGoogleJQuery']) {
261
+ if ($this->colorboxSettings['debugMode']) {
262
+ $jQueryLibraryUrl = "http://code.jquery.com/jquery-".JQUERYLIBRARY_VERSION.".js";
263
+ }
264
+ else {
265
+ $jQueryLibraryUrl = "http://code.jquery.com/jquery-".JQUERYLIBRARY_VERSION.".min.js";
266
+ }
267
+
268
+ wp_deregister_script('jquery');
269
+ wp_register_script('jquery', $jQueryLibraryUrl, false, JQUERYLIBRARY_VERSION, true);
270
+ }
271
+ //enqueues WP's jQuery library if useGoogleJQuery==false
272
+ wp_enqueue_script('jquery');
273
+ }
274
+
275
+ // addJQueryJS()
276
+
277
+ /**
278
+ * Insert CSS into WP Header
279
+ *
280
+ * @since 4.4
281
+ * @access public
282
+ * @author Arne Franken
283
+ */
284
+ //public function addColorboxCSS() {
285
+ function addColorboxCSS() {
286
+
287
+ wp_register_style('colorbox-' . $this->colorboxSettings['colorboxTheme'], JQUERYCOLORBOX_PLUGIN_URL . '/' . 'themes/' . $this->colorboxSettings['colorboxTheme'] . '/colorbox.css', array(), JQUERYCOLORBOX_VERSION, 'screen');
288
+ wp_enqueue_style('colorbox-' . $this->colorboxSettings['colorboxTheme']);
289
+
290
+ if ($this->colorboxSettings['addZoomOverlay']) {
291
+ wp_register_style( 'colorbox-css', JQUERYCOLORBOX_PLUGIN_URL . '/css/jquery-colorbox-zoom.css' , false, COLORBOXLIBRARY_VERSION );
292
+ wp_enqueue_style( 'colorbox-css' );
293
+ }
294
+ }
295
+
296
+ // addColorboxCSS()
297
  }
298
 
299
  // class JQueryColorboxFrontend()
includes/settings-page/sp-colorbox-settings.php CHANGED
@@ -68,7 +68,7 @@
68
  <label for="jquery-colorbox-slideshowSpeed"><?php _e('Speed of the slideshow', JQUERYCOLORBOX_TEXTDOMAIN); ?>:</label>
69
  </th>
70
  <td>
71
- <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[slideshowSpeed]" id="jquery-colorbox-slideshowSpeed" value="<?php echo $this->colorboxSettings['slideshowSpeed'] ?>" size="5" maxlength="5"/><?php _e('milliseconds', JQUERYCOLORBOX_TEXTDOMAIN) ?>
72
  <br/><?php _e('Sets the speed of the slideshow, in milliseconds', JQUERYCOLORBOX_TEXTDOMAIN); ?>.
73
  </td>
74
  </tr>
@@ -102,7 +102,7 @@
102
  <input type="radio" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[maxWidth]" id="jquery-colorbox-maxWidth-custom-radio" value="custom" <?php echo ($this->colorboxSettings['maxWidth']) == 'custom'
103
  ? 'checked="checked"' : ''; ?>"/>
104
  <label for="jquery-colorbox-maxWidth-custom-radio"><?php _e('Set maximum width of an image', JQUERYCOLORBOX_TEXTDOMAIN); ?>.</label>
105
- <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[maxWidthValue]" id="jquery-colorbox-maxWidthValue" value="<?php echo $this->colorboxSettings['maxWidthValue'] ?>" size="3" maxlength="3"/>
106
  <select name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[maxWidthUnit]" id="jquery-colorbox-maxWidth-unit" class="postform" style="margin:0">
107
  <?php
108
  foreach ($this->colorboxUnits as $unit => $name) {
@@ -127,7 +127,7 @@
127
  <input type="radio" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[maxHeight]" id="jquery-colorbox-maxHeight-custom-radio" value="custom" <?php echo ($this->colorboxSettings['maxHeight']) == 'custom'
128
  ? 'checked="checked"' : ''; ?>"/>
129
  <label for="jquery-colorbox-maxHeight-custom-radio"><?php _e('Set maximum height of an image', JQUERYCOLORBOX_TEXTDOMAIN); ?>.</label>
130
- <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[maxHeightValue]" id="jquery-colorbox-maxHeightValue" value="<?php echo $this->colorboxSettings['maxHeightValue'] ?>" size="3" maxlength="3"/>
131
  <select name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[maxHeightUnit]" id="jquery-colorbox-maxHeight-unit" class="postform" style="margin:0">
132
  <?php
133
  foreach ($this->colorboxUnits as $unit => $name) {
@@ -152,7 +152,7 @@
152
  <input type="radio" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[width]" id="jquery-colorbox-width-custom-radio" value="custom" <?php echo ($this->colorboxSettings['width']) == 'custom'
153
  ? 'checked="checked"' : ''; ?>"/>
154
  <label for="jquery-colorbox-width-custom-radio"><?php _e('Set width of the Colorbox', JQUERYCOLORBOX_TEXTDOMAIN); ?>.</label>
155
- <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[widthValue]" id="jquery-colorbox-widthValue" value="<?php echo $this->colorboxSettings['widthValue'] ?>" size="3" maxlength="3"/>
156
  <select name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[widthUnit]" id="jquery-colorbox-width-unit" class="postform" style="margin:0">
157
  <?php
158
  foreach ($this->colorboxUnits as $unit => $name) {
@@ -177,7 +177,7 @@
177
  <input type="radio" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[height]" id="jquery-colorbox-height-custom-radio" value="custom" <?php echo ($this->colorboxSettings['height']) == 'custom'
178
  ? 'checked="checked"' : ''; ?>"/>
179
  <label for="jquery-colorbox-height-custom-radio"><?php _e('Set height of the Colorbox', JQUERYCOLORBOX_TEXTDOMAIN); ?>.</label>
180
- <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[heightValue]" id="jquery-colorbox-heightValue" value="<?php echo $this->colorboxSettings['heightValue'] ?>" size="3" maxlength="3"/>
181
  <select name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[heightUnit]" id="jquery-colorbox-height-unit" class="postform" style="margin:0">
182
  <?php
183
  foreach ($this->colorboxUnits as $unit => $name) {
@@ -202,7 +202,7 @@
202
  <input type="radio" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[linkWidth]" id="jquery-colorbox-link-width-custom-radio" value="custom" <?php echo ($this->colorboxSettings['linkWidth']) == 'custom'
203
  ? 'checked="checked"' : ''; ?>"/>
204
  <label for="jquery-colorbox-link-width-custom-radio"><?php _e('Set width of the Colorbox', JQUERYCOLORBOX_TEXTDOMAIN); ?>.</label>
205
- <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[linkWidthValue]" id="jquery-colorbox-linkWidthValue" value="<?php echo $this->colorboxSettings['linkWidthValue'] ?>" size="3" maxlength="3"/>
206
  <select name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[linkWidthUnit]" id="jquery-colorbox-width-unit" class="postform" style="margin:0">
207
  <?php
208
  foreach ($this->colorboxUnits as $unit => $name) {
@@ -227,7 +227,7 @@
227
  <input type="radio" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[linkHeight]" id="jquery-colorbox-link-height-custom-radio" value="custom" <?php echo ($this->colorboxSettings['linkHeight']) == 'custom'
228
  ? 'checked="checked"' : ''; ?>"/>
229
  <label for="jquery-colorbox-link-height-custom-radio"><?php _e('Set height of the Colorbox', JQUERYCOLORBOX_TEXTDOMAIN); ?>.</label>
230
- <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[linkHeightValue]" id="jquery-colorbox-linkHeightValue" value="<?php echo $this->colorboxSettings['linkHeightValue'] ?>" size="3" maxlength="3"/>
231
  <select name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[linkHeightUnit]" id="jquery-colorbox-link-height-unit" class="postform" style="margin:0">
232
  <?php
233
  foreach ($this->colorboxUnits as $unit => $name) {
@@ -310,7 +310,7 @@
310
  <label for="jquery-colorbox-speed"><?php _e('Transition speed', JQUERYCOLORBOX_TEXTDOMAIN); ?>:</label>
311
  </th>
312
  <td>
313
- <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[speed]" id="jquery-colorbox-speed" value="<?php echo $this->colorboxSettings['speed'] ?>" size="5" maxlength="5"/><?php _e('milliseconds', JQUERYCOLORBOX_TEXTDOMAIN) ?>
314
  <br/><?php _e('Sets the speed of the "fade" and "elastic" transitions, in milliseconds', JQUERYCOLORBOX_TEXTDOMAIN); ?>.
315
  </td>
316
  </tr>
@@ -326,7 +326,7 @@
326
  </table>
327
  <p class="submit">
328
  <input type="hidden" name="action" value="jQueryColorboxUpdateSettings"/>
329
- <input type="submit" name="jQueryColorboxUpdateSettings" class="button-primary" value="<?php _e('Save Changes') ?>"/>
330
  </p>
331
 
332
  </div>
68
  <label for="jquery-colorbox-slideshowSpeed"><?php _e('Speed of the slideshow', JQUERYCOLORBOX_TEXTDOMAIN); ?>:</label>
69
  </th>
70
  <td>
71
+ <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[slideshowSpeed]" id="jquery-colorbox-slideshowSpeed" value="<?php echo $this->colorboxSettings['slideshowSpeed'] ?>" size="5" maxlength="5"/><?php _e('milliseconds', JQUERYCOLORBOX_TEXTDOMAIN); ?>
72
  <br/><?php _e('Sets the speed of the slideshow, in milliseconds', JQUERYCOLORBOX_TEXTDOMAIN); ?>.
73
  </td>
74
  </tr>
102
  <input type="radio" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[maxWidth]" id="jquery-colorbox-maxWidth-custom-radio" value="custom" <?php echo ($this->colorboxSettings['maxWidth']) == 'custom'
103
  ? 'checked="checked"' : ''; ?>"/>
104
  <label for="jquery-colorbox-maxWidth-custom-radio"><?php _e('Set maximum width of an image', JQUERYCOLORBOX_TEXTDOMAIN); ?>.</label>
105
+ <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[maxWidthValue]" id="jquery-colorbox-maxWidthValue" value="<?php echo $this->colorboxSettings['maxWidthValue'] ?>" size="5" maxlength="5"/>
106
  <select name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[maxWidthUnit]" id="jquery-colorbox-maxWidth-unit" class="postform" style="margin:0">
107
  <?php
108
  foreach ($this->colorboxUnits as $unit => $name) {
127
  <input type="radio" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[maxHeight]" id="jquery-colorbox-maxHeight-custom-radio" value="custom" <?php echo ($this->colorboxSettings['maxHeight']) == 'custom'
128
  ? 'checked="checked"' : ''; ?>"/>
129
  <label for="jquery-colorbox-maxHeight-custom-radio"><?php _e('Set maximum height of an image', JQUERYCOLORBOX_TEXTDOMAIN); ?>.</label>
130
+ <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[maxHeightValue]" id="jquery-colorbox-maxHeightValue" value="<?php echo $this->colorboxSettings['maxHeightValue'] ?>" size="5" maxlength="5"/>
131
  <select name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[maxHeightUnit]" id="jquery-colorbox-maxHeight-unit" class="postform" style="margin:0">
132
  <?php
133
  foreach ($this->colorboxUnits as $unit => $name) {
152
  <input type="radio" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[width]" id="jquery-colorbox-width-custom-radio" value="custom" <?php echo ($this->colorboxSettings['width']) == 'custom'
153
  ? 'checked="checked"' : ''; ?>"/>
154
  <label for="jquery-colorbox-width-custom-radio"><?php _e('Set width of the Colorbox', JQUERYCOLORBOX_TEXTDOMAIN); ?>.</label>
155
+ <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[widthValue]" id="jquery-colorbox-widthValue" value="<?php echo $this->colorboxSettings['widthValue'] ?>" size="5" maxlength="5"/>
156
  <select name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[widthUnit]" id="jquery-colorbox-width-unit" class="postform" style="margin:0">
157
  <?php
158
  foreach ($this->colorboxUnits as $unit => $name) {
177
  <input type="radio" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[height]" id="jquery-colorbox-height-custom-radio" value="custom" <?php echo ($this->colorboxSettings['height']) == 'custom'
178
  ? 'checked="checked"' : ''; ?>"/>
179
  <label for="jquery-colorbox-height-custom-radio"><?php _e('Set height of the Colorbox', JQUERYCOLORBOX_TEXTDOMAIN); ?>.</label>
180
+ <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[heightValue]" id="jquery-colorbox-heightValue" value="<?php echo $this->colorboxSettings['heightValue'] ?>" size="5" maxlength="5"/>
181
  <select name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[heightUnit]" id="jquery-colorbox-height-unit" class="postform" style="margin:0">
182
  <?php
183
  foreach ($this->colorboxUnits as $unit => $name) {
202
  <input type="radio" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[linkWidth]" id="jquery-colorbox-link-width-custom-radio" value="custom" <?php echo ($this->colorboxSettings['linkWidth']) == 'custom'
203
  ? 'checked="checked"' : ''; ?>"/>
204
  <label for="jquery-colorbox-link-width-custom-radio"><?php _e('Set width of the Colorbox', JQUERYCOLORBOX_TEXTDOMAIN); ?>.</label>
205
+ <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[linkWidthValue]" id="jquery-colorbox-linkWidthValue" value="<?php echo $this->colorboxSettings['linkWidthValue'] ?>" size="5" maxlength="5"/>
206
  <select name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[linkWidthUnit]" id="jquery-colorbox-width-unit" class="postform" style="margin:0">
207
  <?php
208
  foreach ($this->colorboxUnits as $unit => $name) {
227
  <input type="radio" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[linkHeight]" id="jquery-colorbox-link-height-custom-radio" value="custom" <?php echo ($this->colorboxSettings['linkHeight']) == 'custom'
228
  ? 'checked="checked"' : ''; ?>"/>
229
  <label for="jquery-colorbox-link-height-custom-radio"><?php _e('Set height of the Colorbox', JQUERYCOLORBOX_TEXTDOMAIN); ?>.</label>
230
+ <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[linkHeightValue]" id="jquery-colorbox-linkHeightValue" value="<?php echo $this->colorboxSettings['linkHeightValue'] ?>" size="5" maxlength="5"/>
231
  <select name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[linkHeightUnit]" id="jquery-colorbox-link-height-unit" class="postform" style="margin:0">
232
  <?php
233
  foreach ($this->colorboxUnits as $unit => $name) {
310
  <label for="jquery-colorbox-speed"><?php _e('Transition speed', JQUERYCOLORBOX_TEXTDOMAIN); ?>:</label>
311
  </th>
312
  <td>
313
+ <input type="text" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[speed]" id="jquery-colorbox-speed" value="<?php echo $this->colorboxSettings['speed'] ?>" size="5" maxlength="5"/><?php _e('milliseconds', JQUERYCOLORBOX_TEXTDOMAIN); ?>
314
  <br/><?php _e('Sets the speed of the "fade" and "elastic" transitions, in milliseconds', JQUERYCOLORBOX_TEXTDOMAIN); ?>.
315
  </td>
316
  </tr>
326
  </table>
327
  <p class="submit">
328
  <input type="hidden" name="action" value="jQueryColorboxUpdateSettings"/>
329
+ <input type="submit" name="jQueryColorboxUpdateSettings" class="button-primary" value="<?php _e('Save Changes'); ?>"/>
330
  </p>
331
 
332
  </div>
includes/settings-page/sp-delete-settings.php CHANGED
@@ -11,7 +11,7 @@
11
  ?>
12
  <div id="poststuff">
13
  <div id="jquery-colorbox-delete_settings" class="postbox">
14
- <h3 id="delete_options"><?php _e('Delete Settings', JQUERYCOLORBOX_TEXTDOMAIN) ?></h3>
15
 
16
  <div class="inside">
17
  <p><?php _e('Check the box and click this button to delete settings of this plugin.', JQUERYCOLORBOX_TEXTDOMAIN); ?></p>
11
  ?>
12
  <div id="poststuff">
13
  <div id="jquery-colorbox-delete_settings" class="postbox">
14
+ <h3 id="delete_options"><?php _e('Delete Settings', JQUERYCOLORBOX_TEXTDOMAIN); ?></h3>
15
 
16
  <div class="inside">
17
  <p><?php _e('Check the box and click this button to delete settings of this plugin.', JQUERYCOLORBOX_TEXTDOMAIN); ?></p>
includes/settings-page/sp-donate-box.php CHANGED
@@ -11,11 +11,11 @@
11
  ?>
12
  <div id="poststuff">
13
  <div id="jquery-colorbox-donate" class="postbox">
14
- <h3 id="donate"><?php _e('Donate', JQUERYCOLORBOX_TEXTDOMAIN) ?></h3>
15
 
16
  <div class="inside">
17
  <p>
18
- <?php _e('If you would like to make a small (or large) contribution towards future development please consider making a donation.', JQUERYCOLORBOX_TEXTDOMAIN) ?>
19
  </p>
20
  <!-- <h5 id="donatePaypal">--><?php __('Donate using Paypal', JQUERYCOLORBOX_TEXTDOMAIN) ?><!--</h5>-->
21
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
@@ -39,13 +39,13 @@
39
  <option value="40">40</option>
40
  <option value="50">50</option>
41
  <option value="100">100</option>
42
- </select><span><?php _e('USD', JQUERYCOLORBOX_TEXTDOMAIN) ?></span>
43
  <br/><br/><?php _e('Or', JQUERYCOLORBOX_TEXTDOMAIN); ?><br/><br/>
44
  <label for="custom-amounts"><?php _e('Enter Custom Amount', JQUERYCOLORBOX_TEXTDOMAIN); echo ": "; ?></label>
45
  <input type="text" name="amount" size="4" id="custom-amounts"/>
46
- <span><?php _e('USD', JQUERYCOLORBOX_TEXTDOMAIN) ?></span>
47
  <br/><br/>
48
- <input type="submit" value="<?php _e('Submit', JQUERYCOLORBOX_TEXTDOMAIN) ?>" class="button-secondary"/>
49
  </form>
50
  </div>
51
  </div>
11
  ?>
12
  <div id="poststuff">
13
  <div id="jquery-colorbox-donate" class="postbox">
14
+ <h3 id="donate"><?php _e('Donate', JQUERYCOLORBOX_TEXTDOMAIN); ?></h3>
15
 
16
  <div class="inside">
17
  <p>
18
+ <?php _e('If you would like to make a small (or large) contribution towards future development please consider making a donation.', JQUERYCOLORBOX_TEXTDOMAIN); ?>
19
  </p>
20
  <!-- <h5 id="donatePaypal">--><?php __('Donate using Paypal', JQUERYCOLORBOX_TEXTDOMAIN) ?><!--</h5>-->
21
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
39
  <option value="40">40</option>
40
  <option value="50">50</option>
41
  <option value="100">100</option>
42
+ </select><span><?php _e('USD', JQUERYCOLORBOX_TEXTDOMAIN); ?></span>
43
  <br/><br/><?php _e('Or', JQUERYCOLORBOX_TEXTDOMAIN); ?><br/><br/>
44
  <label for="custom-amounts"><?php _e('Enter Custom Amount', JQUERYCOLORBOX_TEXTDOMAIN); echo ": "; ?></label>
45
  <input type="text" name="amount" size="4" id="custom-amounts"/>
46
+ <span><?php _e('USD', JQUERYCOLORBOX_TEXTDOMAIN); ?></span>
47
  <br/><br/>
48
+ <input type="submit" value="<?php _e('Submit', JQUERYCOLORBOX_TEXTDOMAIN); ?>" class="button-secondary"/>
49
  </form>
50
  </div>
51
  </div>
includes/settings-page/sp-donations.php CHANGED
@@ -11,26 +11,26 @@
11
  ?>
12
  <div id="poststuff">
13
  <div id="jquery-colorbox-topdonations" class="postbox">
14
- <h3><?php _e('Top donations', JQUERYCOLORBOX_TEXTDOMAIN) ?></h3>
15
 
16
  <div class="inside">
17
  <div id="Topdonations">
18
  <div id="Toploader" align="center"><img src="<?php echo JQUERYCOLORBOX_PLUGIN_URL ?>/images/ajax-loader.gif" alt="loading"/></div>
19
  <div id="Topdonationslist" style="display: none;"></div>
20
- <div id="Toperror" style="display: none;"><p><?php _e('Thank you for your donation.', JQUERYCOLORBOX_TEXTDOMAIN) ?></p></div>
21
  </div>
22
  </div>
23
  </div>
24
  </div>
25
  <div id="poststuff">
26
  <div id="jquery-colorbox-latestdonations" class="postbox">
27
- <h3><?php _e('Latest donations', JQUERYCOLORBOX_TEXTDOMAIN) ?></h3>
28
 
29
  <div class="inside">
30
  <div id="Latestdonations">
31
  <div id="Latestloader" align="center"><img src="<?php echo JQUERYCOLORBOX_PLUGIN_URL ?>/images/ajax-loader.gif" alt="loading"/></div>
32
  <div id="Latestdonationslist" style="display: none;"></div>
33
- <div id="Latesterror" style="display: none;"><p><?php _e('Thank you for your donation.', JQUERYCOLORBOX_TEXTDOMAIN) ?></p></div>
34
  </div>
35
  </div>
36
  </div>
11
  ?>
12
  <div id="poststuff">
13
  <div id="jquery-colorbox-topdonations" class="postbox">
14
+ <h3><?php _e('Top donations', JQUERYCOLORBOX_TEXTDOMAIN); ?></h3>
15
 
16
  <div class="inside">
17
  <div id="Topdonations">
18
  <div id="Toploader" align="center"><img src="<?php echo JQUERYCOLORBOX_PLUGIN_URL ?>/images/ajax-loader.gif" alt="loading"/></div>
19
  <div id="Topdonationslist" style="display: none;"></div>
20
+ <div id="Toperror" style="display: none;"><p><?php _e('Thank you for your donation.', JQUERYCOLORBOX_TEXTDOMAIN); ?></p></div>
21
  </div>
22
  </div>
23
  </div>
24
  </div>
25
  <div id="poststuff">
26
  <div id="jquery-colorbox-latestdonations" class="postbox">
27
+ <h3><?php _e('Latest donations', JQUERYCOLORBOX_TEXTDOMAIN); ?></h3>
28
 
29
  <div class="inside">
30
  <div id="Latestdonations">
31
  <div id="Latestloader" align="center"><img src="<?php echo JQUERYCOLORBOX_PLUGIN_URL ?>/images/ajax-loader.gif" alt="loading"/></div>
32
  <div id="Latestdonationslist" style="display: none;"></div>
33
+ <div id="Latesterror" style="display: none;"><p><?php _e('Thank you for your donation.', JQUERYCOLORBOX_TEXTDOMAIN); ?></p></div>
34
  </div>
35
  </div>
36
  </div>
includes/settings-page/sp-plugin-settings.php CHANGED
@@ -64,15 +64,42 @@
64
  <br/><?php _e('Automatically hide embeded flash objects behind the Colorbox layer.', JQUERYCOLORBOX_TEXTDOMAIN); ?>
65
  </td>
66
  </tr>
67
- <!--tr>
68
- <th scope="row">
69
- <label for="jquery-colorbox-javascriptInFooter"><?php __('Add JavaScript to footer', JQUERYCOLORBOX_TEXTDOMAIN); ?>:</label>
70
- </th>
71
- <td>
72
- <input type="checkbox" name="<?php //echo JQUERYCOLORBOX_SETTINGSNAME ?>[javascriptInFooter]" id="jquery-colorbox-javascriptInFooter" value="true" <?php //echo ($this->colorboxSettings['javascriptInFooter']) ? 'checked="checked"' : '';?>/>
73
- <br/><?php __('Add JavaScript to footer instead of the header.', JQUERYCOLORBOX_TEXTDOMAIN); ?>
74
- </td>
75
- </tr-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  <tr>
77
  <th scope="row">
78
  <label for="jquery-colorbox-removeLinkFromMetaBox"><?php _e('Remove link from Meta-box', JQUERYCOLORBOX_TEXTDOMAIN); ?>:</label>
@@ -104,7 +131,7 @@
104
  </table>
105
  <p class="submit">
106
  <input type="hidden" name="action" value="jQueryColorboxUpdateSettings"/>
107
- <input type="submit" name="jQueryColorboxUpdateSettings" class="button-primary" value="<?php _e('Save Changes') ?>"/>
108
  </p>
109
  </div>
110
  </div>
64
  <br/><?php _e('Automatically hide embeded flash objects behind the Colorbox layer.', JQUERYCOLORBOX_TEXTDOMAIN); ?>
65
  </td>
66
  </tr>
67
+ <tr>
68
+ <th scope="row">
69
+ <label
70
+ for="jquery-colorbox-addZoomOverlay"><?php _e('Add Zoom overlay to pictures', JQUERYCOLORBOX_TEXTDOMAIN); ?>:</label>
71
+ </th>
72
+ <td>
73
+ <input type="checkbox" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[addZoomOverlay]"
74
+ id="jquery-colorbox-addZoomOverlay"
75
+ value="true" <?php echo ($this->colorboxSettings['addZoomOverlay']) ? 'checked="checked"' : '';?>/>
76
+ <br/><?php _e('Add Zoom overlay to pictures that open in a Colorbox.', JQUERYCOLORBOX_TEXTDOMAIN); ?>
77
+ </td>
78
+ </tr>
79
+ <tr>
80
+ <th scope="row">
81
+ <label
82
+ for="jquery-colorbox-useGoogleJQuery"><?php printf(__('Use jQuery library from Google', JQUERYCOLORBOX_TEXTDOMAIN),JQUERYLIBRARY_VERSION); ?>:</label>
83
+ </th>
84
+ <td>
85
+ <input type="checkbox" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[useGoogleJQuery]"
86
+ id="jquery-colorbox-useGoogleJQuery"
87
+ value="true" <?php echo ($this->colorboxSettings['useGoogleJQuery']) ? 'checked="checked"' : '';?>/>
88
+ <br/><?php printf(__('Use jQuery library version %1$s from Google instead of the one that comes with WordPress.', JQUERYCOLORBOX_TEXTDOMAIN),JQUERYLIBRARY_VERSION); ?>
89
+ </td>
90
+ </tr>
91
+ <tr>
92
+ <th scope="row">
93
+ <label
94
+ for="jquery-colorbox-javascriptInFooter"><?php _e('Add JavaScript to footer', JQUERYCOLORBOX_TEXTDOMAIN); ?>:</label>
95
+ </th>
96
+ <td>
97
+ <input type="checkbox" name="<?php echo JQUERYCOLORBOX_SETTINGSNAME ?>[javascriptInFooter]"
98
+ id="jquery-colorbox-javascriptInFooter"
99
+ value="true" <?php echo ($this->colorboxSettings['javascriptInFooter']) ? 'checked="checked"' : '';?>/>
100
+ <br/><?php _e('Add JavaScript to footer instead of the header.', JQUERYCOLORBOX_TEXTDOMAIN); ?>
101
+ </td>
102
+ </tr>
103
  <tr>
104
  <th scope="row">
105
  <label for="jquery-colorbox-removeLinkFromMetaBox"><?php _e('Remove link from Meta-box', JQUERYCOLORBOX_TEXTDOMAIN); ?>:</label>
131
  </table>
132
  <p class="submit">
133
  <input type="hidden" name="action" value="jQueryColorboxUpdateSettings"/>
134
+ <input type="submit" name="jQueryColorboxUpdateSettings" class="button-primary" value="<?php _e('Save Changes'); ?>"/>
135
  </p>
136
  </div>
137
  </div>
includes/settings-page/sp-translation.php CHANGED
@@ -11,7 +11,7 @@
11
  ?>
12
  <div id="poststuff">
13
  <div id="jquery-colorbox-translation" class="postbox">
14
- <h3 id="translation"><?php _e('Translation', JQUERYCOLORBOX_TEXTDOMAIN) ?></h3>
15
 
16
  <div class="inside">
17
  <p><?php _e('The english translation was done by <a href="http://www.techotronic.de">Arne Franken</a>.', JQUERYCOLORBOX_TEXTDOMAIN); ?></p>
11
  ?>
12
  <div id="poststuff">
13
  <div id="jquery-colorbox-translation" class="postbox">
14
+ <h3 id="translation"><?php _e('Translation', JQUERYCOLORBOX_TEXTDOMAIN); ?></h3>
15
 
16
  <div class="inside">
17
  <p><?php _e('The english translation was done by <a href="http://www.techotronic.de">Arne Franken</a>.', JQUERYCOLORBOX_TEXTDOMAIN); ?></p>
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: 4.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', '4.3');
23
  define('COLORBOXLIBRARY_VERSION', '1.3.19');
24
 
25
  if (!defined('JQUERYCOLORBOX_PLUGIN_BASENAME')) {
@@ -30,12 +30,12 @@ if (!defined('JQUERYCOLORBOX_PLUGIN_NAME')) {
30
  //jquery-colorbox
31
  define('JQUERYCOLORBOX_PLUGIN_NAME', trim(dirname(JQUERYCOLORBOX_PLUGIN_BASENAME), '/'));
32
  }
33
- if (!defined('JQUERYCOLORBOX_NAME')) {
34
- define('JQUERYCOLORBOX_NAME', __('jQuery Colorbox',JQUERYCOLORBOX_TEXTDOMAIN));
35
- }
36
  if (!defined('JQUERYCOLORBOX_TEXTDOMAIN')) {
37
  define('JQUERYCOLORBOX_TEXTDOMAIN', 'jquery-colorbox');
38
  }
 
 
 
39
  if (!defined('JQUERYCOLORBOX_PLUGIN_DIR')) {
40
  // /path/to/wordpress/wp-content/plugins/jquery-colorbox
41
  define('JQUERYCOLORBOX_PLUGIN_DIR', dirname(__FILE__));
@@ -47,6 +47,9 @@ if (!defined('JQUERYCOLORBOX_PLUGIN_URL')) {
47
  if (!defined('JQUERYCOLORBOX_SETTINGSNAME')) {
48
  define('JQUERYCOLORBOX_SETTINGSNAME', 'jquery-colorbox_settings');
49
  }
 
 
 
50
  if (!defined('JQUERYCOLORBOX_USERAGENT')) {
51
  define('JQUERYCOLORBOX_USERAGENT', 'jQuery Colorbox V' . JQUERYCOLORBOX_VERSION . '; (' . get_bloginfo('url') . ')');
52
  }
@@ -268,6 +271,8 @@ class JQueryColorbox {
268
  'debugMode' => false,
269
  'autoColorboxJavaScript' => false,
270
  'colorboxAddClassToLinks' => false,
 
 
271
  'removeLinkFromMetaBox' => true
272
  );
273
  }
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: 4.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', '4.4');
23
  define('COLORBOXLIBRARY_VERSION', '1.3.19');
24
 
25
  if (!defined('JQUERYCOLORBOX_PLUGIN_BASENAME')) {
30
  //jquery-colorbox
31
  define('JQUERYCOLORBOX_PLUGIN_NAME', trim(dirname(JQUERYCOLORBOX_PLUGIN_BASENAME), '/'));
32
  }
 
 
 
33
  if (!defined('JQUERYCOLORBOX_TEXTDOMAIN')) {
34
  define('JQUERYCOLORBOX_TEXTDOMAIN', 'jquery-colorbox');
35
  }
36
+ if (!defined('JQUERYCOLORBOX_NAME')) {
37
+ define('JQUERYCOLORBOX_NAME', __('jQuery Colorbox',JQUERYCOLORBOX_TEXTDOMAIN));
38
+ }
39
  if (!defined('JQUERYCOLORBOX_PLUGIN_DIR')) {
40
  // /path/to/wordpress/wp-content/plugins/jquery-colorbox
41
  define('JQUERYCOLORBOX_PLUGIN_DIR', dirname(__FILE__));
47
  if (!defined('JQUERYCOLORBOX_SETTINGSNAME')) {
48
  define('JQUERYCOLORBOX_SETTINGSNAME', 'jquery-colorbox_settings');
49
  }
50
+ if (!defined('JQUERYLIBRARY_VERSION')) {
51
+ define('JQUERYLIBRARY_VERSION', '1.7.2');
52
+ }
53
  if (!defined('JQUERYCOLORBOX_USERAGENT')) {
54
  define('JQUERYCOLORBOX_USERAGENT', 'jQuery Colorbox V' . JQUERYCOLORBOX_VERSION . '; (' . get_bloginfo('url') . ')');
55
  }
271
  'debugMode' => false,
272
  'autoColorboxJavaScript' => false,
273
  'colorboxAddClassToLinks' => false,
274
+ 'addZoomOverlay' => false,
275
+ 'useGoogleJQuery' => false,
276
  'removeLinkFromMetaBox' => true
277
  );
278
  }
js/jquery-colorbox-wrapper-min.js CHANGED
@@ -1 +1 @@
1
- var COLORBOX_INTERNAL_LINK_PATTERN=/^#.*/;var COLORBOX_SUFFIX_PATTERN=/\.(?:jpe?g|gif|png|bmp)/i;var COLORBOX_MANUAL="colorbox-manual";var COLORBOX_OFF_CLASS=".colorbox-off";var COLORBOX_LINK_CLASS=".colorbox-link";var COLORBOX_OFF="colorbox-off";var COLORBOX_CLASS_MATCH="colorbox-[0-9]+";jQuery(document).ready(function(){if(!(typeof jQueryColorboxSettingsArray=="object")){jQueryColorboxSettingsArray=getColorboxConfigDefaults()}if(jQueryColorboxSettingsArray.autoColorboxJavaScript=="true"){colorboxAddManualClass()}if(jQueryColorboxSettingsArray.colorboxAddClassToLinks=="true"){colorboxAddClassToLinks()}if(jQueryColorboxSettingsArray.autoHideFlash=="true"){colorboxHideFlash();colorboxShowFlash()}colorboxSelector()});(function(a){colorboxShowFlash=function(){a(document).bind("cbox_closed",function(){var c=document.getElementsByTagName("object");for(i=0;i<c.length;i++){c[i].style.visibility="visible"}var b=document.getElementsByTagName("embed");for(i=0;i<b.length;i++){b[i].style.visibility="visible"}})}})(jQuery);(function(a){colorboxHideFlash=function(){a(document).bind("cbox_open",function(){var c=document.getElementsByTagName("object");for(i=0;i<c.length;i++){c[i].style.visibility="hidden"}var b=document.getElementsByTagName("embed");for(i=0;i<b.length;i++){b[i].style.visibility="hidden"}})}})(jQuery);(function(a){colorboxAddClassToLinks=function(){a("a:not(:contains(img))").each(function(d,f){var c=a(f);var b=c.attr("class");if(b!==undefined&&!b.match("colorbox")){var e=c.attr("href");if(e!==undefined&&a(f).attr("href").match(COLORBOX_SUFFIX_PATTERN)){c.addClass("colorbox-link")}}})}})(jQuery);(function(a){colorboxAddManualClass=function(){a("img").each(function(c,e){var d=a(e);var b=d.attr("class");if(b==undefined||!b.match("colorbox")){d.addClass("colorbox-manual")}})}})(jQuery);(function(a){colorboxSelector=function(){a("a:has(img[class*=colorbox-]):not(.colorbox-off)").each(function(b,d){ColorboxLocal=a.extend(true,{},jQueryColorboxSettingsArray);ColorboxLocal.colorboxMaxWidth=ColorboxLocal.colorboxImageMaxWidth;ColorboxLocal.colorboxMaxHeight=ColorboxLocal.colorboxImageMaxHeight;ColorboxLocal.colorboxHeight=ColorboxLocal.colorboxImageHeight;ColorboxLocal.colorboxWidth=ColorboxLocal.colorboxImageWidth;var c=a(d).attr("href");if(c!==undefined&&c.match(COLORBOX_SUFFIX_PATTERN)){colorboxImage(b,d)}else{}});a("a[class*=colorbox-link]").each(function(b,d){ColorboxLocal=a.extend(true,{},jQueryColorboxSettingsArray);var c=a(d).attr("href");if(c!==undefined){colorboxLink(b,d,c)}})}})(jQuery);(function(a){colorboxImage=function(b,g){var d=a(g).find("img:first");var e=a(g).attr("class");if(e!==undefined){ColorboxLocal.colorboxGroupId=e.match(COLORBOX_CLASS_MATCH)||e.match(COLORBOX_MANUAL)}if(!ColorboxLocal.colorboxGroupId){var f=d.attr("class");if(f!==undefined&&!f.match(COLORBOX_OFF)){ColorboxLocal.colorboxGroupId=f.match(COLORBOX_CLASS_MATCH)||f.match(COLORBOX_MANUAL)}if(ColorboxLocal.colorboxGroupId){ColorboxLocal.colorboxGroupId=ColorboxLocal.colorboxGroupId.toString().split("-")[1];if(ColorboxLocal.colorboxGroupId==="manual"){ColorboxLocal.colorboxGroupId="nofollow"}var c=d.attr("title");if(c!==undefined){ColorboxLocal.colorboxTitle=c}colorboxWrapper(g)}}}})(jQuery);(function(a){colorboxLink=function(c,f,e){ColorboxLocal.colorboxGroupId="nofollow";var b=a(f);var d=b.attr("title");if(d!==undefined){ColorboxLocal.colorboxTitle=d}else{ColorboxLocal.colorboxTitle=""}if(e.match(COLORBOX_SUFFIX_PATTERN)){ColorboxLocal.colorboxMaxWidth=ColorboxLocal.colorboxImageMaxWidth;ColorboxLocal.colorboxMaxHeight=ColorboxLocal.colorboxImageMaxHeight;ColorboxLocal.colorboxHeight=ColorboxLocal.colorboxImageHeight;ColorboxLocal.colorboxWidth=ColorboxLocal.colorboxImageWidth}else{ColorboxLocal.colorboxMaxWidth=false;ColorboxLocal.colorboxMaxHeight=false;ColorboxLocal.colorboxHeight=ColorboxLocal.colorboxLinkHeight;ColorboxLocal.colorboxWidth=ColorboxLocal.colorboxLinkWidth;if(e.match(COLORBOX_INTERNAL_LINK_PATTERN)){ColorboxLocal.colorboxInline=true}else{ColorboxLocal.colorboxIframe=true}}colorboxWrapper(f)}})(jQuery);(function(a){colorboxWrapper=function(b){a.each(ColorboxLocal,function(c,d){if(d==="false"){ColorboxLocal[c]=false}else{if(d==="true"){ColorboxLocal[c]=true}}});a(b).colorbox({rel:ColorboxLocal.colorboxGroupId,title:ColorboxLocal.colorboxTitle,maxHeight:ColorboxLocal.colorboxMaxHeight,maxWidth:ColorboxLocal.colorboxMaxWidth,initialHeight:ColorboxLocal.colorboxInitialHeight,initialWidth:ColorboxLocal.colorboxInitialWidth,height:ColorboxLocal.colorboxHeight,width:ColorboxLocal.colorboxWidth,slideshow:ColorboxLocal.colorboxSlideshow,slideshowAuto:ColorboxLocal.colorboxSlideshowAuto,scalePhotos:ColorboxLocal.colorboxScalePhotos,preloading:ColorboxLocal.colorboxPreloading,overlayClose:ColorboxLocal.colorboxOverlayClose,loop:ColorboxLocal.colorboxLoop,escKey:ColorboxLocal.colorboxEscKey,arrowKey:ColorboxLocal.colorboxArrowKey,scrolling:ColorboxLocal.colorboxScrolling,opacity:ColorboxLocal.colorboxOpacity,transition:ColorboxLocal.colorboxTransition,speed:parseInt(ColorboxLocal.colorboxSpeed),slideshowSpeed:parseInt(ColorboxLocal.colorboxSlideshowSpeed),close:ColorboxLocal.colorboxClose,next:ColorboxLocal.colorboxNext,previous:ColorboxLocal.colorboxPrevious,slideshowStart:ColorboxLocal.colorboxSlideshowStart,slideshowStop:ColorboxLocal.colorboxSlideshowStop,current:ColorboxLocal.colorboxCurrent,inline:ColorboxLocal.colorboxInline,iframe:ColorboxLocal.colorboxIframe})}})(jQuery);(function(a){getColorboxConfigDefaults=function(){return{colorboxInline:false,colorboxIframe:false,colorboxGroupId:"",colorboxTitle:"",colorboxWidth:false,colorboxHeight:false,colorboxMaxWidth:false,colorboxMaxHeight:false,colorboxSlideshow:false,colorboxSlideshowAuto:false,colorboxScalePhotos:false,colorboxPreloading:false,colorboxOverlayClose:false,colorboxLoop:false,colorboxEscKey:true,colorboxArrowKey:true,colorboxScrolling:false,colorboxOpacity:"0.85",colorboxTransition:"elastic",colorboxSpeed:"350",colorboxSlideshowSpeed:"2500",colorboxClose:"close",colorboxNext:"next",colorboxPrevious:"previous",colorboxSlideshowStart:"start slideshow",colorboxSlideshowStop:"stop slideshow",colorboxCurrent:"{current} of {total} images",colorboxImageMaxWidth:false,colorboxImageMaxHeight:false,colorboxImageHeight:false,colorboxImageWidth:false,colorboxLinkHeight:false,colorboxLinkWidth:false,colorboxInitialHeight:100,colorboxInitialWidth:300,autoColorboxJavaScript:false,autoHideFlash:false,autoColorbox:false,autoColorboxGalleries:false,colorboxAddClassToLinks:false}}})(jQuery);
1
+ var COLORBOX_INTERNAL_LINK_PATTERN=/^#.*/;var COLORBOX_SUFFIX_PATTERN=/\.(?:jpe?g|gif|png|bmp)/i;var COLORBOX_MANUAL="colorbox-manual";var COLORBOX_OFF_CLASS=".colorbox-off";var COLORBOX_LINK_CLASS=".colorbox-link";var COLORBOX_OFF="colorbox-off";var COLORBOX_CLASS_PATTERN="colorbox-[0-9]+";var COLORBOX_LINK_CLASS_PATTERN="colorbox-link-[0-9]+";jQuery(document).ready(function(){if(typeof jQueryColorboxSettingsArray!=="object"){jQueryColorboxSettingsArray=getColorboxConfigDefaults()}if(jQueryColorboxSettingsArray.autoColorboxJavaScript==="true"){colorboxAddManualClass()}if(jQueryColorboxSettingsArray.colorboxAddClassToLinks==="true"){colorboxAddClassToLinks()}if(jQueryColorboxSettingsArray.autoHideFlash==="true"){colorboxHideFlash();colorboxShowFlash()}colorboxSelector()});(function(a){colorboxShowFlash=function(){a(document).bind("cbox_closed",function(){var c=document.getElementsByTagName("object");for(i=0;i<c.length;i++){c[i].style.visibility="visible"}var b=document.getElementsByTagName("embed");for(i=0;i<b.length;i++){b[i].style.visibility="visible"}})}})(jQuery);(function(a){colorboxHideFlash=function(){a(document).bind("cbox_open",function(){var c=document.getElementsByTagName("object");for(i=0;i<c.length;i++){c[i].style.visibility="hidden"}var b=document.getElementsByTagName("embed");for(i=0;i<b.length;i++){b[i].style.visibility="hidden"}})}})(jQuery);(function(a){colorboxAddClassToLinks=function(){a("a:not(:contains(img))").each(function(d,f){var c=a(f);var b=c.attr("class");if(b!==undefined&&!b.match("colorbox")){var e=c.attr("href");if(e!==undefined&&a(f).attr("href").match(COLORBOX_SUFFIX_PATTERN)){c.addClass("colorbox-link")}}})}})(jQuery);(function(a){colorboxAddManualClass=function(){a("img").each(function(c,e){var d=a(e);var b=d.attr("class");if(b===undefined||!b.match("colorbox")){d.addClass("colorbox-manual")}})}})(jQuery);(function(a){colorboxSelector=function(){a("a:has(img[class*=colorbox-]):not(.colorbox-off)").each(function(b,d){ColorboxLocal=a.extend(true,{},jQueryColorboxSettingsArray);ColorboxLocal.colorboxMaxWidth=ColorboxLocal.colorboxImageMaxWidth;ColorboxLocal.colorboxMaxHeight=ColorboxLocal.colorboxImageMaxHeight;ColorboxLocal.colorboxHeight=ColorboxLocal.colorboxImageHeight;ColorboxLocal.colorboxWidth=ColorboxLocal.colorboxImageWidth;var c=a(d).attr("href");if(c!==undefined&&c.match(COLORBOX_SUFFIX_PATTERN)){colorboxImage(b,d)}});a("a[class*=colorbox-link]").each(function(b,d){ColorboxLocal=a.extend(true,{},jQueryColorboxSettingsArray);var c=a(d).attr("href");if(c!==undefined){colorboxLink(b,d,c)}})}})(jQuery);(function(a){colorboxImage=function(b,f){var d=a(f).find("img:first");var e=a(f).attr("class");if(e!==undefined){ColorboxLocal.colorboxGroupId=e.match(COLORBOX_CLASS_PATTERN)||e.match(COLORBOX_MANUAL)}if(!ColorboxLocal.colorboxGroupId){var g=d.attr("class");if(g!==undefined&&!g.match(COLORBOX_OFF)){ColorboxLocal.colorboxGroupId=g.match(COLORBOX_CLASS_PATTERN)||g.match(COLORBOX_MANUAL)}if(ColorboxLocal.colorboxGroupId){ColorboxLocal.colorboxGroupId=ColorboxLocal.colorboxGroupId.toString().split("-")[1];if(ColorboxLocal.colorboxGroupId==="manual"){ColorboxLocal.colorboxGroupId="nofollow"}var c=d.attr("title");if(c!==undefined){ColorboxLocal.colorboxTitle=c}if(jQueryColorboxSettingsArray.addZoomOverlay==="true"){colorboxAddZoomOverlayToImages(a(f),d)}colorboxWrapper(f)}}}})(jQuery);(function(a){colorboxLink=function(c,e,f){ColorboxLocal.colorboxGroupId=a(e).attr("class").match(COLORBOX_LINK_CLASS_PATTERN);if(ColorboxLocal.colorboxGroupId!==undefined||ColorboxLocal.colorboxGroupId!==null){ColorboxLocal.colorboxGroupId=ColorboxLocal.colorboxGroupId.toString().split("-")[2]}else{ColorboxLocal.colorboxGroupId="nofollow"}var b=a(e);var d=b.attr("title");if(d!==undefined){ColorboxLocal.colorboxTitle=d}else{ColorboxLocal.colorboxTitle=""}if(f.match(COLORBOX_SUFFIX_PATTERN)){ColorboxLocal.colorboxMaxWidth=ColorboxLocal.colorboxImageMaxWidth;ColorboxLocal.colorboxMaxHeight=ColorboxLocal.colorboxImageMaxHeight;ColorboxLocal.colorboxHeight=ColorboxLocal.colorboxImageHeight;ColorboxLocal.colorboxWidth=ColorboxLocal.colorboxImageWidth}else{ColorboxLocal.colorboxMaxWidth=false;ColorboxLocal.colorboxMaxHeight=false;ColorboxLocal.colorboxHeight=ColorboxLocal.colorboxLinkHeight;ColorboxLocal.colorboxWidth=ColorboxLocal.colorboxLinkWidth;if(f.match(COLORBOX_INTERNAL_LINK_PATTERN)){ColorboxLocal.colorboxInline=true}else{ColorboxLocal.colorboxIframe=true}}colorboxWrapper(e)}})(jQuery);(function(a){colorboxWrapper=function(b){a.each(ColorboxLocal,function(c,d){if(d==="false"){ColorboxLocal[c]=false}else{if(d==="true"){ColorboxLocal[c]=true}}});a(b).colorbox({transition:ColorboxLocal.colorboxTransition,speed:parseInt(ColorboxLocal.colorboxSpeed),title:ColorboxLocal.colorboxTitle,rel:ColorboxLocal.colorboxGroupId,scalePhotos:ColorboxLocal.colorboxScalePhotos,scrolling:ColorboxLocal.colorboxScrolling,opacity:ColorboxLocal.colorboxOpacity,preloading:ColorboxLocal.colorboxPreloading,overlayClose:ColorboxLocal.colorboxOverlayClose,escKey:ColorboxLocal.colorboxEscKey,arrowKey:ColorboxLocal.colorboxArrowKey,loop:ColorboxLocal.colorboxLoop,current:ColorboxLocal.colorboxCurrent,previous:ColorboxLocal.colorboxPrevious,next:ColorboxLocal.colorboxNext,close:ColorboxLocal.colorboxClose,iframe:ColorboxLocal.colorboxIframe,inline:ColorboxLocal.colorboxInline,width:ColorboxLocal.colorboxWidth,height:ColorboxLocal.colorboxHeight,initialWidth:ColorboxLocal.colorboxInitialWidth,initialHeight:ColorboxLocal.colorboxInitialHeight,maxWidth:ColorboxLocal.colorboxMaxWidth,maxHeight:ColorboxLocal.colorboxMaxHeight,slideshow:ColorboxLocal.colorboxSlideshow,slideshowSpeed:parseInt(ColorboxLocal.colorboxSlideshowSpeed),slideshowAuto:ColorboxLocal.colorboxSlideshowAuto,slideshowStart:ColorboxLocal.colorboxSlideshowStart,slideshowStop:ColorboxLocal.colorboxSlideshowStop})}})(jQuery);(function(a){colorboxAddZoomOverlayToImages=function(c,d){var b=a('<div class="zoomHover" style="opacity: 0;"></div>');c.append(b);c.addClass("zoomLink");c.hover(function(){b.stop().animate({opacity:0.8},300);d.stop().animate({opacity:0.6},300)},function(){b.stop().animate({opacity:0},300);d.stop().animate({opacity:1},300)})}})(jQuery);(function(a){getColorboxConfigDefaults=function(){return{colorboxInline:false,colorboxIframe:false,colorboxGroupId:"",colorboxTitle:"",colorboxWidth:false,colorboxHeight:false,colorboxMaxWidth:false,colorboxMaxHeight:false,colorboxSlideshow:false,colorboxSlideshowAuto:false,colorboxScalePhotos:false,colorboxPreloading:false,colorboxOverlayClose:false,colorboxLoop:false,colorboxEscKey:true,colorboxArrowKey:true,colorboxScrolling:false,colorboxOpacity:"0.85",colorboxTransition:"elastic",colorboxSpeed:"350",colorboxSlideshowSpeed:"2500",colorboxClose:"close",colorboxNext:"next",colorboxPrevious:"previous",colorboxSlideshowStart:"start slideshow",colorboxSlideshowStop:"stop slideshow",colorboxCurrent:"{current} of {total} images",colorboxImageMaxWidth:false,colorboxImageMaxHeight:false,colorboxImageHeight:false,colorboxImageWidth:false,colorboxLinkHeight:false,colorboxLinkWidth:false,colorboxInitialHeight:100,colorboxInitialWidth:300,autoColorboxJavaScript:false,autoHideFlash:false,autoColorbox:false,autoColorboxGalleries:false,colorboxAddClassToLinks:false,useGoogleJQuery:false,addZoomOverlay:false}}})(jQuery);(function(a){printArray=function(h,g){var b="";if(!g){g=0}var f="";for(var c=0;c<g+1;c++){f+=" "}if(typeof(h)==="object"){for(var d in h){var e=h[d];if(typeof(e)==="object"){b+=f+"'"+d+"' ...\n";b+=printArray(e,g+1)}else{b+=f+"'"+d+"' = \""+e+'"\n'}}}else{b="===>"+h+"<===("+typeof(h)+")"}return b}})(jQuery);
js/jquery-colorbox-wrapper.js CHANGED
@@ -15,7 +15,8 @@ var COLORBOX_MANUAL = "colorbox-manual";
15
  var COLORBOX_OFF_CLASS = ".colorbox-off";
16
  var COLORBOX_LINK_CLASS = ".colorbox-link";
17
  var COLORBOX_OFF = "colorbox-off";
18
- var COLORBOX_CLASS_MATCH = "colorbox-[0-9]+";
 
19
 
20
  /**
21
  * This block calls all functions on page load.
@@ -23,18 +24,17 @@ var COLORBOX_CLASS_MATCH = "colorbox-[0-9]+";
23
  jQuery(document).ready(function() {
24
 
25
  //check if config JavaScript was successfully inserted. Load defaults otherwise.
26
- if(!(typeof jQueryColorboxSettingsArray == 'object')) {
27
  jQueryColorboxSettingsArray = getColorboxConfigDefaults();
28
  }
29
 
30
-
31
- if (jQueryColorboxSettingsArray.autoColorboxJavaScript == "true") {
32
  colorboxAddManualClass();
33
  }
34
- if (jQueryColorboxSettingsArray.colorboxAddClassToLinks == "true") {
35
  colorboxAddClassToLinks();
36
  }
37
- if (jQueryColorboxSettingsArray.autoHideFlash == "true") {
38
  colorboxHideFlash();
39
  colorboxShowFlash();
40
  }
@@ -58,7 +58,7 @@ jQuery(document).ready(function() {
58
  flashEmbeds[i].style.visibility = "visible";
59
  }
60
  });
61
- }
62
  })(jQuery);
63
 
64
  // colorboxShowFlash()
@@ -80,7 +80,7 @@ jQuery(document).ready(function() {
80
  flashEmbeds[i].style.visibility = "hidden";
81
  }
82
  });
83
- }
84
  })(jQuery);
85
 
86
  // colorboxHideFlash()
@@ -92,18 +92,17 @@ jQuery(document).ready(function() {
92
  */
93
  (function(jQuery) {
94
  colorboxAddClassToLinks = function() {
95
- jQuery("a:not(:contains(img))").each(function(index, obj) {
96
- var $link = jQuery(obj);
97
  var $linkClass = $link.attr("class");
98
  if ($linkClass !== undefined && !$linkClass.match('colorbox')) {
99
  var $linkHref = $link.attr("href");
100
- if ($linkHref !== undefined && jQuery(obj).attr("href").match(COLORBOX_SUFFIX_PATTERN)) {
101
  $link.addClass('colorbox-link');
102
  }
103
  }
104
-
105
  });
106
- }
107
  })(jQuery);
108
 
109
  // colorboxAddClassToLinks()
@@ -115,14 +114,14 @@ jQuery(document).ready(function() {
115
  */
116
  (function(jQuery) {
117
  colorboxAddManualClass = function() {
118
- jQuery("img").each(function(index, obj) {
119
- var $img = jQuery(obj);
120
  var $imgClass = $img.attr("class");
121
- if ($imgClass == undefined || !$imgClass.match('colorbox')) {
122
  $img.addClass('colorbox-manual');
123
  }
124
  });
125
- }
126
  })(jQuery);
127
 
128
  // colorboxAddManualClass()
@@ -134,32 +133,36 @@ jQuery(document).ready(function() {
134
  */
135
  (function(jQuery) {
136
  colorboxSelector = function() {
137
- jQuery("a:has(img[class*=colorbox-]):not(.colorbox-off)").each(function(index, obj) {
 
138
  //create local copy of Colorbox array so that modifications can be made for every link
139
  ColorboxLocal = jQuery.extend(true,{},jQueryColorboxSettingsArray);
 
140
  //set variables for images
141
  ColorboxLocal.colorboxMaxWidth = ColorboxLocal.colorboxImageMaxWidth;
142
  ColorboxLocal.colorboxMaxHeight = ColorboxLocal.colorboxImageMaxHeight;
143
  ColorboxLocal.colorboxHeight = ColorboxLocal.colorboxImageHeight;
144
  ColorboxLocal.colorboxWidth = ColorboxLocal.colorboxImageWidth;
145
- var $linkHref = jQuery(obj).attr("href");
146
  if ($linkHref !== undefined && $linkHref.match(COLORBOX_SUFFIX_PATTERN)) {
147
- colorboxImage(index, obj)
148
- } else {
149
- //TODO: does not work, every link from an image will be opened in a colorbox...
150
- //colorboxLink(index, obj,$linkHref)
151
  }
 
 
 
 
152
  });
153
 
154
- jQuery("a[class*=colorbox-link]").each(function(index, obj) {
155
  //create local copy of Colorbox array so that modifications can be made for every link
156
  ColorboxLocal = jQuery.extend(true,{},jQueryColorboxSettingsArray);
157
- var $linkHref = jQuery(obj).attr("href");
 
158
  if ($linkHref !== undefined) {
159
- colorboxLink(index, obj,$linkHref)
160
  }
161
  });
162
- }
163
  })(jQuery);
164
 
165
  // colorboxSelector()
@@ -170,21 +173,21 @@ jQuery(document).ready(function() {
170
  * selects only links that point to images and sets necessary variables
171
  */
172
  (function(jQuery) {
173
- colorboxImage = function(index, obj) {
174
- var $image = jQuery(obj).find("img:first");
175
  //check if the link has a colorbox class
176
- var $linkClasses = jQuery(obj).attr("class");
177
  if ($linkClasses !== undefined) {
178
- ColorboxLocal.colorboxGroupId = $linkClasses.match(COLORBOX_CLASS_MATCH) || $linkClasses.match(COLORBOX_MANUAL);
179
  }
180
  if (!ColorboxLocal.colorboxGroupId) {
181
  // link does not have colorbox class. Check if image has colorbox class.
182
  var $imageClasses = $image.attr("class");
183
  if ($imageClasses !== undefined && !$imageClasses.match(COLORBOX_OFF)) {
184
  //groupId is either the automatically created colorbox-123 or the manually added colorbox-manual
185
- ColorboxLocal.colorboxGroupId = $imageClasses.match(COLORBOX_CLASS_MATCH) || $imageClasses.match(COLORBOX_MANUAL);
186
  }
187
- //only call ColorboxLocal if there is a groupId for the image
188
  if (ColorboxLocal.colorboxGroupId) {
189
  //convert groupId to string and lose "colorbox-" for easier use
190
  ColorboxLocal.colorboxGroupId = ColorboxLocal.colorboxGroupId.toString().split('-')[1];
@@ -198,7 +201,12 @@ jQuery(document).ready(function() {
198
  if ($imageTitle !== undefined) {
199
  ColorboxLocal.colorboxTitle = $imageTitle;
200
  }
201
- colorboxWrapper(obj);
 
 
 
 
 
202
  }
203
  }
204
  }
@@ -212,44 +220,57 @@ jQuery(document).ready(function() {
212
  * sets necessary variables
213
  */
214
  (function(jQuery) {
215
- colorboxLink = function(index, obj,$linkHref) {
216
- //Colorbox links should not be grouped
217
- ColorboxLocal.colorboxGroupId = "nofollow";
218
 
219
- var $link = jQuery(obj);
 
 
 
 
 
 
 
 
 
 
 
 
220
  //the title of the link is used as the title for the Colorbox
221
  var $linkTitle = $link.attr("title");
222
  if ($linkTitle !== undefined) {
223
  ColorboxLocal.colorboxTitle = $linkTitle;
224
- } else {
 
225
  ColorboxLocal.colorboxTitle = '';
226
  }
227
 
228
  // already checked for ($linkHref !== undefined) before calling this method
229
- if ($linkHref.match(COLORBOX_SUFFIX_PATTERN)) {
230
- //set variables for images
231
  ColorboxLocal.colorboxMaxWidth = ColorboxLocal.colorboxImageMaxWidth;
232
  ColorboxLocal.colorboxMaxHeight = ColorboxLocal.colorboxImageMaxHeight;
233
  ColorboxLocal.colorboxHeight = ColorboxLocal.colorboxImageHeight;
234
  ColorboxLocal.colorboxWidth = ColorboxLocal.colorboxImageWidth;
235
- } else {
236
- //set variables for non-images
 
237
  ColorboxLocal.colorboxMaxWidth = false;
238
  ColorboxLocal.colorboxMaxHeight = false;
239
  ColorboxLocal.colorboxHeight = ColorboxLocal.colorboxLinkHeight;
240
  ColorboxLocal.colorboxWidth = ColorboxLocal.colorboxLinkWidth;
241
 
242
- if ($linkHref.match(COLORBOX_INTERNAL_LINK_PATTERN)) {
243
  //link points to inline content
244
  ColorboxLocal.colorboxInline = true;
245
- } else {
246
- //link points to something else, load in iframe
 
247
  ColorboxLocal.colorboxIframe = true;
248
  }
249
  }
250
 
251
- colorboxWrapper(obj);
252
- }
253
  })(jQuery);
254
 
255
  // colorboxLink()
@@ -261,54 +282,112 @@ jQuery(document).ready(function() {
261
  * elements with the same groupId in the class attribute are grouped
262
  */
263
  (function(jQuery) {
264
- colorboxWrapper = function(obj) {
265
  //workaround for wp_localize_script behavior:
266
  //the function puts booleans as strings into the "ColorboxLocal" array...
267
  jQuery.each(ColorboxLocal, function(key, value) {
268
  if (value === "false") {
269
  ColorboxLocal[key] = false;
270
- } else if (value === "true") {
 
271
  ColorboxLocal[key] = true;
272
  }
273
  });
274
 
 
 
 
 
 
 
 
275
  //finally call Colorbox library
276
- jQuery(obj).colorbox({
277
- rel:ColorboxLocal.colorboxGroupId,
 
 
 
278
  title:ColorboxLocal.colorboxTitle,
279
- maxHeight:ColorboxLocal.colorboxMaxHeight,
280
- maxWidth:ColorboxLocal.colorboxMaxWidth,
281
- initialHeight:ColorboxLocal.colorboxInitialHeight,
282
- initialWidth:ColorboxLocal.colorboxInitialWidth,
283
- height:ColorboxLocal.colorboxHeight,
284
- width:ColorboxLocal.colorboxWidth,
285
- slideshow:ColorboxLocal.colorboxSlideshow,
286
- slideshowAuto:ColorboxLocal.colorboxSlideshowAuto,
287
  scalePhotos:ColorboxLocal.colorboxScalePhotos,
 
 
 
 
 
288
  preloading:ColorboxLocal.colorboxPreloading,
289
  overlayClose:ColorboxLocal.colorboxOverlayClose,
290
- loop:ColorboxLocal.colorboxLoop,
291
  escKey:ColorboxLocal.colorboxEscKey,
292
  arrowKey:ColorboxLocal.colorboxArrowKey,
293
- scrolling:ColorboxLocal.colorboxScrolling,
294
- opacity:ColorboxLocal.colorboxOpacity,
295
- transition:ColorboxLocal.colorboxTransition,
296
- speed:parseInt(ColorboxLocal.colorboxSpeed),
297
- slideshowSpeed:parseInt(ColorboxLocal.colorboxSlideshowSpeed),
298
- close:ColorboxLocal.colorboxClose,
299
- next:ColorboxLocal.colorboxNext,
300
- previous:ColorboxLocal.colorboxPrevious,
301
- slideshowStart:ColorboxLocal.colorboxSlideshowStart,
302
- slideshowStop:ColorboxLocal.colorboxSlideshowStop,
303
  current:ColorboxLocal.colorboxCurrent,
 
 
 
 
 
 
 
304
  inline:ColorboxLocal.colorboxInline,
305
- iframe:ColorboxLocal.colorboxIframe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
306
  });
307
- }
308
  })(jQuery);
309
 
310
  // colorboxWrapper()
311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
  /**
313
  * colorboxConfigDefaults
314
  *
@@ -359,9 +438,51 @@ jQuery(document).ready(function() {
359
  autoHideFlash: false,
360
  autoColorbox: false,
361
  autoColorboxGalleries: false,
362
- colorboxAddClassToLinks: false
363
- }
364
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
365
  })(jQuery);
366
 
367
- // getColorboxConfigDefaults()
15
  var COLORBOX_OFF_CLASS = ".colorbox-off";
16
  var COLORBOX_LINK_CLASS = ".colorbox-link";
17
  var COLORBOX_OFF = "colorbox-off";
18
+ var COLORBOX_CLASS_PATTERN = "colorbox-[0-9]+";
19
+ var COLORBOX_LINK_CLASS_PATTERN = "colorbox-link-[0-9]+";
20
 
21
  /**
22
  * This block calls all functions on page load.
24
  jQuery(document).ready(function() {
25
 
26
  //check if config JavaScript was successfully inserted. Load defaults otherwise.
27
+ if(typeof jQueryColorboxSettingsArray !== 'object') {
28
  jQueryColorboxSettingsArray = getColorboxConfigDefaults();
29
  }
30
 
31
+ if (jQueryColorboxSettingsArray.autoColorboxJavaScript === "true") {
 
32
  colorboxAddManualClass();
33
  }
34
+ if (jQueryColorboxSettingsArray.colorboxAddClassToLinks === "true") {
35
  colorboxAddClassToLinks();
36
  }
37
+ if (jQueryColorboxSettingsArray.autoHideFlash === "true") {
38
  colorboxHideFlash();
39
  colorboxShowFlash();
40
  }
58
  flashEmbeds[i].style.visibility = "visible";
59
  }
60
  });
61
+ };
62
  })(jQuery);
63
 
64
  // colorboxShowFlash()
80
  flashEmbeds[i].style.visibility = "hidden";
81
  }
82
  });
83
+ };
84
  })(jQuery);
85
 
86
  // colorboxHideFlash()
92
  */
93
  (function(jQuery) {
94
  colorboxAddClassToLinks = function() {
95
+ jQuery("a:not(:contains(img))").each(function(index, link) {
96
+ var $link = jQuery(link);
97
  var $linkClass = $link.attr("class");
98
  if ($linkClass !== undefined && !$linkClass.match('colorbox')) {
99
  var $linkHref = $link.attr("href");
100
+ if ($linkHref !== undefined && jQuery(link).attr("href").match(COLORBOX_SUFFIX_PATTERN)) {
101
  $link.addClass('colorbox-link');
102
  }
103
  }
 
104
  });
105
+ };
106
  })(jQuery);
107
 
108
  // colorboxAddClassToLinks()
114
  */
115
  (function(jQuery) {
116
  colorboxAddManualClass = function() {
117
+ jQuery("img").each(function(index, image) {
118
+ var $img = jQuery(image);
119
  var $imgClass = $img.attr("class");
120
+ if ($imgClass === undefined || !$imgClass.match('colorbox')) {
121
  $img.addClass('colorbox-manual');
122
  }
123
  });
124
+ };
125
  })(jQuery);
126
 
127
  // colorboxAddManualClass()
133
  */
134
  (function(jQuery) {
135
  colorboxSelector = function() {
136
+
137
+ jQuery("a:has(img[class*=colorbox-]):not(.colorbox-off)").each(function(index, link) {
138
  //create local copy of Colorbox array so that modifications can be made for every link
139
  ColorboxLocal = jQuery.extend(true,{},jQueryColorboxSettingsArray);
140
+
141
  //set variables for images
142
  ColorboxLocal.colorboxMaxWidth = ColorboxLocal.colorboxImageMaxWidth;
143
  ColorboxLocal.colorboxMaxHeight = ColorboxLocal.colorboxImageMaxHeight;
144
  ColorboxLocal.colorboxHeight = ColorboxLocal.colorboxImageHeight;
145
  ColorboxLocal.colorboxWidth = ColorboxLocal.colorboxImageWidth;
146
+ var $linkHref = jQuery(link).attr("href");
147
  if ($linkHref !== undefined && $linkHref.match(COLORBOX_SUFFIX_PATTERN)) {
148
+ colorboxImage(index, link);
 
 
 
149
  }
150
+ //else {
151
+ //TODO: does not work, every link from an image will be opened in a colorbox...
152
+ //colorboxLink(index, link,$linkHref)
153
+ //}
154
  });
155
 
156
+ jQuery("a[class*=colorbox-link]").each(function(index, link) {
157
  //create local copy of Colorbox array so that modifications can be made for every link
158
  ColorboxLocal = jQuery.extend(true,{},jQueryColorboxSettingsArray);
159
+
160
+ var $linkHref = jQuery(link).attr("href");
161
  if ($linkHref !== undefined) {
162
+ colorboxLink(index, link,$linkHref);
163
  }
164
  });
165
+ };
166
  })(jQuery);
167
 
168
  // colorboxSelector()
173
  * selects only links that point to images and sets necessary variables
174
  */
175
  (function(jQuery) {
176
+ colorboxImage = function(index, link) {
177
+ var $image = jQuery(link).find("img:first");
178
  //check if the link has a colorbox class
179
+ var $linkClasses = jQuery(link).attr("class");
180
  if ($linkClasses !== undefined) {
181
+ ColorboxLocal.colorboxGroupId = $linkClasses.match(COLORBOX_CLASS_PATTERN) || $linkClasses.match(COLORBOX_MANUAL);
182
  }
183
  if (!ColorboxLocal.colorboxGroupId) {
184
  // link does not have colorbox class. Check if image has colorbox class.
185
  var $imageClasses = $image.attr("class");
186
  if ($imageClasses !== undefined && !$imageClasses.match(COLORBOX_OFF)) {
187
  //groupId is either the automatically created colorbox-123 or the manually added colorbox-manual
188
+ ColorboxLocal.colorboxGroupId = $imageClasses.match(COLORBOX_CLASS_PATTERN) || $imageClasses.match(COLORBOX_MANUAL);
189
  }
190
+ //only call Colorbox if there is a groupId for the image
191
  if (ColorboxLocal.colorboxGroupId) {
192
  //convert groupId to string and lose "colorbox-" for easier use
193
  ColorboxLocal.colorboxGroupId = ColorboxLocal.colorboxGroupId.toString().split('-')[1];
201
  if ($imageTitle !== undefined) {
202
  ColorboxLocal.colorboxTitle = $imageTitle;
203
  }
204
+
205
+ if (jQueryColorboxSettingsArray.addZoomOverlay === "true") {
206
+ colorboxAddZoomOverlayToImages(jQuery(link), $image);
207
+ }
208
+
209
+ colorboxWrapper(link);
210
  }
211
  }
212
  }
220
  * sets necessary variables
221
  */
222
  (function(jQuery) {
223
+ colorboxLink = function(index, link, linkHref) {
 
 
224
 
225
+ //class attribute must exist, otherwise this method wouldn't be called
226
+ ColorboxLocal.colorboxGroupId = jQuery(link).attr("class").match(COLORBOX_LINK_CLASS_PATTERN);
227
+
228
+ if(ColorboxLocal.colorboxGroupId !== undefined || ColorboxLocal.colorboxGroupId !== null) {
229
+ //convert groupId to string and lose "colorbox-link-" for easier use
230
+ ColorboxLocal.colorboxGroupId = ColorboxLocal.colorboxGroupId.toString().split('-')[2];
231
+ }
232
+ else {
233
+ //no matching class found for link, Colorbox links should not be grouped
234
+ ColorboxLocal.colorboxGroupId = "nofollow";
235
+ }
236
+
237
+ var $link = jQuery(link);
238
  //the title of the link is used as the title for the Colorbox
239
  var $linkTitle = $link.attr("title");
240
  if ($linkTitle !== undefined) {
241
  ColorboxLocal.colorboxTitle = $linkTitle;
242
+ }
243
+ else {
244
  ColorboxLocal.colorboxTitle = '';
245
  }
246
 
247
  // already checked for ($linkHref !== undefined) before calling this method
248
+ if (linkHref.match(COLORBOX_SUFFIX_PATTERN)) {
249
+ //link points to an image, set variables accordingly
250
  ColorboxLocal.colorboxMaxWidth = ColorboxLocal.colorboxImageMaxWidth;
251
  ColorboxLocal.colorboxMaxHeight = ColorboxLocal.colorboxImageMaxHeight;
252
  ColorboxLocal.colorboxHeight = ColorboxLocal.colorboxImageHeight;
253
  ColorboxLocal.colorboxWidth = ColorboxLocal.colorboxImageWidth;
254
+ }
255
+ else {
256
+ //link points to something else, set variables accordingly
257
  ColorboxLocal.colorboxMaxWidth = false;
258
  ColorboxLocal.colorboxMaxHeight = false;
259
  ColorboxLocal.colorboxHeight = ColorboxLocal.colorboxLinkHeight;
260
  ColorboxLocal.colorboxWidth = ColorboxLocal.colorboxLinkWidth;
261
 
262
+ if (linkHref.match(COLORBOX_INTERNAL_LINK_PATTERN)) {
263
  //link points to inline content
264
  ColorboxLocal.colorboxInline = true;
265
+ }
266
+ else {
267
+ //link points to something else, load in iFrame
268
  ColorboxLocal.colorboxIframe = true;
269
  }
270
  }
271
 
272
+ colorboxWrapper(link);
273
+ };
274
  })(jQuery);
275
 
276
  // colorboxLink()
282
  * elements with the same groupId in the class attribute are grouped
283
  */
284
  (function(jQuery) {
285
+ colorboxWrapper = function(link) {
286
  //workaround for wp_localize_script behavior:
287
  //the function puts booleans as strings into the "ColorboxLocal" array...
288
  jQuery.each(ColorboxLocal, function(key, value) {
289
  if (value === "false") {
290
  ColorboxLocal[key] = false;
291
+ }
292
+ else if (value === "true") {
293
  ColorboxLocal[key] = true;
294
  }
295
  });
296
 
297
+ //for debugging purposes: print current array to title attribute
298
+ // var currentArray;
299
+ // currentArray = '<!--';
300
+ // currentArray = currentArray + printArray(ColorboxLocal);
301
+ // currentArray = currentArray + '-->';
302
+ // ColorboxLocal.colorboxTitle += ColorboxLocal.colorboxTitle + currentArray;
303
+
304
  //finally call Colorbox library
305
+ jQuery(link).colorbox({
306
+ // --- settings
307
+ transition:ColorboxLocal.colorboxTransition,
308
+ speed:parseInt(ColorboxLocal.colorboxSpeed),
309
+ //href=false
310
  title:ColorboxLocal.colorboxTitle,
311
+ rel:ColorboxLocal.colorboxGroupId,
 
 
 
 
 
 
 
312
  scalePhotos:ColorboxLocal.colorboxScalePhotos,
313
+ scrolling:ColorboxLocal.colorboxScrolling,
314
+ opacity:ColorboxLocal.colorboxOpacity,
315
+ //open=false
316
+ //returnFocus=true
317
+ //fastIframe=true
318
  preloading:ColorboxLocal.colorboxPreloading,
319
  overlayClose:ColorboxLocal.colorboxOverlayClose,
 
320
  escKey:ColorboxLocal.colorboxEscKey,
321
  arrowKey:ColorboxLocal.colorboxArrowKey,
322
+ loop:ColorboxLocal.colorboxLoop,
 
 
 
 
 
 
 
 
 
323
  current:ColorboxLocal.colorboxCurrent,
324
+ previous:ColorboxLocal.colorboxPrevious,
325
+ next:ColorboxLocal.colorboxNext,
326
+ close:ColorboxLocal.colorboxClose,
327
+ //data
328
+
329
+ // --- content type
330
+ iframe:ColorboxLocal.colorboxIframe,
331
  inline:ColorboxLocal.colorboxInline,
332
+ //html
333
+ //photo
334
+ //ajax
335
+
336
+ // --- dimensions
337
+ width:ColorboxLocal.colorboxWidth,
338
+ height:ColorboxLocal.colorboxHeight,
339
+ //innerWidth=false
340
+ //innerHeight=false
341
+ initialWidth:ColorboxLocal.colorboxInitialWidth,
342
+ initialHeight:ColorboxLocal.colorboxInitialHeight,
343
+ maxWidth:ColorboxLocal.colorboxMaxWidth,
344
+ maxHeight:ColorboxLocal.colorboxMaxHeight,
345
+
346
+ // --- slideshow
347
+ slideshow:ColorboxLocal.colorboxSlideshow,
348
+ slideshowSpeed:parseInt(ColorboxLocal.colorboxSlideshowSpeed),
349
+ slideshowAuto:ColorboxLocal.colorboxSlideshowAuto,
350
+ slideshowStart:ColorboxLocal.colorboxSlideshowStart,
351
+ slideshowStop:ColorboxLocal.colorboxSlideshowStop
352
+
353
+ // --- callbacks
354
+ //onOpen
355
+ //onLoad
356
+ //onComplete
357
+ //onCleanup
358
+ //onClosed
359
  });
360
+ };
361
  })(jQuery);
362
 
363
  // colorboxWrapper()
364
 
365
+ /**
366
+ * Add zoom classes and effects to links and images.
367
+ */
368
+ (function (jQuery) {
369
+ colorboxAddZoomOverlayToImages = function ($link, $image) {
370
+ var $zoomHover = jQuery('<div class="zoomHover" style="opacity: 0;"></div>');
371
+ $link.append($zoomHover);
372
+ $link.addClass("zoomLink");
373
+
374
+ $link.hover(
375
+ function () {
376
+ //mouseIn
377
+ $zoomHover.stop().animate({opacity:0.8}, 300);
378
+ $image.stop().animate({opacity:0.6}, 300);
379
+ },
380
+ function () {
381
+ //mouseOut
382
+ $zoomHover.stop().animate({ opacity:0 }, 300);
383
+ $image.stop().animate({ opacity:1 }, 300);
384
+ });
385
+ };
386
+ })(jQuery);
387
+
388
+ // colorboxAddZoomOverlayToImages()
389
+
390
+
391
  /**
392
  * colorboxConfigDefaults
393
  *
438
  autoHideFlash: false,
439
  autoColorbox: false,
440
  autoColorboxGalleries: false,
441
+ colorboxAddClassToLinks: false,
442
+ useGoogleJQuery: false,
443
+ addZoomOverlay: false
444
+ };
445
+ };
446
+ })(jQuery);
447
+
448
+ // getColorboxConfigDefaults()
449
+
450
+ /**
451
+ * Print given array
452
+ */
453
+ (function (jQuery) {
454
+ printArray = function(array, level) {
455
+ var output = "";
456
+ if (!level) {
457
+ level = 0;
458
+ }
459
+
460
+ //The padding given at the beginning of the line.
461
+ var padding = "";
462
+ for (var j = 0; j < level + 1; j++) {
463
+ padding += " ";
464
+ }
465
+
466
+ if (typeof(array) === 'object') { //Array/Hashes/Objects
467
+ for (var item in array) {
468
+
469
+ var value = array[item];
470
+
471
+ if (typeof(value) === 'object') { //If it is an array,
472
+ output += padding + "'" + item + "' ...\n";
473
+ output += printArray(value, level + 1);
474
+ }
475
+ else {
476
+ output += padding + "'" + item + "' = \"" + value + "\"\n";
477
+ }
478
+ }
479
+ }
480
+ else { //Stings/Chars/Numbers etc.
481
+ output = "===>" + array + "<===(" + typeof(array) + ")";
482
+ }
483
+
484
+ return output;
485
+ }
486
  })(jQuery);
487
 
488
+ // printArray()
localization/jquery-colorbox-ar.mo CHANGED
Binary file
localization/jquery-colorbox-ar.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox 3.8.3 Arabic\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:35+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:35+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Mickey Mouse <modarsoos@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "القالب الأول"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "القالب الثاني"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "القالب الثالث"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "القالب الرابع"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "القالب الخامس"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "القالب السادس"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "القالب السابع"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "القالب الثامن"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "القالب التاسع"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "القالب العاشر"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "القالب الحادي عشر"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "القالب الثاني عشر"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "القالب الثالث عشر"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "القالب الرابع عشر"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "القالب الخامس عشر"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "بالمئة"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "بيكسل"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "تمدد"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "تضاءل"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "بدون تأثير"
103
 
@@ -128,7 +128,7 @@ msgstr "لم يتم تحديث الإعدادات، ليس لديك الصلاح
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "لم يتم حذف إعدادات %1$s أو ليس لديك الصلاحيات الكافية أو بأنك لم تقم بتحديد العلامة داخل المربع الصغير قبل الضغط على زر حذف الإعدادات."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "أستخدم معرض صور"
134
 
@@ -365,7 +365,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
365
  msgstr "مستوى شفافية الخلفية. المدى: من 0 إلى 1"
366
 
367
  #: includes/settings-page/sp-colorbox-settings.php:329
368
- #: includes/settings-page/sp-plugin-settings.php:107
369
  msgid "Save Changes"
370
  msgstr "حفظ التغييرات"
371
 
@@ -485,35 +485,52 @@ msgstr "أتمتة إخفاء عناصر الفلاش"
485
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
486
  msgstr "قم بإخفاء عناصر الفلاش المدمجة خلف طبقة صندوق عرض الشرائح."
487
 
488
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  msgid "Add JavaScript to footer"
490
  msgstr "إضافة الجافا سكريبت للفوتر"
491
 
492
- #: includes/settings-page/sp-plugin-settings.php:73
493
  msgid "Add JavaScript to footer instead of the header."
494
  msgstr "إضافة الجافا سكريبت للفوتر بدلاً من الهيدر."
495
 
496
- #: includes/settings-page/sp-plugin-settings.php:78
497
  msgid "Remove link from Meta-box"
498
  msgstr "حذف الرابط من صندوق الروابط"
499
 
500
- #: includes/settings-page/sp-plugin-settings.php:82
501
  msgid "Remove the link to the developers site from the WordPress meta-box."
502
  msgstr "حذف الرابط لمطوري الموقع من صندوق روابط ووردبريس."
503
 
504
- #: includes/settings-page/sp-plugin-settings.php:87
505
  msgid "Activate debug mode"
506
  msgstr ""
507
 
508
- #: includes/settings-page/sp-plugin-settings.php:91
509
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
510
  msgstr ""
511
 
512
- #: includes/settings-page/sp-plugin-settings.php:96
513
  msgid "Disable warning"
514
  msgstr "تعطيل التحذير"
515
 
516
- #: includes/settings-page/sp-plugin-settings.php:101
517
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
518
  msgstr "تعطيل التحذير الذي يعرض في الصفحة الرئيسية للوحة تحكم الموقع عند تفعيل الإضافة و عدم تفعيل البرنامج ليعمل على جميع الصور تلقائياً."
519
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox 3.8.3 Arabic\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:23+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:23+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Mickey Mouse <modarsoos@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "القالب الأول"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "القالب الثاني"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "القالب الثالث"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "القالب الرابع"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "القالب الخامس"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "القالب السادس"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "القالب السابع"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "القالب الثامن"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "القالب التاسع"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "القالب العاشر"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "القالب الحادي عشر"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "القالب الثاني عشر"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "القالب الثالث عشر"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "القالب الرابع عشر"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "القالب الخامس عشر"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "بالمئة"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "بيكسل"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "تمدد"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "تضاءل"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "بدون تأثير"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "لم يتم حذف إعدادات %1$s أو ليس لديك الصلاحيات الكافية أو بأنك لم تقم بتحديد العلامة داخل المربع الصغير قبل الضغط على زر حذف الإعدادات."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "أستخدم معرض صور"
134
 
365
  msgstr "مستوى شفافية الخلفية. المدى: من 0 إلى 1"
366
 
367
  #: includes/settings-page/sp-colorbox-settings.php:329
368
+ #: includes/settings-page/sp-plugin-settings.php:134
369
  msgid "Save Changes"
370
  msgstr "حفظ التغييرات"
371
 
485
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
486
  msgstr "قم بإخفاء عناصر الفلاش المدمجة خلف طبقة صندوق عرض الشرائح."
487
 
488
+ #: includes/settings-page/sp-plugin-settings.php:70
489
+ msgid "Add Zoom overlay to pictures"
490
+ msgstr ""
491
+
492
+ #: includes/settings-page/sp-plugin-settings.php:76
493
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
494
+ msgstr ""
495
+
496
+ #: includes/settings-page/sp-plugin-settings.php:82
497
+ msgid "Use jQuery library from Google"
498
+ msgstr ""
499
+
500
+ #: includes/settings-page/sp-plugin-settings.php:88
501
+ #, php-format
502
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
503
+ msgstr ""
504
+
505
+ #: includes/settings-page/sp-plugin-settings.php:94
506
  msgid "Add JavaScript to footer"
507
  msgstr "إضافة الجافا سكريبت للفوتر"
508
 
509
+ #: includes/settings-page/sp-plugin-settings.php:100
510
  msgid "Add JavaScript to footer instead of the header."
511
  msgstr "إضافة الجافا سكريبت للفوتر بدلاً من الهيدر."
512
 
513
+ #: includes/settings-page/sp-plugin-settings.php:105
514
  msgid "Remove link from Meta-box"
515
  msgstr "حذف الرابط من صندوق الروابط"
516
 
517
+ #: includes/settings-page/sp-plugin-settings.php:109
518
  msgid "Remove the link to the developers site from the WordPress meta-box."
519
  msgstr "حذف الرابط لمطوري الموقع من صندوق روابط ووردبريس."
520
 
521
+ #: includes/settings-page/sp-plugin-settings.php:114
522
  msgid "Activate debug mode"
523
  msgstr ""
524
 
525
+ #: includes/settings-page/sp-plugin-settings.php:118
526
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
527
  msgstr ""
528
 
529
+ #: includes/settings-page/sp-plugin-settings.php:123
530
  msgid "Disable warning"
531
  msgstr "تعطيل التحذير"
532
 
533
+ #: includes/settings-page/sp-plugin-settings.php:128
534
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
535
  msgstr "تعطيل التحذير الذي يعرض في الصفحة الرئيسية للوحة تحكم الموقع عند تفعيل الإضافة و عدم تفعيل البرنامج ليعمل على جميع الصور تلقائياً."
536
 
localization/jquery-colorbox-be_BY.mo CHANGED
Binary file
localization/jquery-colorbox-be_BY.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:35+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:35+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Marcis G <by.marcis@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -20,85 +20,85 @@ msgstr ""
20
  msgid "jQuery Colorbox"
21
  msgstr ""
22
 
23
- #: jquery-colorbox.php:95
24
  msgid "Theme #1"
25
  msgstr "Тэма #1"
26
 
27
- #: jquery-colorbox.php:96
28
  msgid "Theme #2"
29
  msgstr "Тэма #2"
30
 
31
- #: jquery-colorbox.php:97
32
  msgid "Theme #3"
33
  msgstr "Тэма #3"
34
 
35
- #: jquery-colorbox.php:98
36
  msgid "Theme #4"
37
  msgstr "Тэма #4"
38
 
39
- #: jquery-colorbox.php:99
40
  msgid "Theme #5"
41
  msgstr "Тэма #5"
42
 
43
- #: jquery-colorbox.php:100
44
  msgid "Theme #6"
45
  msgstr "Тэма #6"
46
 
47
- #: jquery-colorbox.php:101
48
  msgid "Theme #7"
49
  msgstr "Тэма #7"
50
 
51
- #: jquery-colorbox.php:102
52
  msgid "Theme #8"
53
  msgstr "Тэма #8"
54
 
55
- #: jquery-colorbox.php:103
56
  msgid "Theme #9"
57
  msgstr "Тэма #9"
58
 
59
- #: jquery-colorbox.php:104
60
  msgid "Theme #10"
61
  msgstr "Тэма #10"
62
 
63
- #: jquery-colorbox.php:105
64
  msgid "Theme #11"
65
  msgstr "Тэма #11"
66
 
67
- #: jquery-colorbox.php:111
68
  msgid "Theme #12"
69
  msgstr "Тэма #12"
70
 
71
- #: jquery-colorbox.php:112
72
  msgid "Theme #13"
73
  msgstr "Тэма #13"
74
 
75
- #: jquery-colorbox.php:113
76
  msgid "Theme #14"
77
  msgstr "Тэма #14"
78
 
79
- #: jquery-colorbox.php:114
80
  msgid "Theme #15"
81
  msgstr "Тэма #15"
82
 
83
- #: jquery-colorbox.php:119
84
  msgid "percent"
85
  msgstr "адсотак"
86
 
87
- #: jquery-colorbox.php:120
88
  #: includes/settings-page/sp-colorbox-settings.php:248
89
  #: includes/settings-page/sp-colorbox-settings.php:257
90
  msgid "pixels"
91
  msgstr "пікселяў"
92
 
93
- #: jquery-colorbox.php:125
94
  msgid "elastic"
95
  msgstr "эластычн."
96
 
97
- #: jquery-colorbox.php:126
98
  msgid "fade"
99
  msgstr "знікненне"
100
 
101
- #: jquery-colorbox.php:127
102
  msgid "none"
103
  msgstr "не"
104
 
@@ -129,7 +129,7 @@ msgstr "Немагчыма абнавіць налады, вы не валода
129
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
130
  msgstr "Немагчыма абнавіць%1$s налады. Магчыма, вам бракуе мае рацыю, праверце, ці адзначаны адпаведны чекбокс."
131
 
132
- #: includes/jquery-colorbox-frontend.php:66
133
  msgid "Using"
134
  msgstr ""
135
 
@@ -368,7 +368,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
368
  msgstr "Узровень накладання непразрыстасці. Дыяпазон: ад 0 да 1"
369
 
370
  #: includes/settings-page/sp-colorbox-settings.php:329
371
- #: includes/settings-page/sp-plugin-settings.php:107
372
  msgid "Save Changes"
373
  msgstr "Захаваць змены"
374
 
@@ -489,35 +489,52 @@ msgstr "Аўтаматычнае ўтойванне флэш-аб'ектаў"
489
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
490
  msgstr "Аўтаматычна хаваць флэш-аб'екты за пластом Colorbox . Робіцца ўсталёўкай wmode да празрыстага."
491
 
492
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
493
  msgid "Add JavaScript to footer"
494
  msgstr ""
495
 
496
- #: includes/settings-page/sp-plugin-settings.php:73
497
  msgid "Add JavaScript to footer instead of the header."
498
  msgstr ""
499
 
500
- #: includes/settings-page/sp-plugin-settings.php:78
501
  msgid "Remove link from Meta-box"
502
  msgstr ""
503
 
504
- #: includes/settings-page/sp-plugin-settings.php:82
505
  msgid "Remove the link to the developers site from the WordPress meta-box."
506
  msgstr ""
507
 
508
- #: includes/settings-page/sp-plugin-settings.php:87
509
  msgid "Activate debug mode"
510
  msgstr ""
511
 
512
- #: includes/settings-page/sp-plugin-settings.php:91
513
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
514
  msgstr ""
515
 
516
- #: includes/settings-page/sp-plugin-settings.php:96
517
  msgid "Disable warning"
518
  msgstr "Адключыць папярэджанні"
519
 
520
- #: includes/settings-page/sp-plugin-settings.php:101
521
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
522
  msgstr "Адключэнне папярэджанне, якое адлюстроўваецца, калі ўбудова будзе актываваны, але аўта-colorbox функцыя для ўсіх малюнкаў выключана."
523
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:23+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:23+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Marcis G <by.marcis@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
20
  msgid "jQuery Colorbox"
21
  msgstr ""
22
 
23
+ #: jquery-colorbox.php:98
24
  msgid "Theme #1"
25
  msgstr "Тэма #1"
26
 
27
+ #: jquery-colorbox.php:99
28
  msgid "Theme #2"
29
  msgstr "Тэма #2"
30
 
31
+ #: jquery-colorbox.php:100
32
  msgid "Theme #3"
33
  msgstr "Тэма #3"
34
 
35
+ #: jquery-colorbox.php:101
36
  msgid "Theme #4"
37
  msgstr "Тэма #4"
38
 
39
+ #: jquery-colorbox.php:102
40
  msgid "Theme #5"
41
  msgstr "Тэма #5"
42
 
43
+ #: jquery-colorbox.php:103
44
  msgid "Theme #6"
45
  msgstr "Тэма #6"
46
 
47
+ #: jquery-colorbox.php:104
48
  msgid "Theme #7"
49
  msgstr "Тэма #7"
50
 
51
+ #: jquery-colorbox.php:105
52
  msgid "Theme #8"
53
  msgstr "Тэма #8"
54
 
55
+ #: jquery-colorbox.php:106
56
  msgid "Theme #9"
57
  msgstr "Тэма #9"
58
 
59
+ #: jquery-colorbox.php:107
60
  msgid "Theme #10"
61
  msgstr "Тэма #10"
62
 
63
+ #: jquery-colorbox.php:108
64
  msgid "Theme #11"
65
  msgstr "Тэма #11"
66
 
67
+ #: jquery-colorbox.php:114
68
  msgid "Theme #12"
69
  msgstr "Тэма #12"
70
 
71
+ #: jquery-colorbox.php:115
72
  msgid "Theme #13"
73
  msgstr "Тэма #13"
74
 
75
+ #: jquery-colorbox.php:116
76
  msgid "Theme #14"
77
  msgstr "Тэма #14"
78
 
79
+ #: jquery-colorbox.php:117
80
  msgid "Theme #15"
81
  msgstr "Тэма #15"
82
 
83
+ #: jquery-colorbox.php:122
84
  msgid "percent"
85
  msgstr "адсотак"
86
 
87
+ #: jquery-colorbox.php:123
88
  #: includes/settings-page/sp-colorbox-settings.php:248
89
  #: includes/settings-page/sp-colorbox-settings.php:257
90
  msgid "pixels"
91
  msgstr "пікселяў"
92
 
93
+ #: jquery-colorbox.php:128
94
  msgid "elastic"
95
  msgstr "эластычн."
96
 
97
+ #: jquery-colorbox.php:129
98
  msgid "fade"
99
  msgstr "знікненне"
100
 
101
+ #: jquery-colorbox.php:130
102
  msgid "none"
103
  msgstr "не"
104
 
129
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
130
  msgstr "Немагчыма абнавіць%1$s налады. Магчыма, вам бракуе мае рацыю, праверце, ці адзначаны адпаведны чекбокс."
131
 
132
+ #: includes/jquery-colorbox-frontend.php:65
133
  msgid "Using"
134
  msgstr ""
135
 
368
  msgstr "Узровень накладання непразрыстасці. Дыяпазон: ад 0 да 1"
369
 
370
  #: includes/settings-page/sp-colorbox-settings.php:329
371
+ #: includes/settings-page/sp-plugin-settings.php:134
372
  msgid "Save Changes"
373
  msgstr "Захаваць змены"
374
 
489
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
490
  msgstr "Аўтаматычна хаваць флэш-аб'екты за пластом Colorbox . Робіцца ўсталёўкай wmode да празрыстага."
491
 
492
+ #: includes/settings-page/sp-plugin-settings.php:70
493
+ msgid "Add Zoom overlay to pictures"
494
+ msgstr ""
495
+
496
+ #: includes/settings-page/sp-plugin-settings.php:76
497
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
498
+ msgstr ""
499
+
500
+ #: includes/settings-page/sp-plugin-settings.php:82
501
+ msgid "Use jQuery library from Google"
502
+ msgstr ""
503
+
504
+ #: includes/settings-page/sp-plugin-settings.php:88
505
+ #, php-format
506
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
507
+ msgstr ""
508
+
509
+ #: includes/settings-page/sp-plugin-settings.php:94
510
  msgid "Add JavaScript to footer"
511
  msgstr ""
512
 
513
+ #: includes/settings-page/sp-plugin-settings.php:100
514
  msgid "Add JavaScript to footer instead of the header."
515
  msgstr ""
516
 
517
+ #: includes/settings-page/sp-plugin-settings.php:105
518
  msgid "Remove link from Meta-box"
519
  msgstr ""
520
 
521
+ #: includes/settings-page/sp-plugin-settings.php:109
522
  msgid "Remove the link to the developers site from the WordPress meta-box."
523
  msgstr ""
524
 
525
+ #: includes/settings-page/sp-plugin-settings.php:114
526
  msgid "Activate debug mode"
527
  msgstr ""
528
 
529
+ #: includes/settings-page/sp-plugin-settings.php:118
530
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
531
  msgstr ""
532
 
533
+ #: includes/settings-page/sp-plugin-settings.php:123
534
  msgid "Disable warning"
535
  msgstr "Адключыць папярэджанні"
536
 
537
+ #: includes/settings-page/sp-plugin-settings.php:128
538
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
539
  msgstr "Адключэнне папярэджанне, якое адлюстроўваецца, калі ўбудова будзе актываваны, але аўта-colorbox функцыя для ўсіх малюнкаў выключана."
540
 
localization/jquery-colorbox-bs_BA.mo CHANGED
Binary file
localization/jquery-colorbox-bs_BA.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:35+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:36+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -18,85 +18,85 @@ msgstr ""
18
  msgid "jQuery Colorbox"
19
  msgstr ""
20
 
21
- #: jquery-colorbox.php:95
22
  msgid "Theme #1"
23
  msgstr "Tema #1"
24
 
25
- #: jquery-colorbox.php:96
26
  msgid "Theme #2"
27
  msgstr "Tema #2"
28
 
29
- #: jquery-colorbox.php:97
30
  msgid "Theme #3"
31
  msgstr "Tema #3"
32
 
33
- #: jquery-colorbox.php:98
34
  msgid "Theme #4"
35
  msgstr "Tema #4"
36
 
37
- #: jquery-colorbox.php:99
38
  msgid "Theme #5"
39
  msgstr "Tema #5"
40
 
41
- #: jquery-colorbox.php:100
42
  msgid "Theme #6"
43
  msgstr "Tema #6"
44
 
45
- #: jquery-colorbox.php:101
46
  msgid "Theme #7"
47
  msgstr "Tema #7"
48
 
49
- #: jquery-colorbox.php:102
50
  msgid "Theme #8"
51
  msgstr "Tema #8"
52
 
53
- #: jquery-colorbox.php:103
54
  msgid "Theme #9"
55
  msgstr "Tema #9"
56
 
57
- #: jquery-colorbox.php:104
58
  msgid "Theme #10"
59
  msgstr "Tema #10"
60
 
61
- #: jquery-colorbox.php:105
62
  msgid "Theme #11"
63
  msgstr "Tema #11"
64
 
65
- #: jquery-colorbox.php:111
66
  msgid "Theme #12"
67
  msgstr "Tema #12"
68
 
69
- #: jquery-colorbox.php:112
70
  msgid "Theme #13"
71
  msgstr "Tema #13"
72
 
73
- #: jquery-colorbox.php:113
74
  msgid "Theme #14"
75
  msgstr "Tema #14"
76
 
77
- #: jquery-colorbox.php:114
78
  msgid "Theme #15"
79
  msgstr "Tema #15"
80
 
81
- #: jquery-colorbox.php:119
82
  msgid "percent"
83
  msgstr "procenat"
84
 
85
- #: jquery-colorbox.php:120
86
  #: includes/settings-page/sp-colorbox-settings.php:248
87
  #: includes/settings-page/sp-colorbox-settings.php:257
88
  msgid "pixels"
89
  msgstr "piksel"
90
 
91
- #: jquery-colorbox.php:125
92
  msgid "elastic"
93
  msgstr "elastično"
94
 
95
- #: jquery-colorbox.php:126
96
  msgid "fade"
97
  msgstr "izblijediti"
98
 
99
- #: jquery-colorbox.php:127
100
  msgid "none"
101
  msgstr "bez efekta"
102
 
@@ -127,7 +127,7 @@ msgstr "Opcije nisu ažurirane, nemaš potrebna ovlaštenja."
127
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
128
  msgstr " %1$s opcije nisu mogle biti izbrisane. Ili nemaš potrebna ovlaštenja ili si zaboravio da aktiviraš Checkbox."
129
 
130
- #: includes/jquery-colorbox-frontend.php:66
131
  msgid "Using"
132
  msgstr ""
133
 
@@ -366,7 +366,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
366
  msgstr "Nivo Neprozirnosti overlaya. Raspon od 0 do 1"
367
 
368
  #: includes/settings-page/sp-colorbox-settings.php:329
369
- #: includes/settings-page/sp-plugin-settings.php:107
370
  msgid "Save Changes"
371
  msgstr "Sačuvaj promjene"
372
 
@@ -487,35 +487,52 @@ msgstr "Automatsko sakrivanje flash objekata"
487
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
488
  msgstr "Sakrij automatski flash objekte iza Colorbox layera. Za to će \"wmode\" biti podešen na \"transparent\"."
489
 
490
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
491
  msgid "Add JavaScript to footer"
492
  msgstr ""
493
 
494
- #: includes/settings-page/sp-plugin-settings.php:73
495
  msgid "Add JavaScript to footer instead of the header."
496
  msgstr ""
497
 
498
- #: includes/settings-page/sp-plugin-settings.php:78
499
  msgid "Remove link from Meta-box"
500
  msgstr ""
501
 
502
- #: includes/settings-page/sp-plugin-settings.php:82
503
  msgid "Remove the link to the developers site from the WordPress meta-box."
504
  msgstr ""
505
 
506
- #: includes/settings-page/sp-plugin-settings.php:87
507
  msgid "Activate debug mode"
508
  msgstr ""
509
 
510
- #: includes/settings-page/sp-plugin-settings.php:91
511
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
512
  msgstr ""
513
 
514
- #: includes/settings-page/sp-plugin-settings.php:96
515
  msgid "Disable warning"
516
  msgstr "Deaktiviraj upozorenje"
517
 
518
- #: includes/settings-page/sp-plugin-settings.php:101
519
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
520
  msgstr "Onemogućuje opomenu, prikazanu ako je plugin aktiviran ali element \"auto-colorbox\" za sve slike nije."
521
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:23+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:23+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
18
  msgid "jQuery Colorbox"
19
  msgstr ""
20
 
21
+ #: jquery-colorbox.php:98
22
  msgid "Theme #1"
23
  msgstr "Tema #1"
24
 
25
+ #: jquery-colorbox.php:99
26
  msgid "Theme #2"
27
  msgstr "Tema #2"
28
 
29
+ #: jquery-colorbox.php:100
30
  msgid "Theme #3"
31
  msgstr "Tema #3"
32
 
33
+ #: jquery-colorbox.php:101
34
  msgid "Theme #4"
35
  msgstr "Tema #4"
36
 
37
+ #: jquery-colorbox.php:102
38
  msgid "Theme #5"
39
  msgstr "Tema #5"
40
 
41
+ #: jquery-colorbox.php:103
42
  msgid "Theme #6"
43
  msgstr "Tema #6"
44
 
45
+ #: jquery-colorbox.php:104
46
  msgid "Theme #7"
47
  msgstr "Tema #7"
48
 
49
+ #: jquery-colorbox.php:105
50
  msgid "Theme #8"
51
  msgstr "Tema #8"
52
 
53
+ #: jquery-colorbox.php:106
54
  msgid "Theme #9"
55
  msgstr "Tema #9"
56
 
57
+ #: jquery-colorbox.php:107
58
  msgid "Theme #10"
59
  msgstr "Tema #10"
60
 
61
+ #: jquery-colorbox.php:108
62
  msgid "Theme #11"
63
  msgstr "Tema #11"
64
 
65
+ #: jquery-colorbox.php:114
66
  msgid "Theme #12"
67
  msgstr "Tema #12"
68
 
69
+ #: jquery-colorbox.php:115
70
  msgid "Theme #13"
71
  msgstr "Tema #13"
72
 
73
+ #: jquery-colorbox.php:116
74
  msgid "Theme #14"
75
  msgstr "Tema #14"
76
 
77
+ #: jquery-colorbox.php:117
78
  msgid "Theme #15"
79
  msgstr "Tema #15"
80
 
81
+ #: jquery-colorbox.php:122
82
  msgid "percent"
83
  msgstr "procenat"
84
 
85
+ #: jquery-colorbox.php:123
86
  #: includes/settings-page/sp-colorbox-settings.php:248
87
  #: includes/settings-page/sp-colorbox-settings.php:257
88
  msgid "pixels"
89
  msgstr "piksel"
90
 
91
+ #: jquery-colorbox.php:128
92
  msgid "elastic"
93
  msgstr "elastično"
94
 
95
+ #: jquery-colorbox.php:129
96
  msgid "fade"
97
  msgstr "izblijediti"
98
 
99
+ #: jquery-colorbox.php:130
100
  msgid "none"
101
  msgstr "bez efekta"
102
 
127
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
128
  msgstr " %1$s opcije nisu mogle biti izbrisane. Ili nemaš potrebna ovlaštenja ili si zaboravio da aktiviraš Checkbox."
129
 
130
+ #: includes/jquery-colorbox-frontend.php:65
131
  msgid "Using"
132
  msgstr ""
133
 
366
  msgstr "Nivo Neprozirnosti overlaya. Raspon od 0 do 1"
367
 
368
  #: includes/settings-page/sp-colorbox-settings.php:329
369
+ #: includes/settings-page/sp-plugin-settings.php:134
370
  msgid "Save Changes"
371
  msgstr "Sačuvaj promjene"
372
 
487
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
488
  msgstr "Sakrij automatski flash objekte iza Colorbox layera. Za to će \"wmode\" biti podešen na \"transparent\"."
489
 
490
+ #: includes/settings-page/sp-plugin-settings.php:70
491
+ msgid "Add Zoom overlay to pictures"
492
+ msgstr ""
493
+
494
+ #: includes/settings-page/sp-plugin-settings.php:76
495
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
496
+ msgstr ""
497
+
498
+ #: includes/settings-page/sp-plugin-settings.php:82
499
+ msgid "Use jQuery library from Google"
500
+ msgstr ""
501
+
502
+ #: includes/settings-page/sp-plugin-settings.php:88
503
+ #, php-format
504
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
505
+ msgstr ""
506
+
507
+ #: includes/settings-page/sp-plugin-settings.php:94
508
  msgid "Add JavaScript to footer"
509
  msgstr ""
510
 
511
+ #: includes/settings-page/sp-plugin-settings.php:100
512
  msgid "Add JavaScript to footer instead of the header."
513
  msgstr ""
514
 
515
+ #: includes/settings-page/sp-plugin-settings.php:105
516
  msgid "Remove link from Meta-box"
517
  msgstr ""
518
 
519
+ #: includes/settings-page/sp-plugin-settings.php:109
520
  msgid "Remove the link to the developers site from the WordPress meta-box."
521
  msgstr ""
522
 
523
+ #: includes/settings-page/sp-plugin-settings.php:114
524
  msgid "Activate debug mode"
525
  msgstr ""
526
 
527
+ #: includes/settings-page/sp-plugin-settings.php:118
528
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
529
  msgstr ""
530
 
531
+ #: includes/settings-page/sp-plugin-settings.php:123
532
  msgid "Disable warning"
533
  msgstr "Deaktiviraj upozorenje"
534
 
535
+ #: includes/settings-page/sp-plugin-settings.php:128
536
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
537
  msgstr "Onemogućuje opomenu, prikazanu ako je plugin aktiviran ali element \"auto-colorbox\" za sve slike nije."
538
 
localization/jquery-colorbox-da_DK.mo CHANGED
Binary file
localization/jquery-colorbox-da_DK.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:38+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:38+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "procent"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pixels"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "elastisk"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "fade"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "ingen"
103
 
@@ -128,7 +128,7 @@ msgstr "Indstillingerne er ikke opdateret, da du ikke har de nødvendige rettigh
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Slettede ikke indstillingerne for %1$. Enten har du ikke de nødvendige rettigheder eller også afmærkede du ikke check-box'en."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "Bruger"
134
 
@@ -361,7 +361,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
361
  msgstr "Det øverste lags gennemsigtighed - defineret som en værdi mellem 0 og 1"
362
 
363
  #: includes/settings-page/sp-colorbox-settings.php:329
364
- #: includes/settings-page/sp-plugin-settings.php:107
365
  msgid "Save Changes"
366
  msgstr "Gem ændringer"
367
 
@@ -481,35 +481,52 @@ msgstr "Automatiser skjulning af flash objekter"
481
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
482
  msgstr "Gem automatisk embedded flash objekter bag Colorbox laget."
483
 
484
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
485
  msgid "Add JavaScript to footer"
486
  msgstr "Tilføj JavaScript til footeren"
487
 
488
- #: includes/settings-page/sp-plugin-settings.php:73
489
  msgid "Add JavaScript to footer instead of the header."
490
  msgstr "Tilføj JavaScript til footeren i stedet for headeren."
491
 
492
- #: includes/settings-page/sp-plugin-settings.php:78
493
  msgid "Remove link from Meta-box"
494
  msgstr "Fjern link fra Meta-box"
495
 
496
- #: includes/settings-page/sp-plugin-settings.php:82
497
  msgid "Remove the link to the developers site from the WordPress meta-box."
498
  msgstr "Fjern linket til udviklerens site fra WordPress meta-boxen."
499
 
500
- #: includes/settings-page/sp-plugin-settings.php:87
501
  msgid "Activate debug mode"
502
  msgstr "Aktiver debug mode"
503
 
504
- #: includes/settings-page/sp-plugin-settings.php:91
505
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
506
  msgstr "Tilføj debug information og ikke-minimeret JavaScript til siden. Bruges til fejlfinding."
507
 
508
- #: includes/settings-page/sp-plugin-settings.php:96
509
  msgid "Disable warning"
510
  msgstr "Slå advarsler fra"
511
 
512
- #: includes/settings-page/sp-plugin-settings.php:101
513
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
514
  msgstr "Slå den advarsel fra som vises hvis plugin'en er aktiveret, men auto-colorbox er slået fra for alle billeder."
515
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:24+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:24+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "procent"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pixels"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "elastisk"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "fade"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "ingen"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Slettede ikke indstillingerne for %1$. Enten har du ikke de nødvendige rettigheder eller også afmærkede du ikke check-box'en."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "Bruger"
134
 
361
  msgstr "Det øverste lags gennemsigtighed - defineret som en værdi mellem 0 og 1"
362
 
363
  #: includes/settings-page/sp-colorbox-settings.php:329
364
+ #: includes/settings-page/sp-plugin-settings.php:134
365
  msgid "Save Changes"
366
  msgstr "Gem ændringer"
367
 
481
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
482
  msgstr "Gem automatisk embedded flash objekter bag Colorbox laget."
483
 
484
+ #: includes/settings-page/sp-plugin-settings.php:70
485
+ msgid "Add Zoom overlay to pictures"
486
+ msgstr ""
487
+
488
+ #: includes/settings-page/sp-plugin-settings.php:76
489
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
490
+ msgstr ""
491
+
492
+ #: includes/settings-page/sp-plugin-settings.php:82
493
+ msgid "Use jQuery library from Google"
494
+ msgstr ""
495
+
496
+ #: includes/settings-page/sp-plugin-settings.php:88
497
+ #, php-format
498
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
499
+ msgstr ""
500
+
501
+ #: includes/settings-page/sp-plugin-settings.php:94
502
  msgid "Add JavaScript to footer"
503
  msgstr "Tilføj JavaScript til footeren"
504
 
505
+ #: includes/settings-page/sp-plugin-settings.php:100
506
  msgid "Add JavaScript to footer instead of the header."
507
  msgstr "Tilføj JavaScript til footeren i stedet for headeren."
508
 
509
+ #: includes/settings-page/sp-plugin-settings.php:105
510
  msgid "Remove link from Meta-box"
511
  msgstr "Fjern link fra Meta-box"
512
 
513
+ #: includes/settings-page/sp-plugin-settings.php:109
514
  msgid "Remove the link to the developers site from the WordPress meta-box."
515
  msgstr "Fjern linket til udviklerens site fra WordPress meta-boxen."
516
 
517
+ #: includes/settings-page/sp-plugin-settings.php:114
518
  msgid "Activate debug mode"
519
  msgstr "Aktiver debug mode"
520
 
521
+ #: includes/settings-page/sp-plugin-settings.php:118
522
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
523
  msgstr "Tilføj debug information og ikke-minimeret JavaScript til siden. Bruges til fejlfinding."
524
 
525
+ #: includes/settings-page/sp-plugin-settings.php:123
526
  msgid "Disable warning"
527
  msgstr "Slå advarsler fra"
528
 
529
+ #: includes/settings-page/sp-plugin-settings.php:128
530
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
531
  msgstr "Slå den advarsel fra som vises hvis plugin'en er aktiveret, men auto-colorbox er slået fra for alle billeder."
532
 
localization/jquery-colorbox-de_DE.mo CHANGED
Binary file
localization/jquery-colorbox-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:38+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:39+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr "jQuery ColorBox"
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Thema #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Thema #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Thema #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Thema #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Thema #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Thema #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Thema #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Thema #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Thema #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Thema #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Thema #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Thema #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Thema #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Thema #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Thema #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "Prozent"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "Pixel"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "Elastisch"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "Verblassen"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "Kein Effekt"
103
 
@@ -128,7 +128,7 @@ msgstr "Einstellungen nicht aktualisiert, da Sie nicht die hierfür erforderlich
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Konnte die Einstellungen von %1$s nicht entfernen. Entweder besitzen Sie nicht die notwendigen Rechte, oder Sie haben vergessen, die Checkbox [x] zu aktivieren."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "Verwendet"
134
 
@@ -361,7 +361,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
361
  msgstr "Die Deckkraft des Overlays. Werte von 0 bis 1 sind zugelassen"
362
 
363
  #: includes/settings-page/sp-colorbox-settings.php:329
364
- #: includes/settings-page/sp-plugin-settings.php:107
365
  msgid "Save Changes"
366
  msgstr "&Auml;nderungen speichern"
367
 
@@ -480,35 +480,52 @@ msgstr "Verstecken von Flash Objekten"
480
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
481
  msgstr "Flash Objekte automatisch unter dem Colorbox Overlay verstecken."
482
 
483
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
484
  msgid "Add JavaScript to footer"
485
  msgstr "JavaScript im Footer laden"
486
 
487
- #: includes/settings-page/sp-plugin-settings.php:73
488
  msgid "Add JavaScript to footer instead of the header."
489
  msgstr "JavaScript im Footer statt im Header laden"
490
 
491
- #: includes/settings-page/sp-plugin-settings.php:78
492
  msgid "Remove link from Meta-box"
493
  msgstr "Link aus der Meta-Box entfernen"
494
 
495
- #: includes/settings-page/sp-plugin-settings.php:82
496
  msgid "Remove the link to the developers site from the WordPress meta-box."
497
  msgstr "Link zur Seite des Entwicklers aus der Meta-Box von WordPress entfernen"
498
 
499
- #: includes/settings-page/sp-plugin-settings.php:87
500
  msgid "Activate debug mode"
501
  msgstr "Debug Modus aktivieren"
502
 
503
- #: includes/settings-page/sp-plugin-settings.php:91
504
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
505
  msgstr "Debug Informationen und nicht-minifiziertes JavaScript werden in die Seite eingef&uuml;gt. Erleichtert das Troubleshooting."
506
 
507
- #: includes/settings-page/sp-plugin-settings.php:96
508
  msgid "Disable warning"
509
  msgstr "Warnung deaktivieren"
510
 
511
- #: includes/settings-page/sp-plugin-settings.php:101
512
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
513
  msgstr "Deaktiviert die Warnung, die angezeigt wird, wenn das Plugin aktiviert ist, aber das auto-colorbox Feature f&uuml;r alle Bilder nicht."
514
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:24+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:28+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr "jQuery ColorBox"
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Thema #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Thema #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Thema #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Thema #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Thema #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Thema #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Thema #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Thema #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Thema #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Thema #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Thema #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Thema #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Thema #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Thema #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Thema #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "Prozent"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "Pixel"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "Elastisch"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "Verblassen"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "Kein Effekt"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Konnte die Einstellungen von %1$s nicht entfernen. Entweder besitzen Sie nicht die notwendigen Rechte, oder Sie haben vergessen, die Checkbox [x] zu aktivieren."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "Verwendet"
134
 
361
  msgstr "Die Deckkraft des Overlays. Werte von 0 bis 1 sind zugelassen"
362
 
363
  #: includes/settings-page/sp-colorbox-settings.php:329
364
+ #: includes/settings-page/sp-plugin-settings.php:134
365
  msgid "Save Changes"
366
  msgstr "&Auml;nderungen speichern"
367
 
480
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
481
  msgstr "Flash Objekte automatisch unter dem Colorbox Overlay verstecken."
482
 
483
+ #: includes/settings-page/sp-plugin-settings.php:70
484
+ msgid "Add Zoom overlay to pictures"
485
+ msgstr "Zoom Overlay f&uuml;r alle Bilder hinzuf&uuml;gen"
486
+
487
+ #: includes/settings-page/sp-plugin-settings.php:76
488
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
489
+ msgstr "Zoom Overlay f&uuml;r alle Bilder hinzuf&uuml;gen, die sich in der Colorbox &ouml;ffnen lassen."
490
+
491
+ #: includes/settings-page/sp-plugin-settings.php:82
492
+ msgid "Use jQuery library from Google"
493
+ msgstr "jQuery Library von Google verwenden"
494
+
495
+ #: includes/settings-page/sp-plugin-settings.php:88
496
+ #, php-format
497
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
498
+ msgstr "jQuery Bibliothek Version %1$s von Google anstelle von der Version verwenden, die WordPress mitbringt."
499
+
500
+ #: includes/settings-page/sp-plugin-settings.php:94
501
  msgid "Add JavaScript to footer"
502
  msgstr "JavaScript im Footer laden"
503
 
504
+ #: includes/settings-page/sp-plugin-settings.php:100
505
  msgid "Add JavaScript to footer instead of the header."
506
  msgstr "JavaScript im Footer statt im Header laden"
507
 
508
+ #: includes/settings-page/sp-plugin-settings.php:105
509
  msgid "Remove link from Meta-box"
510
  msgstr "Link aus der Meta-Box entfernen"
511
 
512
+ #: includes/settings-page/sp-plugin-settings.php:109
513
  msgid "Remove the link to the developers site from the WordPress meta-box."
514
  msgstr "Link zur Seite des Entwicklers aus der Meta-Box von WordPress entfernen"
515
 
516
+ #: includes/settings-page/sp-plugin-settings.php:114
517
  msgid "Activate debug mode"
518
  msgstr "Debug Modus aktivieren"
519
 
520
+ #: includes/settings-page/sp-plugin-settings.php:118
521
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
522
  msgstr "Debug Informationen und nicht-minifiziertes JavaScript werden in die Seite eingef&uuml;gt. Erleichtert das Troubleshooting."
523
 
524
+ #: includes/settings-page/sp-plugin-settings.php:123
525
  msgid "Disable warning"
526
  msgstr "Warnung deaktivieren"
527
 
528
+ #: includes/settings-page/sp-plugin-settings.php:128
529
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
530
  msgstr "Deaktiviert die Warnung, die angezeigt wird, wenn das Plugin aktiviert ist, aber das auto-colorbox Feature f&uuml;r alle Bilder nicht."
531
 
localization/jquery-colorbox-en_EN.mo CHANGED
Binary file
localization/jquery-colorbox-en_EN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:39+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:39+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr ""
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr ""
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr ""
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr ""
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr ""
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr ""
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr ""
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr ""
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr ""
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr ""
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr ""
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr ""
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr ""
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr ""
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr ""
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr ""
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr ""
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr ""
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr ""
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr ""
103
 
@@ -128,7 +128,7 @@ msgstr ""
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr ""
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr ""
134
 
@@ -361,7 +361,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
361
  msgstr ""
362
 
363
  #: includes/settings-page/sp-colorbox-settings.php:329
364
- #: includes/settings-page/sp-plugin-settings.php:107
365
  msgid "Save Changes"
366
  msgstr ""
367
 
@@ -480,35 +480,52 @@ msgstr ""
480
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
481
  msgstr ""
482
 
483
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
484
  msgid "Add JavaScript to footer"
485
  msgstr ""
486
 
487
- #: includes/settings-page/sp-plugin-settings.php:73
488
  msgid "Add JavaScript to footer instead of the header."
489
  msgstr ""
490
 
491
- #: includes/settings-page/sp-plugin-settings.php:78
492
  msgid "Remove link from Meta-box"
493
  msgstr ""
494
 
495
- #: includes/settings-page/sp-plugin-settings.php:82
496
  msgid "Remove the link to the developers site from the WordPress meta-box."
497
  msgstr ""
498
 
499
- #: includes/settings-page/sp-plugin-settings.php:87
500
  msgid "Activate debug mode"
501
  msgstr ""
502
 
503
- #: includes/settings-page/sp-plugin-settings.php:91
504
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
505
  msgstr ""
506
 
507
- #: includes/settings-page/sp-plugin-settings.php:96
508
  msgid "Disable warning"
509
  msgstr ""
510
 
511
- #: includes/settings-page/sp-plugin-settings.php:101
512
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
513
  msgstr ""
514
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:28+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:28+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr ""
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr ""
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr ""
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr ""
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr ""
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr ""
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr ""
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr ""
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr ""
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr ""
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr ""
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr ""
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr ""
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr ""
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr ""
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr ""
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr ""
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr ""
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr ""
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr ""
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr ""
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr ""
134
 
361
  msgstr ""
362
 
363
  #: includes/settings-page/sp-colorbox-settings.php:329
364
+ #: includes/settings-page/sp-plugin-settings.php:134
365
  msgid "Save Changes"
366
  msgstr ""
367
 
480
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
481
  msgstr ""
482
 
483
+ #: includes/settings-page/sp-plugin-settings.php:70
484
+ msgid "Add Zoom overlay to pictures"
485
+ msgstr ""
486
+
487
+ #: includes/settings-page/sp-plugin-settings.php:76
488
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
489
+ msgstr ""
490
+
491
+ #: includes/settings-page/sp-plugin-settings.php:82
492
+ msgid "Use jQuery library from Google"
493
+ msgstr ""
494
+
495
+ #: includes/settings-page/sp-plugin-settings.php:88
496
+ #, php-format
497
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
498
+ msgstr ""
499
+
500
+ #: includes/settings-page/sp-plugin-settings.php:94
501
  msgid "Add JavaScript to footer"
502
  msgstr ""
503
 
504
+ #: includes/settings-page/sp-plugin-settings.php:100
505
  msgid "Add JavaScript to footer instead of the header."
506
  msgstr ""
507
 
508
+ #: includes/settings-page/sp-plugin-settings.php:105
509
  msgid "Remove link from Meta-box"
510
  msgstr ""
511
 
512
+ #: includes/settings-page/sp-plugin-settings.php:109
513
  msgid "Remove the link to the developers site from the WordPress meta-box."
514
  msgstr ""
515
 
516
+ #: includes/settings-page/sp-plugin-settings.php:114
517
  msgid "Activate debug mode"
518
  msgstr ""
519
 
520
+ #: includes/settings-page/sp-plugin-settings.php:118
521
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
522
  msgstr ""
523
 
524
+ #: includes/settings-page/sp-plugin-settings.php:123
525
  msgid "Disable warning"
526
  msgstr ""
527
 
528
+ #: includes/settings-page/sp-plugin-settings.php:128
529
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
530
  msgstr ""
531
 
localization/jquery-colorbox-es_ES.mo CHANGED
Binary file
localization/jquery-colorbox-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:39+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:40+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "porcentaje"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "píxeles"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "elastico"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "fundido"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "ninguno"
103
 
@@ -128,7 +128,7 @@ msgstr "No se han actualizado las opciones, no tienes los permisos necesarios."
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "No se han eliminado %1$s opciones. O bien no tiene los permisos necesarios o aún no ha marcado la casilla."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "Utilizando"
134
 
@@ -365,7 +365,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
365
  msgstr "La opacidad de la superposición. Rango: de 0 a 1"
366
 
367
  #: includes/settings-page/sp-colorbox-settings.php:329
368
- #: includes/settings-page/sp-plugin-settings.php:107
369
  msgid "Save Changes"
370
  msgstr "Guardar cambios"
371
 
@@ -485,35 +485,52 @@ msgstr "Automatizar la ocultación de objetos flash"
485
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
486
  msgstr "Ocultar automáticamente objetos flash incrustados detrás de la capa Colorbox."
487
 
488
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  msgid "Add JavaScript to footer"
490
  msgstr "Añadir JavaScript al pie de página"
491
 
492
- #: includes/settings-page/sp-plugin-settings.php:73
493
  msgid "Add JavaScript to footer instead of the header."
494
  msgstr "Añadir JavaScript en el pie de página en lugar de en el encabezado."
495
 
496
- #: includes/settings-page/sp-plugin-settings.php:78
497
  msgid "Remove link from Meta-box"
498
  msgstr "Quitar vínculo del Meta-box"
499
 
500
- #: includes/settings-page/sp-plugin-settings.php:82
501
  msgid "Remove the link to the developers site from the WordPress meta-box."
502
  msgstr "Eliminar el vínculo con el sitio de los desarrolladores del meta-box de WordPress."
503
 
504
- #: includes/settings-page/sp-plugin-settings.php:87
505
  msgid "Activate debug mode"
506
  msgstr "Activar modo de depuración"
507
 
508
- #: includes/settings-page/sp-plugin-settings.php:91
509
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
510
  msgstr "Añade información de depuración y el JavaScript completo a la página. Útil para la solución de problemas."
511
 
512
- #: includes/settings-page/sp-plugin-settings.php:96
513
  msgid "Disable warning"
514
  msgstr "Deshabilitar advertencia"
515
 
516
- #: includes/settings-page/sp-plugin-settings.php:101
517
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
518
  msgstr "Deshabilita la advertencia que se muestra si el plugin está activado pero la función de auto-colorbox para todas las imágenes está desactivada."
519
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:28+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:28+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "porcentaje"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "píxeles"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "elastico"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "fundido"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "ninguno"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "No se han eliminado %1$s opciones. O bien no tiene los permisos necesarios o aún no ha marcado la casilla."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "Utilizando"
134
 
365
  msgstr "La opacidad de la superposición. Rango: de 0 a 1"
366
 
367
  #: includes/settings-page/sp-colorbox-settings.php:329
368
+ #: includes/settings-page/sp-plugin-settings.php:134
369
  msgid "Save Changes"
370
  msgstr "Guardar cambios"
371
 
485
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
486
  msgstr "Ocultar automáticamente objetos flash incrustados detrás de la capa Colorbox."
487
 
488
+ #: includes/settings-page/sp-plugin-settings.php:70
489
+ msgid "Add Zoom overlay to pictures"
490
+ msgstr ""
491
+
492
+ #: includes/settings-page/sp-plugin-settings.php:76
493
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
494
+ msgstr ""
495
+
496
+ #: includes/settings-page/sp-plugin-settings.php:82
497
+ msgid "Use jQuery library from Google"
498
+ msgstr ""
499
+
500
+ #: includes/settings-page/sp-plugin-settings.php:88
501
+ #, php-format
502
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
503
+ msgstr ""
504
+
505
+ #: includes/settings-page/sp-plugin-settings.php:94
506
  msgid "Add JavaScript to footer"
507
  msgstr "Añadir JavaScript al pie de página"
508
 
509
+ #: includes/settings-page/sp-plugin-settings.php:100
510
  msgid "Add JavaScript to footer instead of the header."
511
  msgstr "Añadir JavaScript en el pie de página en lugar de en el encabezado."
512
 
513
+ #: includes/settings-page/sp-plugin-settings.php:105
514
  msgid "Remove link from Meta-box"
515
  msgstr "Quitar vínculo del Meta-box"
516
 
517
+ #: includes/settings-page/sp-plugin-settings.php:109
518
  msgid "Remove the link to the developers site from the WordPress meta-box."
519
  msgstr "Eliminar el vínculo con el sitio de los desarrolladores del meta-box de WordPress."
520
 
521
+ #: includes/settings-page/sp-plugin-settings.php:114
522
  msgid "Activate debug mode"
523
  msgstr "Activar modo de depuración"
524
 
525
+ #: includes/settings-page/sp-plugin-settings.php:118
526
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
527
  msgstr "Añade información de depuración y el JavaScript completo a la página. Útil para la solución de problemas."
528
 
529
+ #: includes/settings-page/sp-plugin-settings.php:123
530
  msgid "Disable warning"
531
  msgstr "Deshabilitar advertencia"
532
 
533
+ #: includes/settings-page/sp-plugin-settings.php:128
534
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
535
  msgstr "Deshabilita la advertencia que se muestra si el plugin está activado pero la función de auto-colorbox para todas las imágenes está desactivada."
536
 
localization/jquery-colorbox-fi.mo CHANGED
Binary file
localization/jquery-colorbox-fi.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:40+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:40+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -20,85 +20,85 @@ msgstr ""
20
  msgid "jQuery Colorbox"
21
  msgstr ""
22
 
23
- #: jquery-colorbox.php:95
24
  msgid "Theme #1"
25
  msgstr "Teema #1"
26
 
27
- #: jquery-colorbox.php:96
28
  msgid "Theme #2"
29
  msgstr "Teema #2"
30
 
31
- #: jquery-colorbox.php:97
32
  msgid "Theme #3"
33
  msgstr "Teema #3"
34
 
35
- #: jquery-colorbox.php:98
36
  msgid "Theme #4"
37
  msgstr "Teema #4"
38
 
39
- #: jquery-colorbox.php:99
40
  msgid "Theme #5"
41
  msgstr "Teema #5"
42
 
43
- #: jquery-colorbox.php:100
44
  msgid "Theme #6"
45
  msgstr "Teema #6"
46
 
47
- #: jquery-colorbox.php:101
48
  msgid "Theme #7"
49
  msgstr "Teema #7"
50
 
51
- #: jquery-colorbox.php:102
52
  msgid "Theme #8"
53
  msgstr "Teema #8"
54
 
55
- #: jquery-colorbox.php:103
56
  msgid "Theme #9"
57
  msgstr "Teema #9"
58
 
59
- #: jquery-colorbox.php:104
60
  msgid "Theme #10"
61
  msgstr "Teema #10"
62
 
63
- #: jquery-colorbox.php:105
64
  msgid "Theme #11"
65
  msgstr "Teema #11"
66
 
67
- #: jquery-colorbox.php:111
68
  msgid "Theme #12"
69
  msgstr "Teema #12"
70
 
71
- #: jquery-colorbox.php:112
72
  msgid "Theme #13"
73
  msgstr "Teema #13"
74
 
75
- #: jquery-colorbox.php:113
76
  msgid "Theme #14"
77
  msgstr "Teema #14"
78
 
79
- #: jquery-colorbox.php:114
80
  msgid "Theme #15"
81
  msgstr "Teema #15"
82
 
83
- #: jquery-colorbox.php:119
84
  msgid "percent"
85
  msgstr "prosenttia"
86
 
87
- #: jquery-colorbox.php:120
88
  #: includes/settings-page/sp-colorbox-settings.php:248
89
  #: includes/settings-page/sp-colorbox-settings.php:257
90
  msgid "pixels"
91
  msgstr "pikseliä"
92
 
93
- #: jquery-colorbox.php:125
94
  msgid "elastic"
95
  msgstr "elastinen"
96
 
97
- #: jquery-colorbox.php:126
98
  msgid "fade"
99
  msgstr "häivytys"
100
 
101
- #: jquery-colorbox.php:127
102
  msgid "none"
103
  msgstr "ei mitään"
104
 
@@ -129,7 +129,7 @@ msgstr "Asetuksia ei päivitetty, sinulla ei ole tarvittavia oikeuksia."
129
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
130
  msgstr "%1$s asetuksia ei poistettu. Joko sinulla ei ole tarvittavia oikeuksia tai et valinnut valintaruutua."
131
 
132
- #: includes/jquery-colorbox-frontend.php:66
133
  msgid "Using"
134
  msgstr "Käyttäen"
135
 
@@ -362,7 +362,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
362
  msgstr "Taustan läpinäkyvyyden aste. Väliltä: 0-1"
363
 
364
  #: includes/settings-page/sp-colorbox-settings.php:329
365
- #: includes/settings-page/sp-plugin-settings.php:107
366
  msgid "Save Changes"
367
  msgstr "Tallenna muutokset"
368
 
@@ -482,35 +482,52 @@ msgstr "Piilota Flash objektit automaattisesti"
482
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
483
  msgstr "Piilota automaattisesti Colorbox tason takana olevat upotetut flash objektit."
484
 
485
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
486
  msgid "Add JavaScript to footer"
487
  msgstr "Lisää JavaScript sivun loppuosaan"
488
 
489
- #: includes/settings-page/sp-plugin-settings.php:73
490
  msgid "Add JavaScript to footer instead of the header."
491
  msgstr "Lisää JavaScript sivun loppuosaan alkuosan sijasta."
492
 
493
- #: includes/settings-page/sp-plugin-settings.php:78
494
  msgid "Remove link from Meta-box"
495
  msgstr "Poista linkki kuvan lisäys asetuksista"
496
 
497
- #: includes/settings-page/sp-plugin-settings.php:82
498
  msgid "Remove the link to the developers site from the WordPress meta-box."
499
  msgstr "Poista linkki kehittäjien sivustolle Wordpressistä"
500
 
501
- #: includes/settings-page/sp-plugin-settings.php:87
502
  msgid "Activate debug mode"
503
  msgstr "Aseta virheenkorjaus (debug) moodi päälle"
504
 
505
- #: includes/settings-page/sp-plugin-settings.php:91
506
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
507
  msgstr "Lisää virheenkorjaustietoa ja ei minimoitua JavaScriptiä sivulle. Käytännällinen vian etsinnässä."
508
 
509
- #: includes/settings-page/sp-plugin-settings.php:96
510
  msgid "Disable warning"
511
  msgstr "Piilota varoitus"
512
 
513
- #: includes/settings-page/sp-plugin-settings.php:101
514
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
515
  msgstr "Piiloita varoitus joka näytetään kun lisäosa on aktivoitu, mutta ei ole kytketty päälle kaikille kuville."
516
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:28+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:29+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
20
  msgid "jQuery Colorbox"
21
  msgstr ""
22
 
23
+ #: jquery-colorbox.php:98
24
  msgid "Theme #1"
25
  msgstr "Teema #1"
26
 
27
+ #: jquery-colorbox.php:99
28
  msgid "Theme #2"
29
  msgstr "Teema #2"
30
 
31
+ #: jquery-colorbox.php:100
32
  msgid "Theme #3"
33
  msgstr "Teema #3"
34
 
35
+ #: jquery-colorbox.php:101
36
  msgid "Theme #4"
37
  msgstr "Teema #4"
38
 
39
+ #: jquery-colorbox.php:102
40
  msgid "Theme #5"
41
  msgstr "Teema #5"
42
 
43
+ #: jquery-colorbox.php:103
44
  msgid "Theme #6"
45
  msgstr "Teema #6"
46
 
47
+ #: jquery-colorbox.php:104
48
  msgid "Theme #7"
49
  msgstr "Teema #7"
50
 
51
+ #: jquery-colorbox.php:105
52
  msgid "Theme #8"
53
  msgstr "Teema #8"
54
 
55
+ #: jquery-colorbox.php:106
56
  msgid "Theme #9"
57
  msgstr "Teema #9"
58
 
59
+ #: jquery-colorbox.php:107
60
  msgid "Theme #10"
61
  msgstr "Teema #10"
62
 
63
+ #: jquery-colorbox.php:108
64
  msgid "Theme #11"
65
  msgstr "Teema #11"
66
 
67
+ #: jquery-colorbox.php:114
68
  msgid "Theme #12"
69
  msgstr "Teema #12"
70
 
71
+ #: jquery-colorbox.php:115
72
  msgid "Theme #13"
73
  msgstr "Teema #13"
74
 
75
+ #: jquery-colorbox.php:116
76
  msgid "Theme #14"
77
  msgstr "Teema #14"
78
 
79
+ #: jquery-colorbox.php:117
80
  msgid "Theme #15"
81
  msgstr "Teema #15"
82
 
83
+ #: jquery-colorbox.php:122
84
  msgid "percent"
85
  msgstr "prosenttia"
86
 
87
+ #: jquery-colorbox.php:123
88
  #: includes/settings-page/sp-colorbox-settings.php:248
89
  #: includes/settings-page/sp-colorbox-settings.php:257
90
  msgid "pixels"
91
  msgstr "pikseliä"
92
 
93
+ #: jquery-colorbox.php:128
94
  msgid "elastic"
95
  msgstr "elastinen"
96
 
97
+ #: jquery-colorbox.php:129
98
  msgid "fade"
99
  msgstr "häivytys"
100
 
101
+ #: jquery-colorbox.php:130
102
  msgid "none"
103
  msgstr "ei mitään"
104
 
129
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
130
  msgstr "%1$s asetuksia ei poistettu. Joko sinulla ei ole tarvittavia oikeuksia tai et valinnut valintaruutua."
131
 
132
+ #: includes/jquery-colorbox-frontend.php:65
133
  msgid "Using"
134
  msgstr "Käyttäen"
135
 
362
  msgstr "Taustan läpinäkyvyyden aste. Väliltä: 0-1"
363
 
364
  #: includes/settings-page/sp-colorbox-settings.php:329
365
+ #: includes/settings-page/sp-plugin-settings.php:134
366
  msgid "Save Changes"
367
  msgstr "Tallenna muutokset"
368
 
482
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
483
  msgstr "Piilota automaattisesti Colorbox tason takana olevat upotetut flash objektit."
484
 
485
+ #: includes/settings-page/sp-plugin-settings.php:70
486
+ msgid "Add Zoom overlay to pictures"
487
+ msgstr ""
488
+
489
+ #: includes/settings-page/sp-plugin-settings.php:76
490
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
491
+ msgstr ""
492
+
493
+ #: includes/settings-page/sp-plugin-settings.php:82
494
+ msgid "Use jQuery library from Google"
495
+ msgstr ""
496
+
497
+ #: includes/settings-page/sp-plugin-settings.php:88
498
+ #, php-format
499
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
500
+ msgstr ""
501
+
502
+ #: includes/settings-page/sp-plugin-settings.php:94
503
  msgid "Add JavaScript to footer"
504
  msgstr "Lisää JavaScript sivun loppuosaan"
505
 
506
+ #: includes/settings-page/sp-plugin-settings.php:100
507
  msgid "Add JavaScript to footer instead of the header."
508
  msgstr "Lisää JavaScript sivun loppuosaan alkuosan sijasta."
509
 
510
+ #: includes/settings-page/sp-plugin-settings.php:105
511
  msgid "Remove link from Meta-box"
512
  msgstr "Poista linkki kuvan lisäys asetuksista"
513
 
514
+ #: includes/settings-page/sp-plugin-settings.php:109
515
  msgid "Remove the link to the developers site from the WordPress meta-box."
516
  msgstr "Poista linkki kehittäjien sivustolle Wordpressistä"
517
 
518
+ #: includes/settings-page/sp-plugin-settings.php:114
519
  msgid "Activate debug mode"
520
  msgstr "Aseta virheenkorjaus (debug) moodi päälle"
521
 
522
+ #: includes/settings-page/sp-plugin-settings.php:118
523
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
524
  msgstr "Lisää virheenkorjaustietoa ja ei minimoitua JavaScriptiä sivulle. Käytännällinen vian etsinnässä."
525
 
526
+ #: includes/settings-page/sp-plugin-settings.php:123
527
  msgid "Disable warning"
528
  msgstr "Piilota varoitus"
529
 
530
+ #: includes/settings-page/sp-plugin-settings.php:128
531
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
532
  msgstr "Piiloita varoitus joka näytetään kun lisäosa on aktivoitu, mutta ei ole kytketty päälle kaikille kuville."
533
 
localization/jquery-colorbox-fr_FR.mo CHANGED
Binary file
localization/jquery-colorbox-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:40+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:40+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Pierre Sudarovich\n"
9
  "MIME-Version: 1.0\n"
@@ -20,85 +20,85 @@ msgstr ""
20
  msgid "jQuery Colorbox"
21
  msgstr ""
22
 
23
- #: ../jquery-colorbox.php:95
24
  msgid "Theme #1"
25
  msgstr "Thème n°1"
26
 
27
- #: ../jquery-colorbox.php:96
28
  msgid "Theme #2"
29
  msgstr "Thème n°2"
30
 
31
- #: ../jquery-colorbox.php:97
32
  msgid "Theme #3"
33
  msgstr "Thème n°3"
34
 
35
- #: ../jquery-colorbox.php:98
36
  msgid "Theme #4"
37
  msgstr "Thème n°4"
38
 
39
- #: ../jquery-colorbox.php:99
40
  msgid "Theme #5"
41
  msgstr "Thème n°5"
42
 
43
- #: ../jquery-colorbox.php:100
44
  msgid "Theme #6"
45
  msgstr "Thème n°6"
46
 
47
- #: ../jquery-colorbox.php:101
48
  msgid "Theme #7"
49
  msgstr "Thème n°7"
50
 
51
- #: ../jquery-colorbox.php:102
52
  msgid "Theme #8"
53
  msgstr "Thème n°8"
54
 
55
- #: ../jquery-colorbox.php:103
56
  msgid "Theme #9"
57
  msgstr "Thème n°9"
58
 
59
- #: ../jquery-colorbox.php:104
60
  msgid "Theme #10"
61
  msgstr "Thème n°10"
62
 
63
- #: ../jquery-colorbox.php:105
64
  msgid "Theme #11"
65
  msgstr "Thème n°11"
66
 
67
- #: ../jquery-colorbox.php:111
68
  msgid "Theme #12"
69
  msgstr "Thème n°12"
70
 
71
- #: ../jquery-colorbox.php:112
72
  msgid "Theme #13"
73
  msgstr "Thème n°13"
74
 
75
- #: ../jquery-colorbox.php:113
76
  msgid "Theme #14"
77
  msgstr "Thème n°14"
78
 
79
- #: ../jquery-colorbox.php:114
80
  msgid "Theme #15"
81
  msgstr "Thème n°15"
82
 
83
- #: ../jquery-colorbox.php:119
84
  msgid "percent"
85
  msgstr "pourcent"
86
 
87
- #: ../jquery-colorbox.php:120
88
  #: ../includes/settings-page/sp-colorbox-settings.php:248
89
  #: ../includes/settings-page/sp-colorbox-settings.php:257
90
  msgid "pixels"
91
  msgstr "pixels"
92
 
93
- #: ../jquery-colorbox.php:125
94
  msgid "elastic"
95
  msgstr "élastique"
96
 
97
- #: ../jquery-colorbox.php:126
98
  msgid "fade"
99
  msgstr "s'effacer"
100
 
101
- #: ../jquery-colorbox.php:127
102
  msgid "none"
103
  msgstr "aucun"
104
 
@@ -129,7 +129,7 @@ msgstr "Les paramètres n'ont pas été mis à jour, vous ne disposez pas des dr
129
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
130
  msgstr "Les paramètres de la %1$s n'ont pas été supprimés. Soit vous ne disposez pas des droits nécessaires, soit vous n'avez pas coché la case."
131
 
132
- #: ../includes/jquery-colorbox-frontend.php:66
133
  msgid "Using"
134
  msgstr "Utilisant"
135
 
@@ -362,7 +362,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
362
  msgstr "Le niveau d'opacité du recouvrement. Plage : 0 à 1"
363
 
364
  #: ../includes/settings-page/sp-colorbox-settings.php:329
365
- #: ../includes/settings-page/sp-plugin-settings.php:107
366
  msgid "Save Changes"
367
  msgstr "Enregistrer les modifications"
368
 
@@ -482,35 +482,52 @@ msgstr "Masquage automatique des objets flash"
482
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
483
  msgstr "Masquer automatiquement les objets flash intégrés derrière la couche de la Colorbox."
484
 
485
- #: ../includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
486
  msgid "Add JavaScript to footer"
487
  msgstr "Ajouter le JavaScript dans le pied de page"
488
 
489
- #: ../includes/settings-page/sp-plugin-settings.php:73
490
  msgid "Add JavaScript to footer instead of the header."
491
  msgstr "Ajouter le JavaScript dans le pied de page au lieu de dans l'en-tête."
492
 
493
- #: ../includes/settings-page/sp-plugin-settings.php:78
494
  msgid "Remove link from Meta-box"
495
  msgstr "Enlever le lien de la Meta-box"
496
 
497
- #: ../includes/settings-page/sp-plugin-settings.php:82
498
  msgid "Remove the link to the developers site from the WordPress meta-box."
499
  msgstr "Enlever le lien vers le site du développeur de la meta-box de Wordpress."
500
 
501
- #: ../includes/settings-page/sp-plugin-settings.php:87
502
  msgid "Activate debug mode"
503
  msgstr "Activer le mode debug"
504
 
505
- #: ../includes/settings-page/sp-plugin-settings.php:91
506
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
507
  msgstr "Ajouter les informations de debug et le code Javascript non compressé à la page. Utile en cas de problème."
508
 
509
- #: ../includes/settings-page/sp-plugin-settings.php:96
510
  msgid "Disable warning"
511
  msgstr "Désactiver l'avertissement"
512
 
513
- #: ../includes/settings-page/sp-plugin-settings.php:101
514
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
515
  msgstr "Désactive l'avertissement qui est affiché si le plugin est activé mais que la fonction auto-colorbox pour toutes les images est inactif."
516
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:29+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:29+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Pierre Sudarovich\n"
9
  "MIME-Version: 1.0\n"
20
  msgid "jQuery Colorbox"
21
  msgstr ""
22
 
23
+ #: ../jquery-colorbox.php:98
24
  msgid "Theme #1"
25
  msgstr "Thème n°1"
26
 
27
+ #: ../jquery-colorbox.php:99
28
  msgid "Theme #2"
29
  msgstr "Thème n°2"
30
 
31
+ #: ../jquery-colorbox.php:100
32
  msgid "Theme #3"
33
  msgstr "Thème n°3"
34
 
35
+ #: ../jquery-colorbox.php:101
36
  msgid "Theme #4"
37
  msgstr "Thème n°4"
38
 
39
+ #: ../jquery-colorbox.php:102
40
  msgid "Theme #5"
41
  msgstr "Thème n°5"
42
 
43
+ #: ../jquery-colorbox.php:103
44
  msgid "Theme #6"
45
  msgstr "Thème n°6"
46
 
47
+ #: ../jquery-colorbox.php:104
48
  msgid "Theme #7"
49
  msgstr "Thème n°7"
50
 
51
+ #: ../jquery-colorbox.php:105
52
  msgid "Theme #8"
53
  msgstr "Thème n°8"
54
 
55
+ #: ../jquery-colorbox.php:106
56
  msgid "Theme #9"
57
  msgstr "Thème n°9"
58
 
59
+ #: ../jquery-colorbox.php:107
60
  msgid "Theme #10"
61
  msgstr "Thème n°10"
62
 
63
+ #: ../jquery-colorbox.php:108
64
  msgid "Theme #11"
65
  msgstr "Thème n°11"
66
 
67
+ #: ../jquery-colorbox.php:114
68
  msgid "Theme #12"
69
  msgstr "Thème n°12"
70
 
71
+ #: ../jquery-colorbox.php:115
72
  msgid "Theme #13"
73
  msgstr "Thème n°13"
74
 
75
+ #: ../jquery-colorbox.php:116
76
  msgid "Theme #14"
77
  msgstr "Thème n°14"
78
 
79
+ #: ../jquery-colorbox.php:117
80
  msgid "Theme #15"
81
  msgstr "Thème n°15"
82
 
83
+ #: ../jquery-colorbox.php:122
84
  msgid "percent"
85
  msgstr "pourcent"
86
 
87
+ #: ../jquery-colorbox.php:123
88
  #: ../includes/settings-page/sp-colorbox-settings.php:248
89
  #: ../includes/settings-page/sp-colorbox-settings.php:257
90
  msgid "pixels"
91
  msgstr "pixels"
92
 
93
+ #: ../jquery-colorbox.php:128
94
  msgid "elastic"
95
  msgstr "élastique"
96
 
97
+ #: ../jquery-colorbox.php:129
98
  msgid "fade"
99
  msgstr "s'effacer"
100
 
101
+ #: ../jquery-colorbox.php:130
102
  msgid "none"
103
  msgstr "aucun"
104
 
129
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
130
  msgstr "Les paramètres de la %1$s n'ont pas été supprimés. Soit vous ne disposez pas des droits nécessaires, soit vous n'avez pas coché la case."
131
 
132
+ #: ../includes/jquery-colorbox-frontend.php:65
133
  msgid "Using"
134
  msgstr "Utilisant"
135
 
362
  msgstr "Le niveau d'opacité du recouvrement. Plage : 0 à 1"
363
 
364
  #: ../includes/settings-page/sp-colorbox-settings.php:329
365
+ #: ../includes/settings-page/sp-plugin-settings.php:134
366
  msgid "Save Changes"
367
  msgstr "Enregistrer les modifications"
368
 
482
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
483
  msgstr "Masquer automatiquement les objets flash intégrés derrière la couche de la Colorbox."
484
 
485
+ #: ../includes/settings-page/sp-plugin-settings.php:70
486
+ msgid "Add Zoom overlay to pictures"
487
+ msgstr ""
488
+
489
+ #: ../includes/settings-page/sp-plugin-settings.php:76
490
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
491
+ msgstr ""
492
+
493
+ #: ../includes/settings-page/sp-plugin-settings.php:82
494
+ msgid "Use jQuery library from Google"
495
+ msgstr ""
496
+
497
+ #: ../includes/settings-page/sp-plugin-settings.php:88
498
+ #, php-format
499
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
500
+ msgstr ""
501
+
502
+ #: ../includes/settings-page/sp-plugin-settings.php:94
503
  msgid "Add JavaScript to footer"
504
  msgstr "Ajouter le JavaScript dans le pied de page"
505
 
506
+ #: ../includes/settings-page/sp-plugin-settings.php:100
507
  msgid "Add JavaScript to footer instead of the header."
508
  msgstr "Ajouter le JavaScript dans le pied de page au lieu de dans l'en-tête."
509
 
510
+ #: ../includes/settings-page/sp-plugin-settings.php:105
511
  msgid "Remove link from Meta-box"
512
  msgstr "Enlever le lien de la Meta-box"
513
 
514
+ #: ../includes/settings-page/sp-plugin-settings.php:109
515
  msgid "Remove the link to the developers site from the WordPress meta-box."
516
  msgstr "Enlever le lien vers le site du développeur de la meta-box de Wordpress."
517
 
518
+ #: ../includes/settings-page/sp-plugin-settings.php:114
519
  msgid "Activate debug mode"
520
  msgstr "Activer le mode debug"
521
 
522
+ #: ../includes/settings-page/sp-plugin-settings.php:118
523
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
524
  msgstr "Ajouter les informations de debug et le code Javascript non compressé à la page. Utile en cas de problème."
525
 
526
+ #: ../includes/settings-page/sp-plugin-settings.php:123
527
  msgid "Disable warning"
528
  msgstr "Désactiver l'avertissement"
529
 
530
+ #: ../includes/settings-page/sp-plugin-settings.php:128
531
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
532
  msgstr "Désactive l'avertissement qui est affiché si le plugin est activé mais que la fonction auto-colorbox pour toutes les images est inactif."
533
 
localization/jquery-colorbox-he_IL.mo CHANGED
Binary file
localization/jquery-colorbox-he_IL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:40+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:40+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Tommy Gordon\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "תבנית 1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "תבנית 2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "תבנית 3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "תבנית 4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "תבנית 5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "תבנית 6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "תבנית 7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "תבנית 8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "תבנית 9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "תבנית 10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "תבנית 11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "תבנית 12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "תבנית 13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "תבנית 14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "תבנית 15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "אחוזים"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "פיקסלים"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "אלסטי"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "עימעום"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "ללא"
103
 
@@ -128,7 +128,7 @@ msgstr "לא עדכנתי את ההגדרות, אין לך הרשאות מתאי
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "לא מחקתי את ההגדרות של %1$s. ייתכן שאין לך הרשאות מתאימות, או שלא סימנת את תיבת הסימון."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "שימוש"
134
 
@@ -367,7 +367,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
367
  msgstr "רמת השקיפות של הרקע. תחום: 0 עד 1"
368
 
369
  #: includes/settings-page/sp-colorbox-settings.php:329
370
- #: includes/settings-page/sp-plugin-settings.php:107
371
  msgid "Save Changes"
372
  msgstr "שמור שינויים"
373
 
@@ -488,35 +488,52 @@ msgstr "הסתר אובייקטים של פלאש אוטומטית"
488
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
489
  msgstr "הסתר פלאש אוטומטית מאחורי שכבת הקולור-בוקס. נעשה ע\"י שינוי שקיפות של הפלאש."
490
 
491
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
492
  msgid "Add JavaScript to footer"
493
  msgstr ""
494
 
495
- #: includes/settings-page/sp-plugin-settings.php:73
496
  msgid "Add JavaScript to footer instead of the header."
497
  msgstr ""
498
 
499
- #: includes/settings-page/sp-plugin-settings.php:78
500
  msgid "Remove link from Meta-box"
501
  msgstr ""
502
 
503
- #: includes/settings-page/sp-plugin-settings.php:82
504
  msgid "Remove the link to the developers site from the WordPress meta-box."
505
  msgstr ""
506
 
507
- #: includes/settings-page/sp-plugin-settings.php:87
508
  msgid "Activate debug mode"
509
  msgstr ""
510
 
511
- #: includes/settings-page/sp-plugin-settings.php:91
512
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
513
  msgstr ""
514
 
515
- #: includes/settings-page/sp-plugin-settings.php:96
516
  msgid "Disable warning"
517
  msgstr "כבה אזהרה."
518
 
519
- #: includes/settings-page/sp-plugin-settings.php:101
520
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
521
  msgstr "כבה את האזהרה המוצגת אם התוסף מופעל אך אינו מוגדר לפעול אוטומטית לכל התמונות."
522
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:29+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:29+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Tommy Gordon\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "תבנית 1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "תבנית 2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "תבנית 3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "תבנית 4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "תבנית 5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "תבנית 6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "תבנית 7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "תבנית 8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "תבנית 9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "תבנית 10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "תבנית 11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "תבנית 12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "תבנית 13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "תבנית 14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "תבנית 15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "אחוזים"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "פיקסלים"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "אלסטי"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "עימעום"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "ללא"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "לא מחקתי את ההגדרות של %1$s. ייתכן שאין לך הרשאות מתאימות, או שלא סימנת את תיבת הסימון."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "שימוש"
134
 
367
  msgstr "רמת השקיפות של הרקע. תחום: 0 עד 1"
368
 
369
  #: includes/settings-page/sp-colorbox-settings.php:329
370
+ #: includes/settings-page/sp-plugin-settings.php:134
371
  msgid "Save Changes"
372
  msgstr "שמור שינויים"
373
 
488
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
489
  msgstr "הסתר פלאש אוטומטית מאחורי שכבת הקולור-בוקס. נעשה ע\"י שינוי שקיפות של הפלאש."
490
 
491
+ #: includes/settings-page/sp-plugin-settings.php:70
492
+ msgid "Add Zoom overlay to pictures"
493
+ msgstr ""
494
+
495
+ #: includes/settings-page/sp-plugin-settings.php:76
496
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
497
+ msgstr ""
498
+
499
+ #: includes/settings-page/sp-plugin-settings.php:82
500
+ msgid "Use jQuery library from Google"
501
+ msgstr ""
502
+
503
+ #: includes/settings-page/sp-plugin-settings.php:88
504
+ #, php-format
505
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
506
+ msgstr ""
507
+
508
+ #: includes/settings-page/sp-plugin-settings.php:94
509
  msgid "Add JavaScript to footer"
510
  msgstr ""
511
 
512
+ #: includes/settings-page/sp-plugin-settings.php:100
513
  msgid "Add JavaScript to footer instead of the header."
514
  msgstr ""
515
 
516
+ #: includes/settings-page/sp-plugin-settings.php:105
517
  msgid "Remove link from Meta-box"
518
  msgstr ""
519
 
520
+ #: includes/settings-page/sp-plugin-settings.php:109
521
  msgid "Remove the link to the developers site from the WordPress meta-box."
522
  msgstr ""
523
 
524
+ #: includes/settings-page/sp-plugin-settings.php:114
525
  msgid "Activate debug mode"
526
  msgstr ""
527
 
528
+ #: includes/settings-page/sp-plugin-settings.php:118
529
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
530
  msgstr ""
531
 
532
+ #: includes/settings-page/sp-plugin-settings.php:123
533
  msgid "Disable warning"
534
  msgstr "כבה אזהרה."
535
 
536
+ #: includes/settings-page/sp-plugin-settings.php:128
537
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
538
  msgstr "כבה את האזהרה המוצגת אם התוסף מופעל אך אינו מוגדר לפעול אוטומטית לכל התמונות."
539
 
localization/jquery-colorbox-it_IT.mo CHANGED
Binary file
localization/jquery-colorbox-it_IT.po CHANGED
@@ -2,10 +2,10 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:40+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:41+0100\n"
7
  "Last-Translator: \n"
8
- "Language-Team: Erkinson\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -17,99 +17,99 @@ msgstr ""
17
 
18
  #: jquery-colorbox.php:34
19
  msgid "jQuery Colorbox"
20
- msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "percento"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
- msgstr "pixels"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "elastica"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "dissolvenza"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "nessuna"
103
 
104
  #: includes/jquery-colorbox-backend.php:85
105
  #, php-format
106
  msgid "Successfully updated %1$s settings."
107
- msgstr "Parametri di %1$s aggiornati correttamente."
108
 
109
  #: includes/jquery-colorbox-backend.php:87
110
  #, php-format
111
  msgid "%1$s settings were successfully deleted."
112
- msgstr "Eliminazione dei paramentri di %1$s riuscita."
113
 
114
  #: includes/jquery-colorbox-backend.php:112
115
  msgid "needs attention: the plugin is not activated to work for all images."
@@ -121,16 +121,16 @@ msgstr "Impostazioni"
121
 
122
  #: includes/jquery-colorbox-backend.php:155
123
  msgid "Did not update settings, you do not have the necessary rights."
124
- msgstr "Le impostazioni non sono state aggiornate, non hai i diritti necessari."
125
 
126
  #: includes/jquery-colorbox-backend.php:188
127
  #, php-format
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
- msgstr "Non sono stati cancellate le impostazioni di %1$s. O non disponi dei diritti necessari o non hai selezionato la casella."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
- msgstr ""
134
 
135
  #: includes/jquery-colorbox-frontend.php:175
136
  msgid "close"
@@ -146,7 +146,7 @@ msgstr "precedente"
146
 
147
  #: includes/jquery-colorbox-frontend.php:178
148
  msgid "start slideshow"
149
- msgstr "Comincia la presentazizone"
150
 
151
  #: includes/jquery-colorbox-frontend.php:179
152
  msgid "stop slideshow"
@@ -163,7 +163,7 @@ msgstr "Impostazioni di %1$s"
163
 
164
  #: includes/settings-page/sp-colorbox-settings.php:13
165
  msgid "Colorbox settings"
166
- msgstr ""
167
 
168
  #: includes/settings-page/sp-colorbox-settings.php:20
169
  msgid "Theme"
@@ -179,12 +179,12 @@ msgstr "Anteprima del tema"
179
 
180
  #: includes/settings-page/sp-colorbox-settings.php:48
181
  msgid "Add Slideshow to groups"
182
- msgstr "Aggiungere Presentazione ai gruppi"
183
 
184
  #: includes/settings-page/sp-colorbox-settings.php:53
185
  #, php-format
186
  msgid "Add Slideshow functionality for %1$s Groups"
187
- msgstr "Aggiungi la funzione Presentazione a %1$s"
188
 
189
  #: includes/settings-page/sp-colorbox-settings.php:58
190
  msgid "Start Slideshow automatically"
@@ -210,19 +210,19 @@ msgstr "Imposta la velocità della presentazione, in millisecondi"
210
 
211
  #: includes/settings-page/sp-colorbox-settings.php:77
212
  msgid "Disable loop"
213
- msgstr ""
214
 
215
  #: includes/settings-page/sp-colorbox-settings.php:81
216
  msgid "Disable looping through image groups"
217
- msgstr ""
218
 
219
  #: includes/settings-page/sp-colorbox-settings.php:86
220
  msgid "Disable keys"
221
- msgstr ""
222
 
223
  #: includes/settings-page/sp-colorbox-settings.php:90
224
  msgid "Disable ESC to close Colorbox and arrow keys to go to next and previous images"
225
- msgstr ""
226
 
227
  #: includes/settings-page/sp-colorbox-settings.php:95
228
  msgid "Maximum width of an image"
@@ -232,15 +232,15 @@ msgstr "Larghezza massima di un'immagine"
232
  #: includes/settings-page/sp-colorbox-settings.php:150
233
  #: includes/settings-page/sp-colorbox-settings.php:200
234
  msgid "Do not set width"
235
- msgstr "Non fissare la larghezza"
236
 
237
  #: includes/settings-page/sp-colorbox-settings.php:104
238
  msgid "Set maximum width of an image"
239
- msgstr "Fissa la larghezza massima di un'immagine"
240
 
241
  #: includes/settings-page/sp-colorbox-settings.php:115
242
  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"
243
- msgstr "Fissa la larghezza massima delle immagini nella Colorbox in relazione alla finestra del browser con un valore percentuale o pixels. Se la larghezza massima non è fissata, l'immagine sarà larga come la Colorbox"
244
 
245
  #: includes/settings-page/sp-colorbox-settings.php:120
246
  msgid "Maximum height of an image"
@@ -250,15 +250,15 @@ msgstr "Altezza massima di un'immagine"
250
  #: includes/settings-page/sp-colorbox-settings.php:175
251
  #: includes/settings-page/sp-colorbox-settings.php:225
252
  msgid "Do not set height"
253
- msgstr "Non fissare altezza"
254
 
255
  #: includes/settings-page/sp-colorbox-settings.php:129
256
  msgid "Set maximum height of an image"
257
- msgstr "Fissa l'altezza di un'immagine"
258
 
259
  #: includes/settings-page/sp-colorbox-settings.php:140
260
  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"
261
- msgstr "Fissa l'altezza massima delle immagini nella Colorbox in relazione alla finestra del browser con un valore percentuale o pixels. Se l'altezza massima non è fissata, l'immagine sarà alta come la Colorbox"
262
 
263
  #: includes/settings-page/sp-colorbox-settings.php:145
264
  msgid "Maximum width of the Colorbox"
@@ -267,12 +267,12 @@ msgstr "Larghezza massima della Colorbox"
267
  #: includes/settings-page/sp-colorbox-settings.php:154
268
  #: includes/settings-page/sp-colorbox-settings.php:204
269
  msgid "Set width of the Colorbox"
270
- msgstr "Modifica la larghezza della Colorbox"
271
 
272
  #: includes/settings-page/sp-colorbox-settings.php:165
273
  #: includes/settings-page/sp-colorbox-settings.php:215
274
  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"
275
- msgstr "Fissa la larghezza della Colorbox stessa in relazione alla finestra del browser con un valore percentuale o in pixels. Se l'immagine è più grande della colorbox, si vedranno delle barre di scorrimento. Se la larghezza non è fissata, la colorbox sarà larga come l'immagine che contiene"
276
 
277
  #: includes/settings-page/sp-colorbox-settings.php:170
278
  msgid "Maximum height of the Colorbox"
@@ -281,42 +281,36 @@ msgstr "Altezza massima della Colorbox"
281
  #: includes/settings-page/sp-colorbox-settings.php:179
282
  #: includes/settings-page/sp-colorbox-settings.php:229
283
  msgid "Set height of the Colorbox"
284
- msgstr "Fissa l'altezza della Colorbox"
285
 
286
  #: includes/settings-page/sp-colorbox-settings.php:190
287
  #: includes/settings-page/sp-colorbox-settings.php:240
288
  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"
289
- msgstr "Fissa l'altezza della Colorbox stessa in relazione alla finestra del browser con un valore percentuale o in pixels. Se l'immagine è più grande della colorbox, si vedranno delle barre di scorrimento. Se l'altezza non è fissata, la colorbox sarà alta come l'immagine che contiene"
290
 
291
  #: includes/settings-page/sp-colorbox-settings.php:195
292
- #, fuzzy
293
  msgid "Maximum width of the Colorbox used for links"
294
- msgstr "Larghezza massima della Colorbox"
295
 
296
  #: includes/settings-page/sp-colorbox-settings.php:220
297
- #, fuzzy
298
  msgid "Maximum height of the Colorbox used for links"
299
- msgstr "Altezza massima della Colorbox"
300
 
301
  #: includes/settings-page/sp-colorbox-settings.php:245
302
- #, fuzzy
303
  msgid "Initial width of the Colorbox"
304
- msgstr "Modifica la larghezza della Colorbox"
305
 
306
  #: includes/settings-page/sp-colorbox-settings.php:249
307
- #, fuzzy
308
  msgid "Set the maximum width of the Colorbox before the content is loaded"
309
- msgstr "Larghezza massima della Colorbox"
310
 
311
  #: includes/settings-page/sp-colorbox-settings.php:254
312
- #, fuzzy
313
  msgid "Initial height of the Colorbox"
314
- msgstr "Fissa l'altezza della Colorbox"
315
 
316
  #: includes/settings-page/sp-colorbox-settings.php:258
317
- #, fuzzy
318
  msgid "Set the maximum height of the Colorbox before the content is loaded"
319
- msgstr "Altezza massima della Colorbox"
320
 
321
  #: includes/settings-page/sp-colorbox-settings.php:263
322
  msgid "Resize images"
@@ -324,7 +318,7 @@ msgstr "Ridimensiona immagini"
324
 
325
  #: includes/settings-page/sp-colorbox-settings.php:268
326
  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"
327
- msgstr "Se abilitata, se la larghezza e l'altezza delle immagini, la larghezza e l'altezza della Colorbox sono state definite, ColorBox ridimensionerà le immagini per farle rientrare nei limiti."
328
 
329
  #: includes/settings-page/sp-colorbox-settings.php:273
330
  msgid "Close Colorbox on overlay click"
@@ -340,7 +334,7 @@ msgstr "Precarica le immagini"
340
 
341
  #: includes/settings-page/sp-colorbox-settings.php:288
342
  msgid "Allows for preloading of \"next\" and \"previous\" content in a group, after the current content has finished loading. Uncheck box to disable."
343
- msgstr "Permette il precarimento delle immagini \"successiva\" e \"precedente\" di un gruppo, dopo che l'immagine attuale è stata completamente caricata. Deselezionare per disabilitare"
344
 
345
  #: includes/settings-page/sp-colorbox-settings.php:293
346
  msgid "Transition type"
@@ -348,7 +342,7 @@ msgstr "Tipo di transizione"
348
 
349
  #: includes/settings-page/sp-colorbox-settings.php:305
350
  msgid "The transition type of the Colorbox. Can be set to \"elastic\", \"fade\", or \"none\""
351
- msgstr "Il tipo della transizione tra le immagini della Colorbox. Può essere \"elastica\", \"dissolvenza\" o \"nessuna\""
352
 
353
  #: includes/settings-page/sp-colorbox-settings.php:310
354
  msgid "Transition speed"
@@ -356,7 +350,7 @@ msgstr "Velocità della transizione"
356
 
357
  #: includes/settings-page/sp-colorbox-settings.php:314
358
  msgid "Sets the speed of the \"fade\" and \"elastic\" transitions, in milliseconds"
359
- msgstr "Imposta la velocità della transizione (se non è impostato \"nessuna\")"
360
 
361
  #: includes/settings-page/sp-colorbox-settings.php:319
362
  msgid "Opacity"
@@ -367,9 +361,9 @@ msgid "The overlay opacity level. Range: 0 to 1"
367
  msgstr "Livello di opacità. Valori compresi tra 0 e 1"
368
 
369
  #: includes/settings-page/sp-colorbox-settings.php:329
370
- #: includes/settings-page/sp-plugin-settings.php:107
371
  msgid "Save Changes"
372
- msgstr "Salva i cambiamenti"
373
 
374
  #: includes/settings-page/sp-delete-settings.php:14
375
  #: includes/settings-page/sp-delete-settings.php:23
@@ -378,7 +372,7 @@ msgstr "Cancella impostazioni"
378
 
379
  #: includes/settings-page/sp-delete-settings.php:17
380
  msgid "Check the box and click this button to delete settings of this plugin."
381
- msgstr "Seleziona la casella e clicca questo bottone per cancellare le impostazioni del plugin"
382
 
383
  #: includes/settings-page/sp-donate-box.php:14
384
  msgid "Donate"
@@ -386,147 +380,162 @@ msgstr "Dona"
386
 
387
  #: includes/settings-page/sp-donate-box.php:18
388
  msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
389
- msgstr "Se questo plugin vi piace e volete apportare un piccolo contributo al suo sviluppo potete fare una piccola (o grande) donazione."
390
 
391
  #: includes/settings-page/sp-donate-box.php:20
392
  msgid "Donate using Paypal"
393
- msgstr ""
394
 
395
  #: includes/settings-page/sp-donate-box.php:24
396
  msgid "Techotronic Development Support"
397
- msgstr ""
398
 
399
  #: includes/settings-page/sp-donate-box.php:28
400
  msgid "Please enter the URL you'd like me to link to in the donors lists"
401
- msgstr ""
402
 
403
  #: includes/settings-page/sp-donate-box.php:30
404
  msgid "Return to Your Dashboard"
405
- msgstr ""
406
 
407
  #: includes/settings-page/sp-donate-box.php:34
408
  msgid "Select Preset Amount"
409
- msgstr ""
410
 
411
  #: includes/settings-page/sp-donate-box.php:42
412
  #: includes/settings-page/sp-donate-box.php:46
413
  msgid "USD"
414
- msgstr ""
415
 
416
  #: includes/settings-page/sp-donate-box.php:43
417
  msgid "Or"
418
- msgstr ""
419
 
420
  #: includes/settings-page/sp-donate-box.php:44
421
  msgid "Enter Custom Amount"
422
- msgstr ""
423
 
424
  #: includes/settings-page/sp-donate-box.php:48
425
  msgid "Submit"
426
- msgstr ""
427
 
428
  #: includes/settings-page/sp-donations.php:14
429
  msgid "Top donations"
430
- msgstr ""
431
 
432
  #: includes/settings-page/sp-donations.php:20
433
  #: includes/settings-page/sp-donations.php:33
434
  msgid "Thank you for your donation."
435
- msgstr ""
436
 
437
  #: includes/settings-page/sp-donations.php:27
438
  msgid "Latest donations"
439
- msgstr ""
440
 
441
  #: includes/settings-page/sp-plugin-settings.php:13
442
- #, fuzzy
443
  msgid "Plugin settings"
444
  msgstr "Impostazioni"
445
 
446
  #: includes/settings-page/sp-plugin-settings.php:20
447
- #, fuzzy, php-format
448
  msgid "Automate %1$s for all images in pages, posts and galleries"
449
- msgstr "Usa automaticamente %1$s solo per le gallerie di immagini di WordPress"
450
 
451
  #: includes/settings-page/sp-plugin-settings.php:25
452
  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."
453
- msgstr "Aggiunge automaticamente una classe Colorbox alle immagini negli articoli e nelle pagine. Aggiunge anche una classe Colorbox alle gallerie. Le immagini in un articolo o in una pagina vengono raggruppate automaticamente."
454
 
455
  #: includes/settings-page/sp-plugin-settings.php:30
456
- #, fuzzy, php-format
457
  msgid "Automate %1$s for images in WordPress galleries only"
458
- msgstr "Usa automaticamente %1$s solo per le gallerie di immagini di WordPress"
459
 
460
  #: includes/settings-page/sp-plugin-settings.php:35
461
  msgid "Automatically add colorbox-class to images in WordPress galleries, but nowhere else. Images in one page or post are grouped automatically."
462
- msgstr "Aggiunge automaticamente una classe Colorbox alle gallerie di WordPress, e nient'altro. Le immagini in un articolo o in una pagina vengono raggruppate automaticamente."
463
 
464
  #: includes/settings-page/sp-plugin-settings.php:40
465
- #, fuzzy, php-format
466
  msgid "Automate %1$s for all other images"
467
- msgstr "Usa automaticamente %1$s per tutte le immagini"
468
 
469
  #: includes/settings-page/sp-plugin-settings.php:45
470
  msgid "Automatically add colorbox-class to all images that are not in posts and pages (e.g. the sidebar)."
471
- msgstr ""
472
 
473
  #: includes/settings-page/sp-plugin-settings.php:50
474
- #, fuzzy, php-format
475
  msgid "Automate %1$s for all text links to images"
476
- msgstr "Usa automaticamente %1$s per tutte le immagini"
477
 
478
  #: includes/settings-page/sp-plugin-settings.php:54
479
  msgid "Automatically add colorbox-link-class to all links that point to images."
480
- msgstr ""
481
 
482
  #: includes/settings-page/sp-plugin-settings.php:59
483
  msgid "Automate hiding of flash objects"
484
- msgstr "Maschera automaticamente oggetti Flash"
485
 
486
  #: includes/settings-page/sp-plugin-settings.php:64
487
- #, fuzzy
488
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
489
- msgstr "Maschera automaticamente gli oggeti flash embeded nella Colorbox. (attraverso il settaggio del wmode a transparent)"
490
 
491
- #: includes/settings-page/sp-plugin-settings.php:69
492
- msgid "Add JavaScript to footer"
493
  msgstr ""
494
 
495
- #: includes/settings-page/sp-plugin-settings.php:73
496
- msgid "Add JavaScript to footer instead of the header."
497
  msgstr ""
498
 
499
- #: includes/settings-page/sp-plugin-settings.php:78
500
- msgid "Remove link from Meta-box"
501
  msgstr ""
502
 
503
- #: includes/settings-page/sp-plugin-settings.php:82
504
- msgid "Remove the link to the developers site from the WordPress meta-box."
 
505
  msgstr ""
506
 
507
- #: includes/settings-page/sp-plugin-settings.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
508
  msgid "Activate debug mode"
509
- msgstr ""
510
 
511
- #: includes/settings-page/sp-plugin-settings.php:91
512
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
513
- msgstr ""
514
 
515
- #: includes/settings-page/sp-plugin-settings.php:96
516
  msgid "Disable warning"
517
- msgstr "Disattiva avvisi"
518
 
519
- #: includes/settings-page/sp-plugin-settings.php:101
520
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
521
- msgstr "Disattiva l'avviso che il plugin non è abilitato per tutte le immagini. (Ma solo per le gallerie di Wordpress)."
522
 
523
  #: includes/settings-page/sp-translation.php:14
524
  msgid "Translation"
525
- msgstr "Traduzizone"
526
 
527
  #: includes/settings-page/sp-translation.php:17
528
  msgid "The english translation was done by <a href=\"http://www.techotronic.de\">Arne Franken</a>."
529
- msgstr "La traduzione in italiano è stata fatta da <a href=\"http://erkinson.altervista.org\">erkinson</a>."
530
 
531
  #~ msgid "Automate %1$s for all images"
532
  #~ msgstr "Usa automaticamente %1$s per tutte le immagini"
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:29+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:29+0100\n"
7
  "Last-Translator: \n"
8
+ "Language-Team: Black Studio <info@blackstudio.it>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
17
 
18
  #: jquery-colorbox.php:34
19
  msgid "jQuery Colorbox"
20
+ msgstr "jQuery Colorbox"
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "percento"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
+ msgstr "pixel"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "elastica"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "dissolvenza"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "nessuna"
103
 
104
  #: includes/jquery-colorbox-backend.php:85
105
  #, php-format
106
  msgid "Successfully updated %1$s settings."
107
+ msgstr "Impostazioni di %1$s aggiornate correttamente."
108
 
109
  #: includes/jquery-colorbox-backend.php:87
110
  #, php-format
111
  msgid "%1$s settings were successfully deleted."
112
+ msgstr "Le impostazioni di %1$s sono state eliminate correttamente."
113
 
114
  #: includes/jquery-colorbox-backend.php:112
115
  msgid "needs attention: the plugin is not activated to work for all images."
121
 
122
  #: includes/jquery-colorbox-backend.php:155
123
  msgid "Did not update settings, you do not have the necessary rights."
124
+ msgstr "Le impostazioni non sono state aggiornate, non hai i permessi necessari."
125
 
126
  #: includes/jquery-colorbox-backend.php:188
127
  #, php-format
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
+ msgstr "Non sono state cancellate le impostazioni di %1$s. O non disponi dei permessi necessari o non hai selezionato la casella."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
+ msgstr "Questo sito utilizza"
134
 
135
  #: includes/jquery-colorbox-frontend.php:175
136
  msgid "close"
146
 
147
  #: includes/jquery-colorbox-frontend.php:178
148
  msgid "start slideshow"
149
+ msgstr "Avvia la presentazione"
150
 
151
  #: includes/jquery-colorbox-frontend.php:179
152
  msgid "stop slideshow"
163
 
164
  #: includes/settings-page/sp-colorbox-settings.php:13
165
  msgid "Colorbox settings"
166
+ msgstr "Impostazioni Colorbox"
167
 
168
  #: includes/settings-page/sp-colorbox-settings.php:20
169
  msgid "Theme"
179
 
180
  #: includes/settings-page/sp-colorbox-settings.php:48
181
  msgid "Add Slideshow to groups"
182
+ msgstr "Aggiungi Presentazione ai gruppi"
183
 
184
  #: includes/settings-page/sp-colorbox-settings.php:53
185
  #, php-format
186
  msgid "Add Slideshow functionality for %1$s Groups"
187
+ msgstr "Aggiungi la funzione Presentazione ai gruppi %1$s"
188
 
189
  #: includes/settings-page/sp-colorbox-settings.php:58
190
  msgid "Start Slideshow automatically"
210
 
211
  #: includes/settings-page/sp-colorbox-settings.php:77
212
  msgid "Disable loop"
213
+ msgstr "Disabilita ripetizione"
214
 
215
  #: includes/settings-page/sp-colorbox-settings.php:81
216
  msgid "Disable looping through image groups"
217
+ msgstr "Disabilita ripetizione ciclica per i gruppi di immagini"
218
 
219
  #: includes/settings-page/sp-colorbox-settings.php:86
220
  msgid "Disable keys"
221
+ msgstr "Disabilita tasti"
222
 
223
  #: includes/settings-page/sp-colorbox-settings.php:90
224
  msgid "Disable ESC to close Colorbox and arrow keys to go to next and previous images"
225
+ msgstr "Disabilita il tasto ESC per chiudere la Colorbox e i tasti freccia per andare all'immagine precedente o successiva"
226
 
227
  #: includes/settings-page/sp-colorbox-settings.php:95
228
  msgid "Maximum width of an image"
232
  #: includes/settings-page/sp-colorbox-settings.php:150
233
  #: includes/settings-page/sp-colorbox-settings.php:200
234
  msgid "Do not set width"
235
+ msgstr "Non impostare la larghezza"
236
 
237
  #: includes/settings-page/sp-colorbox-settings.php:104
238
  msgid "Set maximum width of an image"
239
+ msgstr "Imposta la larghezza massima di un'immagine"
240
 
241
  #: includes/settings-page/sp-colorbox-settings.php:115
242
  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"
243
+ msgstr "Imposta la larghezza massima delle immagini nella Colorbox in relazione alla finestra del browser con un valore percentuale o pixels. Se la larghezza massima non è impostata, l'immagine sarà larga come la Colorbox"
244
 
245
  #: includes/settings-page/sp-colorbox-settings.php:120
246
  msgid "Maximum height of an image"
250
  #: includes/settings-page/sp-colorbox-settings.php:175
251
  #: includes/settings-page/sp-colorbox-settings.php:225
252
  msgid "Do not set height"
253
+ msgstr "Non impostare altezza"
254
 
255
  #: includes/settings-page/sp-colorbox-settings.php:129
256
  msgid "Set maximum height of an image"
257
+ msgstr "Imposta l'altezza massima di un'immagine"
258
 
259
  #: includes/settings-page/sp-colorbox-settings.php:140
260
  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"
261
+ msgstr "Imposta l'altezza massima delle immagini nella Colorbox in relazione alla finestra del browser con un valore percentuale o pixels. Se l'altezza massima non è impostata, l'immagine sarà alta come la Colorbox"
262
 
263
  #: includes/settings-page/sp-colorbox-settings.php:145
264
  msgid "Maximum width of the Colorbox"
267
  #: includes/settings-page/sp-colorbox-settings.php:154
268
  #: includes/settings-page/sp-colorbox-settings.php:204
269
  msgid "Set width of the Colorbox"
270
+ msgstr "Imposta la larghezza della Colorbox"
271
 
272
  #: includes/settings-page/sp-colorbox-settings.php:165
273
  #: includes/settings-page/sp-colorbox-settings.php:215
274
  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"
275
+ msgstr "Imposta la larghezza massima della Colorbox stessa in relazione alla finestra del browser con un valore percentuale o in pixels. Se l'immagine è più grande della colorbox, verranno visualizzate delle barre di scorrimento. Se la larghezza non è impostata, la colorbox sarà larga come l'immagine che contiene"
276
 
277
  #: includes/settings-page/sp-colorbox-settings.php:170
278
  msgid "Maximum height of the Colorbox"
281
  #: includes/settings-page/sp-colorbox-settings.php:179
282
  #: includes/settings-page/sp-colorbox-settings.php:229
283
  msgid "Set height of the Colorbox"
284
+ msgstr "Imposta l'altezza della Colorbox"
285
 
286
  #: includes/settings-page/sp-colorbox-settings.php:190
287
  #: includes/settings-page/sp-colorbox-settings.php:240
288
  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"
289
+ msgstr "Imposta l'altezza massima della Colorbox stessa in relazione alla finestra del browser con un valore percentuale o in pixels. Se l'immagine è più grande della colorbox, verranno visualizzate delle barre di scorrimento. Se l'altezza non è impostata, la Colorbox sarà alta come l'immagine che contiene"
290
 
291
  #: includes/settings-page/sp-colorbox-settings.php:195
 
292
  msgid "Maximum width of the Colorbox used for links"
293
+ msgstr "Larghezza massima della Colorbox per i link"
294
 
295
  #: includes/settings-page/sp-colorbox-settings.php:220
 
296
  msgid "Maximum height of the Colorbox used for links"
297
+ msgstr "Altezza massima della Colorbox per i link"
298
 
299
  #: includes/settings-page/sp-colorbox-settings.php:245
 
300
  msgid "Initial width of the Colorbox"
301
+ msgstr "Larghezza iniziale della Colorbox"
302
 
303
  #: includes/settings-page/sp-colorbox-settings.php:249
 
304
  msgid "Set the maximum width of the Colorbox before the content is loaded"
305
+ msgstr "Imposta la larghezza massima della Colobox prima del caricamento del contenuto"
306
 
307
  #: includes/settings-page/sp-colorbox-settings.php:254
 
308
  msgid "Initial height of the Colorbox"
309
+ msgstr "Altezza iniziale della Colorbox"
310
 
311
  #: includes/settings-page/sp-colorbox-settings.php:258
 
312
  msgid "Set the maximum height of the Colorbox before the content is loaded"
313
+ msgstr "Imposta l'altezza massima della Colobox prima del caricamento del contenuto"
314
 
315
  #: includes/settings-page/sp-colorbox-settings.php:263
316
  msgid "Resize images"
318
 
319
  #: includes/settings-page/sp-colorbox-settings.php:268
320
  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"
321
+ msgstr "Se abilitata, se sono state definite la larghezza o l'altezza massima delle immagini o della Colorbox, le immagini verranno ridimensionate per farle rientrare nei limiti"
322
 
323
  #: includes/settings-page/sp-colorbox-settings.php:273
324
  msgid "Close Colorbox on overlay click"
334
 
335
  #: includes/settings-page/sp-colorbox-settings.php:288
336
  msgid "Allows for preloading of \"next\" and \"previous\" content in a group, after the current content has finished loading. Uncheck box to disable."
337
+ msgstr "Permette il precarimento delle immagini \"successiva\" e \"precedente\" di un gruppo, dopo che l'immagine attuale è stata completamente caricata. Deselezionare per disabilitare."
338
 
339
  #: includes/settings-page/sp-colorbox-settings.php:293
340
  msgid "Transition type"
342
 
343
  #: includes/settings-page/sp-colorbox-settings.php:305
344
  msgid "The transition type of the Colorbox. Can be set to \"elastic\", \"fade\", or \"none\""
345
+ msgstr "Il tipo di transizione tra le immagini della Colorbox. Può essere \"elastica\", \"dissolvenza\", o \"nessuna\""
346
 
347
  #: includes/settings-page/sp-colorbox-settings.php:310
348
  msgid "Transition speed"
350
 
351
  #: includes/settings-page/sp-colorbox-settings.php:314
352
  msgid "Sets the speed of the \"fade\" and \"elastic\" transitions, in milliseconds"
353
+ msgstr "Imposta la velocità delle transizioni \"dissolvenza\" ed \"elastica\", in millisecondi"
354
 
355
  #: includes/settings-page/sp-colorbox-settings.php:319
356
  msgid "Opacity"
361
  msgstr "Livello di opacità. Valori compresi tra 0 e 1"
362
 
363
  #: includes/settings-page/sp-colorbox-settings.php:329
364
+ #: includes/settings-page/sp-plugin-settings.php:134
365
  msgid "Save Changes"
366
+ msgstr "Salva modifiche"
367
 
368
  #: includes/settings-page/sp-delete-settings.php:14
369
  #: includes/settings-page/sp-delete-settings.php:23
372
 
373
  #: includes/settings-page/sp-delete-settings.php:17
374
  msgid "Check the box and click this button to delete settings of this plugin."
375
+ msgstr "Seleziona la casella e clicca questo bottone per cancellare le impostazioni di questo plugin."
376
 
377
  #: includes/settings-page/sp-donate-box.php:14
378
  msgid "Donate"
380
 
381
  #: includes/settings-page/sp-donate-box.php:18
382
  msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
383
+ msgstr "Se volete contribuire allo sviluppo futuro di questo plugin potete fare una piccola (o grande) donazione."
384
 
385
  #: includes/settings-page/sp-donate-box.php:20
386
  msgid "Donate using Paypal"
387
+ msgstr "Dona con Paypal"
388
 
389
  #: includes/settings-page/sp-donate-box.php:24
390
  msgid "Techotronic Development Support"
391
+ msgstr "Techotronic Development Support"
392
 
393
  #: includes/settings-page/sp-donate-box.php:28
394
  msgid "Please enter the URL you'd like me to link to in the donors lists"
395
+ msgstr "Inserire l'indirizzo URL con cui si vuole comparire nella lista dei donatori"
396
 
397
  #: includes/settings-page/sp-donate-box.php:30
398
  msgid "Return to Your Dashboard"
399
+ msgstr "Torna alla tua Bacheca"
400
 
401
  #: includes/settings-page/sp-donate-box.php:34
402
  msgid "Select Preset Amount"
403
+ msgstr "Seleziona importo preimpostato"
404
 
405
  #: includes/settings-page/sp-donate-box.php:42
406
  #: includes/settings-page/sp-donate-box.php:46
407
  msgid "USD"
408
+ msgstr "USD"
409
 
410
  #: includes/settings-page/sp-donate-box.php:43
411
  msgid "Or"
412
+ msgstr "Oppure"
413
 
414
  #: includes/settings-page/sp-donate-box.php:44
415
  msgid "Enter Custom Amount"
416
+ msgstr "Inserisci importo personalizzato"
417
 
418
  #: includes/settings-page/sp-donate-box.php:48
419
  msgid "Submit"
420
+ msgstr "Invia"
421
 
422
  #: includes/settings-page/sp-donations.php:14
423
  msgid "Top donations"
424
+ msgstr "Donazioni più generose"
425
 
426
  #: includes/settings-page/sp-donations.php:20
427
  #: includes/settings-page/sp-donations.php:33
428
  msgid "Thank you for your donation."
429
+ msgstr "Grazie per la tua donazione."
430
 
431
  #: includes/settings-page/sp-donations.php:27
432
  msgid "Latest donations"
433
+ msgstr "Ultime donazioni"
434
 
435
  #: includes/settings-page/sp-plugin-settings.php:13
 
436
  msgid "Plugin settings"
437
  msgstr "Impostazioni"
438
 
439
  #: includes/settings-page/sp-plugin-settings.php:20
440
+ #, php-format
441
  msgid "Automate %1$s for all images in pages, posts and galleries"
442
+ msgstr "Usa automaticamente %1$s per le immagini in pagine, articoli e gallerie"
443
 
444
  #: includes/settings-page/sp-plugin-settings.php:25
445
  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."
446
+ msgstr "Applica automaticamente Colorbox alle immagini negli articoli e nelle pagine. Applica Colorbox anche alle gallerie. Le immagini in una pagina o in un articolo vengono raggruppate automaticamente."
447
 
448
  #: includes/settings-page/sp-plugin-settings.php:30
449
+ #, php-format
450
  msgid "Automate %1$s for images in WordPress galleries only"
451
+ msgstr "Applica automaticamente %1$s solo alle gallerie di immagini di WordPress"
452
 
453
  #: includes/settings-page/sp-plugin-settings.php:35
454
  msgid "Automatically add colorbox-class to images in WordPress galleries, but nowhere else. Images in one page or post are grouped automatically."
455
+ msgstr "Applica automaticamente Colorbox alle gallerie di WordPress, ma non ad altro. Le immagini in una pagina o in un articolo vengono raggruppate automaticamente."
456
 
457
  #: includes/settings-page/sp-plugin-settings.php:40
458
+ #, php-format
459
  msgid "Automate %1$s for all other images"
460
+ msgstr "Applica automaticamente %1$s per tutte le altre immagini"
461
 
462
  #: includes/settings-page/sp-plugin-settings.php:45
463
  msgid "Automatically add colorbox-class to all images that are not in posts and pages (e.g. the sidebar)."
464
+ msgstr "Applica automaticamente Colorbox a tutte le immagini che non sono in pagine o articoli (es. sidebar)."
465
 
466
  #: includes/settings-page/sp-plugin-settings.php:50
467
+ #, php-format
468
  msgid "Automate %1$s for all text links to images"
469
+ msgstr "Applica automaticamente %1$s per tutti i link testuali a immagini"
470
 
471
  #: includes/settings-page/sp-plugin-settings.php:54
472
  msgid "Automatically add colorbox-link-class to all links that point to images."
473
+ msgstr "Applica automaticamente %1$s a tutti i link che puntano ad immagini."
474
 
475
  #: includes/settings-page/sp-plugin-settings.php:59
476
  msgid "Automate hiding of flash objects"
477
+ msgstr "Nascondi automaticamente gli oggetti flash"
478
 
479
  #: includes/settings-page/sp-plugin-settings.php:64
 
480
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
481
+ msgstr "Nascondi automaticamente gli oggetti flash dietro al layer di Colorbox."
482
 
483
+ #: includes/settings-page/sp-plugin-settings.php:70
484
+ msgid "Add Zoom overlay to pictures"
485
  msgstr ""
486
 
487
+ #: includes/settings-page/sp-plugin-settings.php:76
488
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
489
  msgstr ""
490
 
491
+ #: includes/settings-page/sp-plugin-settings.php:82
492
+ msgid "Use jQuery library from Google"
493
  msgstr ""
494
 
495
+ #: includes/settings-page/sp-plugin-settings.php:88
496
+ #, php-format
497
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
498
  msgstr ""
499
 
500
+ #: includes/settings-page/sp-plugin-settings.php:94
501
+ msgid "Add JavaScript to footer"
502
+ msgstr "Aggiungi JavaScript nel footer."
503
+
504
+ #: includes/settings-page/sp-plugin-settings.php:100
505
+ msgid "Add JavaScript to footer instead of the header."
506
+ msgstr "Aggiungi JavaScript nel footer anziché nell'header."
507
+
508
+ #: includes/settings-page/sp-plugin-settings.php:105
509
+ msgid "Remove link from Meta-box"
510
+ msgstr "Rimuovi link dalla meta-box"
511
+
512
+ #: includes/settings-page/sp-plugin-settings.php:109
513
+ msgid "Remove the link to the developers site from the WordPress meta-box."
514
+ msgstr "Rimuovi il link al sito dello sviluppatore dalla meta-box di WordPress."
515
+
516
+ #: includes/settings-page/sp-plugin-settings.php:114
517
  msgid "Activate debug mode"
518
+ msgstr "Attiva modalità debug"
519
 
520
+ #: includes/settings-page/sp-plugin-settings.php:118
521
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
522
+ msgstr "Aggiunge alla pagina informazioni di debug e codice JavaScript non compresso. Utile per la risoluzione di problemi."
523
 
524
+ #: includes/settings-page/sp-plugin-settings.php:123
525
  msgid "Disable warning"
526
+ msgstr "Disabilita avviso"
527
 
528
+ #: includes/settings-page/sp-plugin-settings.php:128
529
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
530
+ msgstr "Disabilita l'avviso che viene visualizzato se il plugin è abilitato ma l'opzione di applicazione automatica a tutte le immagini non è attivata."
531
 
532
  #: includes/settings-page/sp-translation.php:14
533
  msgid "Translation"
534
+ msgstr "Traduzione"
535
 
536
  #: includes/settings-page/sp-translation.php:17
537
  msgid "The english translation was done by <a href=\"http://www.techotronic.de\">Arne Franken</a>."
538
+ msgstr "La traduzione in italiano è stata realizzata inizialmente da <a href=\"http://erkinson.altervista.org\">erkinson</a> e successivamente completata e corretta da <a href=\"http://www.blackstudio.it\">Black Studio</a>."
539
 
540
  #~ msgid "Automate %1$s for all images"
541
  #~ msgstr "Usa automaticamente %1$s per tutte le immagini"
localization/jquery-colorbox-lv.mo CHANGED
Binary file
localization/jquery-colorbox-lv.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:41+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:41+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Lapuvieta.lv <info@lapuvieta.lv>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Ādiņa #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Ādiņa #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Ādiņa #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Ādiņa #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Ādiņa #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Ādiņa #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Ādiņa #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Ādiņa #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Ādiņa #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Ādiņa #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Ādiņa #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Ādiņa #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Ādiņa #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Ādiņa #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Ādiņa #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "procenti"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pikseļi"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "elastīgi"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "izbalēt"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "nekas"
103
 
@@ -128,7 +128,7 @@ msgstr "Iestatījumi nav izmainīti. Tev nav nepieciešamo tiesību."
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Iestatījumi %1$s netika izdzēsti. Vai nu Tev nav nepieciešamo tiesību vai arī aizmirsi ielikt ķeksīti rūtiņā."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "Lietojot"
134
 
@@ -365,7 +365,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
365
  msgstr "Pārklājuma caurspīdīguma līmenis. Robežās no 0 līdz 1"
366
 
367
  #: includes/settings-page/sp-colorbox-settings.php:329
368
- #: includes/settings-page/sp-plugin-settings.php:107
369
  msgid "Save Changes"
370
  msgstr "Saglabāt izmaiņas"
371
 
@@ -485,35 +485,52 @@ msgstr "Automatizēt flash objektu paslēpšanu"
485
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
486
  msgstr "Automātiski slēpt iegultos flash objektus aiz Colorbox slāņa."
487
 
488
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  msgid "Add JavaScript to footer"
490
  msgstr "Pievienot JavaScript kājenē"
491
 
492
- #: includes/settings-page/sp-plugin-settings.php:73
493
  msgid "Add JavaScript to footer instead of the header."
494
  msgstr "Pievienot JavaScript kājenē nevis galvenē"
495
 
496
- #: includes/settings-page/sp-plugin-settings.php:78
497
  msgid "Remove link from Meta-box"
498
  msgstr "Aizvākt saiti no Meta-box"
499
 
500
- #: includes/settings-page/sp-plugin-settings.php:82
501
  msgid "Remove the link to the developers site from the WordPress meta-box."
502
  msgstr "Aizvākt saiti uz izstrādātāju mājas lapu no WordPress meta-box."
503
 
504
- #: includes/settings-page/sp-plugin-settings.php:87
505
  msgid "Activate debug mode"
506
  msgstr "Aktivizēt atkļūdošanas režīmu"
507
 
508
- #: includes/settings-page/sp-plugin-settings.php:91
509
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
510
  msgstr "Pievieno lapai atkļūdošanas informāciju un ne-minimizetu JavaScript. Noderīgi kļūdu labošanai."
511
 
512
- #: includes/settings-page/sp-plugin-settings.php:96
513
  msgid "Disable warning"
514
  msgstr "Atslēgt brīdinājumus"
515
 
516
- #: includes/settings-page/sp-plugin-settings.php:101
517
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
518
  msgstr "Atslēdz brīdinājumu, kas tiek rādīts, ja spraudnis ir aktivizēts, bet auto-colorbox īpašība visiem attēliem ir atslēgta."
519
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:29+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:29+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Lapuvieta.lv <info@lapuvieta.lv>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Ādiņa #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Ādiņa #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Ādiņa #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Ādiņa #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Ādiņa #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Ādiņa #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Ādiņa #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Ādiņa #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Ādiņa #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Ādiņa #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Ādiņa #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Ādiņa #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Ādiņa #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Ādiņa #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Ādiņa #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "procenti"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pikseļi"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "elastīgi"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "izbalēt"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "nekas"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Iestatījumi %1$s netika izdzēsti. Vai nu Tev nav nepieciešamo tiesību vai arī aizmirsi ielikt ķeksīti rūtiņā."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "Lietojot"
134
 
365
  msgstr "Pārklājuma caurspīdīguma līmenis. Robežās no 0 līdz 1"
366
 
367
  #: includes/settings-page/sp-colorbox-settings.php:329
368
+ #: includes/settings-page/sp-plugin-settings.php:134
369
  msgid "Save Changes"
370
  msgstr "Saglabāt izmaiņas"
371
 
485
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
486
  msgstr "Automātiski slēpt iegultos flash objektus aiz Colorbox slāņa."
487
 
488
+ #: includes/settings-page/sp-plugin-settings.php:70
489
+ msgid "Add Zoom overlay to pictures"
490
+ msgstr ""
491
+
492
+ #: includes/settings-page/sp-plugin-settings.php:76
493
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
494
+ msgstr ""
495
+
496
+ #: includes/settings-page/sp-plugin-settings.php:82
497
+ msgid "Use jQuery library from Google"
498
+ msgstr ""
499
+
500
+ #: includes/settings-page/sp-plugin-settings.php:88
501
+ #, php-format
502
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
503
+ msgstr ""
504
+
505
+ #: includes/settings-page/sp-plugin-settings.php:94
506
  msgid "Add JavaScript to footer"
507
  msgstr "Pievienot JavaScript kājenē"
508
 
509
+ #: includes/settings-page/sp-plugin-settings.php:100
510
  msgid "Add JavaScript to footer instead of the header."
511
  msgstr "Pievienot JavaScript kājenē nevis galvenē"
512
 
513
+ #: includes/settings-page/sp-plugin-settings.php:105
514
  msgid "Remove link from Meta-box"
515
  msgstr "Aizvākt saiti no Meta-box"
516
 
517
+ #: includes/settings-page/sp-plugin-settings.php:109
518
  msgid "Remove the link to the developers site from the WordPress meta-box."
519
  msgstr "Aizvākt saiti uz izstrādātāju mājas lapu no WordPress meta-box."
520
 
521
+ #: includes/settings-page/sp-plugin-settings.php:114
522
  msgid "Activate debug mode"
523
  msgstr "Aktivizēt atkļūdošanas režīmu"
524
 
525
+ #: includes/settings-page/sp-plugin-settings.php:118
526
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
527
  msgstr "Pievieno lapai atkļūdošanas informāciju un ne-minimizetu JavaScript. Noderīgi kļūdu labošanai."
528
 
529
+ #: includes/settings-page/sp-plugin-settings.php:123
530
  msgid "Disable warning"
531
  msgstr "Atslēgt brīdinājumus"
532
 
533
+ #: includes/settings-page/sp-plugin-settings.php:128
534
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
535
  msgstr "Atslēdz brīdinājumu, kas tiek rādīts, ja spraudnis ir aktivizēts, bet auto-colorbox īpašība visiem attēliem ir atslēgta."
536
 
localization/jquery-colorbox-ms_MY.mo CHANGED
Binary file
localization/jquery-colorbox-ms_MY.po CHANGED
@@ -2,8 +2,8 @@ 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: 2012-03-11 23:41+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:41+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: ini;sahaini <sahaini@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "peratus"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "piksel"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "anjal"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "pudar"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "tiada"
103
 
@@ -128,7 +128,7 @@ msgstr "Tetapan tidak dikemaskini, anda tidak mempunyai kebenaran yang diperluka
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Tetapan %1$s tidak dibubarkan. Sama ada anda tidak mempunyai kebenaran yang diperlukan atau anda tidak menanda pada kotak pilihan"
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "Menggunakan"
134
 
@@ -367,7 +367,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
367
  msgstr "Kelegapan/kekaburan lapisan telus. Julat: 0 hingga 1"
368
 
369
  #: includes/settings-page/sp-colorbox-settings.php:329
370
- #: includes/settings-page/sp-plugin-settings.php:107
371
  msgid "Save Changes"
372
  msgstr "Simpan Ubahsuai"
373
 
@@ -488,35 +488,52 @@ msgstr "Auto-sorok objek flash"
488
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
489
  msgstr "Sorok secara auto objek flash yang menempel di sebalik lapisan Colorbox. Diuruskan dengan menetapkan \"wmode\" kepada \"transparent\""
490
 
491
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
492
  msgid "Add JavaScript to footer"
493
  msgstr ""
494
 
495
- #: includes/settings-page/sp-plugin-settings.php:73
496
  msgid "Add JavaScript to footer instead of the header."
497
  msgstr ""
498
 
499
- #: includes/settings-page/sp-plugin-settings.php:78
500
  msgid "Remove link from Meta-box"
501
  msgstr ""
502
 
503
- #: includes/settings-page/sp-plugin-settings.php:82
504
  msgid "Remove the link to the developers site from the WordPress meta-box."
505
  msgstr ""
506
 
507
- #: includes/settings-page/sp-plugin-settings.php:87
508
  msgid "Activate debug mode"
509
  msgstr ""
510
 
511
- #: includes/settings-page/sp-plugin-settings.php:91
512
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
513
  msgstr ""
514
 
515
- #: includes/settings-page/sp-plugin-settings.php:96
516
  msgid "Disable warning"
517
  msgstr "Abai amaran"
518
 
519
- #: includes/settings-page/sp-plugin-settings.php:101
520
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
521
  msgstr "Mengabaikan amaran yang muncul sekiranya palam (plugin) diaktifkan tetapi ciri-ciri auto-colorbox untuk semua imej tidak terpilih"
522
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox 3.3 Malay (Bahasa/Melayu)\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:29+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:29+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: ini;sahaini <sahaini@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "peratus"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "piksel"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "anjal"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "pudar"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "tiada"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Tetapan %1$s tidak dibubarkan. Sama ada anda tidak mempunyai kebenaran yang diperlukan atau anda tidak menanda pada kotak pilihan"
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "Menggunakan"
134
 
367
  msgstr "Kelegapan/kekaburan lapisan telus. Julat: 0 hingga 1"
368
 
369
  #: includes/settings-page/sp-colorbox-settings.php:329
370
+ #: includes/settings-page/sp-plugin-settings.php:134
371
  msgid "Save Changes"
372
  msgstr "Simpan Ubahsuai"
373
 
488
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
489
  msgstr "Sorok secara auto objek flash yang menempel di sebalik lapisan Colorbox. Diuruskan dengan menetapkan \"wmode\" kepada \"transparent\""
490
 
491
+ #: includes/settings-page/sp-plugin-settings.php:70
492
+ msgid "Add Zoom overlay to pictures"
493
+ msgstr ""
494
+
495
+ #: includes/settings-page/sp-plugin-settings.php:76
496
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
497
+ msgstr ""
498
+
499
+ #: includes/settings-page/sp-plugin-settings.php:82
500
+ msgid "Use jQuery library from Google"
501
+ msgstr ""
502
+
503
+ #: includes/settings-page/sp-plugin-settings.php:88
504
+ #, php-format
505
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
506
+ msgstr ""
507
+
508
+ #: includes/settings-page/sp-plugin-settings.php:94
509
  msgid "Add JavaScript to footer"
510
  msgstr ""
511
 
512
+ #: includes/settings-page/sp-plugin-settings.php:100
513
  msgid "Add JavaScript to footer instead of the header."
514
  msgstr ""
515
 
516
+ #: includes/settings-page/sp-plugin-settings.php:105
517
  msgid "Remove link from Meta-box"
518
  msgstr ""
519
 
520
+ #: includes/settings-page/sp-plugin-settings.php:109
521
  msgid "Remove the link to the developers site from the WordPress meta-box."
522
  msgstr ""
523
 
524
+ #: includes/settings-page/sp-plugin-settings.php:114
525
  msgid "Activate debug mode"
526
  msgstr ""
527
 
528
+ #: includes/settings-page/sp-plugin-settings.php:118
529
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
530
  msgstr ""
531
 
532
+ #: includes/settings-page/sp-plugin-settings.php:123
533
  msgid "Disable warning"
534
  msgstr "Abai amaran"
535
 
536
+ #: includes/settings-page/sp-plugin-settings.php:128
537
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
538
  msgstr "Mengabaikan amaran yang muncul sekiranya palam (plugin) diaktifkan tetapi ciri-ciri auto-colorbox untuk semua imej tidak terpilih"
539
 
localization/jquery-colorbox-nl_NL.mo CHANGED
Binary file
localization/jquery-colorbox-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:41+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:41+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Thema #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Thema #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Thema #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Thema #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Thema #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Thema #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Thema #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Thema #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Thema #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Thema #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Thema #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Thema #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Thema #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Thema #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Thema #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "procent"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pixels"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "elastisch"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "vervagen"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "geen"
103
 
@@ -128,7 +128,7 @@ msgstr "Er zijn geen instellingen geupdate, u bezit de benodigde rechten niet."
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "%1$s instellingen zijn niet verwijderd. U bezit de benodigde rechten niet of de checkbox was niet aangevinkt."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr ""
134
 
@@ -367,7 +367,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
367
  msgstr "Doorzichtigheid van de achtergrond bedekking. Waarde tussen 0 en 1."
368
 
369
  #: includes/settings-page/sp-colorbox-settings.php:329
370
- #: includes/settings-page/sp-plugin-settings.php:107
371
  msgid "Save Changes"
372
  msgstr "Wijzigingen opslaan"
373
 
@@ -488,35 +488,52 @@ msgstr "Verberg automatisch flash objecten"
488
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
489
  msgstr "Verberg automatisch de ingebedde flash objecten achter de Colorbox laag door de wmode instelling op transparant te zetten."
490
 
491
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
492
  msgid "Add JavaScript to footer"
493
  msgstr ""
494
 
495
- #: includes/settings-page/sp-plugin-settings.php:73
496
  msgid "Add JavaScript to footer instead of the header."
497
  msgstr ""
498
 
499
- #: includes/settings-page/sp-plugin-settings.php:78
500
  msgid "Remove link from Meta-box"
501
  msgstr ""
502
 
503
- #: includes/settings-page/sp-plugin-settings.php:82
504
  msgid "Remove the link to the developers site from the WordPress meta-box."
505
  msgstr ""
506
 
507
- #: includes/settings-page/sp-plugin-settings.php:87
508
  msgid "Activate debug mode"
509
  msgstr ""
510
 
511
- #: includes/settings-page/sp-plugin-settings.php:91
512
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
513
  msgstr ""
514
 
515
- #: includes/settings-page/sp-plugin-settings.php:96
516
  msgid "Disable warning"
517
  msgstr "Waarschuwingen deactiveren"
518
 
519
- #: includes/settings-page/sp-plugin-settings.php:101
520
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
521
  msgstr "Deactiveer de melding die wordt getoond als de plugin is geactiveerd maar de auto-colorbox functie voor alle afbeeldingen uit staat."
522
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:30+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:30+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Thema #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Thema #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Thema #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Thema #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Thema #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Thema #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Thema #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Thema #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Thema #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Thema #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Thema #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Thema #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Thema #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Thema #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Thema #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "procent"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pixels"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "elastisch"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "vervagen"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "geen"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "%1$s instellingen zijn niet verwijderd. U bezit de benodigde rechten niet of de checkbox was niet aangevinkt."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr ""
134
 
367
  msgstr "Doorzichtigheid van de achtergrond bedekking. Waarde tussen 0 en 1."
368
 
369
  #: includes/settings-page/sp-colorbox-settings.php:329
370
+ #: includes/settings-page/sp-plugin-settings.php:134
371
  msgid "Save Changes"
372
  msgstr "Wijzigingen opslaan"
373
 
488
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
489
  msgstr "Verberg automatisch de ingebedde flash objecten achter de Colorbox laag door de wmode instelling op transparant te zetten."
490
 
491
+ #: includes/settings-page/sp-plugin-settings.php:70
492
+ msgid "Add Zoom overlay to pictures"
493
+ msgstr ""
494
+
495
+ #: includes/settings-page/sp-plugin-settings.php:76
496
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
497
+ msgstr ""
498
+
499
+ #: includes/settings-page/sp-plugin-settings.php:82
500
+ msgid "Use jQuery library from Google"
501
+ msgstr ""
502
+
503
+ #: includes/settings-page/sp-plugin-settings.php:88
504
+ #, php-format
505
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
506
+ msgstr ""
507
+
508
+ #: includes/settings-page/sp-plugin-settings.php:94
509
  msgid "Add JavaScript to footer"
510
  msgstr ""
511
 
512
+ #: includes/settings-page/sp-plugin-settings.php:100
513
  msgid "Add JavaScript to footer instead of the header."
514
  msgstr ""
515
 
516
+ #: includes/settings-page/sp-plugin-settings.php:105
517
  msgid "Remove link from Meta-box"
518
  msgstr ""
519
 
520
+ #: includes/settings-page/sp-plugin-settings.php:109
521
  msgid "Remove the link to the developers site from the WordPress meta-box."
522
  msgstr ""
523
 
524
+ #: includes/settings-page/sp-plugin-settings.php:114
525
  msgid "Activate debug mode"
526
  msgstr ""
527
 
528
+ #: includes/settings-page/sp-plugin-settings.php:118
529
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
530
  msgstr ""
531
 
532
+ #: includes/settings-page/sp-plugin-settings.php:123
533
  msgid "Disable warning"
534
  msgstr "Waarschuwingen deactiveren"
535
 
536
+ #: includes/settings-page/sp-plugin-settings.php:128
537
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
538
  msgstr "Deactiveer de melding die wordt getoond als de plugin is geactiveerd maar de auto-colorbox functie voor alle afbeeldingen uit staat."
539
 
localization/jquery-colorbox-pl_PL.mo CHANGED
Binary file
localization/jquery-colorbox-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:41+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:41+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Motyw #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Motyw #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Motyw #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Motyw #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Motyw #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Motyw #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Motyw #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Motyw #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Motyw #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Motyw #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Motyw #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Motyw #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Motyw #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Motyw #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Motyw #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "procent"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "piksele"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "elastyczne"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "wyciemniane"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "brak"
103
 
@@ -128,7 +128,7 @@ msgstr "Nie zaktualizowano ustawienia, brak odpowiednich uprawnień."
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Nie usunięto ustawień %1$s. Albo nie masz odpowiednych praw albo nie zaznaczono checkboksa."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "Używa"
134
 
@@ -365,7 +365,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
365
  msgstr "Poziom nieprzezroczystości tła. Zakres 0 to 1"
366
 
367
  #: includes/settings-page/sp-colorbox-settings.php:329
368
- #: includes/settings-page/sp-plugin-settings.php:107
369
  msgid "Save Changes"
370
  msgstr "Zapisz zmiany"
371
 
@@ -485,35 +485,52 @@ msgstr "Automatycznie ukryj wszystkie obiekty Flash"
485
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
486
  msgstr "Automatycznie ukryj wstawione na stronę obiekty Flash za warstwą Colorboksa."
487
 
488
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  msgid "Add JavaScript to footer"
490
  msgstr "Dodaj kod JavaScript do stopki"
491
 
492
- #: includes/settings-page/sp-plugin-settings.php:73
493
  msgid "Add JavaScript to footer instead of the header."
494
  msgstr "Dodaje kod JavaScript do stopki zamiast do nagłówka strony."
495
 
496
- #: includes/settings-page/sp-plugin-settings.php:78
497
  msgid "Remove link from Meta-box"
498
  msgstr "Usuń link z Meta-box"
499
 
500
- #: includes/settings-page/sp-plugin-settings.php:82
501
  msgid "Remove the link to the developers site from the WordPress meta-box."
502
  msgstr "Usuń link do strony autorów z meta-box WordPressa."
503
 
504
- #: includes/settings-page/sp-plugin-settings.php:87
505
  msgid "Activate debug mode"
506
  msgstr "Włącz tryb debugowania"
507
 
508
- #: includes/settings-page/sp-plugin-settings.php:91
509
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
510
  msgstr "Dodaje informacje do debugowania oraz nieskompresowany kod JaVascript na stronie. Użyteczne do wyłapywania błędów."
511
 
512
- #: includes/settings-page/sp-plugin-settings.php:96
513
  msgid "Disable warning"
514
  msgstr "Wyłącz ostrzeżenie"
515
 
516
- #: includes/settings-page/sp-plugin-settings.php:101
517
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
518
  msgstr "Wyłącza ostrzeżenie, które jest wyświetlane, kiedy wtyczka jest aktywna, ale funkcja automatycznego colorboksa dla wszystkich obrazów jest wyłączona."
519
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:30+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:30+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Motyw #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Motyw #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Motyw #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Motyw #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Motyw #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Motyw #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Motyw #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Motyw #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Motyw #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Motyw #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Motyw #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Motyw #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Motyw #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Motyw #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Motyw #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "procent"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "piksele"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "elastyczne"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "wyciemniane"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "brak"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Nie usunięto ustawień %1$s. Albo nie masz odpowiednych praw albo nie zaznaczono checkboksa."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "Używa"
134
 
365
  msgstr "Poziom nieprzezroczystości tła. Zakres 0 to 1"
366
 
367
  #: includes/settings-page/sp-colorbox-settings.php:329
368
+ #: includes/settings-page/sp-plugin-settings.php:134
369
  msgid "Save Changes"
370
  msgstr "Zapisz zmiany"
371
 
485
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
486
  msgstr "Automatycznie ukryj wstawione na stronę obiekty Flash za warstwą Colorboksa."
487
 
488
+ #: includes/settings-page/sp-plugin-settings.php:70
489
+ msgid "Add Zoom overlay to pictures"
490
+ msgstr ""
491
+
492
+ #: includes/settings-page/sp-plugin-settings.php:76
493
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
494
+ msgstr ""
495
+
496
+ #: includes/settings-page/sp-plugin-settings.php:82
497
+ msgid "Use jQuery library from Google"
498
+ msgstr ""
499
+
500
+ #: includes/settings-page/sp-plugin-settings.php:88
501
+ #, php-format
502
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
503
+ msgstr ""
504
+
505
+ #: includes/settings-page/sp-plugin-settings.php:94
506
  msgid "Add JavaScript to footer"
507
  msgstr "Dodaj kod JavaScript do stopki"
508
 
509
+ #: includes/settings-page/sp-plugin-settings.php:100
510
  msgid "Add JavaScript to footer instead of the header."
511
  msgstr "Dodaje kod JavaScript do stopki zamiast do nagłówka strony."
512
 
513
+ #: includes/settings-page/sp-plugin-settings.php:105
514
  msgid "Remove link from Meta-box"
515
  msgstr "Usuń link z Meta-box"
516
 
517
+ #: includes/settings-page/sp-plugin-settings.php:109
518
  msgid "Remove the link to the developers site from the WordPress meta-box."
519
  msgstr "Usuń link do strony autorów z meta-box WordPressa."
520
 
521
+ #: includes/settings-page/sp-plugin-settings.php:114
522
  msgid "Activate debug mode"
523
  msgstr "Włącz tryb debugowania"
524
 
525
+ #: includes/settings-page/sp-plugin-settings.php:118
526
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
527
  msgstr "Dodaje informacje do debugowania oraz nieskompresowany kod JaVascript na stronie. Użyteczne do wyłapywania błędów."
528
 
529
+ #: includes/settings-page/sp-plugin-settings.php:123
530
  msgid "Disable warning"
531
  msgstr "Wyłącz ostrzeżenie"
532
 
533
+ #: includes/settings-page/sp-plugin-settings.php:128
534
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
535
  msgstr "Wyłącza ostrzeżenie, które jest wyświetlane, kiedy wtyczka jest aktywna, ale funkcja automatycznego colorboksa dla wszystkich obrazów jest wyłączona."
536
 
localization/jquery-colorbox-pt_BR.mo CHANGED
Binary file
localization/jquery-colorbox-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox 3.8.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:41+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:42+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Gervásio Antônio, Joao Netto <nettojp@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "%"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pixels"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "elástico"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "esmaecer"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "nenhuma"
103
 
@@ -128,7 +128,7 @@ msgstr "As configurações não foram atualizadas. Você não possui as permiss
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "As configurações do %1$s não foram excluídas. Você não possui as permissões necessárias ou não marcou a opção 'Excluir configurações'."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "Usando"
134
 
@@ -365,7 +365,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
365
  msgstr "Define o nível de opacidade da camada de fundo. Variação: 0 até 1"
366
 
367
  #: includes/settings-page/sp-colorbox-settings.php:329
368
- #: includes/settings-page/sp-plugin-settings.php:107
369
  msgid "Save Changes"
370
  msgstr "Salvar alterações"
371
 
@@ -485,35 +485,52 @@ msgstr "Ocultar objetos flash automaticamente"
485
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
486
  msgstr "Ocultar automaticamente objetos flash atrás da camada do Colorbox. É feito definindo wmode para transparente."
487
 
488
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  msgid "Add JavaScript to footer"
490
  msgstr "Adicionar JavaScript ao footer"
491
 
492
- #: includes/settings-page/sp-plugin-settings.php:73
493
  msgid "Add JavaScript to footer instead of the header."
494
  msgstr "Adicione o JavaScript para rodapé, em vez do cabeçalho."
495
 
496
- #: includes/settings-page/sp-plugin-settings.php:78
497
  msgid "Remove link from Meta-box"
498
  msgstr "Remover link de Meta-box"
499
 
500
- #: includes/settings-page/sp-plugin-settings.php:82
501
  msgid "Remove the link to the developers site from the WordPress meta-box."
502
  msgstr "Remova o link para o site de desenvolvedores da caixa meta WordPress."
503
 
504
- #: includes/settings-page/sp-plugin-settings.php:87
505
  msgid "Activate debug mode"
506
  msgstr "Ativar o modo de depuração"
507
 
508
- #: includes/settings-page/sp-plugin-settings.php:91
509
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
510
  msgstr "Adiciona informações de depuração e não minified JavaScript para a página. Útil para solução de problemas."
511
 
512
- #: includes/settings-page/sp-plugin-settings.php:96
513
  msgid "Disable warning"
514
  msgstr "Desativar aviso"
515
 
516
- #: includes/settings-page/sp-plugin-settings.php:101
517
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
518
  msgstr "Desativa o aviso que é exibido se o plugin estiver ativado mas a função Colorbox Automático para todas as imagens estiver desligada."
519
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox 3.8.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:30+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:30+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Gervásio Antônio, Joao Netto <nettojp@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "%"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pixels"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "elástico"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "esmaecer"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "nenhuma"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "As configurações do %1$s não foram excluídas. Você não possui as permissões necessárias ou não marcou a opção 'Excluir configurações'."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "Usando"
134
 
365
  msgstr "Define o nível de opacidade da camada de fundo. Variação: 0 até 1"
366
 
367
  #: includes/settings-page/sp-colorbox-settings.php:329
368
+ #: includes/settings-page/sp-plugin-settings.php:134
369
  msgid "Save Changes"
370
  msgstr "Salvar alterações"
371
 
485
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
486
  msgstr "Ocultar automaticamente objetos flash atrás da camada do Colorbox. É feito definindo wmode para transparente."
487
 
488
+ #: includes/settings-page/sp-plugin-settings.php:70
489
+ msgid "Add Zoom overlay to pictures"
490
+ msgstr ""
491
+
492
+ #: includes/settings-page/sp-plugin-settings.php:76
493
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
494
+ msgstr ""
495
+
496
+ #: includes/settings-page/sp-plugin-settings.php:82
497
+ msgid "Use jQuery library from Google"
498
+ msgstr ""
499
+
500
+ #: includes/settings-page/sp-plugin-settings.php:88
501
+ #, php-format
502
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
503
+ msgstr ""
504
+
505
+ #: includes/settings-page/sp-plugin-settings.php:94
506
  msgid "Add JavaScript to footer"
507
  msgstr "Adicionar JavaScript ao footer"
508
 
509
+ #: includes/settings-page/sp-plugin-settings.php:100
510
  msgid "Add JavaScript to footer instead of the header."
511
  msgstr "Adicione o JavaScript para rodapé, em vez do cabeçalho."
512
 
513
+ #: includes/settings-page/sp-plugin-settings.php:105
514
  msgid "Remove link from Meta-box"
515
  msgstr "Remover link de Meta-box"
516
 
517
+ #: includes/settings-page/sp-plugin-settings.php:109
518
  msgid "Remove the link to the developers site from the WordPress meta-box."
519
  msgstr "Remova o link para o site de desenvolvedores da caixa meta WordPress."
520
 
521
+ #: includes/settings-page/sp-plugin-settings.php:114
522
  msgid "Activate debug mode"
523
  msgstr "Ativar o modo de depuração"
524
 
525
+ #: includes/settings-page/sp-plugin-settings.php:118
526
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
527
  msgstr "Adiciona informações de depuração e não minified JavaScript para a página. Útil para solução de problemas."
528
 
529
+ #: includes/settings-page/sp-plugin-settings.php:123
530
  msgid "Disable warning"
531
  msgstr "Desativar aviso"
532
 
533
+ #: includes/settings-page/sp-plugin-settings.php:128
534
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
535
  msgstr "Desativa o aviso que é exibido se o plugin estiver ativado mas a função Colorbox Automático para todas as imagens estiver desligada."
536
 
localization/jquery-colorbox-ro_RO.mo CHANGED
Binary file
localization/jquery-colorbox-ro_RO.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:42+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:42+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "procentaj"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pixeli"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "elastic"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "degradeu"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "fara"
103
 
@@ -128,7 +128,7 @@ msgstr "Setarile nu au fost actualizate, nu aveti drepturile necesare."
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Setarile %1$s nu au fost sterse. Ori nu aveti drepturi suficiente, ori nu ati bifat casuta aferenta."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "Folosind"
134
 
@@ -361,7 +361,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
361
  msgstr ""
362
 
363
  #: includes/settings-page/sp-colorbox-settings.php:329
364
- #: includes/settings-page/sp-plugin-settings.php:107
365
  msgid "Save Changes"
366
  msgstr "Salveaza schimbarile"
367
 
@@ -481,35 +481,52 @@ msgstr "Automatizeaza ascunderea obiectelor flash"
481
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
482
  msgstr "Ascunde automat obiectele flash embeduite in spatele layerelor Colorbox"
483
 
484
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
485
  msgid "Add JavaScript to footer"
486
  msgstr "Adauga JavaScript la footer"
487
 
488
- #: includes/settings-page/sp-plugin-settings.php:73
489
  msgid "Add JavaScript to footer instead of the header."
490
  msgstr "Adauga JavaScript la footer, in loc de header"
491
 
492
- #: includes/settings-page/sp-plugin-settings.php:78
493
  msgid "Remove link from Meta-box"
494
  msgstr "Inlatura link din Meta-box"
495
 
496
- #: includes/settings-page/sp-plugin-settings.php:82
497
  msgid "Remove the link to the developers site from the WordPress meta-box."
498
  msgstr "Inlatura link-ul catre site-ul developer-ilor din meta-box-ul WordPress"
499
 
500
- #: includes/settings-page/sp-plugin-settings.php:87
501
  msgid "Activate debug mode"
502
  msgstr "Activeaza modul de debug"
503
 
504
- #: includes/settings-page/sp-plugin-settings.php:91
505
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
506
  msgstr "Adauga informatie de debug si JavaScript non-minimizat la pagina. Util pentru troubleshooting."
507
 
508
- #: includes/settings-page/sp-plugin-settings.php:96
509
  msgid "Disable warning"
510
  msgstr "Dezactiveaza alerte"
511
 
512
- #: includes/settings-page/sp-plugin-settings.php:101
513
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
514
  msgstr "Dezactiveaza avertismentul care este afisat daca plugin-ul este activ dar functia auto-colorbox pentru toate imaginile este inactiva."
515
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:30+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:30+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "procentaj"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pixeli"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "elastic"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "degradeu"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "fara"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Setarile %1$s nu au fost sterse. Ori nu aveti drepturi suficiente, ori nu ati bifat casuta aferenta."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "Folosind"
134
 
361
  msgstr ""
362
 
363
  #: includes/settings-page/sp-colorbox-settings.php:329
364
+ #: includes/settings-page/sp-plugin-settings.php:134
365
  msgid "Save Changes"
366
  msgstr "Salveaza schimbarile"
367
 
481
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
482
  msgstr "Ascunde automat obiectele flash embeduite in spatele layerelor Colorbox"
483
 
484
+ #: includes/settings-page/sp-plugin-settings.php:70
485
+ msgid "Add Zoom overlay to pictures"
486
+ msgstr ""
487
+
488
+ #: includes/settings-page/sp-plugin-settings.php:76
489
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
490
+ msgstr ""
491
+
492
+ #: includes/settings-page/sp-plugin-settings.php:82
493
+ msgid "Use jQuery library from Google"
494
+ msgstr ""
495
+
496
+ #: includes/settings-page/sp-plugin-settings.php:88
497
+ #, php-format
498
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
499
+ msgstr ""
500
+
501
+ #: includes/settings-page/sp-plugin-settings.php:94
502
  msgid "Add JavaScript to footer"
503
  msgstr "Adauga JavaScript la footer"
504
 
505
+ #: includes/settings-page/sp-plugin-settings.php:100
506
  msgid "Add JavaScript to footer instead of the header."
507
  msgstr "Adauga JavaScript la footer, in loc de header"
508
 
509
+ #: includes/settings-page/sp-plugin-settings.php:105
510
  msgid "Remove link from Meta-box"
511
  msgstr "Inlatura link din Meta-box"
512
 
513
+ #: includes/settings-page/sp-plugin-settings.php:109
514
  msgid "Remove the link to the developers site from the WordPress meta-box."
515
  msgstr "Inlatura link-ul catre site-ul developer-ilor din meta-box-ul WordPress"
516
 
517
+ #: includes/settings-page/sp-plugin-settings.php:114
518
  msgid "Activate debug mode"
519
  msgstr "Activeaza modul de debug"
520
 
521
+ #: includes/settings-page/sp-plugin-settings.php:118
522
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
523
  msgstr "Adauga informatie de debug si JavaScript non-minimizat la pagina. Util pentru troubleshooting."
524
 
525
+ #: includes/settings-page/sp-plugin-settings.php:123
526
  msgid "Disable warning"
527
  msgstr "Dezactiveaza alerte"
528
 
529
+ #: includes/settings-page/sp-plugin-settings.php:128
530
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
531
  msgstr "Dezactiveaza avertismentul care este afisat daca plugin-ul este activ dar functia auto-colorbox pentru toate imaginile este inactiva."
532
 
localization/jquery-colorbox-ru_RU.mo CHANGED
Binary file
localization/jquery-colorbox-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox-Русская-версия\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:42+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:42+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Drive2Life <info@drive2life.ru>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Тема #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Тема #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Тема #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Тема #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Тема #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Тема #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Тема #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Тема #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Тема #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Тема #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Тема #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Тема #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Тема #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Тема #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Тема #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "процентов"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "пикселей"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "гибкий"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "затухание"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "отсутствует"
103
 
@@ -128,7 +128,7 @@ msgstr "Настройки не обновлены. У вас нет доста
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "%1$s не удален. У вас нет достаточных прав."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "Использует"
134
 
@@ -365,7 +365,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
365
  msgstr "Прозрачность фона ColorBox. От 0 до 1"
366
 
367
  #: includes/settings-page/sp-colorbox-settings.php:329
368
- #: includes/settings-page/sp-plugin-settings.php:107
369
  msgid "Save Changes"
370
  msgstr "Сохранить настройки"
371
 
@@ -485,35 +485,52 @@ msgstr "Автоматически прятать flash-объекты"
485
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
486
  msgstr "Автоматически прятать flash-объекты за слоем ColorBox."
487
 
488
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  msgid "Add JavaScript to footer"
490
  msgstr "Добавить Java-скрипт плагина в footer.php"
491
 
492
- #: includes/settings-page/sp-plugin-settings.php:73
493
  msgid "Add JavaScript to footer instead of the header."
494
  msgstr "Добавить Java-скрипт плагина в footer.php вместо header.php"
495
 
496
- #: includes/settings-page/sp-plugin-settings.php:78
497
  msgid "Remove link from Meta-box"
498
  msgstr "Удалить ссылку из мета-бокса"
499
 
500
- #: includes/settings-page/sp-plugin-settings.php:82
501
  msgid "Remove the link to the developers site from the WordPress meta-box."
502
  msgstr "Удалить ссылку на сайт разработчика плагина из мета-бокса Wordpress"
503
 
504
- #: includes/settings-page/sp-plugin-settings.php:87
505
  msgid "Activate debug mode"
506
  msgstr "Активировать режим отладки (debug-mode)"
507
 
508
- #: includes/settings-page/sp-plugin-settings.php:91
509
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
510
  msgstr "Добавить информацию отладки и не-минифицированный Java-скрипт на страницу. Полезно при проверке работоспособности внесенных вами изменений"
511
 
512
- #: includes/settings-page/sp-plugin-settings.php:96
513
  msgid "Disable warning"
514
  msgstr "Отключить предупреждения"
515
 
516
- #: includes/settings-page/sp-plugin-settings.php:101
517
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
518
  msgstr "Отключает предупреждения, которые показываются, когда ColorBox активирован, но функция автоматической замены всех изображений отключена."
519
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox-Русская-версия\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:30+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:30+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Drive2Life <info@drive2life.ru>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Тема #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Тема #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Тема #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Тема #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Тема #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Тема #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Тема #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Тема #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Тема #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Тема #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Тема #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Тема #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Тема #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Тема #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Тема #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "процентов"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "пикселей"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "гибкий"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "затухание"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "отсутствует"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "%1$s не удален. У вас нет достаточных прав."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "Использует"
134
 
365
  msgstr "Прозрачность фона ColorBox. От 0 до 1"
366
 
367
  #: includes/settings-page/sp-colorbox-settings.php:329
368
+ #: includes/settings-page/sp-plugin-settings.php:134
369
  msgid "Save Changes"
370
  msgstr "Сохранить настройки"
371
 
485
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
486
  msgstr "Автоматически прятать flash-объекты за слоем ColorBox."
487
 
488
+ #: includes/settings-page/sp-plugin-settings.php:70
489
+ msgid "Add Zoom overlay to pictures"
490
+ msgstr ""
491
+
492
+ #: includes/settings-page/sp-plugin-settings.php:76
493
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
494
+ msgstr ""
495
+
496
+ #: includes/settings-page/sp-plugin-settings.php:82
497
+ msgid "Use jQuery library from Google"
498
+ msgstr ""
499
+
500
+ #: includes/settings-page/sp-plugin-settings.php:88
501
+ #, php-format
502
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
503
+ msgstr ""
504
+
505
+ #: includes/settings-page/sp-plugin-settings.php:94
506
  msgid "Add JavaScript to footer"
507
  msgstr "Добавить Java-скрипт плагина в footer.php"
508
 
509
+ #: includes/settings-page/sp-plugin-settings.php:100
510
  msgid "Add JavaScript to footer instead of the header."
511
  msgstr "Добавить Java-скрипт плагина в footer.php вместо header.php"
512
 
513
+ #: includes/settings-page/sp-plugin-settings.php:105
514
  msgid "Remove link from Meta-box"
515
  msgstr "Удалить ссылку из мета-бокса"
516
 
517
+ #: includes/settings-page/sp-plugin-settings.php:109
518
  msgid "Remove the link to the developers site from the WordPress meta-box."
519
  msgstr "Удалить ссылку на сайт разработчика плагина из мета-бокса Wordpress"
520
 
521
+ #: includes/settings-page/sp-plugin-settings.php:114
522
  msgid "Activate debug mode"
523
  msgstr "Активировать режим отладки (debug-mode)"
524
 
525
+ #: includes/settings-page/sp-plugin-settings.php:118
526
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
527
  msgstr "Добавить информацию отладки и не-минифицированный Java-скрипт на страницу. Полезно при проверке работоспособности внесенных вами изменений"
528
 
529
+ #: includes/settings-page/sp-plugin-settings.php:123
530
  msgid "Disable warning"
531
  msgstr "Отключить предупреждения"
532
 
533
+ #: includes/settings-page/sp-plugin-settings.php:128
534
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
535
  msgstr "Отключает предупреждения, которые показываются, когда ColorBox активирован, но функция автоматической замены всех изображений отключена."
536
 
localization/jquery-colorbox-sk_SK.mo CHANGED
Binary file
localization/jquery-colorbox-sk_SK.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:42+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:42+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic, SK translate by itec.sk <obchod@itec.sk>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Téma #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Téma #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Téma #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Téma #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Téma #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Téma #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Téma #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Téma #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Téma #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Téma #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Téma #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Téma #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Téma #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Téma #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Téma #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "percent"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pixlov"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "elastický"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "strácanie"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "žiadny"
103
 
@@ -128,7 +128,7 @@ msgstr "Nastavenie neboli aktualizované, nemáte dostatočné práva."
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Nastavenia %1$s neboli zrušené. Buď nemáte dostatočné oprávnenia, alebo ste nezaškrtli políčko."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "S použitím"
134
 
@@ -367,7 +367,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
367
  msgstr "Úroveň priehľadna pozadia. Rozsah: 0 - 1"
368
 
369
  #: includes/settings-page/sp-colorbox-settings.php:329
370
- #: includes/settings-page/sp-plugin-settings.php:107
371
  msgid "Save Changes"
372
  msgstr "Ulož zmeny"
373
 
@@ -487,35 +487,52 @@ msgstr "Automatické skrývanie Flash objektov"
487
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
488
  msgstr "Automaticky skryť vložené Flash objekty v pozadí Colorbox."
489
 
490
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
491
  msgid "Add JavaScript to footer"
492
  msgstr ""
493
 
494
- #: includes/settings-page/sp-plugin-settings.php:73
495
  msgid "Add JavaScript to footer instead of the header."
496
  msgstr ""
497
 
498
- #: includes/settings-page/sp-plugin-settings.php:78
499
  msgid "Remove link from Meta-box"
500
  msgstr ""
501
 
502
- #: includes/settings-page/sp-plugin-settings.php:82
503
  msgid "Remove the link to the developers site from the WordPress meta-box."
504
  msgstr ""
505
 
506
- #: includes/settings-page/sp-plugin-settings.php:87
507
  msgid "Activate debug mode"
508
  msgstr ""
509
 
510
- #: includes/settings-page/sp-plugin-settings.php:91
511
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
512
  msgstr ""
513
 
514
- #: includes/settings-page/sp-plugin-settings.php:96
515
  msgid "Disable warning"
516
  msgstr "Zakáž upozornenia"
517
 
518
- #: includes/settings-page/sp-plugin-settings.php:101
519
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
520
  msgstr "Zakáže varovanie, ktoré sa zobrazí v prípade, že plugin je aktivovaný, ale auto-colorbox funkcia pre všetky obrázky je vypnutá."
521
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:30+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:30+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic, SK translate by itec.sk <obchod@itec.sk>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Téma #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Téma #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Téma #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Téma #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Téma #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Téma #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Téma #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Téma #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Téma #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Téma #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Téma #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Téma #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Téma #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Téma #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Téma #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "percent"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pixlov"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "elastický"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "strácanie"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "žiadny"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Nastavenia %1$s neboli zrušené. Buď nemáte dostatočné oprávnenia, alebo ste nezaškrtli políčko."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "S použitím"
134
 
367
  msgstr "Úroveň priehľadna pozadia. Rozsah: 0 - 1"
368
 
369
  #: includes/settings-page/sp-colorbox-settings.php:329
370
+ #: includes/settings-page/sp-plugin-settings.php:134
371
  msgid "Save Changes"
372
  msgstr "Ulož zmeny"
373
 
487
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
488
  msgstr "Automaticky skryť vložené Flash objekty v pozadí Colorbox."
489
 
490
+ #: includes/settings-page/sp-plugin-settings.php:70
491
+ msgid "Add Zoom overlay to pictures"
492
+ msgstr ""
493
+
494
+ #: includes/settings-page/sp-plugin-settings.php:76
495
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
496
+ msgstr ""
497
+
498
+ #: includes/settings-page/sp-plugin-settings.php:82
499
+ msgid "Use jQuery library from Google"
500
+ msgstr ""
501
+
502
+ #: includes/settings-page/sp-plugin-settings.php:88
503
+ #, php-format
504
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
505
+ msgstr ""
506
+
507
+ #: includes/settings-page/sp-plugin-settings.php:94
508
  msgid "Add JavaScript to footer"
509
  msgstr ""
510
 
511
+ #: includes/settings-page/sp-plugin-settings.php:100
512
  msgid "Add JavaScript to footer instead of the header."
513
  msgstr ""
514
 
515
+ #: includes/settings-page/sp-plugin-settings.php:105
516
  msgid "Remove link from Meta-box"
517
  msgstr ""
518
 
519
+ #: includes/settings-page/sp-plugin-settings.php:109
520
  msgid "Remove the link to the developers site from the WordPress meta-box."
521
  msgstr ""
522
 
523
+ #: includes/settings-page/sp-plugin-settings.php:114
524
  msgid "Activate debug mode"
525
  msgstr ""
526
 
527
+ #: includes/settings-page/sp-plugin-settings.php:118
528
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
529
  msgstr ""
530
 
531
+ #: includes/settings-page/sp-plugin-settings.php:123
532
  msgid "Disable warning"
533
  msgstr "Zakáž upozornenia"
534
 
535
+ #: includes/settings-page/sp-plugin-settings.php:128
536
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
537
  msgstr "Zakáže varovanie, ktoré sa zobrazí v prípade, že plugin je aktivovaný, ale auto-colorbox funkcia pre všetky obrázky je vypnutá."
538
 
localization/jquery-colorbox-sv_SE.mo CHANGED
Binary file
localization/jquery-colorbox-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:42+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:42+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Skez <contact@theindiaexperience.se>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "procent"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pixlar"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "elastisk"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "tona"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "inget"
103
 
@@ -128,7 +128,7 @@ msgstr "Kunde inte uppdaterade inställningarna, du har inte dem nödvändiga r
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Inställningarna för %1$s togs inte bort. Du har antingen inte nödvändiga rättigheter eller så markerade du inte boxen."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "Använder"
134
 
@@ -367,7 +367,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
367
  msgstr "Nivå för överläggets opacitet. Intervall från 0 till 1"
368
 
369
  #: includes/settings-page/sp-colorbox-settings.php:329
370
- #: includes/settings-page/sp-plugin-settings.php:107
371
  msgid "Save Changes"
372
  msgstr "Spara ändringar"
373
 
@@ -487,35 +487,52 @@ msgstr "Göm automatiskt flash objekt"
487
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
488
  msgstr "Gömmer automatiskt inbäddade flash objekt bakom Colorbox lagret."
489
 
490
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
491
  msgid "Add JavaScript to footer"
492
  msgstr ""
493
 
494
- #: includes/settings-page/sp-plugin-settings.php:73
495
  msgid "Add JavaScript to footer instead of the header."
496
  msgstr ""
497
 
498
- #: includes/settings-page/sp-plugin-settings.php:78
499
  msgid "Remove link from Meta-box"
500
  msgstr ""
501
 
502
- #: includes/settings-page/sp-plugin-settings.php:82
503
  msgid "Remove the link to the developers site from the WordPress meta-box."
504
  msgstr ""
505
 
506
- #: includes/settings-page/sp-plugin-settings.php:87
507
  msgid "Activate debug mode"
508
  msgstr ""
509
 
510
- #: includes/settings-page/sp-plugin-settings.php:91
511
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
512
  msgstr ""
513
 
514
- #: includes/settings-page/sp-plugin-settings.php:96
515
  msgid "Disable warning"
516
  msgstr "Inaktivera varning"
517
 
518
- #: includes/settings-page/sp-plugin-settings.php:101
519
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
520
  msgstr "Inaktiverar varningen som visas om pluginet är aktiverat men funktionen auto-colorbox för alla bilder är avstängd."
521
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:31+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:31+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Skez <contact@theindiaexperience.se>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "procent"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "pixlar"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "elastisk"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "tona"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "inget"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "Inställningarna för %1$s togs inte bort. Du har antingen inte nödvändiga rättigheter eller så markerade du inte boxen."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "Använder"
134
 
367
  msgstr "Nivå för överläggets opacitet. Intervall från 0 till 1"
368
 
369
  #: includes/settings-page/sp-colorbox-settings.php:329
370
+ #: includes/settings-page/sp-plugin-settings.php:134
371
  msgid "Save Changes"
372
  msgstr "Spara ändringar"
373
 
487
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
488
  msgstr "Gömmer automatiskt inbäddade flash objekt bakom Colorbox lagret."
489
 
490
+ #: includes/settings-page/sp-plugin-settings.php:70
491
+ msgid "Add Zoom overlay to pictures"
492
+ msgstr ""
493
+
494
+ #: includes/settings-page/sp-plugin-settings.php:76
495
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
496
+ msgstr ""
497
+
498
+ #: includes/settings-page/sp-plugin-settings.php:82
499
+ msgid "Use jQuery library from Google"
500
+ msgstr ""
501
+
502
+ #: includes/settings-page/sp-plugin-settings.php:88
503
+ #, php-format
504
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
505
+ msgstr ""
506
+
507
+ #: includes/settings-page/sp-plugin-settings.php:94
508
  msgid "Add JavaScript to footer"
509
  msgstr ""
510
 
511
+ #: includes/settings-page/sp-plugin-settings.php:100
512
  msgid "Add JavaScript to footer instead of the header."
513
  msgstr ""
514
 
515
+ #: includes/settings-page/sp-plugin-settings.php:105
516
  msgid "Remove link from Meta-box"
517
  msgstr ""
518
 
519
+ #: includes/settings-page/sp-plugin-settings.php:109
520
  msgid "Remove the link to the developers site from the WordPress meta-box."
521
  msgstr ""
522
 
523
+ #: includes/settings-page/sp-plugin-settings.php:114
524
  msgid "Activate debug mode"
525
  msgstr ""
526
 
527
+ #: includes/settings-page/sp-plugin-settings.php:118
528
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
529
  msgstr ""
530
 
531
+ #: includes/settings-page/sp-plugin-settings.php:123
532
  msgid "Disable warning"
533
  msgstr "Inaktivera varning"
534
 
535
+ #: includes/settings-page/sp-plugin-settings.php:128
536
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
537
  msgstr "Inaktiverar varningen som visas om pluginet är aktiverat men funktionen auto-colorbox för alla bilder är avstängd."
538
 
localization/jquery-colorbox-tr_TR.mo CHANGED
Binary file
localization/jquery-colorbox-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:43+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:43+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Serhat Yolaçan\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "yüzde"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "piksel"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "elastik"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "solma"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "hiçbiri"
103
 
@@ -128,7 +128,7 @@ msgstr "Ayarları güncelleyemedim, gerekli yetkilere sahip değilsin."
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "%1$s ayarlarını sıfırlayamadım. Ya gerekli yetkilere sahip değilsin yada kutucuğu doldurmadın."
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr ""
134
 
@@ -367,7 +367,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
367
  msgstr "Katmanın şeffaflık seviyesi. Aralık: 0 ile 1 arasındadır"
368
 
369
  #: includes/settings-page/sp-colorbox-settings.php:329
370
- #: includes/settings-page/sp-plugin-settings.php:107
371
  msgid "Save Changes"
372
  msgstr "Değişiklikleri kaydet"
373
 
@@ -488,35 +488,52 @@ msgstr "Flash objelerini otomatik gizle"
488
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
489
  msgstr "Colorbox katmanının arkasındaki flash objelerini otomatik olarak gizler. wmode parametresine transparent değeri atar."
490
 
491
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
492
  msgid "Add JavaScript to footer"
493
  msgstr ""
494
 
495
- #: includes/settings-page/sp-plugin-settings.php:73
496
  msgid "Add JavaScript to footer instead of the header."
497
  msgstr ""
498
 
499
- #: includes/settings-page/sp-plugin-settings.php:78
500
  msgid "Remove link from Meta-box"
501
  msgstr ""
502
 
503
- #: includes/settings-page/sp-plugin-settings.php:82
504
  msgid "Remove the link to the developers site from the WordPress meta-box."
505
  msgstr ""
506
 
507
- #: includes/settings-page/sp-plugin-settings.php:87
508
  msgid "Activate debug mode"
509
  msgstr ""
510
 
511
- #: includes/settings-page/sp-plugin-settings.php:91
512
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
513
  msgstr ""
514
 
515
- #: includes/settings-page/sp-plugin-settings.php:96
516
  msgid "Disable warning"
517
  msgstr "Uyarıyı kapat"
518
 
519
- #: includes/settings-page/sp-plugin-settings.php:101
520
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
521
  msgstr "Bu seçenek ile eklenti aktifleştirildikten sonra tüm resimlere otomatik olarak colorbox ekleme seçeneği kapalıysa yönetici panelinde çıkan uyarıyı gizleyebilirsiniz."
522
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:31+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:31+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Serhat Yolaçan\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "Tema #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "Tema #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "Tema #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "Tema #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "Tema #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "Tema #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "Tema #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "Tema #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "Tema #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "Tema #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "Tema #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "Tema #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "Tema #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "Tema #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "Tema #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "yüzde"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "piksel"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "elastik"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "solma"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "hiçbiri"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "%1$s ayarlarını sıfırlayamadım. Ya gerekli yetkilere sahip değilsin yada kutucuğu doldurmadın."
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr ""
134
 
367
  msgstr "Katmanın şeffaflık seviyesi. Aralık: 0 ile 1 arasındadır"
368
 
369
  #: includes/settings-page/sp-colorbox-settings.php:329
370
+ #: includes/settings-page/sp-plugin-settings.php:134
371
  msgid "Save Changes"
372
  msgstr "Değişiklikleri kaydet"
373
 
488
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
489
  msgstr "Colorbox katmanının arkasındaki flash objelerini otomatik olarak gizler. wmode parametresine transparent değeri atar."
490
 
491
+ #: includes/settings-page/sp-plugin-settings.php:70
492
+ msgid "Add Zoom overlay to pictures"
493
+ msgstr ""
494
+
495
+ #: includes/settings-page/sp-plugin-settings.php:76
496
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
497
+ msgstr ""
498
+
499
+ #: includes/settings-page/sp-plugin-settings.php:82
500
+ msgid "Use jQuery library from Google"
501
+ msgstr ""
502
+
503
+ #: includes/settings-page/sp-plugin-settings.php:88
504
+ #, php-format
505
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
506
+ msgstr ""
507
+
508
+ #: includes/settings-page/sp-plugin-settings.php:94
509
  msgid "Add JavaScript to footer"
510
  msgstr ""
511
 
512
+ #: includes/settings-page/sp-plugin-settings.php:100
513
  msgid "Add JavaScript to footer instead of the header."
514
  msgstr ""
515
 
516
+ #: includes/settings-page/sp-plugin-settings.php:105
517
  msgid "Remove link from Meta-box"
518
  msgstr ""
519
 
520
+ #: includes/settings-page/sp-plugin-settings.php:109
521
  msgid "Remove the link to the developers site from the WordPress meta-box."
522
  msgstr ""
523
 
524
+ #: includes/settings-page/sp-plugin-settings.php:114
525
  msgid "Activate debug mode"
526
  msgstr ""
527
 
528
+ #: includes/settings-page/sp-plugin-settings.php:118
529
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
530
  msgstr ""
531
 
532
+ #: includes/settings-page/sp-plugin-settings.php:123
533
  msgid "Disable warning"
534
  msgstr "Uyarıyı kapat"
535
 
536
+ #: includes/settings-page/sp-plugin-settings.php:128
537
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
538
  msgstr "Bu seçenek ile eklenti aktifleştirildikten sonra tüm resimlere otomatik olarak colorbox ekleme seçeneği kapalıysa yönetici panelinde çıkan uyarıyı gizleyebilirsiniz."
539
 
localization/jquery-colorbox-uk.mo CHANGED
Binary file
localization/jquery-colorbox-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox-Українська-версія\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:43+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:43+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: ПіК - Політика і Культура <tekimorukiari@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -20,85 +20,85 @@ msgstr ""
20
  msgid "jQuery Colorbox"
21
  msgstr ""
22
 
23
- #: jquery-colorbox.php:95
24
  msgid "Theme #1"
25
  msgstr "Тема #1"
26
 
27
- #: jquery-colorbox.php:96
28
  msgid "Theme #2"
29
  msgstr "Тема #2"
30
 
31
- #: jquery-colorbox.php:97
32
  msgid "Theme #3"
33
  msgstr "Тема #3"
34
 
35
- #: jquery-colorbox.php:98
36
  msgid "Theme #4"
37
  msgstr "Тема #4"
38
 
39
- #: jquery-colorbox.php:99
40
  msgid "Theme #5"
41
  msgstr "Тема #5"
42
 
43
- #: jquery-colorbox.php:100
44
  msgid "Theme #6"
45
  msgstr "Тема #6"
46
 
47
- #: jquery-colorbox.php:101
48
  msgid "Theme #7"
49
  msgstr "Тема #7"
50
 
51
- #: jquery-colorbox.php:102
52
  msgid "Theme #8"
53
  msgstr "Тема #8"
54
 
55
- #: jquery-colorbox.php:103
56
  msgid "Theme #9"
57
  msgstr "Тема #9"
58
 
59
- #: jquery-colorbox.php:104
60
  msgid "Theme #10"
61
  msgstr "Тема #10"
62
 
63
- #: jquery-colorbox.php:105
64
  msgid "Theme #11"
65
  msgstr "Тема #11"
66
 
67
- #: jquery-colorbox.php:111
68
  msgid "Theme #12"
69
  msgstr "Тема #12"
70
 
71
- #: jquery-colorbox.php:112
72
  msgid "Theme #13"
73
  msgstr "Тема #13"
74
 
75
- #: jquery-colorbox.php:113
76
  msgid "Theme #14"
77
  msgstr "Тема #14"
78
 
79
- #: jquery-colorbox.php:114
80
  msgid "Theme #15"
81
  msgstr "Тема #15"
82
 
83
- #: jquery-colorbox.php:119
84
  msgid "percent"
85
  msgstr "процентів"
86
 
87
- #: jquery-colorbox.php:120
88
  #: includes/settings-page/sp-colorbox-settings.php:248
89
  #: includes/settings-page/sp-colorbox-settings.php:257
90
  msgid "pixels"
91
  msgstr "пікселів"
92
 
93
- #: jquery-colorbox.php:125
94
  msgid "elastic"
95
  msgstr "гнучкий"
96
 
97
- #: jquery-colorbox.php:126
98
  msgid "fade"
99
  msgstr "затухання"
100
 
101
- #: jquery-colorbox.php:127
102
  msgid "none"
103
  msgstr "відсутня"
104
 
@@ -129,7 +129,7 @@ msgstr "Налаштування не оновлені. У Вас немає д
129
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
130
  msgstr "%1$s не видалений. У вас немає достатніх прав."
131
 
132
- #: includes/jquery-colorbox-frontend.php:66
133
  msgid "Using"
134
  msgstr "Використання"
135
 
@@ -362,7 +362,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
362
  msgstr "Прозорість фону. Від 0 до 1"
363
 
364
  #: includes/settings-page/sp-colorbox-settings.php:329
365
- #: includes/settings-page/sp-plugin-settings.php:107
366
  msgid "Save Changes"
367
  msgstr "Зберегти налаштування"
368
 
@@ -481,35 +481,52 @@ msgstr "Автоматично ховати flash-об'єкти"
481
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
482
  msgstr "Автоматично ховає flash-об'єкти за шаром ColorBox. Працює за допомогою перемикання параметру wmode в режим прозорості."
483
 
484
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
485
  msgid "Add JavaScript to footer"
486
  msgstr ""
487
 
488
- #: includes/settings-page/sp-plugin-settings.php:73
489
  msgid "Add JavaScript to footer instead of the header."
490
  msgstr ""
491
 
492
- #: includes/settings-page/sp-plugin-settings.php:78
493
  msgid "Remove link from Meta-box"
494
  msgstr "Видалити посилання з Meta-box"
495
 
496
- #: includes/settings-page/sp-plugin-settings.php:82
497
  msgid "Remove the link to the developers site from the WordPress meta-box."
498
  msgstr "Прибирає посилання на розробників з meta-box WordPress."
499
 
500
- #: includes/settings-page/sp-plugin-settings.php:87
501
  msgid "Activate debug mode"
502
  msgstr "Активувати режим відлагодження"
503
 
504
- #: includes/settings-page/sp-plugin-settings.php:91
505
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
506
  msgstr "Додає технічну інформацію інформацію та не мінімізує JavaScript. Корисно для усунення неполадок"
507
 
508
- #: includes/settings-page/sp-plugin-settings.php:96
509
  msgid "Disable warning"
510
  msgstr "Відключити попередження"
511
 
512
- #: includes/settings-page/sp-plugin-settings.php:101
513
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
514
  msgstr "Відключає попередження, які показуються, коли ColorBox активований, але функція автоматичної заміни всіх зображень відключена."
515
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox-Українська-версія\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:31+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:31+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: ПіК - Політика і Культура <tekimorukiari@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
20
  msgid "jQuery Colorbox"
21
  msgstr ""
22
 
23
+ #: jquery-colorbox.php:98
24
  msgid "Theme #1"
25
  msgstr "Тема #1"
26
 
27
+ #: jquery-colorbox.php:99
28
  msgid "Theme #2"
29
  msgstr "Тема #2"
30
 
31
+ #: jquery-colorbox.php:100
32
  msgid "Theme #3"
33
  msgstr "Тема #3"
34
 
35
+ #: jquery-colorbox.php:101
36
  msgid "Theme #4"
37
  msgstr "Тема #4"
38
 
39
+ #: jquery-colorbox.php:102
40
  msgid "Theme #5"
41
  msgstr "Тема #5"
42
 
43
+ #: jquery-colorbox.php:103
44
  msgid "Theme #6"
45
  msgstr "Тема #6"
46
 
47
+ #: jquery-colorbox.php:104
48
  msgid "Theme #7"
49
  msgstr "Тема #7"
50
 
51
+ #: jquery-colorbox.php:105
52
  msgid "Theme #8"
53
  msgstr "Тема #8"
54
 
55
+ #: jquery-colorbox.php:106
56
  msgid "Theme #9"
57
  msgstr "Тема #9"
58
 
59
+ #: jquery-colorbox.php:107
60
  msgid "Theme #10"
61
  msgstr "Тема #10"
62
 
63
+ #: jquery-colorbox.php:108
64
  msgid "Theme #11"
65
  msgstr "Тема #11"
66
 
67
+ #: jquery-colorbox.php:114
68
  msgid "Theme #12"
69
  msgstr "Тема #12"
70
 
71
+ #: jquery-colorbox.php:115
72
  msgid "Theme #13"
73
  msgstr "Тема #13"
74
 
75
+ #: jquery-colorbox.php:116
76
  msgid "Theme #14"
77
  msgstr "Тема #14"
78
 
79
+ #: jquery-colorbox.php:117
80
  msgid "Theme #15"
81
  msgstr "Тема #15"
82
 
83
+ #: jquery-colorbox.php:122
84
  msgid "percent"
85
  msgstr "процентів"
86
 
87
+ #: jquery-colorbox.php:123
88
  #: includes/settings-page/sp-colorbox-settings.php:248
89
  #: includes/settings-page/sp-colorbox-settings.php:257
90
  msgid "pixels"
91
  msgstr "пікселів"
92
 
93
+ #: jquery-colorbox.php:128
94
  msgid "elastic"
95
  msgstr "гнучкий"
96
 
97
+ #: jquery-colorbox.php:129
98
  msgid "fade"
99
  msgstr "затухання"
100
 
101
+ #: jquery-colorbox.php:130
102
  msgid "none"
103
  msgstr "відсутня"
104
 
129
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
130
  msgstr "%1$s не видалений. У вас немає достатніх прав."
131
 
132
+ #: includes/jquery-colorbox-frontend.php:65
133
  msgid "Using"
134
  msgstr "Використання"
135
 
362
  msgstr "Прозорість фону. Від 0 до 1"
363
 
364
  #: includes/settings-page/sp-colorbox-settings.php:329
365
+ #: includes/settings-page/sp-plugin-settings.php:134
366
  msgid "Save Changes"
367
  msgstr "Зберегти налаштування"
368
 
481
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
482
  msgstr "Автоматично ховає flash-об'єкти за шаром ColorBox. Працює за допомогою перемикання параметру wmode в режим прозорості."
483
 
484
+ #: includes/settings-page/sp-plugin-settings.php:70
485
+ msgid "Add Zoom overlay to pictures"
486
+ msgstr ""
487
+
488
+ #: includes/settings-page/sp-plugin-settings.php:76
489
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
490
+ msgstr ""
491
+
492
+ #: includes/settings-page/sp-plugin-settings.php:82
493
+ msgid "Use jQuery library from Google"
494
+ msgstr ""
495
+
496
+ #: includes/settings-page/sp-plugin-settings.php:88
497
+ #, php-format
498
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
499
+ msgstr ""
500
+
501
+ #: includes/settings-page/sp-plugin-settings.php:94
502
  msgid "Add JavaScript to footer"
503
  msgstr ""
504
 
505
+ #: includes/settings-page/sp-plugin-settings.php:100
506
  msgid "Add JavaScript to footer instead of the header."
507
  msgstr ""
508
 
509
+ #: includes/settings-page/sp-plugin-settings.php:105
510
  msgid "Remove link from Meta-box"
511
  msgstr "Видалити посилання з Meta-box"
512
 
513
+ #: includes/settings-page/sp-plugin-settings.php:109
514
  msgid "Remove the link to the developers site from the WordPress meta-box."
515
  msgstr "Прибирає посилання на розробників з meta-box WordPress."
516
 
517
+ #: includes/settings-page/sp-plugin-settings.php:114
518
  msgid "Activate debug mode"
519
  msgstr "Активувати режим відлагодження"
520
 
521
+ #: includes/settings-page/sp-plugin-settings.php:118
522
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
523
  msgstr "Додає технічну інформацію інформацію та не мінімізує JavaScript. Корисно для усунення неполадок"
524
 
525
+ #: includes/settings-page/sp-plugin-settings.php:123
526
  msgid "Disable warning"
527
  msgstr "Відключити попередження"
528
 
529
+ #: includes/settings-page/sp-plugin-settings.php:128
530
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
531
  msgstr "Відключає попередження, які показуються, коли ColorBox активований, але функція автоматичної заміни всіх зображень відключена."
532
 
localization/jquery-colorbox-vn_VN.mo CHANGED
Binary file
localization/jquery-colorbox-vn_VN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:45+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:45+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techfacts <martin@techfacts.net>\n"
9
  "MIME-Version: 1.0\n"
@@ -20,85 +20,85 @@ msgstr ""
20
  msgid "jQuery Colorbox"
21
  msgstr "jQuery ColorBox"
22
 
23
- #: jquery-colorbox.php:95
24
  msgid "Theme #1"
25
  msgstr "chủ đề #1"
26
 
27
- #: jquery-colorbox.php:96
28
  msgid "Theme #2"
29
  msgstr "chủ đề #2"
30
 
31
- #: jquery-colorbox.php:97
32
  msgid "Theme #3"
33
  msgstr "chủ đề #3"
34
 
35
- #: jquery-colorbox.php:98
36
  msgid "Theme #4"
37
  msgstr "chủ đề #4"
38
 
39
- #: jquery-colorbox.php:99
40
  msgid "Theme #5"
41
  msgstr "chủ đề #5"
42
 
43
- #: jquery-colorbox.php:100
44
  msgid "Theme #6"
45
  msgstr "chủ đề #6"
46
 
47
- #: jquery-colorbox.php:101
48
  msgid "Theme #7"
49
  msgstr "chủ đề #7"
50
 
51
- #: jquery-colorbox.php:102
52
  msgid "Theme #8"
53
  msgstr "chủ đề #8"
54
 
55
- #: jquery-colorbox.php:103
56
  msgid "Theme #9"
57
  msgstr "chủ đề #9"
58
 
59
- #: jquery-colorbox.php:104
60
  msgid "Theme #10"
61
  msgstr "chủ đề #10"
62
 
63
- #: jquery-colorbox.php:105
64
  msgid "Theme #11"
65
  msgstr "chủ đề #11"
66
 
67
- #: jquery-colorbox.php:111
68
  msgid "Theme #12"
69
  msgstr "chủ đề #12"
70
 
71
- #: jquery-colorbox.php:112
72
  msgid "Theme #13"
73
  msgstr "chủ đề #13"
74
 
75
- #: jquery-colorbox.php:113
76
  msgid "Theme #14"
77
  msgstr "chủ đề #14"
78
 
79
- #: jquery-colorbox.php:114
80
  msgid "Theme #15"
81
  msgstr "chủ đề #15"
82
 
83
- #: jquery-colorbox.php:119
84
  msgid "percent"
85
  msgstr "phần trăm"
86
 
87
- #: jquery-colorbox.php:120
88
  #: includes/settings-page/sp-colorbox-settings.php:248
89
  #: includes/settings-page/sp-colorbox-settings.php:257
90
  msgid "pixels"
91
  msgstr "pixels"
92
 
93
- #: jquery-colorbox.php:125
94
  msgid "elastic"
95
  msgstr "dễ dai "
96
 
97
- #: jquery-colorbox.php:126
98
  msgid "fade"
99
  msgstr "phai đi"
100
 
101
- #: jquery-colorbox.php:127
102
  msgid "none"
103
  msgstr "không hiệu lực"
104
 
@@ -129,7 +129,7 @@ msgstr "Không cập nhật được cài đặt vì bạn không có các quy
129
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
130
  msgstr "Cài đặ tcủa %1$s không thể xóa.Bạn không có quền hoạc bạn đã quên bật Checkbox."
131
 
132
- #: includes/jquery-colorbox-frontend.php:66
133
  msgid "Using"
134
  msgstr "sử dụng"
135
 
@@ -362,7 +362,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
362
  msgstr "Mức độ mờ lớp phủ. Phạm vi: 0-1"
363
 
364
  #: includes/settings-page/sp-colorbox-settings.php:329
365
- #: includes/settings-page/sp-plugin-settings.php:107
366
  msgid "Save Changes"
367
  msgstr "lưu lại thay đổi "
368
 
@@ -482,35 +482,52 @@ msgstr "Tự động dấu các đối tượng flash"
482
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
483
  msgstr "Tự động dấu đối tượng flash sau Colorbox layer. "
484
 
485
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
486
  msgid "Add JavaScript to footer"
487
  msgstr "Thêm JavaScript vào Footer"
488
 
489
- #: includes/settings-page/sp-plugin-settings.php:73
490
  msgid "Add JavaScript to footer instead of the header."
491
  msgstr "Thêm JavaScript vào trong Footer thay cho Header"
492
 
493
- #: includes/settings-page/sp-plugin-settings.php:78
494
  msgid "Remove link from Meta-box"
495
  msgstr "Xóa link trong Meta-Box"
496
 
497
- #: includes/settings-page/sp-plugin-settings.php:82
498
  msgid "Remove the link to the developers site from the WordPress meta-box."
499
  msgstr "Xóa các link về những người thiết lập từ hộp meta WordPress."
500
 
501
- #: includes/settings-page/sp-plugin-settings.php:87
502
  msgid "Activate debug mode"
503
  msgstr "Bật chế độ gỡ lỗi (debug)"
504
 
505
- #: includes/settings-page/sp-plugin-settings.php:91
506
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
507
  msgstr "Thêm thông tin về gỡ lỗi( debug) và không cho JavaScript vào trang. Hữu ích cho xử lý sự cố."
508
 
509
- #: includes/settings-page/sp-plugin-settings.php:96
510
  msgid "Disable warning"
511
  msgstr "Tắt cảnh báo"
512
 
513
- #: includes/settings-page/sp-plugin-settings.php:101
514
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
515
  msgstr "Tắt các cảnh báo được hiển thị nếu plugin đang được sử dụng nhưng tính năng sự tự động auto-colorbox feature cho tất cả các hình ảnh đã tắt."
516
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:31+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:31+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techfacts <martin@techfacts.net>\n"
9
  "MIME-Version: 1.0\n"
20
  msgid "jQuery Colorbox"
21
  msgstr "jQuery ColorBox"
22
 
23
+ #: jquery-colorbox.php:98
24
  msgid "Theme #1"
25
  msgstr "chủ đề #1"
26
 
27
+ #: jquery-colorbox.php:99
28
  msgid "Theme #2"
29
  msgstr "chủ đề #2"
30
 
31
+ #: jquery-colorbox.php:100
32
  msgid "Theme #3"
33
  msgstr "chủ đề #3"
34
 
35
+ #: jquery-colorbox.php:101
36
  msgid "Theme #4"
37
  msgstr "chủ đề #4"
38
 
39
+ #: jquery-colorbox.php:102
40
  msgid "Theme #5"
41
  msgstr "chủ đề #5"
42
 
43
+ #: jquery-colorbox.php:103
44
  msgid "Theme #6"
45
  msgstr "chủ đề #6"
46
 
47
+ #: jquery-colorbox.php:104
48
  msgid "Theme #7"
49
  msgstr "chủ đề #7"
50
 
51
+ #: jquery-colorbox.php:105
52
  msgid "Theme #8"
53
  msgstr "chủ đề #8"
54
 
55
+ #: jquery-colorbox.php:106
56
  msgid "Theme #9"
57
  msgstr "chủ đề #9"
58
 
59
+ #: jquery-colorbox.php:107
60
  msgid "Theme #10"
61
  msgstr "chủ đề #10"
62
 
63
+ #: jquery-colorbox.php:108
64
  msgid "Theme #11"
65
  msgstr "chủ đề #11"
66
 
67
+ #: jquery-colorbox.php:114
68
  msgid "Theme #12"
69
  msgstr "chủ đề #12"
70
 
71
+ #: jquery-colorbox.php:115
72
  msgid "Theme #13"
73
  msgstr "chủ đề #13"
74
 
75
+ #: jquery-colorbox.php:116
76
  msgid "Theme #14"
77
  msgstr "chủ đề #14"
78
 
79
+ #: jquery-colorbox.php:117
80
  msgid "Theme #15"
81
  msgstr "chủ đề #15"
82
 
83
+ #: jquery-colorbox.php:122
84
  msgid "percent"
85
  msgstr "phần trăm"
86
 
87
+ #: jquery-colorbox.php:123
88
  #: includes/settings-page/sp-colorbox-settings.php:248
89
  #: includes/settings-page/sp-colorbox-settings.php:257
90
  msgid "pixels"
91
  msgstr "pixels"
92
 
93
+ #: jquery-colorbox.php:128
94
  msgid "elastic"
95
  msgstr "dễ dai "
96
 
97
+ #: jquery-colorbox.php:129
98
  msgid "fade"
99
  msgstr "phai đi"
100
 
101
+ #: jquery-colorbox.php:130
102
  msgid "none"
103
  msgstr "không hiệu lực"
104
 
129
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
130
  msgstr "Cài đặ tcủa %1$s không thể xóa.Bạn không có quền hoạc bạn đã quên bật Checkbox."
131
 
132
+ #: includes/jquery-colorbox-frontend.php:65
133
  msgid "Using"
134
  msgstr "sử dụng"
135
 
362
  msgstr "Mức độ mờ lớp phủ. Phạm vi: 0-1"
363
 
364
  #: includes/settings-page/sp-colorbox-settings.php:329
365
+ #: includes/settings-page/sp-plugin-settings.php:134
366
  msgid "Save Changes"
367
  msgstr "lưu lại thay đổi "
368
 
482
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
483
  msgstr "Tự động dấu đối tượng flash sau Colorbox layer. "
484
 
485
+ #: includes/settings-page/sp-plugin-settings.php:70
486
+ msgid "Add Zoom overlay to pictures"
487
+ msgstr ""
488
+
489
+ #: includes/settings-page/sp-plugin-settings.php:76
490
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
491
+ msgstr ""
492
+
493
+ #: includes/settings-page/sp-plugin-settings.php:82
494
+ msgid "Use jQuery library from Google"
495
+ msgstr ""
496
+
497
+ #: includes/settings-page/sp-plugin-settings.php:88
498
+ #, php-format
499
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
500
+ msgstr ""
501
+
502
+ #: includes/settings-page/sp-plugin-settings.php:94
503
  msgid "Add JavaScript to footer"
504
  msgstr "Thêm JavaScript vào Footer"
505
 
506
+ #: includes/settings-page/sp-plugin-settings.php:100
507
  msgid "Add JavaScript to footer instead of the header."
508
  msgstr "Thêm JavaScript vào trong Footer thay cho Header"
509
 
510
+ #: includes/settings-page/sp-plugin-settings.php:105
511
  msgid "Remove link from Meta-box"
512
  msgstr "Xóa link trong Meta-Box"
513
 
514
+ #: includes/settings-page/sp-plugin-settings.php:109
515
  msgid "Remove the link to the developers site from the WordPress meta-box."
516
  msgstr "Xóa các link về những người thiết lập từ hộp meta WordPress."
517
 
518
+ #: includes/settings-page/sp-plugin-settings.php:114
519
  msgid "Activate debug mode"
520
  msgstr "Bật chế độ gỡ lỗi (debug)"
521
 
522
+ #: includes/settings-page/sp-plugin-settings.php:118
523
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
524
  msgstr "Thêm thông tin về gỡ lỗi( debug) và không cho JavaScript vào trang. Hữu ích cho xử lý sự cố."
525
 
526
+ #: includes/settings-page/sp-plugin-settings.php:123
527
  msgid "Disable warning"
528
  msgstr "Tắt cảnh báo"
529
 
530
+ #: includes/settings-page/sp-plugin-settings.php:128
531
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
532
  msgstr "Tắt các cảnh báo được hiển thị nếu plugin đang được sử dụng nhưng tính năng sự tự động auto-colorbox feature cho tất cả các hình ảnh đã tắt."
533
 
localization/jquery-colorbox-zh_CN.mo CHANGED
Binary file
localization/jquery-colorbox-zh_CN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-11 23:45+0100\n"
6
- "PO-Revision-Date: 2012-03-11 23:45+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,85 +19,85 @@ msgstr ""
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
- #: jquery-colorbox.php:95
23
  msgid "Theme #1"
24
  msgstr "主题 #1"
25
 
26
- #: jquery-colorbox.php:96
27
  msgid "Theme #2"
28
  msgstr "主题 #2"
29
 
30
- #: jquery-colorbox.php:97
31
  msgid "Theme #3"
32
  msgstr "主题 #3"
33
 
34
- #: jquery-colorbox.php:98
35
  msgid "Theme #4"
36
  msgstr "主题 #4"
37
 
38
- #: jquery-colorbox.php:99
39
  msgid "Theme #5"
40
  msgstr "主题 #5"
41
 
42
- #: jquery-colorbox.php:100
43
  msgid "Theme #6"
44
  msgstr "主题 #6"
45
 
46
- #: jquery-colorbox.php:101
47
  msgid "Theme #7"
48
  msgstr "主题 #7"
49
 
50
- #: jquery-colorbox.php:102
51
  msgid "Theme #8"
52
  msgstr "主题 #8"
53
 
54
- #: jquery-colorbox.php:103
55
  msgid "Theme #9"
56
  msgstr "主题 #9"
57
 
58
- #: jquery-colorbox.php:104
59
  msgid "Theme #10"
60
  msgstr "主题 #10"
61
 
62
- #: jquery-colorbox.php:105
63
  msgid "Theme #11"
64
  msgstr "主题 #11"
65
 
66
- #: jquery-colorbox.php:111
67
  msgid "Theme #12"
68
  msgstr "主题 #12"
69
 
70
- #: jquery-colorbox.php:112
71
  msgid "Theme #13"
72
  msgstr "主题 #13"
73
 
74
- #: jquery-colorbox.php:113
75
  msgid "Theme #14"
76
  msgstr "主题 #14"
77
 
78
- #: jquery-colorbox.php:114
79
  msgid "Theme #15"
80
  msgstr "主题 #15"
81
 
82
- #: jquery-colorbox.php:119
83
  msgid "percent"
84
  msgstr "百分比"
85
 
86
- #: jquery-colorbox.php:120
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "像素"
91
 
92
- #: jquery-colorbox.php:125
93
  msgid "elastic"
94
  msgstr "弹出效果"
95
 
96
- #: jquery-colorbox.php:126
97
  msgid "fade"
98
  msgstr "渐变效果"
99
 
100
- #: jquery-colorbox.php:127
101
  msgid "none"
102
  msgstr "无"
103
 
@@ -128,7 +128,7 @@ msgstr "未更新设置,您没有需要的权限。"
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "未删除%1$s项设置,您没有需要的权限或者您没有勾选复选框。"
130
 
131
- #: includes/jquery-colorbox-frontend.php:66
132
  msgid "Using"
133
  msgstr "使用"
134
 
@@ -361,7 +361,7 @@ msgid "The overlay opacity level. Range: 0 to 1"
361
  msgstr "不透明度的级别。参数范围:0到1之间"
362
 
363
  #: includes/settings-page/sp-colorbox-settings.php:329
364
- #: includes/settings-page/sp-plugin-settings.php:107
365
  msgid "Save Changes"
366
  msgstr "保存设置"
367
 
@@ -481,35 +481,52 @@ msgstr "自动隐藏Flash对象"
481
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
482
  msgstr "自动将flash对象隐藏到Colorbox层后面。"
483
 
484
- #: includes/settings-page/sp-plugin-settings.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
485
  msgid "Add JavaScript to footer"
486
  msgstr "在页面底部添加JavaScript"
487
 
488
- #: includes/settings-page/sp-plugin-settings.php:73
489
  msgid "Add JavaScript to footer instead of the header."
490
  msgstr "将JavaScript添加到页面底部而不是顶部"
491
 
492
- #: includes/settings-page/sp-plugin-settings.php:78
493
  msgid "Remove link from Meta-box"
494
  msgstr "从元信息中移除链接"
495
 
496
- #: includes/settings-page/sp-plugin-settings.php:82
497
  msgid "Remove the link to the developers site from the WordPress meta-box."
498
  msgstr "从Wordpress的元信息中移除开发者网站的链接"
499
 
500
- #: includes/settings-page/sp-plugin-settings.php:87
501
  msgid "Activate debug mode"
502
  msgstr "激活调试模式"
503
 
504
- #: includes/settings-page/sp-plugin-settings.php:91
505
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
506
  msgstr "添加调试信息和完整的JavaScript到页面中。对排除故障有帮助。"
507
 
508
- #: includes/settings-page/sp-plugin-settings.php:96
509
  msgid "Disable warning"
510
  msgstr "禁用警告"
511
 
512
- #: includes/settings-page/sp-plugin-settings.php:101
513
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
514
  msgstr "不显示插件激活但是对于所有图片关闭Colorbox使用效果的警告信息。"
515
 
2
  msgstr ""
3
  "Project-Id-Version: jQuery-Colorbox\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-15 22:31+0100\n"
6
+ "PO-Revision-Date: 2012-04-15 22:31+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
19
  msgid "jQuery Colorbox"
20
  msgstr ""
21
 
22
+ #: jquery-colorbox.php:98
23
  msgid "Theme #1"
24
  msgstr "主题 #1"
25
 
26
+ #: jquery-colorbox.php:99
27
  msgid "Theme #2"
28
  msgstr "主题 #2"
29
 
30
+ #: jquery-colorbox.php:100
31
  msgid "Theme #3"
32
  msgstr "主题 #3"
33
 
34
+ #: jquery-colorbox.php:101
35
  msgid "Theme #4"
36
  msgstr "主题 #4"
37
 
38
+ #: jquery-colorbox.php:102
39
  msgid "Theme #5"
40
  msgstr "主题 #5"
41
 
42
+ #: jquery-colorbox.php:103
43
  msgid "Theme #6"
44
  msgstr "主题 #6"
45
 
46
+ #: jquery-colorbox.php:104
47
  msgid "Theme #7"
48
  msgstr "主题 #7"
49
 
50
+ #: jquery-colorbox.php:105
51
  msgid "Theme #8"
52
  msgstr "主题 #8"
53
 
54
+ #: jquery-colorbox.php:106
55
  msgid "Theme #9"
56
  msgstr "主题 #9"
57
 
58
+ #: jquery-colorbox.php:107
59
  msgid "Theme #10"
60
  msgstr "主题 #10"
61
 
62
+ #: jquery-colorbox.php:108
63
  msgid "Theme #11"
64
  msgstr "主题 #11"
65
 
66
+ #: jquery-colorbox.php:114
67
  msgid "Theme #12"
68
  msgstr "主题 #12"
69
 
70
+ #: jquery-colorbox.php:115
71
  msgid "Theme #13"
72
  msgstr "主题 #13"
73
 
74
+ #: jquery-colorbox.php:116
75
  msgid "Theme #14"
76
  msgstr "主题 #14"
77
 
78
+ #: jquery-colorbox.php:117
79
  msgid "Theme #15"
80
  msgstr "主题 #15"
81
 
82
+ #: jquery-colorbox.php:122
83
  msgid "percent"
84
  msgstr "百分比"
85
 
86
+ #: jquery-colorbox.php:123
87
  #: includes/settings-page/sp-colorbox-settings.php:248
88
  #: includes/settings-page/sp-colorbox-settings.php:257
89
  msgid "pixels"
90
  msgstr "像素"
91
 
92
+ #: jquery-colorbox.php:128
93
  msgid "elastic"
94
  msgstr "弹出效果"
95
 
96
+ #: jquery-colorbox.php:129
97
  msgid "fade"
98
  msgstr "渐变效果"
99
 
100
+ #: jquery-colorbox.php:130
101
  msgid "none"
102
  msgstr "无"
103
 
128
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
129
  msgstr "未删除%1$s项设置,您没有需要的权限或者您没有勾选复选框。"
130
 
131
+ #: includes/jquery-colorbox-frontend.php:65
132
  msgid "Using"
133
  msgstr "使用"
134
 
361
  msgstr "不透明度的级别。参数范围:0到1之间"
362
 
363
  #: includes/settings-page/sp-colorbox-settings.php:329
364
+ #: includes/settings-page/sp-plugin-settings.php:134
365
  msgid "Save Changes"
366
  msgstr "保存设置"
367
 
481
  msgid "Automatically hide embeded flash objects behind the Colorbox layer."
482
  msgstr "自动将flash对象隐藏到Colorbox层后面。"
483
 
484
+ #: includes/settings-page/sp-plugin-settings.php:70
485
+ msgid "Add Zoom overlay to pictures"
486
+ msgstr ""
487
+
488
+ #: includes/settings-page/sp-plugin-settings.php:76
489
+ msgid "Add Zoom overlay to pictures that open in a Colorbox."
490
+ msgstr ""
491
+
492
+ #: includes/settings-page/sp-plugin-settings.php:82
493
+ msgid "Use jQuery library from Google"
494
+ msgstr ""
495
+
496
+ #: includes/settings-page/sp-plugin-settings.php:88
497
+ #, php-format
498
+ msgid "Use jQuery library version %1$s from Google instead of the one that comes with WordPress."
499
+ msgstr ""
500
+
501
+ #: includes/settings-page/sp-plugin-settings.php:94
502
  msgid "Add JavaScript to footer"
503
  msgstr "在页面底部添加JavaScript"
504
 
505
+ #: includes/settings-page/sp-plugin-settings.php:100
506
  msgid "Add JavaScript to footer instead of the header."
507
  msgstr "将JavaScript添加到页面底部而不是顶部"
508
 
509
+ #: includes/settings-page/sp-plugin-settings.php:105
510
  msgid "Remove link from Meta-box"
511
  msgstr "从元信息中移除链接"
512
 
513
+ #: includes/settings-page/sp-plugin-settings.php:109
514
  msgid "Remove the link to the developers site from the WordPress meta-box."
515
  msgstr "从Wordpress的元信息中移除开发者网站的链接"
516
 
517
+ #: includes/settings-page/sp-plugin-settings.php:114
518
  msgid "Activate debug mode"
519
  msgstr "激活调试模式"
520
 
521
+ #: includes/settings-page/sp-plugin-settings.php:118
522
  msgid "Adds debug information and non-minified JavaScript to the page. Useful for troubleshooting."
523
  msgstr "添加调试信息和完整的JavaScript到页面中。对排除故障有帮助。"
524
 
525
+ #: includes/settings-page/sp-plugin-settings.php:123
526
  msgid "Disable warning"
527
  msgstr "禁用警告"
528
 
529
+ #: includes/settings-page/sp-plugin-settings.php:128
530
  msgid "Disables the warning that is displayed if the plugin is activated but the auto-colorbox feature for all images is turned off."
531
  msgstr "不显示插件激活但是对于所有图片关闭Colorbox使用效果的警告信息。"
532
 
readme.txt CHANGED
@@ -1,189 +1,158 @@
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: 3.1
6
- Tested up to: 3.3
7
- Stable tag: 4.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
 
11
  == Description ==
12
 
13
- Yet another Colorbox/Lightbox plugin for Wordpress.
14
- jQuery Colorbox features 11 themes from which you can choose. See <a href="http://www.techotronic.de/plugins/jquery-colorbox/theme-screenshots/">my website</a>.
15
- Works out-of-the-box with WordPress Galleries and <a href="http://wordpress.org/extend/plugins/nextgen-gallery/">NextGEN Gallery</a>! (choose no effect in NextGEN settings)
16
 
17
- When adding an image to a post or page, usually a thumbnail is inserted and linked to the image in original size.
18
- All images in posts and pages can be displayed in a colorbox when the thumbnail is clicked.
19
- Images are grouped as galleries when linked in the same post or page. Groups can be displayed in a slideshow.
 
 
 
20
 
21
  Individual images can be excluded by adding a special CSS class.
22
 
23
- jQuery Colorbox can also open linked content (external as well as inline) in a Colorbox.
24
-
25
- Go to the <a href="http://www.techotronic.de/plugins/jquery-colorbox/">plugin page</a> for demo pages.
26
-
27
- For more information visit the <a href="http://wordpress.org/extend/plugins/jquery-colorbox/faq/">FAQ</a>.
28
- If you have questions or problems, feel free to write an entry at <a href="http://wordpress.org/tags/jquery-colorbox?forum_id=10">the jQuery Colorbox WordPress.org forum</a>
29
-
30
- Localization
31
-
32
- * Arabic (ar) by <a href="http://www.photokeens.com">Modar Soos</a>
33
- * Belorussian (be_BY) Marcis G.
34
- * Bosnian (bs_BA) by Vedran Jurincic
35
- * Simplified Chinese (zh_CN) by <a href="http://tech.yiandya.com/">Lucas Ho</a>
36
- * Danish (da_DK) by Michael Bering Petersen
37
- * Dutch (nl_NL) by <a href="http://nl.linkedin.com/pub/richard-laak/b/b21/672">Richard van Laak</a>
38
- * English (en_EN) by <a href="http://www.techotronic.de/">Arne Franken</a>
39
- * Finnish (fi) by <a href="http://www.merisaari.com/">Lauri Merisaari</a>
40
- * French (fr_FR) by <a href="http://www.monblogamoua.fr/">Pierre Sudarovich</a>
41
- * German (de_DE) by <a href="http://www.techotronic.de/">Arne Franken</a>
42
- * Hebrew (he_IL) by <a href="http://www.TommyGordon.co.il">Tommy Gordon</a>
43
- * Italian (it_IT) by Erkinson
44
- * Latvian (lv) by Uldis Jansons
45
- * Malay (ms_MY) by <a href="http://www.inisahaini.com">Saha-ini Ahmad Safian</a>
46
- * Polish (pl_PL) by Kornel Łysikowski
47
- * Portuguese (pt_BR) by <a href="http://twitter.com/gervasioantonio">Gervásio Antônio</a>
48
- * Romanian (ro_RO) by Luke Tyler
49
- * Russian (ru_RU) by Arkadiy Florinskiy
50
- * Slovak (sk_SK) by Stefan Stieranka
51
- * Spanish (es_ES) by Inma P.-Zubizarreta
52
- * Swedish (sv_SE) by <a href="http://www.theindiaexperience.se/">Christian</a>
53
- * Turkish (tr_TR) by <a href="http://www.serhatyolacan.com/">Serhat Yolaçan</a>
54
- * Ukrainian (uk) by Jurko Chervony
55
- * Vietnamese (vn_VN) by Techfacts
56
 
57
  Is your native language missing?
58
  Translating the plugin is easy if you understand english and are fluent in another language.
59
  I described in the [FAQ](http://wordpress.org/extend/plugins/jquery-colorbox/faq/) how the translation works.
60
 
61
- Credits:
62
- Includes <a href="http://jacklmoore.com/colorbox/">ColorBox</a> 1.3.19 jQuery plugin from Jack Moore.
63
- The picture I used for the screenshots was designed by <a href="http://wallpapers.vintage.it/">Davide Vicariotto</a>
64
 
65
  == Installation ==
66
 
67
- ###Updgrading From A Previous Version###
68
 
69
  To upgrade from a previous version of this plugin, use the built in update feature of WordPress or copy the files on top of the current installation.
70
 
71
  ###Installing The Plugin###
72
 
73
- Either use the built in plugin installation feature of WordPress, or extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to `/wp-content/plugins/`. Then just visit your admin area and activate the plugin. That's it!
 
 
74
 
75
  ###Configuring The Plugin###
76
 
77
- Go to the settings page and choose one of the themes bundled with the plugin and other settings.
78
- Do not forget to activate auto Colorbox if you want Colorbox to work for all images.
79
 
80
- **See Also:** <a href="http://codex.wordpress.org/Managing_Plugins#Installing_Plugins">"Installing Plugins" article on the WP Codex</a>
81
 
82
  == Screenshots ==
83
 
84
- <a href="http://www.techotronic.de/plugins/jquery-colorbox/theme-screenshots/">Please visit my site for screenshots</a>.
85
 
86
  == Frequently Asked Questions ==
87
- * I installed your plugin, but when I click on a thumbnail, the original picture is loaded directly instead of in the Colorbox. What could be the problem?
88
-
89
- Make sure that your theme uses the `wp_head();` function in the HTML head-tag.
90
-
91
- I have seen problems where other plugins include their own versions of the jQuery library my plugin uses.
92
- Chances are that the other jQuery library is loaded after the one that I load. If that happens, the colorbox features are overwritten.
93
-
94
- * When the Colorbox opens, no picture is displayed and the frame of the Colorbox is broken
95
-
96
- With version 4.3, the included Colorbox library is no longer compatible to jQuery 1.4.2 and below.
97
- Please make sure that the jQuery version that is loaded on your site is at least 1.4.4 or higher. (WordPress 3.1 brings jQuery 1.4.4 along)
98
-
99
- * How does jQuery Colorbox work?
100
-
101
- When inserting a picture, the field "Link URL" needs to contain the link to the full-sized image. (press the button "Link to Image" below the field)
102
- When rendering the blog, a special CSS class ("colorbox-postId", e.g. "colorbox-123") is added to linked images.
103
- This CSS class is then passed to the colorbox JavaScript.
104
-
105
- * How do I exclude an image from Colorbox in a page or post?
106
-
107
- Add the CSS class "colorbox-off" to the image or to the link to the big sized image you want to exclude.
108
- jQuery Colorbox does not add the colorbox effect to images that have the CSS class "colorbox-off".
109
-
110
- * How does jQuery Colorbox group images?
111
-
112
- For all images in a post or page, the same CSS class is added. All images with the same CSS class are grouped.
113
-
114
- * I have Flash (e.g. Youtube videos) embedded on my website. Why do they show up over the layer when I click on an image?
115
-
116
- This is a Flash issue, but relatively easy to solve. Just activate the automatic hiding of embedded flash objects on the settings page.
117
-
118
- Adobe described on these sites what the problem is and how to fix it manually:
119
-
120
-
121
- <a href="http://kb2.adobe.com/cps/155/tn_15523.html">Adobe Knowledgebase 1</a>
122
-
123
-
124
- <a href="http://kb2.adobe.com/cps/142/tn_14201.html">Adobe Knowledgebase 2</a>
125
-
126
- * I have a problem with the Colorbox or want to style it my own way. Can you help?
127
-
128
- Of course I want to help everyone, but I have a full time job and I don't have the time. You can ask your questions at the <a href="http://groups.google.com/group/colorbox/topics">Colorbox Google group</a>.
129
-
130
- * Why is jQuery Colorbox not available in my language?
131
-
132
- I speak German and English fluently, but unfortunately no other language well enough to do a translation.
133
-
134
- Would you like to help? Translating the plugin is easy if you understand English and are fluent in another language.
135
-
136
- * How do I translate jQuery Colorbox?
137
-
138
- Take a look at the WordPress site and identify your langyage code:
139
- http://codex.wordpress.org/WordPress_in_Your_Language
140
-
141
-
142
- e.g. the language code for German is "de_DE".
143
-
144
-
145
- Step 1) download POEdit (http://www.poedit.net/)
146
-
147
-
148
- Step 2) download jQuery Colorbox (from your FTP or from http://wordpress.org/extend/plugins/jquery-colorbox/)
149
-
150
-
151
- Step 3) copy the file localization/jquery-colorbox-en_EN.po and rename it. (in this case jquery-colorbox-de_DE.po)
152
-
153
-
154
- Step 4) open the file with POEdit.
155
-
156
-
157
- Step 5) translate all strings. Things like "{total}" or "%1$s" mean that a value will be inserted later.
158
-
159
-
160
- Step 5a) The string that says "English translation by Arne ...", this is where you put your name, website (or email) and your language in. ;-)
161
-
162
-
163
- Step 5b) (optional) Go to POEdit -> Catalog -> Settings and enter your name, email, language code etc
164
-
165
-
166
- Step 6) Save the file. Now you will see two files, jquery-colorbox-de_DE.po and jquery-colorbox-de_DE.mo.
167
-
168
-
169
- Step 7) Upload your files to your FTP server into the jQuery Colorbox directory (usually /wp-content/plugins/jquery-colorbox/)
170
-
171
-
172
- Step 8) When you are sure that all translations are working correctly, send the po-file to me and I will put it into the next jQuery Colorbox version.
173
-
174
- * My question isn't answered here. What do I do now?
175
-
176
- Feel free to open a thread at <a href="http://wordpress.org/tags/jquery-colorbox?forum_id=10">the jQuery Colorbox WordPress.org forum</a>.
177
-
178
- I'll include new FAQs in newer versions.
179
 
180
  == Changelog ==
181
- = 4.3 (2012-03-12) =
 
 
 
 
 
 
 
 
 
182
  * NEW: Romanian translation by Luke Tyler
183
  * CHANGE: Ukrainian translation updated by Jurko Chervony
184
  * CHANGE: update to Colorbox 1.3.19
185
- * CHANGE: gracefully add CSS style "colorbox-link" to TinyMCE style dropdown
186
- * CHANGE: use plugins_url to make links HTTPS aware
187
  * CHANGE: increase z-index of Colorbox and overlay to 99999 since Twentyeleven has a Header z-index of 9999
188
  * CHANGE: removing meta tag from header since it's not HTML5 compatible
189
  * CHANGE: pulled all links to company sites of translators on request by WordPress staff
@@ -191,7 +160,7 @@ I'll include new FAQs in newer versions.
191
  * CHANGE: Plugin name now translatable
192
  * CHANGE: Defaults are now used if JavaScript options can't be set because of JavaScript minimizers
193
 
194
- = 4.2 (2011-10-16) =
195
  * NEW: Danish translation by Michael Bering Petersen
196
  * NEW: Vietnamese translation by Techfacts
197
  * NEW: added option to remove the link to the developers site from the WordPress meta-box.
@@ -200,12 +169,12 @@ I'll include new FAQs in newer versions.
200
  * BUGFIX: got rid of PHP's XML-RPC methods, also plugin checks now before calling XML-related methods.
201
  * CHANGE: Updated Colorbox version to 1.3.18
202
 
203
- = 4.1 (2011-06-25) =
204
  * NEW: Plugin is compatible to WordPress 3.2
205
  * NEW: Polish translation by Kornel Łysikowski
206
- * NEW: Finnish translation by <a href="http://www.merisaari.com/">Lauri Merisaari</a>
207
- * NEW: Simplified Chinese translation by <a href="http://tech.yiandya.com/">Lucas Ho</a>
208
- * BUGFIX: Plugin will only select links with class "colorbox-link", no other HTML tags.
209
  * BUGFIX: JavaScript will work with jQuery 1.6 now
210
  * BUGFIX: loading inline content does not trigger loading an iframe any more.
211
  * BUGFIX: regex for IMG tag works correctly now.
@@ -216,9 +185,9 @@ I'll include new FAQs in newer versions.
216
  * CHANGE: Additional option for adding colorbox class to images outside of posts and pages.
217
  * CHANGE: Major refactoring, hopefully speeds up frontend and backend rendering
218
  * CHANGE: Render Meta-Tag with plugin version into blog header instead of comments
219
- * CHANGE: French translation updated by <a href="http://www.monblogamoua.fr/">Pierre Sudarovich</a>
220
 
221
- = 4.0 (2011-04-16) =
222
  * CHANGE: Restructured settings page
223
  * CHANGE: Plugin again compatible to PHP4.
224
  * CHANGE: Update of Colorbox library to version 1.3.16
@@ -226,52 +195,52 @@ I'll include new FAQs in newer versions.
226
  * NEW: Set width and height for Colorbox links once separate from the Colorbox setting for images
227
  * NEW: Inline HTML content can now be loaded in the Colorbox.
228
  * NEW: Latvian translation by Uldis Jansons
229
- * CHANGE: <a href="http://www.photokeens.com">Modar Soos</a> updated the Arabic translation
230
- * CHANGE: <a href="mailto:nettojp@gmail.com">Joao Netto</a> updated the Portuguese translation
231
  * CHANGE: Arkadiy Florinskiy updated the Russian translation
232
  * CHANGE: Made plugin compatible to the "smugmug" plugin.
233
  * CHANGE: Moved Colorbox CSS class add to style dropdown of TinyMCE
234
 
235
- = 3.8.3 (2010-12-24) =
236
  * NEW: Spanish translation by Inma P.-Zubizarreta
237
  * BUGFIX: re-added the option to hide flash objects behind the colorbox overlay.
238
 
239
- = 3.8.2 (2010-12-21) =
240
  * BUGFIX: Last bugfix broke minor functionality.
241
 
242
- = 3.8.1 (2010-12-21) =
243
  * BUGFIX: Last bugfix broke the plugin, settings are now correctly read again.
244
 
245
- = 3.8 (2010-12-21) =
246
  * BUGFIX: Theme change is now saved again.
247
 
248
- = 3.7 (2010-12-21) =
249
  * NEW: Experimental feature: jQuery Colorbox can now open external websites/pictures if the link has the class "colorbox-link" and a width/height for the colorbox is set.
250
- * BUGFIX: Plugin now works if "WP_DEBUG" is set to "true". Thx to <a href="http://iversenweb.no">Roy Iversen</a> for the bug report!
251
- * CHANGE: rewrote auto-add JavaScript. Thx to <a href="http://wordpress.org/support/profile/jrevillini">jrevillini</a> for the help!
252
  * NEW: Slovak translation by Stefan Stieranka
253
- * NEW: Swedish translation by <a href="http://www.theindiaexperience.se/">Christian</a>
254
  * CHANGE: Update of Colorbox library to version 1.3.15
255
  * CHANGE: performance improvement: colorbox-class is only automatically added only to images that do not already have a colorbox-class.
256
 
257
- = 3.6 (2010-09-12) =
258
  * CHANGE: Update of Colorbox library to version 1.3.9 which fixes lots of bugs. Most notably the "0 by 0" bug in Chrome.
259
 
260
- = 3.5 (2010-06-16) =
261
  * NEW: Ukrainian translation by Yuri Kryzhanivskyi
262
- * NEW: Italian translation by <a href="http://erkinson.altervista.org/">Erkinson</a>
263
- * NEW: Hebrew translation by <a href="http://www.TommyGordon.co.il">Tommy Gordon</a>
264
  * BUGFIX: URLs are now generated correctly for WP-MU installations
265
  * NEW: Added latest donations and top donations to settings page
266
 
267
- = 3.4 (2010-05-24) =
268
- * NEW: Colorbox is not applied to image links that have the class "colorbox-off" any more. Useful for NextGEN users.
269
- * NEW: Dutch translation by <a href="http://nl.linkedin.com/pub/richard-laak/b/b21/672">Richard van Laak</a>
270
- * NEW: Malay translation by <a href="http://www.inisahaini.com">Saha-ini Ahmad Safian</a>
271
  * CHANGE: Added CSS id "colorboxLink" to link in Meta container.
272
- * CHANGE: <a href="http://www.photokeens.com">Modar Soos</a> updated the Arabic translation
273
 
274
- = 3.3 (2010-05-05) =
275
  * NEW: Belorussian translation by Marcis G.
276
  * NEW: Russian translation by Arkadiy Florinskiy
277
  * BUGFIX: Screenshot for Theme#10 is now displayed correctly.
@@ -280,29 +249,29 @@ I'll include new FAQs in newer versions.
280
  * CHANGE: Minified CSS and JavaScript
281
  * NEW: registered link to plugin page in WordPress Meta widget
282
 
283
- = 3.2 (2010-04-20) =
284
- * NEW: Added theme#10, thx to <a href="http://www.serhatyolacan.com/">Serhat Yolaçan</a> for all the hard work! (CSS3 rounded edges, IE does not support that)
285
  * CHANGE: jQuery Colorbox plugin now adds necessary CSS class to all embedded images.
286
- * CHANGE: jQuery Colorbox plugin is now compatible to <a href="http://wordpress.org/extend/plugins/nextgen-gallery/">NextGEN Gallery</a>
287
  * CHANGE: Vedran Jurincic updated the bosnian translation
288
- * NEW: Arabic translation by <a href="http://www.photokeens.com">Modar Soos</a>
289
 
290
- = 3.1 (2010-04-10) =
291
  * BUGFIX: Automatic hiding of embedded flash objects under Colorbox layer now works in Internet Explorer.
292
  * NEW: Added theme#9, a modified version of theme#4.
293
  * NEW: French translation by Tolingo Translations
294
  * NEW: If auto colorbox is switched on, plugin now adds Colorbox functionality to every image regardless of position
295
- * CHANGE: <a href="http://www.serhatyolacan.com/">Serhat Yolaçan</a> updated the turkish translation.
296
 
297
- = 3.0.1 (2010-03-31) =
298
  * BUGFIX: Settings are NOW REALLY not overridden any more every time the plugin gets activated.
299
 
300
- = 3.0 (2010-03-31) =
301
  * NEW: Decided to move from 2.0.1 to 3.0 because I implemented many new features
302
  * BUGFIX: Slideshow speed setting works now.
303
  * BUGFIX: Settings are not overridden any more every time the plugin gets activated.
304
- * BUGFIX: jQuery Colorbox now works again for links with uppercase suffixes (IMG,JPG etc) thx to Jason Stapels (jstapels@realmprojects.com) for the bug report and fix!
305
- * NEW: Added theme#6, a modified version of theme#1. (not compatible with IE6) thx to <a href="http://twitter.com/gervasioantonio">Gervásio Antônio</a> for all the hard work!
306
  * NEW: Added theme#7, a modified version of theme#1. thx to Vedran Jurincic for the feature request!
307
  * NEW: Added theme#8, a modified version of theme#6.
308
  * NEW: Added screenshots of all themes, screenshot of selected theme is shown in admin menu
@@ -314,64 +283,64 @@ I'll include new FAQs in newer versions.
314
  * NEW: Added setting for transition speed. Default: 250 milliseconds
315
  * NEW: Added setting for overlay opacity. Default: 0.85
316
  * CHANGE: Fixed fonts in Colorbox to Arial 12px
317
- * NEW: Turkish translation by <a href="http://www.serhatyolacan.com/">Serhat Yolaçan</a>
318
- * NEW: Portuguese translation by <a href="http://twitter.com/gervasioantonio">Gervásio Antônio</a>
319
  * NEW: Bosnian translation by Vedran Jurincic
320
  * NEW: Plugin should be WPMU compatible now. Haven't tested myself, though. Would appreciate any feedback.
321
  * NEW: Successfully tested jQuery Colorbox with jQuery 1.4.2
322
  * CHANGE: Fixed "slideshow" offset from right hand side in the Colorbox of theme#4
323
 
324
- = 2.0.1 (2010-02-11) =
325
  * BUGFIX: slideshow does not start automatically any more if the setting is not checked on the settings page.
326
 
327
- = 2.0 (2010-02-11) =
328
  * NEW: Decided to move from 1.3.3 to 2.0 because I implemented many new features.
329
- * BUGFIX: fixed relative paths for theme1 and theme4 by adding the CSS for the Internet Explorer workaround directly into the page. Thx to <a href="http://www.deepport.net/">Andrew Radke</a> for the suggestion!
330
- * NEW: switch adding of "colorbox-postId" classes to images in posts and pages on and off through setting. Default: off.
331
- * NEW: now works for images outside of posts (e.g. sidebar or header) if CSS class "colorbox-manual" is added manually
332
  * NEW: jQuery Colorbox now working for WordPress attachment pages
333
  * NEW: Added switch that adds slideshow functionality to all Colorbox groups. (no way to add slideshows individually yet)
334
  * NEW: Added switch that adds automatic start to slideshows (no way to add slideshows individually yet)
335
  * NEW: Added configuration of slideshow speed
336
  * NEW: Added switch that allows the user to decide whether Colorbox scales images
337
- * NEW: Added demos of the plugin on the <a href="http://www.techotronic.de/plugins/jquery-colorbox/">plugin page</a>
338
  * NEW: Added configuration for adding colorbox class only to WordPress galleries
339
  * NEW: Automatically resets settings if settings of a version prior to 1.4 are found upon activation
340
  * NEW: width and height can now be configured as percent relative to browser window size or in pixels (default is percent)
341
  * CHANGE: jQuery Colorbox is now only working on Image links (of type jpeg, jpg, gif, png, bmp)
342
- * CHANGE: Improved translation. Thx to <a href="http://usability-idealist.de/">Fabian Wolf</a> for the help!
343
- * CHANGE: updated the <a href="http://wordpress.org/extend/plugins/jquery-colorbox/faq/">FAQ</a>
344
  * CHANGE: Updated readme.
345
  * CHANGE: Updated descriptions and translations
346
 
347
- = 1.3.3 (2010-01-21) =
348
  * BUGFIX: fixed settings page, options can be saved now
349
  * NEW: added settings deletion on uninstall and "delete settings from database" functionality to settings page
350
  * CHANGE: moved adding of CSS class priority lower, hopefully now the CSS class is added to pictures after other plugins update the HTML
351
- * CHANGE: updated the <a href="http://wordpress.org/extend/plugins/jquery-colorbox/faq/">FAQ</a>
352
 
353
- = 1.3.2 (2010-01-19) =
354
- * CHANGE: moved back to regexp replacement and implemented a workaround in the JavaScript to still allow images to be excluded by adding the class "colorbox-off"
355
 
356
- = 1.3.1 (2010-01-18) =
357
  * CHANGE: changed include calls for Colorbox JavaScript and CSS to version 1.3.6
358
- * CHANGE: optimized modification of the_content
359
 
360
- = 1.3 =
361
- * NEW: jQuery-Colorbox won't add Colorbox functionality to images that have the CSS class "colorbox-off"
362
  * CHANGE: Updated Colorbox version to 1.3.6
363
  * CHANGE: should be compatible to jQuery 1.4, still using 1.3.2 at the moment because it is bundled in WordPress 2.9.1
364
  * CHANGE: changed the way that the Colorbox CSS class is added to images to be more reliable
365
  * CHANGE: changed layout of settings page
366
- * CHANGE: updated the <a href="http://wordpress.org/extend/plugins/jquery-colorbox/faq/">FAQ</a>
367
 
368
- = 1.2 =
369
  * BUGFIX: fixes bug where colorbox was not working if linked images were used (by the theme) outside of blog posts and pages.
370
  * NEW: adds configuration for Colorbox and picture resizing
371
 
372
- = 1.1 =
373
  * BUGFIX: fixes critical bug which would break rendering the blog. Sorry, was not aware that the plugin would be listed before I tagged the files as 1.0 in subversion...
374
 
375
- = 1.0 =
376
  * NEW: Initial release.
377
  * NEW: Added Colorbox version 1.3.5
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.4
7
+ Stable tag: 4.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
 
11
  == Description ==
12
 
13
+ A Colorbox/Lightbox plugin for Wordpress.
 
 
14
 
15
+ jQuery Colorbox features 11 themes from which you can choose. See [my website](http://www.techotronic.de/plugins/jquery-colorbox/theme-screenshots/).
16
+ Works out-of-the-box with WordPress Galleries and [NextGEN Gallery](http://wordpress.org/extend/plugins/nextgen-gallery/)! (choose no effect in NextGEN settings)
17
+
18
+ When adding an image to a post or page, usually a thumbnail is inserted and linked to the image in original size.
19
+ All images in posts and pages can be displayed in a Lightbox/colorbox when the thumbnail is clicked.
20
+ Images are grouped as galleries when linked in the same post or page. Groups can be displayed in a slideshow within the Lightbox/colorbox.
21
 
22
  Individual images can be excluded by adding a special CSS class.
23
 
24
+ jQuery Colorbox can also open linked content (external as well as inline) in a Lightbox/Colorbox.
25
+
26
+ Go to the [plugin page](http://www.techotronic.de/plugins/jquery-colorbox/) for demo pages.
27
+
28
+ For more information visit the [FAQ](http://wordpress.org/extend/plugins/jquery-colorbox/faq/).
29
+ If you have questions or problems, feel free to write an entry at [the jQuery Colorbox WordPress.org forum](http://wordpress.org/tags/jquery-colorbox?forum_id=10)
30
+
31
+ **Localization**
32
+
33
+ * Arabic (`ar`) by [Modar Soos](http://www.photokeens.com)
34
+ * Belorussian (`be_BY`) Marcis G.
35
+ * Bosnian (`bs_BA`) by Vedran Jurincic
36
+ * Simplified Chinese (`zh_CN`) by [Lucas Ho](http://tech.yiandya.com/)
37
+ * Danish (`da_DK`) by Michael Bering Petersen
38
+ * Dutch (`nl_NL`) by [Richard van Laak](http://nl.linkedin.com/pub/richard-laak/b/b21/672)
39
+ * English (`en_EN`) by [Arne Franken](http://www.techotronic.de/)
40
+ * Finnish (`fi`) by [Lauri Merisaari](http://www.merisaari.com/)
41
+ * French (`fr_FR`) by [Pierre Sudarovich](http://www.monblogamoua.fr/)
42
+ * German (`de_DE`) by [Arne Franken](http://www.techotronic.de/)
43
+ * Hebrew (`he_IL`) by [Tommy Gordon](http://www.TommyGordon.co.il)
44
+ * Italian (`it_IT`) by Marco Chiesi
45
+ * Latvian (`lv`) by Uldis Jansons
46
+ * Malay (`ms_MY`) by [Saha-ini Ahmad Safian](http://www.inisahaini.com)
47
+ * Polish (`pl_PL`) by Kornel Łysikowski
48
+ * Portuguese (`pt_BR`) by [Gervásio Antônio](http://twitter.com/gervasioantonio)
49
+ * Romanian (`ro_RO`) by Luke Tyler
50
+ * Russian (`ru_RU`) by Arkadiy Florinskiy
51
+ * Slovak (`sk_SK`) by Stefan Stieranka
52
+ * Spanish (`es_ES`) by Inma P.-Zubizarreta
53
+ * Swedish (`sv_SE`) by [Christian](http://www.theindiaexperience.se/)
54
+ * Turkish (`tr_TR`) by [Serhat Yolaçan](http://www.serhatyolacan.com/)
55
+ * Ukrainian (`uk`) by Jurko Chervony
56
+ * Vietnamese (`vn_VN`) by Techfacts
57
 
58
  Is your native language missing?
59
  Translating the plugin is easy if you understand english and are fluent in another language.
60
  I described in the [FAQ](http://wordpress.org/extend/plugins/jquery-colorbox/faq/) how the translation works.
61
 
62
+ **Credits**
63
+ Includes [ColorBox](http://jacklmoore.com/colorbox/) 1.3.19 jQuery plugin from Jack Moore.
64
+ The picture I used for the screenshots was designed by [Davide Vicariotto](http://wallpapers.vintage.it/)
65
 
66
  == Installation ==
67
 
68
+ ###Upgrading From A Previous Version###
69
 
70
  To upgrade from a previous version of this plugin, use the built in update feature of WordPress or copy the files on top of the current installation.
71
 
72
  ###Installing The Plugin###
73
 
74
+ Either use the built in plugin installation feature of WordPress, or extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to `/wp-content/plugins/`.
75
+ Then just visit your admin area and activate the plugin.
76
+ That's it!
77
 
78
  ###Configuring The Plugin###
79
 
80
+ Go to the settings page and choose one of the themes bundled with the plugin and other settings.
81
+ Do not forget to activate auto Colorbox if you want the Lightbox/Colorbox to work for all images.
82
 
83
+ **See Also:** ["Installing Plugins" article on the WP Codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins)
84
 
85
  == Screenshots ==
86
 
87
+ [Please visit my site for screenshots](http://www.techotronic.de/plugins/jquery-colorbox/theme-screenshots/).
88
 
89
  == Frequently Asked Questions ==
90
+ * I installed your plugin, but when I click on a thumbnail, the original picture is loaded directly instead of in the Colorbox. What could be the problem?
91
+ Make sure that your theme uses the `wp_head();` function in the HTML head-tag.
92
+ I have seen problems where other plugins include their own versions of the jQuery library my plugin uses.
93
+ Chances are that the other jQuery library is loaded after the one that I load. If that happens, the colorbox features are overwritten.
94
+
95
+ * How does jQuery Colorbox work?
96
+ When inserting a picture, the field "Link URL" needs to contain the link to the full-sized image. (press the button "Link to Image" below the field)
97
+ When rendering the blog, a special CSS class (`colorbox-postId`, e.g. `colorbox-123`) is added to linked images.
98
+ This CSS class is then passed to the colorbox JavaScript.
99
+
100
+ * How do I exclude an image from Colorbox in a page or post?
101
+ Add the CSS class `colorbox-off` to the image or to the link to the big sized image you want to exclude.
102
+ jQuery Colorbox does not add the colorbox effect to images that have the CSS class `colorbox-off`.
103
+
104
+ * How does jQuery Colorbox group images?
105
+ For all images in a post or page, the same CSS class is added. All images with the same CSS class are grouped.
106
+
107
+ * I have Flash (e.g. Youtube videos) embedded on my website. Why do they show up over the layer when I click on an image?
108
+ This is a Flash issue, but relatively easy to solve. Just activate the automatic hiding of embedded flash objects on the settings page.
109
+ Adobe described on these sites what the problem is and how to fix it manually:
110
+ [Adobe Knowledgebase 1](http://kb2.adobe.com/cps/155/tn_15523.html)
111
+ [Adobe Knowledgebase 2](http://kb2.adobe.com/cps/142/tn_14201.html)
112
+
113
+ * I have a problem with the Colorbox or want to style it my own way. Can you help?
114
+ Of course I want to help everyone, but I have a full time job and I don't have the time. You can ask your questions at the [Colorbox Google group](http://groups.google.com/group/colorbox/topics").
115
+
116
+ * Why is jQuery Colorbox not available in my language?
117
+ I speak German and English fluently, but unfortunately no other language well enough to do a translation.
118
+ Would you like to help? Translating the plugin is easy if you understand English and are fluent in another language.
119
+
120
+ * How do I translate jQuery Colorbox?
121
+ Take a look at the WordPress site and identify [your language code](http://codex.wordpress.org/WordPress_in_Your_Language):
122
+ e.g. the language code for German is `de_DE`.
123
+
124
+ 1. download [POEdit](http://www.poedit.net/)
125
+ 2. download jQuery Colorbox (from your FTP server or from [WordPress.org](http://wordpress.org/extend/plugins/jquery-colorbox/))
126
+ 3. copy the file `localization/jquery-colorbox-en_EN.po` and rename it. (in this case `jquery-colorbox-de_DE.po`)
127
+ 4. open the file with POEdit.
128
+ 5. translate all strings. Things like `{total}` or `%1$s` mean that a value will be inserted later.
129
+ 6. The string that says "English translation by Arne ...", this is where you put your name, website (or email) and your language in. ;-)
130
+ 7. (optional) Go to POEdit -> Catalog -> Settings and enter your name, email, language code etc
131
+ 8. Save the file. Now you will see two files, `jquery-colorbox-de_DE.po` and `jquery-colorbox-de_DE.mo`.
132
+ 9. Upload your files to your FTP server into the jQuery Colorbox directory (usually `/wp-content/plugins/jquery-colorbox/`)
133
+ 10. When you are sure that all translations are working correctly, send the po-file to me and I will put it into the next jQuery Colorbox version.
134
+
135
+
136
+ * My question isn't answered here. What do I do now?
137
+ Feel free to open a thread at [the jQuery Colorbox WordPress.org forum](http://wordpress.org/tags/jquery-colorbox?forum_id=10).
138
+ I'll include new FAQs in newer versions.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
139
 
140
  == Changelog ==
141
+ ### 4.4 (2012-07-16) ###
142
+ * NEW: A Zoom overlay can be added to images automatically
143
+ * NEW: Added option to load all JavaScript in the footer
144
+ * NEW: Added option to use jQuery library from Google instead of the one that comes with WordPress
145
+ * CHANGE: successfully tested with WordPress 3.4
146
+ * CHANGE: links can now be grouped by adding CSS class "colorbox-link-NUMBER"
147
+ * CHANGE: Marco Chiesi updated the italian translation
148
+ * CHANGE: switch declaration of 'NAME' and 'TEXTDOMAIN'
149
+
150
+ ### 4.3 (2012-03-12) ###
151
  * NEW: Romanian translation by Luke Tyler
152
  * CHANGE: Ukrainian translation updated by Jurko Chervony
153
  * CHANGE: update to Colorbox 1.3.19
154
+ * CHANGE: gracefully add CSS style `colorbox-link` to TinyMCE style dropdown
155
+ * CHANGE: use `plugins_url` to make links HTTPS aware
156
  * CHANGE: increase z-index of Colorbox and overlay to 99999 since Twentyeleven has a Header z-index of 9999
157
  * CHANGE: removing meta tag from header since it's not HTML5 compatible
158
  * CHANGE: pulled all links to company sites of translators on request by WordPress staff
160
  * CHANGE: Plugin name now translatable
161
  * CHANGE: Defaults are now used if JavaScript options can't be set because of JavaScript minimizers
162
 
163
+ ### 4.2 (2011-10-16) ###
164
  * NEW: Danish translation by Michael Bering Petersen
165
  * NEW: Vietnamese translation by Techfacts
166
  * NEW: added option to remove the link to the developers site from the WordPress meta-box.
169
  * BUGFIX: got rid of PHP's XML-RPC methods, also plugin checks now before calling XML-related methods.
170
  * CHANGE: Updated Colorbox version to 1.3.18
171
 
172
+ ### 4.1 (2011-06-25) ###
173
  * NEW: Plugin is compatible to WordPress 3.2
174
  * NEW: Polish translation by Kornel Łysikowski
175
+ * NEW: Finnish translation by Lauri Merisaari
176
+ * NEW: Simplified Chinese translation by Lucas Ho
177
+ * BUGFIX: Plugin will only select links with class `colorbox-link`, no other HTML tags.
178
  * BUGFIX: JavaScript will work with jQuery 1.6 now
179
  * BUGFIX: loading inline content does not trigger loading an iframe any more.
180
  * BUGFIX: regex for IMG tag works correctly now.
185
  * CHANGE: Additional option for adding colorbox class to images outside of posts and pages.
186
  * CHANGE: Major refactoring, hopefully speeds up frontend and backend rendering
187
  * CHANGE: Render Meta-Tag with plugin version into blog header instead of comments
188
+ * CHANGE: French translation updated by Pierre Sudarovich
189
 
190
+ ### 4.0 (2011-04-16) ###
191
  * CHANGE: Restructured settings page
192
  * CHANGE: Plugin again compatible to PHP4.
193
  * CHANGE: Update of Colorbox library to version 1.3.16
195
  * NEW: Set width and height for Colorbox links once separate from the Colorbox setting for images
196
  * NEW: Inline HTML content can now be loaded in the Colorbox.
197
  * NEW: Latvian translation by Uldis Jansons
198
+ * CHANGE: Modar Soos updated the Arabic translation
199
+ * CHANGE: Joao Netto updated the Portuguese translation
200
  * CHANGE: Arkadiy Florinskiy updated the Russian translation
201
  * CHANGE: Made plugin compatible to the "smugmug" plugin.
202
  * CHANGE: Moved Colorbox CSS class add to style dropdown of TinyMCE
203
 
204
+ ### 3.8.3 (2010-12-24) ###
205
  * NEW: Spanish translation by Inma P.-Zubizarreta
206
  * BUGFIX: re-added the option to hide flash objects behind the colorbox overlay.
207
 
208
+ ### 3.8.2 (2010-12-21) ###
209
  * BUGFIX: Last bugfix broke minor functionality.
210
 
211
+ ### 3.8.1 (2010-12-21) ###
212
  * BUGFIX: Last bugfix broke the plugin, settings are now correctly read again.
213
 
214
+ ### 3.8 (2010-12-21) ###
215
  * BUGFIX: Theme change is now saved again.
216
 
217
+ ### 3.7 (2010-12-21) ###
218
  * NEW: Experimental feature: jQuery Colorbox can now open external websites/pictures if the link has the class "colorbox-link" and a width/height for the colorbox is set.
219
+ * BUGFIX: Plugin now works if `WP_DEBUG` is set to "true". Thx to Roy Iversen for the bug report!
220
+ * CHANGE: rewrote auto-add JavaScript. Thx to jrevillini for the help!
221
  * NEW: Slovak translation by Stefan Stieranka
222
+ * NEW: Swedish translation by Christian
223
  * CHANGE: Update of Colorbox library to version 1.3.15
224
  * CHANGE: performance improvement: colorbox-class is only automatically added only to images that do not already have a colorbox-class.
225
 
226
+ ### 3.6 (2010-09-12) ###
227
  * CHANGE: Update of Colorbox library to version 1.3.9 which fixes lots of bugs. Most notably the "0 by 0" bug in Chrome.
228
 
229
+ ### 3.5 (2010-06-16) ###
230
  * NEW: Ukrainian translation by Yuri Kryzhanivskyi
231
+ * NEW: Italian translation by Erkinson
232
+ * NEW: Hebrew translation by Tommy Gordon
233
  * BUGFIX: URLs are now generated correctly for WP-MU installations
234
  * NEW: Added latest donations and top donations to settings page
235
 
236
+ ### 3.4 (2010-05-24) ###
237
+ * NEW: Colorbox is not applied to image links that have the class `colorbox-off` any more. Useful for NextGEN users.
238
+ * NEW: Dutch translation by Richard van Laak
239
+ * NEW: Malay translation by Saha-ini Ahmad Safian
240
  * CHANGE: Added CSS id "colorboxLink" to link in Meta container.
241
+ * CHANGE: Modar Soos updated the Arabic translation
242
 
243
+ ### 3.3 (2010-05-05) ###
244
  * NEW: Belorussian translation by Marcis G.
245
  * NEW: Russian translation by Arkadiy Florinskiy
246
  * BUGFIX: Screenshot for Theme#10 is now displayed correctly.
249
  * CHANGE: Minified CSS and JavaScript
250
  * NEW: registered link to plugin page in WordPress Meta widget
251
 
252
+ ### 3.2 (2010-04-20) ###
253
+ * NEW: Added theme#10, thx to Serhat Yolaçan for all the hard work! (CSS3 rounded edges, IE does not support that)
254
  * CHANGE: jQuery Colorbox plugin now adds necessary CSS class to all embedded images.
255
+ * CHANGE: jQuery Colorbox plugin is now compatible to NextGEN Gallery
256
  * CHANGE: Vedran Jurincic updated the bosnian translation
257
+ * NEW: Arabic translation by Modar Soos
258
 
259
+ ### 3.1 (2010-04-10) ###
260
  * BUGFIX: Automatic hiding of embedded flash objects under Colorbox layer now works in Internet Explorer.
261
  * NEW: Added theme#9, a modified version of theme#4.
262
  * NEW: French translation by Tolingo Translations
263
  * NEW: If auto colorbox is switched on, plugin now adds Colorbox functionality to every image regardless of position
264
+ * CHANGE: Serhat Yolaçan updated the turkish translation.
265
 
266
+ ### 3.0.1 (2010-03-31) ###
267
  * BUGFIX: Settings are NOW REALLY not overridden any more every time the plugin gets activated.
268
 
269
+ ### 3.0 (2010-03-31) ###
270
  * NEW: Decided to move from 2.0.1 to 3.0 because I implemented many new features
271
  * BUGFIX: Slideshow speed setting works now.
272
  * BUGFIX: Settings are not overridden any more every time the plugin gets activated.
273
+ * BUGFIX: jQuery Colorbox now works again for links with uppercase suffixes (IMG,JPG etc) thx to Jason Stapels for the bug report and fix!
274
+ * NEW: Added theme#6, a modified version of theme#1. (not compatible with IE6) thx to Gervásio Antônio for all the hard work!
275
  * NEW: Added theme#7, a modified version of theme#1. thx to Vedran Jurincic for the feature request!
276
  * NEW: Added theme#8, a modified version of theme#6.
277
  * NEW: Added screenshots of all themes, screenshot of selected theme is shown in admin menu
283
  * NEW: Added setting for transition speed. Default: 250 milliseconds
284
  * NEW: Added setting for overlay opacity. Default: 0.85
285
  * CHANGE: Fixed fonts in Colorbox to Arial 12px
286
+ * NEW: Turkish translation by Serhat Yolaçan
287
+ * NEW: Portuguese translation by Gervásio Antônio
288
  * NEW: Bosnian translation by Vedran Jurincic
289
  * NEW: Plugin should be WPMU compatible now. Haven't tested myself, though. Would appreciate any feedback.
290
  * NEW: Successfully tested jQuery Colorbox with jQuery 1.4.2
291
  * CHANGE: Fixed "slideshow" offset from right hand side in the Colorbox of theme#4
292
 
293
+ ### 2.0.1 (2010-02-11) ###
294
  * BUGFIX: slideshow does not start automatically any more if the setting is not checked on the settings page.
295
 
296
+ ### 2.0 (2010-02-11) ###
297
  * NEW: Decided to move from 1.3.3 to 2.0 because I implemented many new features.
298
+ * BUGFIX: fixed relative paths for theme1 and theme4 by adding the CSS for the Internet Explorer workaround directly into the page. Thx to Andrew Radke for the suggestion!
299
+ * NEW: switch adding of `colorbox-postId` classes to images in posts and pages on and off through setting. Default: off.
300
+ * NEW: now works for images outside of posts (e.g. sidebar or header) if CSS class `colorbox-manual` is added manually
301
  * NEW: jQuery Colorbox now working for WordPress attachment pages
302
  * NEW: Added switch that adds slideshow functionality to all Colorbox groups. (no way to add slideshows individually yet)
303
  * NEW: Added switch that adds automatic start to slideshows (no way to add slideshows individually yet)
304
  * NEW: Added configuration of slideshow speed
305
  * NEW: Added switch that allows the user to decide whether Colorbox scales images
306
+ * NEW: Added demos of the plugin on the [plugin page](http://www.techotronic.de/plugins/jquery-colorbox/)
307
  * NEW: Added configuration for adding colorbox class only to WordPress galleries
308
  * NEW: Automatically resets settings if settings of a version prior to 1.4 are found upon activation
309
  * NEW: width and height can now be configured as percent relative to browser window size or in pixels (default is percent)
310
  * CHANGE: jQuery Colorbox is now only working on Image links (of type jpeg, jpg, gif, png, bmp)
311
+ * CHANGE: Improved translation. Thx to Fabian Wolf for the help!
312
+ * CHANGE: updated the FAQ
313
  * CHANGE: Updated readme.
314
  * CHANGE: Updated descriptions and translations
315
 
316
+ ### 1.3.3 (2010-01-21) ###
317
  * BUGFIX: fixed settings page, options can be saved now
318
  * NEW: added settings deletion on uninstall and "delete settings from database" functionality to settings page
319
  * CHANGE: moved adding of CSS class priority lower, hopefully now the CSS class is added to pictures after other plugins update the HTML
320
+ * CHANGE: updated the FAQ
321
 
322
+ ### 1.3.2 (2010-01-19) ###
323
+ * CHANGE: moved back to regexp replacement and implemented a workaround in the JavaScript to still allow images to be excluded by adding the class `colorbox-off`
324
 
325
+ ### 1.3.1 (2010-01-18) ###
326
  * CHANGE: changed include calls for Colorbox JavaScript and CSS to version 1.3.6
327
+ * CHANGE: optimized modification of `the_content`
328
 
329
+ ### 1.3 ###
330
+ * NEW: jQuery-Colorbox won't add Colorbox functionality to images that have the CSS class `colorbox-off`
331
  * CHANGE: Updated Colorbox version to 1.3.6
332
  * CHANGE: should be compatible to jQuery 1.4, still using 1.3.2 at the moment because it is bundled in WordPress 2.9.1
333
  * CHANGE: changed the way that the Colorbox CSS class is added to images to be more reliable
334
  * CHANGE: changed layout of settings page
335
+ * CHANGE: updated the FAQ
336
 
337
+ ### 1.2 ###
338
  * BUGFIX: fixes bug where colorbox was not working if linked images were used (by the theme) outside of blog posts and pages.
339
  * NEW: adds configuration for Colorbox and picture resizing
340
 
341
+ ### 1.1 ###
342
  * BUGFIX: fixes critical bug which would break rendering the blog. Sorry, was not aware that the plugin would be listed before I tagged the files as 1.0 in subversion...
343
 
344
+ ### 1.0 ###
345
  * NEW: Initial release.
346
  * NEW: Added Colorbox version 1.3.5