Gallery by BestWebSoft - Version 3.9.4

Version Description

  • 24.07.2013 =
  • NEW : Added an ability to display comments on the gallery template pages.
  • Update : The Brazilian Portuguese language file is updated.
  • NEW : The Turkish language file is added to the plugin.
Download this release

Release Info

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

Code changes from version 3.9.3 to 3.9.4

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: 3.9.3
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -143,7 +143,7 @@ if( ! function_exists( 'post_type_images' ) ) {
143
  'capability_type' => 'post',
144
  'has_archive' => false,
145
  'hierarchical' => true,
146
- 'supports' => array( 'title', 'editor', 'thumbnail', 'author', 'page-attributes' ),
147
  'register_meta_box_cb' => 'init_metaboxes_gallery'
148
  ));
149
  }
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: 3.9.4
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
143
  'capability_type' => 'post',
144
  'has_archive' => false,
145
  'hierarchical' => true,
146
+ 'supports' => array( 'title', 'editor', 'thumbnail', 'author', 'page-attributes', 'comments' ),
147
  'register_meta_box_cb' => 'init_metaboxes_gallery'
148
  ));
149
  }
languages/gallery-fr_FR.po CHANGED
File without changes
languages/gallery-pt_BR.mo CHANGED
Binary file
languages/gallery-pt_BR.po CHANGED
@@ -1,21 +1,21 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-18 11:32+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:32+0300\n"
7
  "Last-Translator: \n"
8
- "Language-Team: DJIO | www.djio.com.br <wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: pt_BR\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
 
16
  "X-Poedit-Basepath: ../\n"
17
  "X-Textdomain-Support: yes\n"
18
- "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ gallery
@@ -38,9 +38,8 @@ msgstr "Galeria"
38
 
39
  # @ gallery
40
  #: gallery-plugin.php:129
41
- #, fuzzy
42
  msgid "Add a Gallery"
43
- msgstr "Adicionar Nova Galeria"
44
 
45
  # @ gallery
46
  #: gallery-plugin.php:130
@@ -64,15 +63,13 @@ msgstr "Ver Galeria"
64
 
65
  # @ gallery
66
  #: gallery-plugin.php:134
67
- #, fuzzy
68
  msgid "Find a Gallery"
69
- msgstr "Editar Galeria"
70
 
71
  # @ gallery
72
  #: gallery-plugin.php:135
73
- #, fuzzy
74
  msgid "No Gallery found"
75
- msgstr "Nenhuma Galeria Encontrada"
76
 
77
  # @ gallery
78
  #: gallery-plugin.php:192
@@ -86,87 +83,94 @@ msgstr "Shortcode da Galeria"
86
 
87
  # @ gallery
88
  #: gallery-plugin.php:209
89
- #, fuzzy
90
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
91
- msgstr "O diretório temporário da Galeria (gallery-plugin/upload/files) não pode ser gravado pelo seu servidor web. Por favor, use o diretório padrão de imagens do WP (media library)"
92
 
93
  # @ gallery
94
  #: gallery-plugin.php:213
95
- #, fuzzy
96
  msgid "Choose an image for upload:"
97
- msgstr "Escolha uma imagem para enviar:"
98
 
99
  # @ gallery
100
  #: gallery-plugin.php:218
101
  msgid "Please enable JavaScript to use the file uploader."
102
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
103
 
 
104
  #: gallery-plugin.php:225
105
  msgid "Allow the download link for all images in this gallery"
106
- msgstr ""
107
 
 
108
  #: gallery-plugin.php:226
109
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
110
- msgstr ""
111
 
 
112
  #: gallery-plugin.php:228
113
  msgid "Please make a choice"
114
- msgstr ""
115
 
116
  # @ gallery
117
  #: gallery-plugin.php:228
118
  #: gallery-plugin.php:1170
119
- #, fuzzy
120
  msgid "Sort images by"
121
- msgstr "Quantidade de imagens por linha"
122
 
123
  # @ gallery
124
  #: gallery-plugin.php:228
125
- #, fuzzy
126
  msgid "sort images"
127
- msgstr "Quantidade de imagens por linha"
128
 
 
129
  #: gallery-plugin.php:228
130
  msgid "on the plugin settings page ("
131
- msgstr ""
132
 
 
133
  #: gallery-plugin.php:275
134
  msgid "URL"
135
- msgstr ""
136
 
 
137
  #: gallery-plugin.php:275
138
  msgid "(by click on image <br /> opens a link in a new window)"
139
- msgstr ""
140
 
 
141
  #: gallery-plugin.php:276
142
  msgid "This setting is available in Pro version"
143
- msgstr ""
144
 
 
145
  #: gallery-plugin.php:277
146
  msgid "Open the link"
147
- msgstr ""
148
 
 
149
  #: gallery-plugin.php:277
150
  msgid "Current window"
151
- msgstr ""
152
 
 
153
  #: gallery-plugin.php:277
154
  msgid "New window"
155
- msgstr ""
156
 
 
157
  #: gallery-plugin.php:278
158
  msgid "Delete"
159
- msgstr ""
160
 
161
  # @ gallery
162
  #: gallery-plugin.php:292
163
- #, fuzzy
164
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
165
- msgstr "Você pode adicionar a Galeria Única na página ou post inserindo este shortcode no conteúdo"
166
 
 
167
  #: gallery-plugin.php:294
168
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
169
- msgstr ""
170
 
171
  # @ gallery
172
  #: gallery-plugin.php:479
@@ -180,15 +184,13 @@ msgstr "Autor"
180
 
181
  # @ gallery
182
  #: gallery-plugin.php:481
183
- #, fuzzy
184
  msgid "Photo"
185
- msgstr "Fotos"
186
 
187
  # @ gallery
188
  #: gallery-plugin.php:482
189
- #, fuzzy
190
  msgid "Publishing"
191
- msgstr "Público"
192
 
193
  # @ gallery
194
  #: gallery-plugin.php:483
@@ -196,20 +198,24 @@ msgstr "Público"
196
  msgid "Date"
197
  msgstr "Data"
198
 
 
199
  #: gallery-plugin.php:658
200
  msgid "Not set"
201
- msgstr ""
202
 
 
203
  #: gallery-plugin.php:660
204
  #: gallery-plugin.php:664
205
  msgid "On"
206
- msgstr ""
207
 
 
208
  #: gallery-plugin.php:662
209
  #: gallery-plugin.php:666
210
  msgid "Off"
211
- msgstr ""
212
 
 
213
  #: gallery-plugin.php:670
214
  #: gallery-plugin.php:674
215
  #: gallery-plugin.php:678
@@ -217,133 +223,158 @@ msgstr ""
217
  #: gallery-plugin.php:686
218
  #: gallery-plugin.php:712
219
  msgid "N/A"
220
- msgstr ""
221
 
 
222
  #: gallery-plugin.php:684
223
  msgid " Mb"
224
- msgstr ""
225
 
 
226
  #: gallery-plugin.php:688
227
  #: gallery-plugin.php:692
228
  #: gallery-plugin.php:696
229
  #: gallery-plugin.php:707
230
  msgid "Yes"
231
- msgstr ""
232
 
 
233
  #: gallery-plugin.php:690
234
  #: gallery-plugin.php:694
235
  #: gallery-plugin.php:698
236
  #: gallery-plugin.php:709
237
  msgid "No"
238
- msgstr ""
239
 
 
240
  #: gallery-plugin.php:723
241
  msgid "Operating System"
242
- msgstr ""
243
 
 
244
  #: gallery-plugin.php:724
245
  msgid "Server"
246
- msgstr ""
247
 
 
248
  #: gallery-plugin.php:725
249
  msgid "Memory usage"
250
- msgstr ""
251
 
 
252
  #: gallery-plugin.php:726
253
  msgid "MYSQL Version"
254
- msgstr ""
255
 
 
256
  #: gallery-plugin.php:727
257
  msgid "SQL Mode"
258
- msgstr ""
259
 
 
260
  #: gallery-plugin.php:728
261
  msgid "PHP Version"
262
- msgstr ""
263
 
 
264
  #: gallery-plugin.php:729
265
  msgid "PHP Safe Mode"
266
- msgstr ""
267
 
 
268
  #: gallery-plugin.php:730
269
  msgid "PHP Allow URL fopen"
270
- msgstr ""
271
 
 
272
  #: gallery-plugin.php:731
273
  msgid "PHP Memory Limit"
274
- msgstr ""
275
 
276
  # @ gallery
277
  #: gallery-plugin.php:732
278
- #, fuzzy
279
  msgid "PHP Max Upload Size"
280
- msgstr "Enviar Arquivo"
281
 
 
282
  #: gallery-plugin.php:733
283
  msgid "PHP Max Post Size"
284
- msgstr ""
285
 
 
286
  #: gallery-plugin.php:734
287
  msgid "PHP Max Script Execute Time"
288
- msgstr ""
289
 
 
290
  #: gallery-plugin.php:735
291
  msgid "PHP Exif support"
292
- msgstr ""
293
 
 
294
  #: gallery-plugin.php:736
