Gallery by BestWebSoft - Version 4.0.1

Version Description

  • 02.10.2013 =
  • Update : The Brazilian Portuguese language file is updated.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Gallery by BestWebSoft
Version 4.0.1
Comparing to
See all releases

Code changes from version 4.0.0 to 4.0.1

bws_menu/bws_menu.php CHANGED
@@ -27,7 +27,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
27
  array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://bestwebsoft.com/plugin/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
28
  array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
29
  array( 'updater\/updater.php', 'Updater', 'http://bestwebsoft.com/plugin/updater-plugin/', 'http://bestwebsoft.com/plugin/updater-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' ),
30
- array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/', 'http://bestwebsoft.com/plugin/custom-fields-search/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' )
 
31
  );
32
  foreach ( $array_plugins as $plugins ) {
33
  if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
27
  array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://bestwebsoft.com/plugin/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
28
  array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
29
  array( 'updater\/updater.php', 'Updater', 'http://bestwebsoft.com/plugin/updater-plugin/', 'http://bestwebsoft.com/plugin/updater-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' ),
30
+ array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/', 'http://bestwebsoft.com/plugin/custom-fields-search/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' ),
31
+ array( 'google-plus-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one/', 'http://bestwebsoft.com/plugin/google-plus-one/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-plus-one.php' )
32
  );