295
  msgid "PHP IPTC support"
296
- msgstr ""
297
 
 
298
  #: gallery-plugin.php:737
299
  msgid "PHP XML support"
300
- msgstr ""
301
 
 
302
  #: gallery-plugin.php:738
303
  msgid "Site URL"
304
- msgstr ""
305
 
 
306
  #: gallery-plugin.php:739
307
  msgid "Home URL"
308
- msgstr ""
309
 
 
310
  #: gallery-plugin.php:740
311
  msgid "WordPress Version"
312
- msgstr ""
313
 
 
314
  #: gallery-plugin.php:741
315
  msgid "WordPress DB Version"
316
- msgstr ""
317
 
 
318
  #: gallery-plugin.php:742
319
  msgid "Multisite"
320
- msgstr ""
321
 
 
322
  #: gallery-plugin.php:743
323
  msgid "Active Theme"
324
- msgstr ""
325
 
 
326
  #: gallery-plugin.php:758
327
  msgid "Please enter a valid email address."
328
- msgstr ""
329
 
 
330
  #: gallery-plugin.php:762
331
  msgid "Email with system info is sent to "
332
- msgstr ""
333
 
 
334
  #: gallery-plugin.php:766
335
  msgid "Thank you for contacting us."
336
- msgstr ""
337
 
 
338
  #: gallery-plugin.php:794
339
  msgid "Sorry, email message could not be delivered."
340
- msgstr ""
341
 
342
  # @ gallery
343
  #: gallery-plugin.php:802
344
- #, fuzzy
345
  msgid "Pro plugins"
346
- msgstr "Plugins recomendados"
347
 
348
  # @ gallery
349
  #: gallery-plugin.php:805
@@ -381,15 +412,15 @@ msgstr "Plugins instalados"
381
  msgid "Recommended plugins"
382
  msgstr "Plugins recomendados"
383
 
 
384
  #: gallery-plugin.php:823
385
  msgid "Purchase"
386
- msgstr ""
387
 
388
  # @ gallery
389
  #: gallery-plugin.php:828
390
- #, fuzzy
391
  msgid "Free plugins"
392
- msgstr "Plugins recomendados"
393
 
394
  # @ gallery
395
  #: gallery-plugin.php:849
@@ -409,77 +440,70 @@ msgstr "Instale agora via wordpres.org"
409
 
410
  # @ gallery
411
  #: gallery-plugin.php:854
412
- #, fuzzy
413
  msgid "If you have any questions, please contact us via"
414
- msgstr "Se você tiver dúvidas, favor entrar em contato com plugin@bestwebsoft.com ou preencha o formulário de contar em nosso website."
415
 
 
416
  #: gallery-plugin.php:861
417
  msgid "System status"
418
- msgstr ""
419
 
 
420
  #: gallery-plugin.php:865
421
  msgid "Environment"
422
- msgstr ""
423
 
424
  # @ gallery
425
  #: gallery-plugin.php:876
426
- #, fuzzy
427
  msgid "Active Plugins"
428
- msgstr "Plugins ativados"
429
 
430
  # @ gallery
431
  #: gallery-plugin.php:887
432
- #, fuzzy
433
  msgid "Inactive Plugins"
434
- msgstr "Plugins ativados"
435
 
436
  # @ gallery
437
  #: gallery-plugin.php:901
438
- #, fuzzy
439
  msgid "Send to support"
440
- msgstr "Suporte"
441
 
 
442
  #: gallery-plugin.php:908
443
  msgid "Send to custom email &#187;"
444
- msgstr ""
445
 
446
  # @ gallery
447
  #: gallery-plugin.php:950
448
- #, fuzzy
449
  msgid "See images &raquo;"
450
- msgstr "Ver foto &raquo;"
451
 
452
  # @ gallery
453
  #: gallery-plugin.php:1049
454
- #, fuzzy
455
  msgid "Settings are saved"
456
- msgstr "Opções salvas."
457
 
458
  # @ gallery
459
  #: gallery-plugin.php:1063
460
- #, fuzzy
461
  msgid "Gallery Settings"
462
- msgstr "Opções da Galeria"
463
 
464
  # @ gallery
465
  #: gallery-plugin.php:1066
466
- #, fuzzy
467
  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:"
468
- msgstr "Se você quiser adicionar uma Galeria Única em sua página ou post, basta copiar e colocar este shortcode no conteúde de sua página ou post:"
469
 
470
  # @ gallery
471
  #: gallery-plugin.php:1070
472
- #, fuzzy
473
  msgid "Image size for the album cover"
474
- msgstr "Tamanho da imagem de capa do álbum para as galerias"
475
 
476
  # @ gallery
477
  #: gallery-plugin.php:1072
478
  #: gallery-plugin.php:1080
479
  #: gallery-plugin.php:1093
480
- #, fuzzy
481
  msgid "Image size"
482
- msgstr "Nome do tamanho"
483
 
484
  # @ gallery
485
  #: gallery-plugin.php:1073
@@ -495,112 +519,126 @@ msgstr "Altura (em px)"
495
 
496
  # @ gallery
497
  #: gallery-plugin.php:1078
498
- #, fuzzy
499
  msgid "Gallery image size"
500
- msgstr "Galerias"
501
 
502
  # @ gallery
503
  #: gallery-plugin.php:1086
504
- #, fuzzy
505
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
506
- msgstr "WordPress irá criar uma cópia da imagem destacada com os tamanhos especificados quando você enviar uma nova foto."
507
 
 
508
  #: gallery-plugin.php:1091
509
  msgid "Gallery image size in the lightbox"
510
- msgstr ""
511
 
512
  # @ gallery
513
  #: gallery-plugin.php:1094
514
- #, fuzzy
515
  msgid "Max width (in px)"
516
- msgstr "Largura (em px)"
517
 
518
  # @ gallery
519
  #: gallery-plugin.php:1095
520
- #, fuzzy
521
  msgid "Max height (in px)"
522
- msgstr "Altura (em px)"
523
 
 
524
  #: gallery-plugin.php:1096
525
  msgid "Display a full size image in the lightbox"
526
- msgstr ""
527
 
 
528
  #: gallery-plugin.php:1100
529
  msgid "Crop position"
530
- msgstr ""
531
 
 
532
  #: gallery-plugin.php:1102
533
  msgid "Horizontal"
534
- msgstr ""
535
 
 
536
  #: gallery-plugin.php:1104
537
  msgid "left"
538
- msgstr ""
539
 
 
540
  #: gallery-plugin.php:1105
541
  #: gallery-plugin.php:1112
542
  msgid "center"
543
- msgstr ""
544
 
 
545
  #: gallery-plugin.php:1106
546
  msgid "right"
547
- msgstr ""
548
 
 
549
  #: gallery-plugin.php:1109
550
  msgid "Vertical"
551
- msgstr ""
552
 
 
553
  #: gallery-plugin.php:1111
554
  msgid "top"
555
- msgstr ""
556
 
 
557
  #: gallery-plugin.php:1113
558
  msgid "bottom"
559
- msgstr ""
560
 
 
561
  #: gallery-plugin.php:1118
562
  msgid "Lightbox background"
563
- msgstr ""
564
 
 
565
  #: gallery-plugin.php:1120
566
  msgid "Default"
567
- msgstr ""
568
 
 
569
  #: gallery-plugin.php:1121
570
  msgid "Background transparency (from 0 to 1)"
571
- msgstr ""
572
 
 
573
  #: gallery-plugin.php:1123
574
  msgid "Select a background color"
575
- msgstr ""
576
 
 
577
  #: gallery-plugin.php:1125
578
  msgid "Background color"
579
- msgstr ""
580
 
 
581
  #: gallery-plugin.php:1132
582
  #: gallery-plugin.php:1237
583
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
584
- msgstr ""
585
 
 
586
  #: gallery-plugin.php:1139
587
  msgid "Images with border"
588
- msgstr ""
589
 
 
590
  #: gallery-plugin.php:1142
591
  msgid "Border width in px, just numbers"
592
- msgstr ""
593
 
 
594
  #: gallery-plugin.php:1144
595
  #: gallery-plugin.php:1146
596
  msgid "Select a border color"
597
- msgstr ""
598
 
599
  # @ gallery
600
  #: gallery-plugin.php:1152
601
- #, fuzzy
602
  msgid "Number of images in the row"
603
- msgstr "Quantidade de imagens por linha"
604
 
605
  # @ gallery
606
  #: gallery-plugin.php:1158
@@ -614,33 +652,28 @@ msgstr "Intervalo de tempo entre cada Slide"
614
 
615
  # @ gallery
616
  #: gallery-plugin.php:1172
617
- #, fuzzy
618
  msgid "Attachment ID"
619
- msgstr "id do anexo"
620
 
621
  # @ gallery
622
  #: gallery-plugin.php:1173
623
- #, fuzzy
624
  msgid "Image Name"
625
- msgstr "Imagem "
626
 
627
  # @ gallery
628
  #: gallery-plugin.php:1175
629
- #, fuzzy
630
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
631
- msgstr "ordem de anexos (os campos com número inteiro na caixa de diálogo Inserir / Upload na Galeria de Mídia)"
632
 
633
  # @ gallery
634
  #: gallery-plugin.php:1176
635
- #, fuzzy
636
  msgid "Random"
637
- msgstr "aleatório"
638
 
639
  # @ gallery
640
  #: gallery-plugin.php:1180
641
- #, fuzzy
642
  msgid "Sort images"
643
- msgstr "Quantidade de imagens por linha"
644
 
645
  # @ gallery
646
  #: gallery-plugin.php:1182
@@ -652,67 +685,75 @@ msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2,
652
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
653
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
654
 
 
655
  #: gallery-plugin.php:1187
656
  msgid "Display text above the image"
657
- msgstr ""
658
 
 
659
  #: gallery-plugin.php:1189
660
  msgid "If you want to display text just in a lightbox"
661
- msgstr ""
662
 
663
  # @ gallery
664
  #: gallery-plugin.php:1193
665
- #, fuzzy
666
  msgid "Display the Back link"
667
- msgstr "Mostrar link de Retorno"
668
 
669
  # @ gallery
670
  #: gallery-plugin.php:1199
671
- #, fuzzy
672
  msgid "Display the Back link in the shortcode"
673
- msgstr "Mostrar link de Retorno no shortcode"
674
 
 
675
  #: gallery-plugin.php:1205
676
  msgid "The Back link text"
677
- msgstr ""
678
 
 
679
  #: gallery-plugin.php:1211
680
  msgid "The Back link URL"
681
- msgstr ""
682
 
 
683
  #: gallery-plugin.php:1213
684
  msgid "Gallery page (Page with Gallery Template)"
685
- msgstr ""
686
 
 
687
  #: gallery-plugin.php:1215
688
  msgid "(Full URL to custom page)"
689
- msgstr ""
690
 
 
691
  #: gallery-plugin.php:1219
692
  msgid "The Read More link text"
693
- msgstr ""
694
 
 
695
  #: gallery-plugin.php:1227
696
  msgid "Display Like buttons in the lightbox"
697
- msgstr ""
698
 
 
699
  #: gallery-plugin.php:1229
700
  msgid "FaceBook"
701
- msgstr ""
702
 
703
  # @ gallery
704
  #: gallery-plugin.php:1230
705
- #, fuzzy
706
  msgid "Twitter"
707
- msgstr "Título"
708
 
 
709
  #: gallery-plugin.php:1231
710
  msgid "Pinterest"
711
- msgstr ""
712
 
 
713
  #: gallery-plugin.php:1232
714
  msgid "Google +1"
715
- msgstr ""
716
 
717
  # @ default
718
  #: gallery-plugin.php:1245
@@ -732,47 +773,17 @@ msgstr "Suporte"
732
  # @ gallery
733
  #: gallery-plugin.php:1476
734
  #: template/gallery-single-template.php:76
735
- #, fuzzy
736
  msgid "Sorry, nothing found."
737
- msgstr "Desculpe - nada foi encontrado."
738
 
 
739
  #: gallery-plugin.php:1498
740
- #: template/gallery-single-template.php:101
741
  msgid "Download high resolution image"
742
- msgstr ""
743
 
744
  # @ gallery
745
- #: template/gallery-single-template.php:101
746
- #, fuzzy
747
  msgid "Image"
748
- msgstr "Imagem "
749
-
750
- # @ gallery
751
- #~ msgid "Add New"
752
- #~ msgstr "Adicionar Nova"
753
- # @ gallery
754
- #~ msgid "Search Galleries"
755
- #~ msgstr "Pesquisar Galerias"
756
- # @ gallery
757
- #~ msgid "Attachments order by"
758
- #~ msgstr "Ordem dos anexos por"
759
- # @ gallery
760
- #~ msgid "Size for gallery image"
761
- #~ msgstr "Tamanho da imagem da galeria"
762
- # @ gallery
763
- #~ msgid "attachment title"
764
- #~ msgstr "título do anexo"
765
- # @ gallery
766
- #~ msgid "date"
767
- #~ msgstr "data"
768
- # @ gallery
769
- #~ msgid "Attachments order"
770
- #~ msgstr "ordem dos Anexos"
771
- # @ gallery
772
- #~ msgid "Label for Return link"
773
- #~ msgstr "Etiqueta para o link de Retorno"
774
- # @ gallery
775
- #, fuzzy
776
- #~ msgid "URL for Return link"
777
- #~ msgstr "Etiqueta para o link de Retorno"
778
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-24 13:52+0300\n"
6
+ "PO-Revision-Date: 2013-07-24 13:53+0300\n"
7
  "Last-Translator: \n"
8
+ "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
 
12
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-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
38
 
39
  # @ gallery
40
  #: gallery-plugin.php:129
 
41
  msgid "Add a Gallery"
42
+ msgstr "Adicionar uma Galeria"
43
 
44
  # @ gallery
45
  #: gallery-plugin.php:130
63
 
64
  # @ gallery
65
  #: gallery-plugin.php:134
 
66
  msgid "Find a Gallery"
67
+ msgstr "Encontre uma Galeria"
68
 
69
  # @ gallery
70
  #: gallery-plugin.php:135
 
71
  msgid "No Gallery found"
72
+ msgstr "Nenhuma Galeria foi encontrada"
73
 
74
  # @ gallery
75
  #: gallery-plugin.php:192
83
 
84
  # @ gallery
85
  #: gallery-plugin.php:209
 
86
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
87
+ msgstr "O diretório temporário da Galeria (gallery-plugin/upload/files) não está disponível para escrita em seu servidor Web. Por favor, utilize o método padrão do WP para fazer upload de imagens (biblioteca de mídia)"
88
 
89
  # @ gallery
90
  #: gallery-plugin.php:213
 
91
  msgid "Choose an image for upload:"
92
+ msgstr "Escolha uma imagem para fazer upload:"
93
 
94
  # @ gallery
95
  #: gallery-plugin.php:218
96
  msgid "Please enable JavaScript to use the file uploader."
97
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
98
 
99
+ # @ gallery
100
  #: gallery-plugin.php:225
101
  msgid "Allow the download link for all images in this gallery"
102
+ msgstr "Permitir o link de download para todas as imagens nesta galeria"
103
 
104
+ # @ gallery
105
  #: gallery-plugin.php:226
106
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
107
+ msgstr "Por favor, use a função arrastar e soltar para alterar a ordem de exibição das imagens e não se esqueça de salvar o post."
108
 
109
+ # @ gallery
110
  #: gallery-plugin.php:228
111
  msgid "Please make a choice"
112
+ msgstr "Por favor, faça uma escolha"
113
 
114
  # @ gallery
115
  #: gallery-plugin.php:228
116
  #: gallery-plugin.php:1170
 
117
  msgid "Sort images by"
118
+ msgstr "Ordenar imagens por"
119
 
120
  # @ gallery
121
  #: gallery-plugin.php:228
 
122
  msgid "sort images"
123
+ msgstr "ordenar imagens"
124
 
125
+ # @ gallery
126
  #: gallery-plugin.php:228
127
  msgid "on the plugin settings page ("
128
+ msgstr "da página de configurações do plugin ("
129
 
130
+ # @ gallery
131
  #: gallery-plugin.php:275
132
  msgid "URL"
133
+ msgstr "URL"
134
 
135
+ # @ gallery
136
  #: gallery-plugin.php:275
137
  msgid "(by click on image <br /> opens a link in a new window)"
138
+ msgstr "(clicando na imagem <br/> abre um link em uma nova janela)"
139
 
140
+ # @ gallery
141
  #: gallery-plugin.php:276
142
  msgid "This setting is available in Pro version"
143
+ msgstr "Esta configuração está disponível na versão Pro"
144
 
145
+ # @ gallery
146
  #: gallery-plugin.php:277
147
  msgid "Open the link"
148
+ msgstr "Abrir o link"
149
 
150
+ # @ gallery
151
  #: gallery-plugin.php:277
152
  msgid "Current window"
153
+ msgstr "Janela atual"
154
 
155
+ # @ gallery
156
  #: gallery-plugin.php:277
157
  msgid "New window"
158
+ msgstr "Nova janela"
159
 
160
+ # @ gallery
161
  #: gallery-plugin.php:278
162
  msgid "Delete"
163
+ msgstr "Excluir"
164
 
165
  # @ gallery
166
  #: gallery-plugin.php:292
 
167
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
168
+ msgstr "Você pode adicionar esta Galeria numa página ou post inserindo este shortcode no conteúdo"
169
 
170
+ # @ gallery
171
  #: gallery-plugin.php:294
172
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
173
+ msgstr "Se você quiser mostrar uma breve descrição contendo a miniatura e o link para a Página da Galeria use assim"
174
 
175
  # @ gallery
176
  #: gallery-plugin.php:479
184
 
185
  # @ gallery
186
  #: gallery-plugin.php:481
 
187
  msgid "Photo"
188
+ msgstr "Foto"
189
 
190
  # @ gallery
191
  #: gallery-plugin.php:482
 
192
  msgid "Publishing"