33
  foreach ( $array_plugins as $plugins ) {
34
  if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
css/stylesheet.css CHANGED
@@ -37,6 +37,9 @@
37
  .bws_system_info_meta_box {
38
  width: 850px;
39
  }
 
 
 
40
  .bws_system_info {
41
  float: left;
42
  margin-right: 10px;
37
  .bws_system_info_meta_box {
38
  width: 850px;
39
  }
40
+ .bws_system_info_meta_box .hndle {
41
+ cursor: pointer !important;
42
+ }
43
  .bws_system_info {
44
  float: left;
45
  margin-right: 10px;
gallery-plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Gallery Plugin
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
- Version: 4.0.0
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
+ Version: 4.0.1
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
js/bws_menu.js CHANGED
@@ -3,6 +3,13 @@
3
  if ( $('input[name="bwsmn_form_email"]').val() == '' )
4
  $('.bws_system_info_meta_box .inside').css('display','none');
5
 
 
 
 
 
 
 
 
6
  $('.bws_system_info_meta_box .handlediv').click( function(){
7
  if ( $('.bws_system_info_meta_box .inside').is(":visible") ) {
8
  $('.bws_system_info_meta_box .inside').css('display','none');
3
  if ( $('input[name="bwsmn_form_email"]').val() == '' )
4
  $('.bws_system_info_meta_box .inside').css('display','none');
5
 
6
+ $('.bws_system_info_meta_box .hndle').click( function(){
7
+ if ( $('.bws_system_info_meta_box .inside').is(":visible") ) {
8
+ $('.bws_system_info_meta_box .inside').css('display','none !important');
9
+ } else {
10
+ $('.bws_system_info_meta_box .inside').css('display','block !important');
11
+ }
12
+ });
13
  $('.bws_system_info_meta_box .handlediv').click( function(){
14
  if ( $('.bws_system_info_meta_box .inside').is(":visible") ) {
15
  $('.bws_system_info_meta_box .inside').css('display','none');
languages/gallery-cs_CZ.mo CHANGED
Binary file
languages/gallery-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 17:34+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:695
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
@@ -96,7 +96,7 @@ msgid "Please make a choice"
96
  msgstr ""
97
 
98
  #: gallery-plugin.php:227
99
- #: gallery-plugin.php:808
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Počet náhledů zobrazených v jedné řádce"
@@ -166,7 +166,7 @@ msgid "Publishing"
166
  msgstr "Veřejné"
167
 
168
  #: gallery-plugin.php:479
169
- #: gallery-plugin.php:812
170
  msgid "Date"
171
  msgstr "Datum"
172
 
@@ -175,274 +175,274 @@ msgstr "Datum"
175
  msgid "See images &raquo;"
176
  msgstr "Zobrazit obsah galerie &raquo;"
177
 
178
- #: gallery-plugin.php:688
179
  #, fuzzy
180
  msgid "Settings are saved"
181
  msgstr "Nastavení uložena."
182
 
183
- #: gallery-plugin.php:701
184
  #, fuzzy
185
  msgid "Gallery Settings"
186
  msgstr "Nastavení galerie"
187
 
188
- #: gallery-plugin.php:704
189
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
190
  msgstr ""
191
 
192
- #: gallery-plugin.php:708
193
  #, fuzzy
194
  msgid "Image size for the album cover"
195
  msgstr "Размер для "
196
 
197
- #: gallery-plugin.php:710
198
- #: gallery-plugin.php:718
199
- #: gallery-plugin.php:731
200
  #, fuzzy
201
  msgid "Image size"
202
  msgstr "Název rozměru"
203
 
204
- #: gallery-plugin.php:711
205
- #: gallery-plugin.php:719
206
  msgid "Width (in px)"
207
  msgstr "Šířka (v px)"
208
 
209
- #: gallery-plugin.php:712
210
- #: gallery-plugin.php:720
211
  msgid "Height (in px)"
212
  msgstr "Výška (v px)"
213
 
214
- #: gallery-plugin.php:716
215
  #, fuzzy
216
  msgid "Gallery image size"
217
  msgstr "Galerie"
218
 
219
- #: gallery-plugin.php:724
220
  #, fuzzy
221
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
222
  msgstr "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání nového obrázku."
223
 
224
- #: gallery-plugin.php:729
225
  msgid "Gallery image size in the lightbox"
226
  msgstr ""
227
 
228
- #: gallery-plugin.php:732
229
  #, fuzzy
230
  msgid "Max width (in px)"
231
  msgstr "Šířka (v px)"
232
 
233
- #: gallery-plugin.php:733
234
  #, fuzzy
235
  msgid "Max height (in px)"
236
  msgstr "Výška (v px)"
237
 
238
- #: gallery-plugin.php:734
239
  msgid "Display a full size image in the lightbox"
240
  msgstr ""
241
 
242
- #: gallery-plugin.php:738
243
  msgid "Crop position"
244
  msgstr ""
245
 
246
- #: gallery-plugin.php:740
247
  msgid "Horizontal"
248
  msgstr ""
249
 
250
- #: gallery-plugin.php:742
251
  msgid "left"
252
  msgstr ""
253
 
254
- #: gallery-plugin.php:743
255
- #: gallery-plugin.php:750
256
  msgid "center"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:744
260
  msgid "right"
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:747
264
  msgid "Vertical"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:749
268
  msgid "top"
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:751
272
  msgid "bottom"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:756
276
  msgid "Lightbox background"
277
  msgstr ""
278
 
279
- #: gallery-plugin.php:758
280
  msgid "Default"
281
  msgstr ""
282
 
283
- #: gallery-plugin.php:759
284
  msgid "Background transparency (from 0 to 1)"
285
  msgstr ""
286
 
287
- #: gallery-plugin.php:761
288
  msgid "Select a background color"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:763
292
  msgid "Background color"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:770
296
- #: gallery-plugin.php:879
297
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
298
  msgstr ""
299
 
300
- #: gallery-plugin.php:777
301
  msgid "Images with border"
302
  msgstr ""
303
 
304
- #: gallery-plugin.php:780
305
  msgid "Border width in px, just numbers"
306
  msgstr ""
307
 
308
- #: gallery-plugin.php:782
309
- #: gallery-plugin.php:784
310
  msgid "Select a border color"
311
  msgstr ""
312
 
313
- #: gallery-plugin.php:790
314
  #, fuzzy
315
  msgid "Number of images in the row"
316
  msgstr "Počet náhledů zobrazených v jedné řádce"
317
 
318
- #: gallery-plugin.php:796
319
  msgid "Start slideshow"
320
  msgstr ""
321
 
322
- #: gallery-plugin.php:802
323
  msgid "Slideshow interval"
324
  msgstr ""
325
 
326
- #: gallery-plugin.php:810
327
  msgid "Attachment ID"
328
  msgstr ""
329
 
330
- #: gallery-plugin.php:811
331
  #, fuzzy
332
  msgid "Image Name"
333
  msgstr "Název rozměru"
334
 
335
- #: gallery-plugin.php:813
336
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
337
  msgstr ""
338
 
339
- #: gallery-plugin.php:814
340
  msgid "Random"
341
  msgstr ""
342
 
343
- #: gallery-plugin.php:818
344
  #, fuzzy
345
  msgid "Sort images"
346
  msgstr "Počet náhledů zobrazených v jedné řádce"
347
 
348
- #: gallery-plugin.php:820
349
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
350
  msgstr ""
351
 
352
- #: gallery-plugin.php:821
353
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
354
  msgstr ""
355
 
356
- #: gallery-plugin.php:825
357
  msgid "Display text above the image"
358
  msgstr ""
359
 
360
- #: gallery-plugin.php:827
361
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
362
  msgstr ""
363
 
364
- #: gallery-plugin.php:831
365
  msgid "Display the Back link"
366
  msgstr ""
367
 
368
- #: gallery-plugin.php:837
369
  msgid "Display the Back link in the shortcode"
370
  msgstr ""
371
 
372
- #: gallery-plugin.php:843
373
  msgid "The Back link text"
374
  msgstr ""
375
 
376
- #: gallery-plugin.php:849
377
  msgid "The Back link URL"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:851
381
  msgid "Gallery page (Page with Gallery Template)"
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:853
385
  msgid "(Full URL to custom page)"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:857
389
  msgid "The Read More link text"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:865
393
  msgid "Display Like buttons in the lightbox"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:867
397
  msgid "FaceBook"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:868
401
  #, fuzzy
402
  msgid "Twitter"
403
  msgstr "Název"
404
 
405
- #: gallery-plugin.php:869
406
  msgid "Pinterest"
407
  msgstr ""
408
 
409
- #: gallery-plugin.php:870
410
  msgid "Google +1"
411
  msgstr ""
412
 
413
- #: gallery-plugin.php:873
414
  #, fuzzy
415
  msgid "Slug for gallery item"
416
  msgstr "Rozměry náhledu obrázku v albu"
417
 
418
- #: gallery-plugin.php:875
419
  msgid "for any structure of permalinks except the default structure"
420
  msgstr ""
421
 
422
- #: gallery-plugin.php:887
423
  msgid "Save Changes"
424
  msgstr "Uložit změny"
425
 
426
- #: gallery-plugin.php:899
427
- #: gallery-plugin.php:914
428
  msgid "Settings"
429
  msgstr "Nastavení"
430
 
431
- #: gallery-plugin.php:900
432
  msgid "FAQ"
433
  msgstr "FAQ "
434
 
435
- #: gallery-plugin.php:901
436
  msgid "Support"
437
  msgstr "Podpora"
438
 
439
- #: gallery-plugin.php:1111
440
  #: template/gallery-single-template.php:76
441
  #, fuzzy
442
  msgid "Sorry, nothing found."
443
  msgstr "Omlouvám se - nic nenalezeno."
444
 
445
- #: gallery-plugin.php:1133
446
  #: template/gallery-single-template.php:102
447
  msgid "Download high resolution image"
448
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-02 12:13+0300\n"
6
+ "PO-Revision-Date: 2013-10-02 12:13+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:696
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
96
  msgstr ""
97
 
98
  #: gallery-plugin.php:227
99
+ #: gallery-plugin.php:809
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Počet náhledů zobrazených v jedné řádce"
166
  msgstr "Veřejné"
167
 
168
  #: gallery-plugin.php:479
169
+ #: gallery-plugin.php:813
170
  msgid "Date"
171
  msgstr "Datum"
172
 
175
  msgid "See images &raquo;"
176
  msgstr "Zobrazit obsah galerie &raquo;"
177
 
178
+ #: gallery-plugin.php:689
179
  #, fuzzy
180
  msgid "Settings are saved"
181
  msgstr "Nastavení uložena."
182
 
183
+ #: gallery-plugin.php:702
184
  #, fuzzy
185
  msgid "Gallery Settings"
186
  msgstr "Nastavení galerie"
187
 
188
+ #: gallery-plugin.php:705
189
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
190
  msgstr ""
191
 
192
+ #: gallery-plugin.php:709
193
  #, fuzzy
194
  msgid "Image size for the album cover"
195
  msgstr "Размер для "
196
 
197
+ #: gallery-plugin.php:711
198
+ #: gallery-plugin.php:719
199
+ #: gallery-plugin.php:732
200
  #, fuzzy
201
  msgid "Image size"
202
  msgstr "Název rozměru"
203
 
204
+ #: gallery-plugin.php:712
205
+ #: gallery-plugin.php:720
206
  msgid "Width (in px)"
207
  msgstr "Šířka (v px)"
208
 
209
+ #: gallery-plugin.php:713
210
+ #: gallery-plugin.php:721
211
  msgid "Height (in px)"
212
  msgstr "Výška (v px)"
213
 
214
+ #: gallery-plugin.php:717
215
  #, fuzzy
216
  msgid "Gallery image size"
217
  msgstr "Galerie"
218
 
219
+ #: gallery-plugin.php:725
220
  #, fuzzy
221
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
222
  msgstr "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání nového obrázku."
223
 
224
+ #: gallery-plugin.php:730
225
  msgid "Gallery image size in the lightbox"
226
  msgstr ""
227
 
228
+ #: gallery-plugin.php:733
229
  #, fuzzy
230
  msgid "Max width (in px)"
231
  msgstr "Šířka (v px)"
232
 
233
+ #: gallery-plugin.php:734
234
  #, fuzzy
235
  msgid "Max height (in px)"
236
  msgstr "Výška (v px)"
237
 
238
+ #: gallery-plugin.php:735
239
  msgid "Display a full size image in the lightbox"
240
  msgstr ""
241
 
242
+ #: gallery-plugin.php:739
243
  msgid "Crop position"
244
  msgstr ""
245
 
246
+ #: gallery-plugin.php:741
247
  msgid "Horizontal"
248
  msgstr ""
249
 
250
+ #: gallery-plugin.php:743
251
  msgid "left"
252
  msgstr ""
253
 
254
+ #: gallery-plugin.php:744
255
+ #: gallery-plugin.php:751
256
  msgid "center"
257
  msgstr ""
258
 
259
+ #: gallery-plugin.php:745
260
  msgid "right"
261
  msgstr ""
262
 
263
+ #: gallery-plugin.php:748
264
  msgid "Vertical"
265
  msgstr ""
266
 
267
+ #: gallery-plugin.php:750
268
  msgid "top"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:752
272
  msgid "bottom"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:757
276
  msgid "Lightbox background"
277
  msgstr ""
278
 
279
+ #: gallery-plugin.php:759
280
  msgid "Default"
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:760
284
  msgid "Background transparency (from 0 to 1)"
285
  msgstr ""
286
 
287
+ #: gallery-plugin.php:762
288
  msgid "Select a background color"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:764
292
  msgid "Background color"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:771
296
+ #: gallery-plugin.php:882
297
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:778
301
  msgid "Images with border"
302
  msgstr ""
303
 
304
+ #: gallery-plugin.php:781
305
  msgid "Border width in px, just numbers"
306
  msgstr ""
307
 
308
+ #: gallery-plugin.php:783
309
+ #: gallery-plugin.php:785
310
  msgid "Select a border color"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:791
314
  #, fuzzy
315
  msgid "Number of images in the row"
316
  msgstr "Počet náhledů zobrazených v jedné řádce"
317
 
318
+ #: gallery-plugin.php:797
319
  msgid "Start slideshow"
320
  msgstr ""
321
 
322
+ #: gallery-plugin.php:803
323
  msgid "Slideshow interval"
324
  msgstr ""
325
 
326
+ #: gallery-plugin.php:811
327
  msgid "Attachment ID"
328
  msgstr ""
329
 
330
+ #: gallery-plugin.php:812
331
  #, fuzzy
332
  msgid "Image Name"
333
  msgstr "Název rozměru"
334
 
335
+ #: gallery-plugin.php:814
336
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
337
  msgstr ""
338
 
339
+ #: gallery-plugin.php:815
340
  msgid "Random"
341
  msgstr ""
342
 
343
+ #: gallery-plugin.php:819
344
  #, fuzzy
345
  msgid "Sort images"
346
  msgstr "Počet náhledů zobrazených v jedné řádce"
347
 
348
+ #: gallery-plugin.php:821
349
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
350
  msgstr ""
351
 
352
+ #: gallery-plugin.php:822
353
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
354
  msgstr ""
355
 
356
+ #: gallery-plugin.php:826
357
  msgid "Display text above the image"
358
  msgstr ""
359
 
360
+ #: gallery-plugin.php:828
361
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
362
  msgstr ""
363
 
364
+ #: gallery-plugin.php:832
365
  msgid "Display the Back link"
366
  msgstr ""
367
 
368
+ #: gallery-plugin.php:838
369
  msgid "Display the Back link in the shortcode"
370
  msgstr ""
371
 
372
+ #: gallery-plugin.php:844
373
  msgid "The Back link text"
374
  msgstr ""
375
 
376
+ #: gallery-plugin.php:850
377
  msgid "The Back link URL"
378
  msgstr ""
379
 
380
+ #: gallery-plugin.php:852
381
  msgid "Gallery page (Page with Gallery Template)"
382
  msgstr ""
383
 
384
+ #: gallery-plugin.php:854
385
  msgid "(Full URL to custom page)"
386
  msgstr ""
387
 
388
+ #: gallery-plugin.php:858
389
  msgid "The Read More link text"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:866
393
  msgid "Display Like buttons in the lightbox"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:868
397
  msgid "FaceBook"
398
  msgstr ""
399
 
400
+ #: gallery-plugin.php:869
401
  #, fuzzy
402
  msgid "Twitter"
403
  msgstr "Název"
404
 
405
+ #: gallery-plugin.php:870
406
  msgid "Pinterest"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:871
410
  msgid "Google +1"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:875
414
  #, fuzzy
415
  msgid "Slug for gallery item"
416
  msgstr "Rozměry náhledu obrázku v albu"
417
 
418
+ #: gallery-plugin.php:877
419
  msgid "for any structure of permalinks except the default structure"
420
  msgstr ""
421
 
422
+ #: gallery-plugin.php:890
423
  msgid "Save Changes"
424
  msgstr "Uložit změny"
425
 
426
+ #: gallery-plugin.php:902
427
+ #: gallery-plugin.php:917
428
  msgid "Settings"
429
  msgstr "Nastavení"
430
 
431
+ #: gallery-plugin.php:903
432
  msgid "FAQ"
433
  msgstr "FAQ "
434
 
435
+ #: gallery-plugin.php:904
436
  msgid "Support"
437
  msgstr "Podpora"
438
 
439
+ #: gallery-plugin.php:1114
440
  #: template/gallery-single-template.php:76
441
  #, fuzzy
442
  msgid "Sorry, nothing found."
443
  msgstr "Omlouvám se - nic nenalezeno."
444
 
445
+ #: gallery-plugin.php:1136
446
  #: template/gallery-single-template.php:102
447
  msgid "Download high resolution image"
448
  msgstr ""
languages/gallery-fr_FR.mo CHANGED
File without changes
languages/gallery-pt_BR.mo CHANGED
Binary file
languages/gallery-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 17:35+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:37+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
@@ -13,14 +13,14 @@ msgstr ""
13
  "X-Generator: Poedit 1.5.7\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
- "X-Poedit-Basepath: ../\n"
17
  "X-Textdomain-Support: yes\n"
18
  "Language: pt_BR\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:101
23
- #: gallery-plugin.php:695
24
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
25
  msgstr "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template.php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o diretório do seu tema para que o plugin Galeria funcione corretamente"
26
 
@@ -113,7 +113,7 @@ msgstr "Por favor, faça uma escolha"
113
 
114
  # @ gallery
115
  #: gallery-plugin.php:227
116
- #: gallery-plugin.php:808
117
  msgid "Sort images by"
118
  msgstr "Ordenar imagens por"
119
 
@@ -141,7 +141,7 @@ msgstr "URL"
141
  # @ gallery
142
  #: gallery-plugin.php:273
143
  msgid "(by click on image opens a link in a new window)"
144
- msgstr "(clicando na imagem abre um link em uma nova janela)"
145
 
146
  # @ gallery
147
  #: gallery-plugin.php:274
@@ -195,7 +195,7 @@ msgstr "Publicação"
195
 
196
  # @ gallery
197
  #: gallery-plugin.php:479
198
- #: gallery-plugin.php:812
199
  msgid "Date"
200
  msgstr "Data"
201
 
@@ -205,320 +205,322 @@ msgid "See images &raquo;"
205
  msgstr "Ver imagens &raquo;"
206
 
207
  # @ gallery
208
- #: gallery-plugin.php:688
209
  msgid "Settings are saved"
210
  msgstr "As configurações estão salvas"
211
 
212
  # @ gallery
213
- #: gallery-plugin.php:701
214
  msgid "Gallery Settings"
215
  msgstr "Configurações da Galeria"
216
 
217
  # @ gallery
218
- #: gallery-plugin.php:704
219
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
220
  msgstr "Se você quiser adicionar uma Galeria específica em sua página ou post, basta copiar e colar este shortcode em seu post ou página:"
221
 
222
  # @ gallery
223
- #: gallery-plugin.php:708
224
  msgid "Image size for the album cover"
225
  msgstr "Tamanho da imagem de capa do álbum"
226
 
227
  # @ gallery
228
- #: gallery-plugin.php:710
229
- #: gallery-plugin.php:718
230
- #: gallery-plugin.php:731
231
  msgid "Image size"
232
  msgstr "Tamanho da imagem"
233
 
234
  # @ gallery
235
- #: gallery-plugin.php:711
236
- #: gallery-plugin.php:719
237
  msgid "Width (in px)"
238
  msgstr "Largura (em px)"
239
 
240
  # @ gallery
241
- #: gallery-plugin.php:712
242
- #: gallery-plugin.php:720
243
  msgid "Height (in px)"
244
  msgstr "Altura (em px)"
245
 
246
  # @ gallery
247
- #: gallery-plugin.php:716
248
  msgid "Gallery image size"
249
  msgstr "Tamanho da imagem da galeria"
250
 
251
  # @ gallery
252
- #: gallery-plugin.php:724
253
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
254
  msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
255
 
256
  # @ gallery
257
- #: gallery-plugin.php:729
258
  msgid "Gallery image size in the lightbox"
259
  msgstr "Tamanho da imagem da galeria no Lightbox"
260
 
261
  # @ gallery
262
- #: gallery-plugin.php:732
263
  msgid "Max width (in px)"
264
  msgstr "Largura máxima (em px)"
265
 
266
  # @ gallery
267
- #: gallery-plugin.php:733
268
  msgid "Max height (in px)"
269
  msgstr "Altura máxima (em px)"
270
 
271
  # @ gallery
272
- #: gallery-plugin.php:734
273
  msgid "Display a full size image in the lightbox"
274
  msgstr "Exibir a imagem em tamanho original no Lightbox"
275
 
276
  # @ gallery
277
- #: gallery-plugin.php:738
278
  msgid "Crop position"
279
  msgstr "Posição de recorte"
280
 
281
  # @ gallery
282
- #: gallery-plugin.php:740
283
  msgid "Horizontal"
284
  msgstr "Horizontal"
285
 
286
  # @ gallery
287
- #: gallery-plugin.php:742
288
  msgid "left"
289
  msgstr "esquerda"
290
 
291
  # @ gallery
292
- #: gallery-plugin.php:743
293
- #: gallery-plugin.php:750
294
  msgid "center"
295
  msgstr "centro"
296
 
297
  # @ gallery
298
- #: gallery-plugin.php:744
299
  msgid "right"
300
  msgstr "direita"
301
 
302
  # @ gallery
303
- #: gallery-plugin.php:747
304
  msgid "Vertical"
305
  msgstr "Vertical"
306
 
307
  # @ gallery
308
- #: gallery-plugin.php:749
309
  msgid "top"
310
  msgstr "topo"
311
 
312
  # @ gallery
313
- #: gallery-plugin.php:751
314
  msgid "bottom"
315
  msgstr "fundo"
316
 
317
  # @ gallery
318
- #: gallery-plugin.php:756
319
  msgid "Lightbox background"
320
  msgstr "Fundo do Lightbox"
321
 
322
  # @ gallery
323
- #: gallery-plugin.php:758
324
  msgid "Default"
325
  msgstr "Padrão"
326
 
327
  # @ gallery
328
- #: gallery-plugin.php:759
329
  msgid "Background transparency (from 0 to 1)"
330
  msgstr "Transparência de background (de 0 a 1)"
331
 
332
  # @ gallery
333
- #: gallery-plugin.php:761
334
  msgid "Select a background color"
335
  msgstr "Selecionar uma cor de fundo"
336
 
337
  # @ gallery
338
- #: gallery-plugin.php:763
339
  msgid "Background color"
340
  msgstr "Cor de fundo"
341
 
342
  # @ gallery
343
- #: gallery-plugin.php:770
344
- #: gallery-plugin.php:879
345
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
346
  msgstr "Esta função está disponível na versão Pro do plugin. Para saber mais detalhes, por favor siga o link"
347
 
348
  # @ gallery
349
- #: gallery-plugin.php:777
350
  msgid "Images with border"
351
  msgstr "Imagens com borda"
352
 
353
  # @ gallery
354
- #: gallery-plugin.php:780
355
  msgid "Border width in px, just numbers"
356
  msgstr "Largura da borda em px, apenas os números"
357
 
358
  # @ gallery
359
- #: gallery-plugin.php:782
360
- #: gallery-plugin.php:784
361
  msgid "Select a border color"
362
  msgstr "Escolha a cor da borda"
363
 
364
  # @ gallery
365
- #: gallery-plugin.php:790
366
  msgid "Number of images in the row"
367
  msgstr "Número de imagens por linha"
368
 
369
  # @ gallery
370
- #: gallery-plugin.php:796
371
  msgid "Start slideshow"
372
  msgstr "Iniciar Apresentação de Slides"
373
 
374
  # @ gallery
375
- #: gallery-plugin.php:802
376
  msgid "Slideshow interval"
377
  msgstr "Intervalo de tempo entre cada Slide"
378
 
379
  # @ gallery
380
- #: gallery-plugin.php:810
381
  msgid "Attachment ID"
382
  msgstr "ID do anexo"
383
 
384
  # @ gallery
385
- #: gallery-plugin.php:811
386
  msgid "Image Name"
387
  msgstr "Nome da Imagem"
388
 
389
  # @ gallery
390
- #: gallery-plugin.php:813
391
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
392
  msgstr "Critério de ordenação (o campo de ordenação na caixa de diálogo em Adicionar Mídia)"
393
 
394
  # @ gallery
395
- #: gallery-plugin.php:814
396
  msgid "Random"
397
  msgstr "Aleatório"
398
 
399
  # @ gallery
400
- #: gallery-plugin.php:818
401
  msgid "Sort images"
402
  msgstr "Ordenar imagens:"
403
 
404
  # @ gallery
405
- #: gallery-plugin.php:820
406
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
407
  msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
408
 
409
  # @ gallery
410
- #: gallery-plugin.php:821
411
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
412
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
413
 
414
  # @ gallery
415
- #: gallery-plugin.php:825
416
  msgid "Display text above the image"
417
  msgstr "Mostrar texto acima da imagem"
418
 
419
  # @ gallery
420
- #: gallery-plugin.php:827
421
- #, fuzzy
422
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
423
- msgstr "Se você deseja exibir o texto apenas no Lightbox"
424
 
425
  # @ gallery
426
- #: gallery-plugin.php:831
427
  msgid "Display the Back link"
428
  msgstr "Exibir o link Voltar"
429
 
430
  # @ gallery
431
- #: gallery-plugin.php:837
432
  msgid "Display the Back link in the shortcode"
433
  msgstr "Exibir o link Voltar no shortcode"
434
 
435
  # @ gallery
436
- #: gallery-plugin.php:843
437
  msgid "The Back link text"
438
  msgstr "Texto do link Voltar"
439
 
440
  # @ gallery
441
- #: gallery-plugin.php:849
442
  msgid "The Back link URL"
443
  msgstr "URL do link Voltar"
444
 
445
  # @ gallery
446
- #: gallery-plugin.php:851
447
  msgid "Gallery page (Page with Gallery Template)"
448
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
449
 
450
  # @ gallery
451
- #: gallery-plugin.php:853
452
  msgid "(Full URL to custom page)"
453
  msgstr "(URL completa para a página personalizada)"
454
 
455
  # @ gallery
456
- #: gallery-plugin.php:857
457
  msgid "The Read More link text"
458
  msgstr "Texto do link Leia Mais"
459
 
460
  # @ gallery
461
- #: gallery-plugin.php:865
462
  msgid "Display Like buttons in the lightbox"
463
  msgstr "Exibir botões de Curtir no Lightbox"
464
 
465
  # @ gallery
466
- #: gallery-plugin.php:867
467
  msgid "FaceBook"
468
  msgstr "Facebook"
469
 
470
  # @ gallery
471
- #: gallery-plugin.php:868
472
  msgid "Twitter"
473
  msgstr "Twitter"
474
 
475
  # @ gallery
476
- #: gallery-plugin.php:869
477
  msgid "Pinterest"
478
  msgstr "Pinterest"
479
 
480
  # @ gallery
481
- #: gallery-plugin.php:870
482
  msgid "Google +1"
483
  msgstr "Google +1"
484
 
485
- #: gallery-plugin.php:873
 
486
  msgid "Slug for gallery item"
487
- msgstr ""
488
 
489
- #: gallery-plugin.php:875
 
490
  msgid "for any structure of permalinks except the default structure"
491
- msgstr ""
492
 
493
  # @ default
494
- #: gallery-plugin.php:887
495
  msgid "Save Changes"
496
  msgstr "Salvar Alterações"
497
 
 
498
  # @ gallery
499
- #: gallery-plugin.php:899
500
- #: gallery-plugin.php:914
501
  msgid "Settings"
502
  msgstr "Configurações"
503
 
504
  # @ gallery
505
- #: gallery-plugin.php:900
506
  msgid "FAQ"
507
  msgstr "FAQ"
508
 
509
  # @ gallery
510
- #: gallery-plugin.php:901
511
  msgid "Support"
512
  msgstr "Suporte"
513
 
514
  # @ gallery
515
- #: gallery-plugin.php:1111
516
  #: template/gallery-single-template.php:76
517
  msgid "Sorry, nothing found."
518
  msgstr "Desculpe, nada foi encontrado."
519
 
520
  # @ gallery
521
- #: gallery-plugin.php:1133
522
  #: template/gallery-single-template.php:102
523
  msgid "Download high resolution image"
524
  msgstr "Download de imagem de alta resolução"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-02 12:09+0300\n"
6
+ "PO-Revision-Date: 2013-10-02 12:09+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
13
  "X-Generator: Poedit 1.5.7\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
+ "X-Poedit-Basepath: ..\n"
17
  "X-Textdomain-Support: yes\n"
18
  "Language: pt_BR\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:101
23
+ #: gallery-plugin.php:696
24
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
25
  msgstr "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template.php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o diretório do seu tema para que o plugin Galeria funcione corretamente"
26
 
113
 
114
  # @ gallery
115
  #: gallery-plugin.php:227
116
+ #: gallery-plugin.php:809
117
  msgid "Sort images by"
118
  msgstr "Ordenar imagens por"
119
 
141
  # @ gallery
142
  #: gallery-plugin.php:273
143
  msgid "(by click on image opens a link in a new window)"
144
+ msgstr "(clicar na imagem abre um link em uma nova janela)"
145
 
146
  # @ gallery
147
  #: gallery-plugin.php:274
195
 
196
  # @ gallery
197
  #: gallery-plugin.php:479
198
+ #: gallery-plugin.php:813
199
  msgid "Date"
200
  msgstr "Data"
201
 
205
  msgstr "Ver imagens &raquo;"
206
 
207
  # @ gallery
208
+ #: gallery-plugin.php:689
209
  msgid "Settings are saved"
210
  msgstr "As configurações estão salvas"
211
 
212
  # @ gallery
213
+ #: gallery-plugin.php:702
214
  msgid "Gallery Settings"
215
  msgstr "Configurações da Galeria"
216
 
217
  # @ gallery
218
+ #: gallery-plugin.php:705
219
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
220
  msgstr "Se você quiser adicionar uma Galeria específica em sua página ou post, basta copiar e colar este shortcode em seu post ou página:"
221
 
222
  # @ gallery
223
+ #: gallery-plugin.php:709
224
  msgid "Image size for the album cover"
225
  msgstr "Tamanho da imagem de capa do álbum"
226
 
227
  # @ gallery
228
+ #: gallery-plugin.php:711
229
+ #: gallery-plugin.php:719
230
+ #: gallery-plugin.php:732
231
  msgid "Image size"
232
  msgstr "Tamanho da imagem"
233
 
234
  # @ gallery
235
+ #: gallery-plugin.php:712
236
+ #: gallery-plugin.php:720
237
  msgid "Width (in px)"
238
  msgstr "Largura (em px)"
239
 
240
  # @ gallery
241
+ #: gallery-plugin.php:713
242
+ #: gallery-plugin.php:721
243
  msgid "Height (in px)"
244
  msgstr "Altura (em px)"
245
 
246
  # @ gallery
247
+ #: gallery-plugin.php:717
248
  msgid "Gallery image size"
249
  msgstr "Tamanho da imagem da galeria"
250
 
251
  # @ gallery
252
+ #: gallery-plugin.php:725
253
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
254
  msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
255
 
256
  # @ gallery
257
+ #: gallery-plugin.php:730
258
  msgid "Gallery image size in the lightbox"
259
  msgstr "Tamanho da imagem da galeria no Lightbox"
260
 
261
  # @ gallery
262
+ #: gallery-plugin.php:733
263
  msgid "Max width (in px)"
264
  msgstr "Largura máxima (em px)"
265
 
266
  # @ gallery
267
+ #: gallery-plugin.php:734
268
  msgid "Max height (in px)"
269
  msgstr "Altura máxima (em px)"
270
 
271
  # @ gallery
272
+ #: gallery-plugin.php:735
273
  msgid "Display a full size image in the lightbox"
274
  msgstr "Exibir a imagem em tamanho original no Lightbox"
275
 
276
  # @ gallery
277
+ #: gallery-plugin.php:739
278
  msgid "Crop position"
279
  msgstr "Posição de recorte"
280
 
281
  # @ gallery
282
+ #: gallery-plugin.php:741
283
  msgid "Horizontal"
284
  msgstr "Horizontal"
285
 
286
  # @ gallery
287
+ #: gallery-plugin.php:743
288
  msgid "left"
289
  msgstr "esquerda"
290
 
291
  # @ gallery
292
+ #: gallery-plugin.php:744
293
+ #: gallery-plugin.php:751
294
  msgid "center"
295
  msgstr "centro"
296
 
297
  # @ gallery
298
+ #: gallery-plugin.php:745
299
  msgid "right"
300
  msgstr "direita"
301
 
302
  # @ gallery
303
+ #: gallery-plugin.php:748
304
  msgid "Vertical"
305
  msgstr "Vertical"
306
 
307
  # @ gallery
308
+ #: gallery-plugin.php:750
309
  msgid "top"
310
  msgstr "topo"
311
 
312
  # @ gallery
313
+ #: gallery-plugin.php:752
314
  msgid "bottom"
315
  msgstr "fundo"
316
 
317
  # @ gallery
318
+ #: gallery-plugin.php:757
319
  msgid "Lightbox background"
320
  msgstr "Fundo do Lightbox"
321
 
322
  # @ gallery
323
+ #: gallery-plugin.php:759
324
  msgid "Default"
325
  msgstr "Padrão"
326
 
327
  # @ gallery
328
+ #: gallery-plugin.php:760
329
  msgid "Background transparency (from 0 to 1)"
330
  msgstr "Transparência de background (de 0 a 1)"
331
 
332
  # @ gallery
333
+ #: gallery-plugin.php:762
334
  msgid "Select a background color"
335
  msgstr "Selecionar uma cor de fundo"
336
 
337
  # @ gallery
338
+ #: gallery-plugin.php:764
339
  msgid "Background color"
340
  msgstr "Cor de fundo"
341
 
342
  # @ gallery
343
+ #: gallery-plugin.php:771
344
+ #: gallery-plugin.php:882
345
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
346
  msgstr "Esta função está disponível na versão Pro do plugin. Para saber mais detalhes, por favor siga o link"
347
 
348
  # @ gallery
349
+ #: gallery-plugin.php:778
350
  msgid "Images with border"
351
  msgstr "Imagens com borda"
352
 
353
  # @ gallery
354
+ #: gallery-plugin.php:781
355
  msgid "Border width in px, just numbers"
356
  msgstr "Largura da borda em px, apenas os números"
357
 
358
  # @ gallery
359
+ #: gallery-plugin.php:783
360
+ #: gallery-plugin.php:785
361
  msgid "Select a border color"
362
  msgstr "Escolha a cor da borda"
363
 
364
  # @ gallery
365
+ #: gallery-plugin.php:791
366
  msgid "Number of images in the row"
367
  msgstr "Número de imagens por linha"
368
 
369
  # @ gallery
370
+ #: gallery-plugin.php:797
371
  msgid "Start slideshow"
372
  msgstr "Iniciar Apresentação de Slides"
373
 
374
  # @ gallery
375
+ #: gallery-plugin.php:803
376
  msgid "Slideshow interval"
377
  msgstr "Intervalo de tempo entre cada Slide"
378
 
379
  # @ gallery
380
+ #: gallery-plugin.php:811
381
  msgid "Attachment ID"
382
  msgstr "ID do anexo"
383
 
384
  # @ gallery
385
+ #: gallery-plugin.php:812
386
  msgid "Image Name"
387
  msgstr "Nome da Imagem"
388
 
389
  # @ gallery
390
+ #: gallery-plugin.php:814
391
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
392
  msgstr "Critério de ordenação (o campo de ordenação na caixa de diálogo em Adicionar Mídia)"
393
 
394
  # @ gallery
395
+ #: gallery-plugin.php:815
396
  msgid "Random"
397
  msgstr "Aleatório"
398
 
399
  # @ gallery
400
+ #: gallery-plugin.php:819
401
  msgid "Sort images"
402
  msgstr "Ordenar imagens:"
403
 
404
  # @ gallery
405
+ #: gallery-plugin.php:821
406
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
407
  msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
408
 
409
  # @ gallery
410
+ #: gallery-plugin.php:822
411
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
412
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
413
 
414
  # @ gallery
415
+ #: gallery-plugin.php:826
416
  msgid "Display text above the image"
417
  msgstr "Mostrar texto acima da imagem"
418
 
419
  # @ gallery
420
+ #: gallery-plugin.php:828
 
421
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
422
+ msgstr "Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa lightbox"
423
 
424
  # @ gallery
425
+ #: gallery-plugin.php:832
426
  msgid "Display the Back link"
427
  msgstr "Exibir o link Voltar"
428
 
429
  # @ gallery
430
+ #: gallery-plugin.php:838
431
  msgid "Display the Back link in the shortcode"
432
  msgstr "Exibir o link Voltar no shortcode"
433
 
434
  # @ gallery
435
+ #: gallery-plugin.php:844
436
  msgid "The Back link text"
437
  msgstr "Texto do link Voltar"
438
 
439
  # @ gallery
440
+ #: gallery-plugin.php:850
441
  msgid "The Back link URL"
442
  msgstr "URL do link Voltar"
443
 
444
  # @ gallery
445
+ #: gallery-plugin.php:852
446
  msgid "Gallery page (Page with Gallery Template)"
447
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
448
 
449
  # @ gallery
450
+ #: gallery-plugin.php:854
451
  msgid "(Full URL to custom page)"
452
  msgstr "(URL completa para a página personalizada)"
453
 
454
  # @ gallery
455
+ #: gallery-plugin.php:858
456
  msgid "The Read More link text"
457
  msgstr "Texto do link Leia Mais"
458
 
459
  # @ gallery
460
+ #: gallery-plugin.php:866
461
  msgid "Display Like buttons in the lightbox"
462
  msgstr "Exibir botões de Curtir no Lightbox"
463
 
464
  # @ gallery
465
+ #: gallery-plugin.php:868
466
  msgid "FaceBook"
467
  msgstr "Facebook"
468
 
469
  # @ gallery
470
+ #: gallery-plugin.php:869
471
  msgid "Twitter"
472
  msgstr "Twitter"
473
 
474
  # @ gallery
475
+ #: gallery-plugin.php:870
476
  msgid "Pinterest"
477
  msgstr "Pinterest"
478
 
479
  # @ gallery
480
+ #: gallery-plugin.php:871
481
  msgid "Google +1"
482
  msgstr "Google +1"
483
 
484
+ # @ gallery
485
+ #: gallery-plugin.php:875
486
  msgid "Slug for gallery item"
487
+ msgstr "Slug para o item da galeria"
488
 
489
+ # @ gallery
490
+ #: gallery-plugin.php:877
491
  msgid "for any structure of permalinks except the default structure"
492
+ msgstr "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
493
 
494
  # @ default
495
+ #: gallery-plugin.php:890
496
  msgid "Save Changes"
497
  msgstr "Salvar Alterações"
498
 
499
+ # @ bestwebsoft
500
  # @ gallery
501
+ #: gallery-plugin.php:902
502
+ #: gallery-plugin.php:917
503
  msgid "Settings"
504
  msgstr "Configurações"
505
 
506
  # @ gallery
507
+ #: gallery-plugin.php:903
508
  msgid "FAQ"
509
  msgstr "FAQ"
510
 
511
  # @ gallery
512
+ #: gallery-plugin.php:904
513
  msgid "Support"
514
  msgstr "Suporte"
515
 
516
  # @ gallery
517
+ #: gallery-plugin.php:1114
518
  #: template/gallery-single-template.php:76
519
  msgid "Sorry, nothing found."
520
  msgstr "Desculpe, nada foi encontrado."
521
 
522
  # @ gallery
523
+ #: gallery-plugin.php:1136
524
  #: template/gallery-single-template.php:102
525
  msgid "Download high resolution image"
526
  msgstr "Download de imagem de alta resolução"
languages/gallery-uk.mo CHANGED
Binary file
languages/gallery-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-24 15:37+0300\n"
6
- "PO-Revision-Date: 2013-09-24 15:41+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: http://bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-02 12:13+0300\n"
6
+ "PO-Revision-Date: 2013-10-02 12:13+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: http://bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
4
  Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
5
  Requires at least: 3.0
6
  Tested up to: 3.6.1
7
- Stable tag: 4.0.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -145,6 +145,9 @@ and add (for the themes Twenty Eleven or Twenty Ten):
145
 
146
  == Changelog ==
147
 
 
 
 
148
  = V4.0.0 - 24.09.2013 =
149
  * Update : The Ukrainian language file is updated.
150
 
@@ -331,6 +334,9 @@ and add (for the themes Twenty Eleven or Twenty Ten):
331
 
332
  == Upgrade Notice ==
333
 
 
 
 
334
  = V4.0.0 =
335
  The Ukrainian language file is updated.
336
 
4
  Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
5
  Requires at least: 3.0
6
  Tested up to: 3.6.1
7
+ Stable tag: 4.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
145
 
146
  == Changelog ==
147
 
148
+ = V4.0.1 - 02.10.2013 =
149
+ * Update : The Brazilian Portuguese language file is updated.
150
+
151
  = V4.0.0 - 24.09.2013 =
152
  * Update : The Ukrainian language file is updated.
153
 
334
 
335
  == Upgrade Notice ==
336
 
337
+ = V4.0.1 =
338
+ The Brazilian Portuguese language file is updated.
339
+
340
  = V4.0.0 =
341
  The Ukrainian language file is updated.
342