193
+ msgstr "Publicação"
194
 
195
  # @ gallery
196
  #: gallery-plugin.php:483
198
  msgid "Date"
199
  msgstr "Data"
200
 
201
+ # @ gallery
202
  #: gallery-plugin.php:658
203
  msgid "Not set"
204
+ msgstr "Não definido"
205
 
206
+ # @ gallery
207
  #: gallery-plugin.php:660
208
  #: gallery-plugin.php:664
209
  msgid "On"
210
+ msgstr "Em"
211
 
212
+ # @ gallery
213
  #: gallery-plugin.php:662
214
  #: gallery-plugin.php:666
215
  msgid "Off"
216
+ msgstr "Desligado"
217
 
218
+ # @ gallery
219
  #: gallery-plugin.php:670
220
  #: gallery-plugin.php:674
221
  #: gallery-plugin.php:678
223
  #: gallery-plugin.php:686
224
  #: gallery-plugin.php:712
225
  msgid "N/A"
226
+ msgstr "N/D"
227
 
228
+ # @ gallery
229
  #: gallery-plugin.php:684
230
  msgid " Mb"
231
+ msgstr " Mb"
232
 
233
+ # @ gallery
234
  #: gallery-plugin.php:688
235
  #: gallery-plugin.php:692
236
  #: gallery-plugin.php:696
237
  #: gallery-plugin.php:707
238
  msgid "Yes"
239
+ msgstr "Sim"
240
 
241
+ # @ gallery
242
  #: gallery-plugin.php:690
243
  #: gallery-plugin.php:694
244
  #: gallery-plugin.php:698
245
  #: gallery-plugin.php:709
246
  msgid "No"
247
+ msgstr "Não"
248
 
249
+ # @ gallery
250
  #: gallery-plugin.php:723
251
  msgid "Operating System"
252
+ msgstr "Sistema Operacional"
253
 
254
+ # @ gallery
255
  #: gallery-plugin.php:724
256
  msgid "Server"
257
+ msgstr "Servidor"
258
 
259
+ # @ gallery
260
  #: gallery-plugin.php:725
261
  msgid "Memory usage"
262
+ msgstr "Uso de memória"
263
 
264
+ # @ gallery
265
  #: gallery-plugin.php:726
266
  msgid "MYSQL Version"
267
+ msgstr "Versão do MySQL"
268
 
269
+ # @ gallery
270
  #: gallery-plugin.php:727
271
  msgid "SQL Mode"
272
+ msgstr "Modo SQL"
273
 
274
+ # @ gallery
275
  #: gallery-plugin.php:728
276
  msgid "PHP Version"
277
+ msgstr "Versão do PHP"
278
 
279
+ # @ gallery
280
  #: gallery-plugin.php:729
281
  msgid "PHP Safe Mode"
282
+ msgstr "Modo de Segurança do PHP"
283
 
284
+ # @ gallery
285
  #: gallery-plugin.php:730
286
  msgid "PHP Allow URL fopen"
287
+ msgstr "Permissão de fopen de URL do PHP"
288
 
289
+ # @ gallery
290
  #: gallery-plugin.php:731
291
  msgid "PHP Memory Limit"
292
+ msgstr "Limite de Memória do PHP"
293
 
294
  # @ gallery
295
  #: gallery-plugin.php:732
 
296
  msgid "PHP Max Upload Size"
297
+ msgstr "Tamanho Máximo de Upload no PHP"
298
 
299
+ # @ gallery
300
  #: gallery-plugin.php:733
301
  msgid "PHP Max Post Size"
302
+ msgstr "Tamanho Máximo de Envio do PHP"
303
 
304
+ # @ gallery
305
  #: gallery-plugin.php:734
306
  msgid "PHP Max Script Execute Time"
307
+ msgstr "Tempo de Execução Máximo do PHP"
308
 
309
+ # @ gallery
310
  #: gallery-plugin.php:735
311
  msgid "PHP Exif support"
312
+ msgstr "Suporte a Exif no PHP"
313
 
314
+ # @ gallery
315
  #: gallery-plugin.php:736
316
  msgid "PHP IPTC support"
317
+ msgstr "Suporte da IPTC no PHP"
318
 
319
+ # @ gallery
320
  #: gallery-plugin.php:737
321
  msgid "PHP XML support"
322
+ msgstr "Suporte a XML no PHP"
323
 
324
+ # @ gallery
325
  #: gallery-plugin.php:738
326
  msgid "Site URL"
327
+ msgstr "URL do Site"
328
 
329
+ # @ gallery
330
  #: gallery-plugin.php:739
331
  msgid "Home URL"
332
+ msgstr "URL da página inicial"
333
 
334
+ # @ gallery
335
  #: gallery-plugin.php:740
336
  msgid "WordPress Version"
337
+ msgstr "Versão do WordPress"
338
 
339
+ # @ gallery
340
  #: gallery-plugin.php:741
341
  msgid "WordPress DB Version"
342
+ msgstr "Versão do DB do WordPress"
343
 
344
+ # @ gallery
345
  #: gallery-plugin.php:742
346
  msgid "Multisite"
347
+ msgstr "Multisite"
348
 
349
+ # @ gallery
350
  #: gallery-plugin.php:743
351
  msgid "Active Theme"
352
+ msgstr "Tema Ativo"
353
 
354
+ # @ gallery
355
  #: gallery-plugin.php:758
356
  msgid "Please enter a valid email address."
357
+ msgstr "Por favor, informe um endereço de email válido."
358
 
359
+ # @ gallery
360
  #: gallery-plugin.php:762
361
  msgid "Email with system info is sent to "
362
+ msgstr "Email com informações do sistema é enviado para "
363
 
364
+ # @ gallery
365
  #: gallery-plugin.php:766
366
  msgid "Thank you for contacting us."
367
+ msgstr "Obrigado por nos contatar."
368
 
369
+ # @ gallery
370
  #: gallery-plugin.php:794
371
  msgid "Sorry, email message could not be delivered."
372
+ msgstr "Desculpe, a mensagem de email não pôde ser enviada."
373
 
374
  # @ gallery
375
  #: gallery-plugin.php:802
 
376
  msgid "Pro plugins"
377
+ msgstr "Plugins Pro"
378
 
379
  # @ gallery
380
  #: gallery-plugin.php:805
412
  msgid "Recommended plugins"
413
  msgstr "Plugins recomendados"
414
 
415
+ # @ gallery
416
  #: gallery-plugin.php:823
417
  msgid "Purchase"
418
+ msgstr "Compra"
419
 
420
  # @ gallery
421
  #: gallery-plugin.php:828
 
422
  msgid "Free plugins"
423
+ msgstr "Plugins Grátis"
424
 
425
  # @ gallery
426
  #: gallery-plugin.php:849
440
 
441
  # @ gallery
442
  #: gallery-plugin.php:854
 
443
  msgid "If you have any questions, please contact us via"
444
+ msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
445
 
446
+ # @ gallery
447
  #: gallery-plugin.php:861
448
  msgid "System status"
449
+ msgstr "Status do sistema"
450
 
451
+ # @ gallery
452
  #: gallery-plugin.php:865
453
  msgid "Environment"
454
+ msgstr "Ambiente"
455
 
456
  # @ gallery
457
  #: gallery-plugin.php:876
 
458
  msgid "Active Plugins"
459
+ msgstr "Plugins Ativos"
460
 
461
  # @ gallery
462
  #: gallery-plugin.php:887
 
463
  msgid "Inactive Plugins"
464
+ msgstr "Plugins Inativos"
465
 
466
  # @ gallery
467
  #: gallery-plugin.php:901
 
468
  msgid "Send to support"
469
+ msgstr "Enviar para o suporte"
470
 
471
+ # @ gallery
472
  #: gallery-plugin.php:908
473
  msgid "Send to custom email &#187;"
474
+ msgstr "Enviar para email personalizado &#187;"
475
 
476
  # @ gallery
477
  #: gallery-plugin.php:950
 
478
  msgid "See images &raquo;"
479
+ msgstr "Ver imagens &raquo;"
480
 
481
  # @ gallery
482
  #: gallery-plugin.php:1049
 
483
  msgid "Settings are saved"
484
+ msgstr "As configurações estão salvas"
485
 
486
  # @ gallery
487
  #: gallery-plugin.php:1063
 
488
  msgid "Gallery Settings"
489
+ msgstr "Configurações da Galeria"
490
 
491
  # @ gallery
492
  #: gallery-plugin.php:1066
 
493
  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:"
494
+ 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:"
495
 
496
  # @ gallery
497
  #: gallery-plugin.php:1070
 
498
  msgid "Image size for the album cover"
499
+ msgstr "Tamanho da imagem de capa do álbum"
500
 
501
  # @ gallery
502
  #: gallery-plugin.php:1072
503
  #: gallery-plugin.php:1080
504
  #: gallery-plugin.php:1093
 
505
  msgid "Image size"
506
+ msgstr "Tamanho da imagem"
507
 
508
  # @ gallery
509
  #: gallery-plugin.php:1073
519
 
520
  # @ gallery
521
  #: gallery-plugin.php:1078
 
522
  msgid "Gallery image size"
523
+ msgstr "Tamanho da imagem da galeria"
524
 
525
  # @ gallery
526
  #: gallery-plugin.php:1086
 
527
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
528
+ msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
529
 
530
+ # @ gallery
531
  #: gallery-plugin.php:1091
532
  msgid "Gallery image size in the lightbox"
533
+ msgstr "Tamanho da imagem da galeria no Lightbox"
534
 
535
  # @ gallery
536
  #: gallery-plugin.php:1094
 
537
  msgid "Max width (in px)"
538
+ msgstr "Largura máxima (em px)"
539
 
540
  # @ gallery
541
  #: gallery-plugin.php:1095
 
542
  msgid "Max height (in px)"
543
+ msgstr "Altura máxima (em px)"
544
 
545
+ # @ gallery
546
  #: gallery-plugin.php:1096
547
  msgid "Display a full size image in the lightbox"
548
+ msgstr "Exibir a imagem em tamanho original no Lightbox"
549
 
550
+ # @ gallery
551
  #: gallery-plugin.php:1100
552
  msgid "Crop position"
553
+ msgstr "Posição de recorte"
554
 
555
+ # @ gallery
556
  #: gallery-plugin.php:1102
557
  msgid "Horizontal"
558
+ msgstr "Horizontal"
559
 
560
+ # @ gallery
561
  #: gallery-plugin.php:1104
562
  msgid "left"
563
+ msgstr "esquerda"
564
 
565
+ # @ gallery
566
  #: gallery-plugin.php:1105
567
  #: gallery-plugin.php:1112
568
  msgid "center"
569
+ msgstr "centro"
570
 
571
+ # @ gallery
572
  #: gallery-plugin.php:1106
573
  msgid "right"
574
+ msgstr "direita"
575
 
576
+ # @ gallery
577
  #: gallery-plugin.php:1109
578
  msgid "Vertical"
579
+ msgstr "Vertical"
580
 
581
+ # @ gallery
582
  #: gallery-plugin.php:1111
583
  msgid "top"
584
+ msgstr "topo"
585
 
586
+ # @ gallery
587
  #: gallery-plugin.php:1113
588
  msgid "bottom"
589
+ msgstr "fundo"
590
 
591
+ # @ gallery
592
  #: gallery-plugin.php:1118
593
  msgid "Lightbox background"
594
+ msgstr "Fundo do Lightbox"
595
 
596
+ # @ gallery
597
  #: gallery-plugin.php:1120
598
  msgid "Default"
599
+ msgstr "Padrão"
600
 
601
+ # @ gallery
602
  #: gallery-plugin.php:1121
603
  msgid "Background transparency (from 0 to 1)"
604
+ msgstr "Transparência de background (de 0 a 1)"
605
 
606
+ # @ gallery
607
  #: gallery-plugin.php:1123
608
  msgid "Select a background color"
609
+ msgstr "Selecionar uma cor de fundo"
610
 
611
+ # @ gallery
612
  #: gallery-plugin.php:1125
613
  msgid "Background color"
614
+ msgstr "Cor de fundo"
615
 
616
+ # @ gallery
617
  #: gallery-plugin.php:1132
618
  #: gallery-plugin.php:1237
619
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
620
+ msgstr "Esta função está disponível na versão Pro do plugin. Para saber mais detalhes, por favor siga o link"
621
 
622
+ # @ gallery
623
  #: gallery-plugin.php:1139
624
  msgid "Images with border"
625
+ msgstr "Imagens com borda"
626
 
627
+ # @ gallery
628
  #: gallery-plugin.php:1142
629
  msgid "Border width in px, just numbers"
630
+ msgstr "Largura da borda em px, apenas os números"
631
 
632
+ # @ gallery
633
  #: gallery-plugin.php:1144
634
  #: gallery-plugin.php:1146
635
  msgid "Select a border color"
636
+ msgstr "Escolha a cor da borda"
637
 
638
  # @ gallery
639
  #: gallery-plugin.php:1152
 
640
  msgid "Number of images in the row"
641
+ msgstr "Número de imagens por linha"
642
 
643
  # @ gallery
644
  #: gallery-plugin.php:1158
652
 
653
  # @ gallery
654
  #: gallery-plugin.php:1172
 
655
  msgid "Attachment ID"
656
+ msgstr "ID do anexo"
657
 
658
  # @ gallery
659
  #: gallery-plugin.php:1173
 
660
  msgid "Image Name"
661
+ msgstr "Nome da Imagem"
662
 
663
  # @ gallery
664
  #: gallery-plugin.php:1175
 
665
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
666
+ msgstr "Critério de ordenação (o campo de ordenação na caixa de diálogo em Adicionar Mídia)"
667
 
668
  # @ gallery
669
  #: gallery-plugin.php:1176
 
670
  msgid "Random"
671
+ msgstr "Aleatório"
672
 
673
  # @ gallery
674
  #: gallery-plugin.php:1180
 
675
  msgid "Sort images"
676
+ msgstr "Ordenar imagens:"
677
 
678
  # @ gallery
679
  #: gallery-plugin.php:1182
685
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
686
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
687
 
688
+ # @ gallery
689
  #: gallery-plugin.php:1187
690
  msgid "Display text above the image"
691
+ msgstr "Mostrar texto acima da imagem"
692
 
693
+ # @ gallery
694
  #: gallery-plugin.php:1189
695
  msgid "If you want to display text just in a lightbox"
696
+ msgstr "Se você deseja exibir o texto apenas no Lightbox"
697
 
698
  # @ gallery
699
  #: gallery-plugin.php:1193
 
700
  msgid "Display the Back link"
701
+ msgstr "Exibir o link Voltar"
702
 
703
  # @ gallery
704
  #: gallery-plugin.php:1199
 
705
  msgid "Display the Back link in the shortcode"
706
+ msgstr "Exibir o link Voltar no shortcode"
707
 
708
+ # @ gallery
709
  #: gallery-plugin.php:1205
710
  msgid "The Back link text"
711
+ msgstr "Texto do link Voltar"
712
 
713
+ # @ gallery
714
  #: gallery-plugin.php:1211
715
  msgid "The Back link URL"
716
+ msgstr "URL do link Voltar"
717
 
718
+ # @ gallery
719
  #: gallery-plugin.php:1213
720
  msgid "Gallery page (Page with Gallery Template)"
721
+ msgstr "Página da Galeria (página usando o Modelo de Galeria)"
722
 
723
+ # @ gallery
724
  #: gallery-plugin.php:1215
725
  msgid "(Full URL to custom page)"
726
+ msgstr "(URL completa para a página personalizada)"
727
 
728
+ # @ gallery
729
  #: gallery-plugin.php:1219
730
  msgid "The Read More link text"
731
+ msgstr "Texto do link Leia Mais"
732
 
733
+ # @ gallery
734
  #: gallery-plugin.php:1227
735
  msgid "Display Like buttons in the lightbox"
736
+ msgstr "Exibir botões de Curtir no Lightbox"
737
 
738
+ # @ gallery
739
  #: gallery-plugin.php:1229
740
  msgid "FaceBook"
741
+ msgstr "Facebook"
742
 
743
  # @ gallery
744
  #: gallery-plugin.php:1230
 
745
  msgid "Twitter"
746
+ msgstr "Twitter"
747
 
748
+ # @ gallery
749
  #: gallery-plugin.php:1231
750
  msgid "Pinterest"
751
+ msgstr "Pinterest"
752
 
753
+ # @ gallery
754
  #: gallery-plugin.php:1232
755
  msgid "Google +1"
756
+ msgstr "Google +1"
757
 
758
  # @ default
759
  #: gallery-plugin.php:1245
773
  # @ gallery
774
  #: gallery-plugin.php:1476
775
  #: template/gallery-single-template.php:76
 
776
  msgid "Sorry, nothing found."
777
+ msgstr "Desculpe, nada foi encontrado."
778
 
779
+ # @ gallery
780
  #: gallery-plugin.php:1498
781
+ #: template/gallery-single-template.php:102
782
  msgid "Download high resolution image"
783
+ msgstr "Download de imagem de alta resolução"
784
 
785
  # @ gallery
786
+ #: template/gallery-single-template.php:102
 
787
  msgid "Image"
788
+ msgstr "Imagem"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
789
 
languages/gallery-tr.mo ADDED
Binary file
languages/gallery-tr.po ADDED
@@ -0,0 +1,655 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: gallery\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-24 14:05+0300\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: tr_TR\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.5.4\n"
17
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: gallery-plugin.php:103
21
+ #: gallery-plugin.php:1056
22
+ 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"
23
+ msgstr "\"gallery-template.php\" ve \"gallery-single-template.php\" dosyaları tema klasörünüzde bulunamadı. Lütfen bu dosyaları `/wp-content/plugins/gallery-plugin/template/` dizininden tema dizininize kopyalayınız. Aksi halde Galeri eklentisi doğru çalışmayacaktır."
24
+
25
+ #: gallery-plugin.php:127
26
+ #: gallery-plugin.php:137
27
+ msgid "Galleries"
28
+ msgstr "Galeriler"
29
+
30
+ #: gallery-plugin.php:128
31
+ #: gallery-plugin.php:923
32
+ msgid "Gallery"
33
+ msgstr "Galeri"
34
+
35
+ #: gallery-plugin.php:129
36
+ msgid "Add a Gallery"
37
+ msgstr "Yeni Galeri"
38
+
39
+ #: gallery-plugin.php:130
40
+ msgid "Add New Gallery"
41
+ msgstr "Yeni Galeri"
42
+
43
+ #: gallery-plugin.php:131
44
+ msgid "Edit Gallery"
45
+ msgstr "Galeriyi Düzenle"
46
+
47
+ #: gallery-plugin.php:132
48
+ msgid "New Gallery"
49
+ msgstr "Yeni Galeri"
50
+
51
+ #: gallery-plugin.php:133
52
+ msgid "View Gallery"
53
+ msgstr "Galeriyi görüntüle"
54
+
55
+ #: gallery-plugin.php:134
56
+ msgid "Find a Gallery"
57
+ msgstr "Galeri bul"
58
+
59
+ #: gallery-plugin.php:135
60
+ msgid "No Gallery found"
61
+ msgstr "Galeri bulunamadı"
62
+
63
+ #: gallery-plugin.php:192
64
+ msgid "Upload File"
65
+ msgstr "Resim Yükle"
66
+
67
+ #: gallery-plugin.php:193
68
+ msgid "Gallery Shortcode"
69
+ msgstr "Galeri Kısa Kodu"
70
+
71
+ #: gallery-plugin.php:209
72
+ msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
73
+ msgstr ""
74
+
75
+ #: gallery-plugin.php:213
76
+ msgid "Choose an image for upload:"
77
+ msgstr "Yüklemek için bir resim seçiniz:"
78
+
79
+ #: gallery-plugin.php:218
80
+ msgid "Please enable JavaScript to use the file uploader."
81
+ msgstr ""
82
+
83
+ #: gallery-plugin.php:225
84
+ msgid "Allow the download link for all images in this gallery"
85
+ msgstr ""
86
+
87
+ #: gallery-plugin.php:226
88
+ msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
89
+ msgstr ""
90
+
91
+ #: gallery-plugin.php:228
92
+ msgid "Please make a choice"
93
+ msgstr ""
94
+
95
+ #: gallery-plugin.php:228
96
+ #: gallery-plugin.php:1170
97
+ msgid "Sort images by"
98
+ msgstr "Resimleri sırala: "
99
+
100
+ #: gallery-plugin.php:228
101
+ msgid "sort images"
102
+ msgstr "görselleri sırala"
103
+
104
+ #: gallery-plugin.php:228
105
+ msgid "on the plugin settings page ("
106
+ msgstr ""
107
+
108
+ #: gallery-plugin.php:275
109
+ msgid "URL"
110
+ msgstr ""
111
+
112
+ #: gallery-plugin.php:275
113
+ msgid "(by click on image <br /> opens a link in a new window)"
114
+ msgstr ""
115
+
116
+ #: gallery-plugin.php:276
117
+ msgid "This setting is available in Pro version"
118
+ msgstr ""
119
+
120
+ #: gallery-plugin.php:277
121
+ msgid "Open the link"
122
+ msgstr ""
123
+
124
+ #: gallery-plugin.php:277
125
+ msgid "Current window"
126
+ msgstr ""
127
+
128
+ #: gallery-plugin.php:277
129
+ msgid "New window"
130
+ msgstr "Yeni pencere"
131
+
132
+ #: gallery-plugin.php:278
133
+ msgid "Delete"
134
+ msgstr "Sil"
135
+
136
+ #: gallery-plugin.php:292
137
+ msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
138
+ msgstr "Sayfa ya da yazılara kısa kodu yazarak tekil galeri ekleyebilirsiniz. Aşağıdaki kısa kodu yazının içerisine yapıştırmanız yeterli"
139
+
140
+ #: gallery-plugin.php:294
141
+ msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
142
+ msgstr "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz aşağıdaki kodu yapıştırınız"
143
+
144
+ #: gallery-plugin.php:479
145
+ msgid "Title"
146
+ msgstr "Başlık"
147
+
148
+ #: gallery-plugin.php:480
149
+ msgid "Author"
150
+ msgstr "Yazar"
151
+
152
+ #: gallery-plugin.php:481
153
+ msgid "Photo"
154
+ msgstr "Fotoğraf"
155
+
156
+ #: gallery-plugin.php:482
157
+ msgid "Publishing"
158
+ msgstr ""
159
+
160
+ #: gallery-plugin.php:483
161
+ #: gallery-plugin.php:1174
162
+ msgid "Date"
163
+ msgstr "Tarih"
164
+
165
+ #: gallery-plugin.php:658
166
+ msgid "Not set"
167
+ msgstr ""
168
+
169
+ #: gallery-plugin.php:660
170
+ #: gallery-plugin.php:664
171
+ msgid "On"
172
+ msgstr ""
173
+
174
+ #: gallery-plugin.php:662
175
+ #: gallery-plugin.php:666
176
+ msgid "Off"
177
+ msgstr ""
178
+
179
+ #: gallery-plugin.php:670
180
+ #: gallery-plugin.php:674
181
+ #: gallery-plugin.php:678
182
+ #: gallery-plugin.php:682
183
+ #: gallery-plugin.php:686
184
+ #: gallery-plugin.php:712
185
+ msgid "N/A"
186
+ msgstr ""
187
+
188
+ #: gallery-plugin.php:684
189
+ msgid " Mb"
190
+ msgstr ""
191
+
192
+ #: gallery-plugin.php:688
193
+ #: gallery-plugin.php:692
194
+ #: gallery-plugin.php:696
195
+ #: gallery-plugin.php:707
196
+ msgid "Yes"
197
+ msgstr ""
198
+
199
+ #: gallery-plugin.php:690
200
+ #: gallery-plugin.php:694
201
+ #: gallery-plugin.php:698
202
+ #: gallery-plugin.php:709
203
+ msgid "No"
204
+ msgstr ""
205
+
206
+ #: gallery-plugin.php:723
207
+ msgid "Operating System"
208
+ msgstr ""
209
+
210
+ #: gallery-plugin.php:724
211
+ msgid "Server"
212
+ msgstr ""
213
+
214
+ #: gallery-plugin.php:725
215
+ msgid "Memory usage"
216
+ msgstr ""
217
+
218
+ #: gallery-plugin.php:726
219
+ msgid "MYSQL Version"
220
+ msgstr ""
221
+
222
+ #: gallery-plugin.php:727
223
+ msgid "SQL Mode"
224
+ msgstr ""
225
+
226
+ #: gallery-plugin.php:728
227
+ msgid "PHP Version"
228
+ msgstr ""
229
+
230
+ #: gallery-plugin.php:729
231
+ msgid "PHP Safe Mode"
232
+ msgstr ""
233
+
234
+ #: gallery-plugin.php:730
235
+ msgid "PHP Allow URL fopen"
236
+ msgstr ""
237
+
238
+ #: gallery-plugin.php:731
239
+ msgid "PHP Memory Limit"
240
+ msgstr ""
241
+
242
+ #: gallery-plugin.php:732
243
+ #, fuzzy
244
+ msgid "PHP Max Upload Size"
245
+ msgstr "Resim Yükle"
246
+
247
+ #: gallery-plugin.php:733
248
+ msgid "PHP Max Post Size"
249
+ msgstr ""
250
+
251
+ #: gallery-plugin.php:734
252
+ msgid "PHP Max Script Execute Time"
253
+ msgstr ""
254
+
255
+ #: gallery-plugin.php:735
256
+ msgid "PHP Exif support"
257
+ msgstr ""
258
+
259
+ #: gallery-plugin.php:736
260
+ msgid "PHP IPTC support"
261
+ msgstr ""
262
+
263
+ #: gallery-plugin.php:737
264
+ msgid "PHP XML support"
265
+ msgstr ""
266
+
267
+ #: gallery-plugin.php:738
268
+ msgid "Site URL"
269
+ msgstr ""
270
+
271
+ #: gallery-plugin.php:739
272
+ msgid "Home URL"
273
+ msgstr ""
274
+
275
+ #: gallery-plugin.php:740
276
+ msgid "WordPress Version"
277
+ msgstr ""
278
+
279
+ #: gallery-plugin.php:741
280
+ msgid "WordPress DB Version"
281
+ msgstr ""
282
+
283
+ #: gallery-plugin.php:742
284
+ msgid "Multisite"
285
+ msgstr ""
286
+
287
+ #: gallery-plugin.php:743
288
+ msgid "Active Theme"
289
+ msgstr ""
290
+
291
+ #: gallery-plugin.php:758
292
+ msgid "Please enter a valid email address."
293
+ msgstr ""
294
+
295
+ #: gallery-plugin.php:762
296
+ msgid "Email with system info is sent to "
297
+ msgstr ""
298
+
299
+ #: gallery-plugin.php:766
300
+ msgid "Thank you for contacting us."
301
+ msgstr ""
302
+
303
+ #: gallery-plugin.php:794
304
+ msgid "Sorry, email message could not be delivered."
305
+ msgstr ""
306
+
307
+ #: gallery-plugin.php:802
308
+ msgid "Pro plugins"
309
+ msgstr ""
310
+
311
+ #: gallery-plugin.php:805
312
+ #: gallery-plugin.php:831
313
+ msgid "Activated plugins"
314
+ msgstr ""
315
+
316
+ #: gallery-plugin.php:807
317
+ #: gallery-plugin.php:815
318
+ #: gallery-plugin.php:823
319
+ #: gallery-plugin.php:833
320
+ #: gallery-plugin.php:841
321
+ #: gallery-plugin.php:849
322
+ msgid "Read more"
323
+ msgstr "Devamını Oku"
324
+
325
+ #: gallery-plugin.php:807
326
+ #: gallery-plugin.php:833
327
+ #: gallery-plugin.php:1257
328
+ #: gallery-plugin.php:1272
329
+ msgid "Settings"
330
+ msgstr "Ayarlar"
331
+
332
+ #: gallery-plugin.php:813
333
+ #: gallery-plugin.php:839
334
+ msgid "Installed plugins"
335
+ msgstr ""
336
+
337
+ #: gallery-plugin.php:821
338
+ #: gallery-plugin.php:847
339
+ msgid "Recommended plugins"
340
+ msgstr ""
341
+
342
+ #: gallery-plugin.php:823
343
+ msgid "Purchase"
344
+ msgstr "Satın Al"
345
+
346
+ #: gallery-plugin.php:828
347
+ msgid "Free plugins"
348
+ msgstr ""
349
+
350
+ #: gallery-plugin.php:849
351
+ msgid "Download"
352
+ msgstr "İndir"
353
+
354
+ #: gallery-plugin.php:849
355
+ #, php-format
356
+ msgid "Install %s"
357
+ msgstr ""
358
+
359
+ #: gallery-plugin.php:849
360
+ msgid "Install now from wordpress.org"
361
+ msgstr ""
362
+
363
+ #: gallery-plugin.php:854
364
+ msgid "If you have any questions, please contact us via"
365
+ msgstr ""
366
+
367
+ #: gallery-plugin.php:861
368
+ msgid "System status"
369
+ msgstr ""
370
+
371
+ #: gallery-plugin.php:865
372
+ msgid "Environment"
373
+ msgstr ""
374
+
375
+ #: gallery-plugin.php:876
376
+ msgid "Active Plugins"
377
+ msgstr ""
378
+
379
+ #: gallery-plugin.php:887
380
+ msgid "Inactive Plugins"
381
+ msgstr ""
382
+
383
+ #: gallery-plugin.php:901
384
+ #, fuzzy
385
+ msgid "Send to support"
386
+ msgstr "Destek"
387
+
388
+ #: gallery-plugin.php:908
389
+ msgid "Send to custom email &#187;"
390
+ msgstr ""
391
+
392
+ #: gallery-plugin.php:950
393
+ msgid "See images &raquo;"
394
+ msgstr ""
395
+
396
+ #: gallery-plugin.php:1049
397
+ msgid "Settings are saved"
398
+ msgstr "Ayarlar kaydedildi"
399
+
400
+ #: gallery-plugin.php:1063
401
+ msgid "Gallery Settings"
402
+ msgstr "Galeri ayarları"
403
+
404
+ #: gallery-plugin.php:1066
405
+ 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:"
406
+ msgstr ""
407
+
408
+ #: gallery-plugin.php:1070
409
+ msgid "Image size for the album cover"
410
+ msgstr ""
411
+
412
+ #: gallery-plugin.php:1072
413
+ #: gallery-plugin.php:1080
414
+ #: gallery-plugin.php:1093
415
+ msgid "Image size"
416
+ msgstr ""
417
+
418
+ #: gallery-plugin.php:1073
419
+ #: gallery-plugin.php:1081
420
+ msgid "Width (in px)"
421
+ msgstr "Yaray boyut (px)"
422
+
423
+ #: gallery-plugin.php:1074
424
+ #: gallery-plugin.php:1082
425
+ msgid "Height (in px)"
426
+ msgstr "Yükseklik (px)"
427
+
428
+ #: gallery-plugin.php:1078
429
+ msgid "Gallery image size"
430
+ msgstr "Galeri resim boyutu"
431
+
432
+ #: gallery-plugin.php:1086
433
+ msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
434
+ msgstr ""
435
+
436
+ #: gallery-plugin.php:1091
437
+ msgid "Gallery image size in the lightbox"
438
+ msgstr ""
439
+
440
+ #: gallery-plugin.php:1094
441
+ msgid "Max width (in px)"
442
+ msgstr "Maksimum yatay boyut (px)"
443
+
444
+ #: gallery-plugin.php:1095
445
+ msgid "Max height (in px)"
446
+ msgstr "Maksimum yükseklik (px)"
447
+
448
+ #: gallery-plugin.php:1096
449
+ msgid "Display a full size image in the lightbox"
450
+ msgstr ""
451
+
452
+ #: gallery-plugin.php:1100
453
+ msgid "Crop position"
454
+ msgstr ""
455
+
456
+ #: gallery-plugin.php:1102
457
+ msgid "Horizontal"
458
+ msgstr ""
459
+
460
+ #: gallery-plugin.php:1104
461
+ msgid "left"
462
+ msgstr ""
463
+
464
+ #: gallery-plugin.php:1105
465
+ #: gallery-plugin.php:1112
466
+ msgid "center"
467
+ msgstr ""
468
+
469
+ #: gallery-plugin.php:1106
470
+ msgid "right"
471
+ msgstr ""
472
+
473
+ #: gallery-plugin.php:1109
474
+ msgid "Vertical"
475
+ msgstr ""
476
+
477
+ #: gallery-plugin.php:1111
478
+ msgid "top"
479
+ msgstr ""
480
+
481
+ #: gallery-plugin.php:1113
482
+ msgid "bottom"
483
+ msgstr ""
484
+
485
+ #: gallery-plugin.php:1118
486
+ msgid "Lightbox background"
487
+ msgstr ""
488
+
489
+ #: gallery-plugin.php:1120
490
+ msgid "Default"
491
+ msgstr ""
492
+
493
+ #: gallery-plugin.php:1121
494
+ msgid "Background transparency (from 0 to 1)"
495
+ msgstr ""
496
+
497
+ #: gallery-plugin.php:1123
498
+ msgid "Select a background color"
499
+ msgstr ""
500
+
501
+ #: gallery-plugin.php:1125
502
+ msgid "Background color"
503
+ msgstr "Arka plan rengi"
504
+
505
+ #: gallery-plugin.php:1132
506
+ #: gallery-plugin.php:1237
507
+ msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
508
+ msgstr ""
509
+
510
+ #: gallery-plugin.php:1139
511
+ msgid "Images with border"
512
+ msgstr "Çerçeveli resimler"
513
+
514
+ #: gallery-plugin.php:1142
515
+ msgid "Border width in px, just numbers"
516
+ msgstr ""
517
+
518
+ #: gallery-plugin.php:1144
519
+ #: gallery-plugin.php:1146
520
+ msgid "Select a border color"
521
+ msgstr ""
522
+
523
+ #: gallery-plugin.php:1152
524
+ msgid "Number of images in the row"
525
+ msgstr ""
526
+
527
+ #: gallery-plugin.php:1158
528
+ msgid "Start slideshow"
529
+ msgstr "Slayt gösterisini başlat"
530
+
531
+ #: gallery-plugin.php:1164
532
+ msgid "Slideshow interval"
533
+ msgstr ""
534
+
535
+ #: gallery-plugin.php:1172
536
+ msgid "Attachment ID"
537
+ msgstr ""
538
+
539
+ #: gallery-plugin.php:1173
540
+ msgid "Image Name"
541
+ msgstr ""
542
+
543
+ #: gallery-plugin.php:1175
544
+ msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
545
+ msgstr ""
546
+
547
+ #: gallery-plugin.php:1176
548
+ msgid "Random"
549
+ msgstr ""
550
+
551
+ #: gallery-plugin.php:1180
552
+ msgid "Sort images"
553
+ msgstr "Resimleri sırala"
554
+
555
+ #: gallery-plugin.php:1182
556
+ msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
557
+ msgstr ""
558
+
559
+ #: gallery-plugin.php:1183
560
+ msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
561
+ msgstr ""
562
+
563
+ #: gallery-plugin.php:1187
564
+ msgid "Display text above the image"
565
+ msgstr ""
566
+
567
+ #: gallery-plugin.php:1189
568
+ msgid "If you want to display text just in a lightbox"
569
+ msgstr ""
570
+
571
+ #: gallery-plugin.php:1193
572
+ msgid "Display the Back link"
573
+ msgstr ""
574
+
575
+ #: gallery-plugin.php:1199
576
+ msgid "Display the Back link in the shortcode"
577
+ msgstr ""
578
+
579
+ #: gallery-plugin.php:1205
580
+ msgid "The Back link text"
581
+ msgstr ""
582
+
583
+ #: gallery-plugin.php:1211
584
+ msgid "The Back link URL"
585
+ msgstr ""
586
+
587
+ #: gallery-plugin.php:1213
588
+ msgid "Gallery page (Page with Gallery Template)"
589
+ msgstr ""
590
+
591
+ #: gallery-plugin.php:1215
592
+ msgid "(Full URL to custom page)"
593
+ msgstr ""
594
+
595
+ #: gallery-plugin.php:1219
596
+ msgid "The Read More link text"
597
+ msgstr "Devamını oku linki için etiket"
598
+
599
+ #: gallery-plugin.php:1227
600
+ msgid "Display Like buttons in the lightbox"
601
+ msgstr "Lightbox içerisinde beğen butonlarını göster"
602
+
603
+ #: gallery-plugin.php:1229
604
+ msgid "FaceBook"
605
+ msgstr ""
606
+
607
+ #: gallery-plugin.php:1230
608
+ msgid "Twitter"
609
+ msgstr ""
610
+
611
+ #: gallery-plugin.php:1231
612
+ msgid "Pinterest"
613
+ msgstr ""
614
+
615
+ #: gallery-plugin.php:1232
616
+ msgid "Google +1"
617
+ msgstr ""
618
+
619
+ #: gallery-plugin.php:1245
620
+ msgid "Save Changes"
621
+ msgstr "Değişiklikleri Kaydet"
622
+
623
+ #: gallery-plugin.php:1258
624
+ msgid "FAQ"
625
+ msgstr "SSS"
626
+
627
+ #: gallery-plugin.php:1259
628
+ msgid "Support"
629
+ msgstr "Destek"
630
+
631
+ #: gallery-plugin.php:1476
632
+ #: template/gallery-single-template.php:76
633
+ msgid "Sorry, nothing found."
634
+ msgstr "Üzgünüz, sonuç bulunamadı."
635
+
636
+ #: gallery-plugin.php:1498
637
+ #: template/gallery-single-template.php:102
638
+ msgid "Download high resolution image"
639
+ msgstr "Yüksek çözünürlüklü görseli indir"
640
+
641
+ #: template/gallery-single-template.php:102
642
+ msgid "Image"
643
+ msgstr "Görsel"
644
+
645
+ #~ msgid "Add New"
646
+ #~ msgstr "Додати новий"
647
+ #~ msgid "Search Galleries"
648
+ #~ msgstr "Пошук галереї"
649
+ #~ msgid "The size of the cover album for gallery"
650
+ #~ msgstr "Розмір обкладинки альбому для галереї"
651
+ #~ msgid "Size for gallery image"
652
+ #~ msgstr "Розмір зображення галерея"
653
+ #~ msgid "date"
654
+ #~ msgstr "Дата"
655
+
languages/gallery-zh_CN.po CHANGED
File without changes
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.5.2
7
- Stable tag: 3.9.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -50,6 +50,7 @@ This plugin makes it possible to implement as many galleries as you want into yo
50
  * Russian (ru_RU)
51
  * Serbian (sr_RS) (thanks to Radovan Georgijevich)
52
  * Spanish (es) (thanks to Victor Garcia)
 
53
  * Ukrainian (uk_UA)(thanks to Ted Mosby)
54
 
55
  If you would like to create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text of PO and MO files</a> for <a href="http://support.bestwebsoft.com" target="_blank">BestWebSoft</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
@@ -144,6 +145,11 @@ and add (for the themes Twenty Eleven or Twenty Ten):
144
 
145
  == Changelog ==
146
 
 
 
 
 
 
147
  = V3.9.3 - 18.07.2013 =
148
  * NEW : Added an ability to view and send system information by mail.
149
 
@@ -167,7 +173,7 @@ and add (for the themes Twenty Eleven or Twenty Ten):
167
  * Update : The French language file is updated.
168
 
169
  = V3.8.7 - 10.04.2013 =
170
- * NEW : The English language file is updated in the plugin.
171
  * Bugfix : We fixed the bug of deleting images.
172
 
173
  = V3.8.6 - 26.02.2013 =
@@ -303,6 +309,9 @@ and add (for the themes Twenty Eleven or Twenty Ten):
303
 
304
  == Upgrade Notice ==
305
 
 
 
 
306
  = V3.9.3 =
307
  Added an ability to view and send system information by mail.
308
 
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.5.2
7
+ Stable tag: 3.9.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
50
  * Russian (ru_RU)
51
  * Serbian (sr_RS) (thanks to Radovan Georgijevich)
52
  * Spanish (es) (thanks to Victor Garcia)
53
+ * Turkish (tr) (thanks to <a href="mailto:ce.demirbilek@gmail.com">Ismail Demirbilek</a>)
54
  * Ukrainian (uk_UA)(thanks to Ted Mosby)
55
 
56
  If you would like to create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text of PO and MO files</a> for <a href="http://support.bestwebsoft.com" target="_blank">BestWebSoft</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
145
 
146
  == Changelog ==
147
 
148
+ = V3.9.4 - 24.07.2013 =
149
+ * NEW : Added an ability to display comments on the gallery template pages.
150
+ * Update : The Brazilian Portuguese language file is updated.
151
+ * NEW : The Turkish language file is added to the plugin.
152
+
153
  = V3.9.3 - 18.07.2013 =
154
  * NEW : Added an ability to view and send system information by mail.
155
 
173
  * Update : The French language file is updated.
174
 
175
  = V3.8.7 - 10.04.2013 =
176
+ * Update : The English language file is updated in the plugin.
177
  * Bugfix : We fixed the bug of deleting images.
178
 
179
  = V3.8.6 - 26.02.2013 =
309
 
310
  == Upgrade Notice ==
311
 
312
+ = V3.9.4 =
313
+ Added an ability to display comments on the gallery template pages. The Brazilian Portuguese language file is updated. The Turkish language file is added to the plugin.
314
+
315
  = V3.9.3 =
316
  Added an ability to view and send system information by mail.
317
 
screenshot-1.jpg CHANGED
Binary file
screenshot-3.jpg CHANGED
Binary file
template/gallery-single-template.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php get_header(); ?>
2
- <div id="container">
3
  <div role="main" id="content">
4
  <?php
5
  global $post, $wp_query;
@@ -76,7 +76,7 @@
76
  <p class="not_found"><?php _e('Sorry, nothing found.', 'gallery'); ?></p>
77
  </div>
78
  <?php endif; ?>
79
- <?php if( 1 == $gllr_options['return_link'] ) {
80
  if( 'gallery_template_url' == $gllr_options["return_link_page"] ){
81
  global $wpdb;
82
  $parent = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" ); ?>
@@ -85,7 +85,8 @@
85
  <div class="return_link"><a href="<?php echo $gllr_options["return_link_url"]; ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
86
  <?php }
87
  } ?>
88
- </div>
 
89
  </div>
90
  <?php get_sidebar(); ?>
91
  <script type="text/javascript">
1
  <?php get_header(); ?>
2
+ <div id="container" class="site-content">
3
  <div role="main" id="content">
4
  <?php
5
  global $post, $wp_query;
76
  <p class="not_found"><?php _e('Sorry, nothing found.', 'gallery'); ?></p>
77
  </div>
78
  <?php endif; ?>
79
+ <?php if ( 1 == $gllr_options['return_link'] ) {
80
  if( 'gallery_template_url' == $gllr_options["return_link_page"] ){
81
  global $wpdb;
82
  $parent = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" ); ?>
85
  <div class="return_link"><a href="<?php echo $gllr_options["return_link_url"]; ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
86
  <?php }
87
  } ?>
88
+ <?php comments_template(); ?>
89
+ </div>
90
  </div>
91
  <?php get_sidebar(); ?>
92
  <script type="text/javascript">
template/gallery-template.php CHANGED
@@ -5,7 +5,7 @@ Template Name: Gallery Template
5
  ?>
6
 
7
  <?php get_header(); ?>
8
- <div id="container">
9
  <div role="main" id="content">
10
  <h1 class="home_page_title"><?php the_title(); ?></h1>
11
  <?php if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) ) echo pdfprnt_show_buttons_for_custom_post_type( 'post_type=gallery&orderby=post_date' ); ?>
@@ -102,6 +102,7 @@ Template Name: Gallery Template
102
  } else {?>
103
  </div>
104
  <?php } ?>
 
105
  </div>
106
  </div>
107
  <?php get_sidebar(); ?>
5
  ?>
6
 
7
  <?php get_header(); ?>
8
+ <div id="container" class="site-content">
9
  <div role="main" id="content">
10
  <h1 class="home_page_title"><?php the_title(); ?></h1>
11
  <?php if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) ) echo pdfprnt_show_buttons_for_custom_post_type( 'post_type=gallery&orderby=post_date' ); ?>
102
  } else {?>
103
  </div>
104
  <?php } ?>
105
+ <?php comments_template(); ?>
106
  </div>
107
  </div>
108
  <?php get_sidebar(); ?>