Gallery – Photo Gallery and Images Gallery - Version 1.6.5

Version Description

  • Updated language translation files
  • Added new translation elements into Russian and Ukrainian languages
Download this release

Release Info

Developer robosoft
Plugin Icon 128x128 Gallery – Photo Gallery and Images Gallery
Version 1.6.5
Comparing to
See all releases

Code changes from version 1.6.4 to 1.6.5

includes/extensions/rbs_create_post_ajax.php CHANGED
@@ -126,7 +126,7 @@ if(!function_exists('rbs_ajax_create_article')){
126
  echo '<h3>'.__('Post ','rbs_gallery').'"'.$title.'"'.__(' created','rbs_gallery').'</h3>';
127
  echo '<p>
128
  <a href="'.esc_url( get_edit_post_link( $postId ) ).'" class="button button-small" target="_blank">
129
- '.__('Edit','rbs_gallery')
130
  .'</a>
131
  <a href="'.esc_url( get_permalink( $postId ) ).'" class="button button-small" target="_blank">
132
  '.__('Preview','rbs_gallery')
@@ -179,8 +179,8 @@ if(!function_exists('rbs_ajax_posts_list')){
179
  </td>
180
 
181
  <td class="import-system" style="width:10%;">
182
- <a href="'.esc_url( get_edit_post_link($post_info->ID)).'" title="'.__('Edit', 'rbs_gallery').'" target="_blank">
183
- '.__('Edit', 'rbs_gallery').'
184
  </a>
185
  </td>
186
  <td class="import-system" style="width:10%;">
126
  echo '<h3>'.__('Post ','rbs_gallery').'"'.$title.'"'.__(' created','rbs_gallery').'</h3>';
127
  echo '<p>
128
  <a href="'.esc_url( get_edit_post_link( $postId ) ).'" class="button button-small" target="_blank">
129
+ '.__('Edit')
130
  .'</a>
131
  <a href="'.esc_url( get_permalink( $postId ) ).'" class="button button-small" target="_blank">
132
  '.__('Preview','rbs_gallery')
179
  </td>
180
 
181
  <td class="import-system" style="width:10%;">
182
+ <a href="'.esc_url( get_edit_post_link($post_info->ID)).'" title="'.__('Edit').'" target="_blank">
183
+ '.__('Edit').'
184
  </a>
185
  </td>
186
  <td class="import-system" style="width:10%;">
includes/options/rbs_gallery_options_tools.php CHANGED
@@ -30,7 +30,7 @@ if(isset($_GET['post'])){
30
  .'<div class="rbs-center-block rbs-margin-block rbs-post-tools">'
31
  .'<button id="rbs_create_article" data-galleryid="'.(int)$_GET['post'].'" class="btn btn-info btn-lg ">'
32
  .'<span class="glyphicon glyphicon-plus" aria-hidden="true"></span> '
33
- .__('Create Post','rbs_gallery')
34
  .'</button>'
35
  .'<p></p>'
36
  .'<button id="rbs_posts_list" data-galleryid="'.(int)$_GET['post'].'" class="btn btn-info btn-lg ">'
30
  .'<div class="rbs-center-block rbs-margin-block rbs-post-tools">'
31
  .'<button id="rbs_create_article" data-galleryid="'.(int)$_GET['post'].'" class="btn btn-info btn-lg ">'
32
  .'<span class="glyphicon glyphicon-plus" aria-hidden="true"></span> '
33
+ .__('Create post','rbs_gallery')
34
  .'</button>'
35
  .'<p></p>'
36
  .'<button id="rbs_posts_list" data-galleryid="'.(int)$_GET['post'].'" class="btn btn-info btn-lg ">'
includes/rbs_gallery_list.php CHANGED
@@ -57,7 +57,17 @@ if(!function_exists('add_rbs_table_columns')){
57
 
58
  if(!function_exists('rbs_gallery_robogalleryList')){
59
  function rbs_gallery_robogalleryList (){
60
-
 
 
 
 
 
 
 
 
 
 
61
  wp_enqueue_style ('robo-gallery-list', ROBO_GALLERY_URL.'css/admin/list.css', array( ), ROBO_GALLERY_VERSION );
62
  }
63
  add_action( 'in_admin_header', 'rbs_gallery_robogalleryList' );
57
 
58
  if(!function_exists('rbs_gallery_robogalleryList')){
59
  function rbs_gallery_robogalleryList (){
60
+ echo '
61
+ <script type="text/javascript">
62
+ jQuery(document).ready( function($){
63
+ jQuery(jQuery(".wrap h2")[0]).append("<a id=\'rbs_backup_button\' class=\'page-title-action\'>'.__('BackUp').'</a>");
64
+ jQuery("#rbs_backup_button").click(function(event){
65
+ event.preventDefault();
66
+ alert("'.__('This function is coming soon!').'");
67
+ })
68
+ });
69
+ </script>
70
+ ';
71
  wp_enqueue_style ('robo-gallery-list', ROBO_GALLERY_URL.'css/admin/list.css', array( ), ROBO_GALLERY_VERSION );
72
  }
73
  add_action( 'in_admin_header', 'rbs_gallery_robogalleryList' );
languages/rbs_gallery-cs_CZ.mo CHANGED
Binary file
languages/rbs_gallery-cs_CZ.po CHANGED
@@ -1,9 +1,11 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery\n"
4
- "POT-Creation-Date: 2015-08-18 08:35+0200\n"
5
- "PO-Revision-Date: 2015-09-04 18:41+0200\n"
 
6
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
 
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
@@ -12,124 +14,224 @@ msgstr ""
12
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "X-Poedit-KeywordsList: __;_e\n"
15
- "Last-Translator: RoboSoft Team <team@robosoft.co>\n"
16
- "Language: cs_CZ\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  #: options/rbs_gallery_options_button.php:18
20
  msgid "Menu Options"
21
  msgstr "Nastavení menu"
22
 
23
  #: options/rbs_gallery_options_button.php:26
24
- msgid "Show Menu"
25
- msgstr "Zobrazit Menu"
26
-
27
- #: options/rbs_gallery_options_button.php:36
28
- msgid "Show Root"
29
- msgstr "Zobrazení kořenového adresáře"
30
 
31
- #: options/rbs_gallery_options_button.php:44
32
  msgid "Root Label"
33
  msgstr "Štítek kořenového adresáře"
34
 
35
- #: options/rbs_gallery_options_button.php:51
36
- msgid "Show self"
37
- msgstr "Zobrazit vlastní adresář"
 
 
 
 
 
 
 
 
38
 
39
- #: options/rbs_gallery_options_button.php:60
40
  msgid "Style"
41
  msgstr "Styl"
42
 
43
- #: options/rbs_gallery_options_button.php:67
44
- msgid "normal"
45
- msgstr "normálně"
 
 
46
 
47
- #: options/rbs_gallery_options_button.php:68
48
  msgid "flat"
49
  msgstr "plošně"
50
 
51
- #: options/rbs_gallery_options_button.php:69
52
  msgid "3d"
53
  msgstr "3D"
54
 
55
- #: options/rbs_gallery_options_button.php:70
56
- msgid "border"
57
- msgstr "okraj"
 
58
 
59
- #: options/rbs_gallery_options_button.php:76
60
  msgid "Color"
61
  msgstr "Barva"
62
 
63
- #: options/rbs_gallery_options_button.php:83
64
  msgid "gray"
65
  msgstr "šedá"
66
 
67
- #: options/rbs_gallery_options_button.php:84
68
  msgid "blue"
69
  msgstr "modrá"
70
 
71
- #: options/rbs_gallery_options_button.php:85
72
  msgid "green"
73
  msgstr "zelená"
74
 
75
- #: options/rbs_gallery_options_button.php:86
76
  msgid "orange"
77
  msgstr "oranžová"
78
 
79
- #: options/rbs_gallery_options_button.php:87
80
  msgid "red"
81
  msgstr "červená"
82
 
83
- #: options/rbs_gallery_options_button.php:88
84
  msgid "purple"
85
  msgstr "purpurová"
86
 
87
- #: options/rbs_gallery_options_button.php:93
88
  msgid "Rounds"
89
  msgstr "Zaoblení"
90
 
91
- #: options/rbs_gallery_options_button.php:99
92
- #: options/rbs_gallery_options_button.php:115
93
- msgid "Normal"
94
- msgstr "Normální"
95
-
96
- #: options/rbs_gallery_options_button.php:100
97
  msgid "Rounded"
98
  msgstr "Zaoblené rohy"
99
 
100
- #: options/rbs_gallery_options_button.php:101
101
  msgid "Pill"
102
  msgstr "Náhrada"
103
 
104
- #: options/rbs_gallery_options_button.php:102
105
  msgid "Circle "
106
  msgstr "Kružnice"
107
 
108
- #: options/rbs_gallery_options_button.php:107
109
  msgid "Size"
110
  msgstr "Velikost"
111
 
112
- #: options/rbs_gallery_options_button.php:113
113
  msgid "Jumbo"
114
  msgstr "Jumbo"
115
 
116
- #: options/rbs_gallery_options_button.php:114
117
  msgid "Large"
118
  msgstr "Velké"
119
 
120
- #: options/rbs_gallery_options_button.php:116
121
  msgid "Small"
122
  msgstr "Malé"
123
 
124
- #: options/rbs_gallery_options_button.php:117
125
  msgid "Tiny "
126
  msgstr "Drobné (< 10KB)"
127
 
128
- #: options/rbs_gallery_options_button.php:122
129
  msgid "Left Padding"
130
  msgstr "Levé odsazení obsahu"
131
 
132
- #: options/rbs_gallery_options_button.php:133
133
  msgid "Bottom Padding"
134
  msgstr "Spodní odsazení obsahu"
135
 
@@ -163,132 +265,140 @@ msgstr ""
163
  "jednom místě a použijí se stejné možnosti pro další galerie na webu. Velmi "
164
  "rychlý, pohodlný, pokročilý nástroj pro urychlení pracovního postupu!"
165
 
 
 
 
 
166
  #: options/rbs_gallery_options_hover.php:18
167
  msgid "Hover Options"
168
  msgstr "Možnosti při najetí kurzoru."
169
 
170
  #: options/rbs_gallery_options_hover.php:26
171
- msgid "Hover Mode"
172
- msgstr "Režim při najetí kurzoru."
173
 
174
- #: options/rbs_gallery_options_hover.php:33 rbs_gallery_media.php:74
 
 
 
 
 
175
  msgid "Off"
176
  msgstr "Vypnout"
177
 
178
- #: options/rbs_gallery_options_hover.php:34
 
 
 
 
179
  msgid "Options"
180
  msgstr "Nastavení"
181
 
182
- #: options/rbs_gallery_options_hover.php:35
183
  msgid "Template"
184
  msgstr "Šablona"
185
 
186
- #: options/rbs_gallery_options_hover.php:49
187
- #: options/rbs_gallery_options_lightbox.php:57
188
  #: options/rbs_gallery_options_loading.php:79
189
  #: options/rbs_gallery_options_polaroid.php:53
190
  msgid "Bg Color"
191
  msgstr "Barva pozadí"
192
 
193
- #: options/rbs_gallery_options_hover.php:63 rbs_gallery_media.php:118
194
  msgid "Effect"
195
  msgstr "Efekt"
196
 
197
- #: options/rbs_gallery_options_hover.php:69 rbs_gallery_media.php:95
198
  msgid "push-up"
199
  msgstr "zvednout"
200
 
201
- #: options/rbs_gallery_options_hover.php:70 rbs_gallery_media.php:96
202
  msgid "push-down"
203
  msgstr "položit"
204
 
205
- #: options/rbs_gallery_options_hover.php:71 rbs_gallery_media.php:97
206
  msgid "push-up-100%"
207
  msgstr "zvednout na 100%"
208
 
209
- #: options/rbs_gallery_options_hover.php:72 rbs_gallery_media.php:98
210
  msgid "push-down-100%"
211
  msgstr "položit na 100%"
212
 
213
- #: options/rbs_gallery_options_hover.php:73 rbs_gallery_media.php:99
214
  msgid "reveal-top"
215
  msgstr "ukázat nahoře"
216
 
217
- #: options/rbs_gallery_options_hover.php:74 rbs_gallery_media.php:100
218
  msgid "reveal-bottom"
219
  msgstr "ukázat dole"
220
 
221
- #: options/rbs_gallery_options_hover.php:75 rbs_gallery_media.php:101
222
  msgid "reveal-top-100%"
223
  msgstr "ukázat nahoře 100%"
224
 
225
- #: options/rbs_gallery_options_hover.php:76 rbs_gallery_media.php:102
226
  msgid "reveal-bottom-100%"
227
  msgstr "ukázat dole 100%"
228
 
229
- #: options/rbs_gallery_options_hover.php:77 rbs_gallery_media.php:103
230
  msgid "direction-aware"
231
  msgstr "přímý směr"
232
 
233
- #: options/rbs_gallery_options_hover.php:78 rbs_gallery_media.php:104
234
  msgid "direction-aware-fade"
235
  msgstr "směr slábnoucí"
236
 
237
- #: options/rbs_gallery_options_hover.php:79 rbs_gallery_media.php:105
238
  msgid "direction-right"
239
  msgstr "směr do prava"
240
 
241
- #: options/rbs_gallery_options_hover.php:80 rbs_gallery_media.php:106
242
  msgid "direction-left"
243
  msgstr "směr do leva"
244
 
245
- #: options/rbs_gallery_options_hover.php:81 rbs_gallery_media.php:107
246
  msgid "direction-top"
247
  msgstr "směr nahoru"
248
 
249
- #: options/rbs_gallery_options_hover.php:82 rbs_gallery_media.php:108
250
  msgid "direction-bottom"
251
  msgstr "směr dolů"
252
 
253
- #: options/rbs_gallery_options_hover.php:83 rbs_gallery_media.php:109
254
  msgid "fade"
255
  msgstr "slábnoucí"
256
 
257
- #: options/rbs_gallery_options_hover.php:90
258
- #: options/rbs_gallery_options_lightbox.php:37
259
  msgid "Show Title"
260
  msgstr "Zobrazit název"
261
 
262
- #: options/rbs_gallery_options_hover.php:105
263
- #: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:71
264
- msgid "Title"
265
- msgstr "Název"
266
-
267
- #: options/rbs_gallery_options_hover.php:106
268
  msgid "Link Button"
269
  msgstr "Tlačítko s odkazem"
270
 
271
- #: options/rbs_gallery_options_hover.php:107
272
  msgid "Zoom Button"
273
  msgstr "Tlačítko lupa"
274
 
275
- #: options/rbs_gallery_options_hover.php:108
 
276
  msgid "Description"
277
  msgstr "Popis"
278
 
279
- #: options/rbs_gallery_options_hover.php:117
280
  msgid "Link Icon"
281
  msgstr "Ikona s odkazem"
282
 
283
- #: options/rbs_gallery_options_hover.php:137
284
  msgid "Zoom Icon"
285
  msgstr "Ikona lupy"
286
 
287
- #: options/rbs_gallery_options_hover.php:160
288
  msgid "Show Description"
289
  msgstr "Zobrazit popis"
290
 
291
- #: options/rbs_gallery_options_hover.php:181
292
  msgid "Description Template"
293
  msgstr "Popis šablony"
294
 
@@ -332,14 +442,43 @@ msgstr ""
332
  msgid "Lightbox Options"
333
  msgstr "Možnosti pro Lightbox"
334
 
335
- #: options/rbs_gallery_options_lightbox.php:26
336
- msgid "Social Buttons"
337
- msgstr "Tlačítka pro sdílení na soc. sítích"
 
 
 
 
 
338
 
339
- #: options/rbs_gallery_options_lightbox.php:46
340
  msgid "Text Color"
341
  msgstr "Barva textu"
342
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
343
  #: options/rbs_gallery_options_loading.php:18
344
  #: options/rbs_gallery_options_loading.php:35
345
  msgid "Loading Options"
@@ -397,11 +536,8 @@ msgstr "Zdroj"
397
  msgid "Desc"
398
  msgstr "Sestupně"
399
 
400
- #: options/rbs_gallery_options_polaroid.php:48
401
- msgid "Caption"
402
- msgstr "Nadpis"
403
-
404
  #: options/rbs_gallery_options_polaroid.php:64
 
405
  msgid "Align"
406
  msgstr "Zarovnání"
407
 
@@ -421,7 +557,7 @@ msgstr "na střed"
421
  msgid "Gallery Shortcode"
422
  msgstr "Zkrácený kód galerie"
423
 
424
- #: options/rbs_gallery_options_shortcode.php:29
425
  msgid "use this shortcode to insert this gallery into page, post or widget"
426
  msgstr ""
427
  "Použijte tento zkrácený kód pro vložení této galerie do stránky nebo widgetu"
@@ -431,22 +567,56 @@ msgid "Gallery Size Options"
431
  msgstr "Možnosti velikosti galerie"
432
 
433
  #: options/rbs_gallery_options_size.php:30
434
- #: options/rbs_gallery_options_size.php:39
 
 
 
 
 
 
 
 
435
  msgid "Thumbs Options"
436
  msgstr "Možnosti náhledů"
437
 
438
- #: options/rbs_gallery_options_size.php:40
439
  msgid "Size Options"
440
  msgstr "Možnosti velikosti"
441
 
442
- #: options/rbs_gallery_options_size.php:47
443
  msgid "Custom Ratio"
444
  msgstr "Vlastní poměr"
445
 
446
- #: options/rbs_gallery_options_size.php:58
447
  msgid "Colums "
448
  msgstr "Sloupce"
449
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
450
  #: options/rbs_gallery_options_view.php:18
451
  msgid "Thumbs View Options"
452
  msgstr "Možnosti zobrazení náhledů"
@@ -481,16 +651,9 @@ msgstr "Možnosti stínu při najetí kurzoru."
481
  msgid "Hover Shadow"
482
  msgstr "Stín při najetí kurzoru."
483
 
484
- #: options/rbs_gallery_options_view.php:127
485
- msgid "Border"
486
- msgstr "Ohraničení"
487
-
488
  #: options/rbs_gallery_options_view.php:137
489
- #: options/rbs_gallery_options_view.php:171
490
- msgid "Border options"
491
- msgstr "Možnosti ohraničení"
492
-
493
  #: options/rbs_gallery_options_view.php:144
 
494
  msgid "Border Options"
495
  msgstr "Možnosti ohraničení"
496
 
@@ -571,7 +734,7 @@ msgstr "Vlastní barva pozadí při najetí myši"
571
  msgid "Advanced images description settings"
572
  msgstr "Pokročilé nastavení popisu obrázků"
573
 
574
- #: rbs_gallery_about.php:69 rbs_gallery_settings.php:63
575
  msgid "All Rights Reserved"
576
  msgstr "Všechna práva vyhrazena."
577
 
@@ -579,10 +742,6 @@ msgstr "Všechna práva vyhrazena."
579
  msgid "Robo Gallery"
580
  msgstr "Robo Gallery"
581
 
582
- #: rbs_gallery_button.php:23 rbs_gallery_list.php:28
583
- msgid "Close"
584
- msgstr "Zavřít"
585
-
586
  #: rbs_gallery_button.php:24
587
  msgid "Insert"
588
  msgstr "Vložit"
@@ -603,19 +762,19 @@ msgstr "Nastavit v"
603
  msgid "Robo Gallery plugin"
604
  msgstr "Robo Gallery plugin"
605
 
606
- #: rbs_gallery_init.php:21
607
  msgid "Available in"
608
  msgstr "K dispozici v"
609
 
610
- #: rbs_gallery_init.php:67
611
  msgid "Galleries List"
612
  msgstr "Seznam galerií"
613
 
614
- #: rbs_gallery_init.php:68 rbs_gallery_init.php:69
615
  msgid "Add Gallery"
616
  msgstr "Přidat galerii"
617
 
618
- #: rbs_gallery_init.php:70
619
  msgid "Edit Gallery"
620
  msgstr "Upravit galerii"
621
 
@@ -630,10 +789,18 @@ msgstr ""
630
  "Můžete vytvořit pouze 3 galerie. Aktualizujte si na verzi PRO a získejte "
631
  "neomezený počet galerií."
632
 
633
- #: rbs_gallery_list.php:55
634
  msgid "Shortcode"
635
  msgstr "Zkrácený kód"
636
 
 
 
 
 
 
 
 
 
637
  #: rbs_gallery_media.php:58
638
  msgid "Column"
639
  msgstr "Sloupec"
@@ -642,10 +809,6 @@ msgstr "Sloupec"
642
  msgid "Link"
643
  msgstr "Odkaz"
644
 
645
- #: rbs_gallery_media.php:73
646
- msgid "On"
647
- msgstr "Zapnout"
648
-
649
  #: rbs_gallery_media.php:78
650
  msgid "Blank Link"
651
  msgstr "Prázdný odkaz"
@@ -662,30 +825,66 @@ msgstr "zděděno"
662
  msgid "Compatibility Settings"
663
  msgstr "Nastavení kompatibility"
664
 
665
- #: rbs_gallery_settings.php:30 rbs_gallery_settings.php:33
666
  msgid "jQuery Version"
667
  msgstr "jQuery verze"
668
 
669
- #: rbs_gallery_settings.php:34 rbs_gallery_settings.php:35
670
  msgid "Default"
671
  msgstr "Standartní"
672
 
673
- #: rbs_gallery_settings.php:37 rbs_gallery_settings.php:38
674
  msgid "Alternative"
675
  msgstr "Alternativní"
676
 
677
- #: rbs_gallery_settings.php:44 rbs_gallery_settings.php:47
 
 
 
 
678
  msgid "Switch Style"
679
  msgstr "Přepnout styl"
680
 
681
- #: rbs_gallery_settings.php:48 rbs_gallery_settings.php:49
682
  msgid "Modern"
683
  msgstr "Moderní"
684
 
685
- #: rbs_gallery_settings.php:51 rbs_gallery_settings.php:52
686
  msgid "Classic"
687
  msgstr "Klasický"
688
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
689
  #: rbs_gallery_widget.php:19
690
  msgid "Robo Gallery Widget"
691
  msgstr "Robo Gallery Widget"
@@ -706,20 +905,38 @@ msgstr "Nová galerie"
706
  msgid "Gallery:"
707
  msgstr "Galerie:"
708
 
709
- msgid "Shadow options"
710
- msgstr "Možnosti stínu"
711
 
712
- msgid "Thumbs options"
713
- msgstr "Možnosti náhledů"
714
 
715
- msgid "Loading options"
716
- msgstr "Možnosti načítání"
717
 
718
- msgid "Title:"
719
- msgstr "Název:"
720
 
721
- msgid "Get PRO Version"
722
- msgstr "Získat verzi Pro"
723
 
724
- msgid "Get PRO version"
725
- msgstr "Získat verzi Pro"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery\n"
4
+ "POT-Creation-Date: 2015-12-11 11:54+0100\n"
5
+ "PO-Revision-Date: 2015-12-11 11:55+0100\n"
6
+ "Last-Translator: RoboSoft Team <team@robosoft.co>\n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
+ "Language: cs_CZ\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
 
 
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: extensions/rbs_create_post.php:10
20
+ msgid "Post manager"
21
+ msgstr ""
22
+
23
+ #: extensions/rbs_create_post.php:11 rbs_gallery_button.php:23
24
+ #: rbs_gallery_list.php:28
25
+ msgid "Close"
26
+ msgstr "Zavřít"
27
+
28
+ #: extensions/rbs_create_post.php:12 options/rbs_gallery_options_tools.php:33
29
+ msgid "Create post"
30
+ msgstr ""
31
+
32
+ #: extensions/rbs_create_post.php:17
33
+ msgid "Loading . . . ."
34
+ msgstr ""
35
+
36
+ #: extensions/rbs_create_post_ajax.php:30
37
+ #: extensions/rbs_create_post_ajax.php:37
38
+ #: extensions/rbs_create_post_ajax.php:84
39
+ #: extensions/rbs_create_post_ajax.php:119
40
+ msgid "Post not created. Error: "
41
+ msgstr ""
42
+
43
+ #: extensions/rbs_create_post_ajax.php:30
44
+ #: extensions/rbs_create_post_ajax.php:150
45
+ msgid "Empty gallery ID"
46
+ msgstr ""
47
+
48
+ #: extensions/rbs_create_post_ajax.php:37
49
+ #: extensions/rbs_create_post_ajax.php:170
50
+ msgid "Incorrect gallery ID"
51
+ msgstr ""
52
+
53
+ #: extensions/rbs_create_post_ajax.php:40
54
+ msgid "Add new post"
55
+ msgstr ""
56
+
57
+ #: extensions/rbs_create_post_ajax.php:45
58
+ msgid "Category"
59
+ msgstr ""
60
+
61
+ #: extensions/rbs_create_post_ajax.php:50
62
+ #: extensions/rbs_create_post_ajax.php:159
63
+ #: options/rbs_gallery_options_hover.php:118
64
+ #: options/rbs_gallery_options_lightbox.php:48
65
+ #: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:71
66
+ msgid "Title"
67
+ msgstr "Název"
68
+
69
+ #: extensions/rbs_create_post_ajax.php:55
70
+ msgid "Slug"
71
+ msgstr ""
72
+
73
+ #: extensions/rbs_create_post_ajax.php:60
74
+ #: options/rbs_gallery_options_lightbox.php:29
75
+ msgid "Text"
76
+ msgstr ""
77
+
78
+ #: extensions/rbs_create_post_ajax.php:68
79
+ msgid "Short tag of the gallery will be insert into created article."
80
+ msgstr ""
81
+
82
+ #: extensions/rbs_create_post_ajax.php:126
83
+ msgid "Post "
84
+ msgstr ""
85
+
86
+ #: extensions/rbs_create_post_ajax.php:126
87
+ msgid " created"
88
+ msgstr ""
89
+
90
+ #: extensions/rbs_create_post_ajax.php:129
91
+ #: extensions/rbs_create_post_ajax.php:182
92
+ #: extensions/rbs_create_post_ajax.php:183
93
+ msgid "Edit"
94
+ msgstr ""
95
+
96
+ #: extensions/rbs_create_post_ajax.php:132
97
+ #: extensions/rbs_create_post_ajax.php:187
98
+ #: extensions/rbs_create_post_ajax.php:188
99
+ msgid "Preview"
100
+ msgstr ""
101
+
102
+ #: extensions/rbs_create_post_ajax.php:138
103
+ msgid "Error: input value"
104
+ msgstr ""
105
+
106
+ #: extensions/rbs_create_post_ajax.php:150
107
+ #: extensions/rbs_create_post_ajax.php:170
108
+ msgid "Error: "
109
+ msgstr ""
110
+
111
+ #: extensions/rbs_create_post_ajax.php:160
112
+ msgid "Status"
113
+ msgstr ""
114
+
115
+ #: extensions/rbs_create_post_ajax.php:178
116
+ msgid "publish"
117
+ msgstr ""
118
+
119
  #: options/rbs_gallery_options_button.php:18
120
  msgid "Menu Options"
121
  msgstr "Nastavení menu"
122
 
123
  #: options/rbs_gallery_options_button.php:26
124
+ msgid "Menu"
125
+ msgstr ""
 
 
 
 
126
 
127
+ #: options/rbs_gallery_options_button.php:41
128
  msgid "Root Label"
129
  msgstr "Štítek kořenového adresáře"
130
 
131
+ #: options/rbs_gallery_options_button.php:53
132
+ msgid "Root Label Text"
133
+ msgstr ""
134
+
135
+ #: options/rbs_gallery_options_button.php:62
136
+ msgid "Self Label"
137
+ msgstr ""
138
+
139
+ #: options/rbs_gallery_options_button.php:71
140
+ msgid "Self Images"
141
+ msgstr ""
142
 
143
+ #: options/rbs_gallery_options_button.php:80
144
  msgid "Style"
145
  msgstr "Styl"
146
 
147
+ #: options/rbs_gallery_options_button.php:87
148
+ #: options/rbs_gallery_options_button.php:119
149
+ #: options/rbs_gallery_options_button.php:135
150
+ msgid "Normal"
151
+ msgstr "Normální"
152
 
153
+ #: options/rbs_gallery_options_button.php:88
154
  msgid "flat"
155
  msgstr "plošně"
156
 
157
+ #: options/rbs_gallery_options_button.php:89
158
  msgid "3d"
159
  msgstr "3D"
160
 
161
+ #: options/rbs_gallery_options_button.php:90
162
+ #: options/rbs_gallery_options_view.php:127
163
+ msgid "Border"
164
+ msgstr "Ohraničení"
165
 
166
+ #: options/rbs_gallery_options_button.php:96
167
  msgid "Color"
168
  msgstr "Barva"
169
 
170
+ #: options/rbs_gallery_options_button.php:103
171
  msgid "gray"
172
  msgstr "šedá"
173
 
174
+ #: options/rbs_gallery_options_button.php:104
175
  msgid "blue"
176
  msgstr "modrá"
177
 
178
+ #: options/rbs_gallery_options_button.php:105
179
  msgid "green"
180
  msgstr "zelená"
181
 
182
+ #: options/rbs_gallery_options_button.php:106
183
  msgid "orange"
184
  msgstr "oranžová"
185
 
186
+ #: options/rbs_gallery_options_button.php:107
187
  msgid "red"
188
  msgstr "červená"
189
 
190
+ #: options/rbs_gallery_options_button.php:108
191
  msgid "purple"
192
  msgstr "purpurová"
193
 
194
+ #: options/rbs_gallery_options_button.php:113
195
  msgid "Rounds"
196
  msgstr "Zaoblení"
197
 
198
+ #: options/rbs_gallery_options_button.php:120
 
 
 
 
 
199
  msgid "Rounded"
200
  msgstr "Zaoblené rohy"
201
 
202
+ #: options/rbs_gallery_options_button.php:121
203
  msgid "Pill"
204
  msgstr "Náhrada"
205
 
206
+ #: options/rbs_gallery_options_button.php:122
207
  msgid "Circle "
208
  msgstr "Kružnice"
209
 
210
+ #: options/rbs_gallery_options_button.php:127
211
  msgid "Size"
212
  msgstr "Velikost"
213
 
214
+ #: options/rbs_gallery_options_button.php:133
215
  msgid "Jumbo"
216
  msgstr "Jumbo"
217
 
218
+ #: options/rbs_gallery_options_button.php:134
219
  msgid "Large"
220
  msgstr "Velké"
221
 
222
+ #: options/rbs_gallery_options_button.php:136
223
  msgid "Small"
224
  msgstr "Malé"
225
 
226
+ #: options/rbs_gallery_options_button.php:137
227
  msgid "Tiny "
228
  msgstr "Drobné (< 10KB)"
229
 
230
+ #: options/rbs_gallery_options_button.php:142
231
  msgid "Left Padding"
232
  msgstr "Levé odsazení obsahu"
233
 
234
+ #: options/rbs_gallery_options_button.php:153
235
  msgid "Bottom Padding"
236
  msgstr "Spodní odsazení obsahu"
237
 
265
  "jednom místě a použijí se stejné možnosti pro další galerie na webu. Velmi "
266
  "rychlý, pohodlný, pokročilý nástroj pro urychlení pracovního postupu!"
267
 
268
+ #: options/rbs_gallery_options_guides.php:20
269
+ msgid "Video Guides"
270
+ msgstr ""
271
+
272
  #: options/rbs_gallery_options_hover.php:18
273
  msgid "Hover Options"
274
  msgstr "Možnosti při najetí kurzoru."
275
 
276
  #: options/rbs_gallery_options_hover.php:26
277
+ msgid "Click Thumbnail"
278
+ msgstr ""
279
 
280
+ #: options/rbs_gallery_options_hover.php:32 rbs_gallery_media.php:73
281
+ msgid "On"
282
+ msgstr "Zapnout"
283
+
284
+ #: options/rbs_gallery_options_hover.php:33
285
+ #: options/rbs_gallery_options_hover.php:47 rbs_gallery_media.php:74
286
  msgid "Off"
287
  msgstr "Vypnout"
288
 
289
+ #: options/rbs_gallery_options_hover.php:40
290
+ msgid "Hover Mode"
291
+ msgstr "Režim při najetí kurzoru."
292
+
293
+ #: options/rbs_gallery_options_hover.php:48
294
  msgid "Options"
295
  msgstr "Nastavení"
296
 
297
+ #: options/rbs_gallery_options_hover.php:49
298
  msgid "Template"
299
  msgstr "Šablona"
300
 
301
+ #: options/rbs_gallery_options_hover.php:62
302
+ #: options/rbs_gallery_options_lightbox.php:69
303
  #: options/rbs_gallery_options_loading.php:79
304
  #: options/rbs_gallery_options_polaroid.php:53
305
  msgid "Bg Color"
306
  msgstr "Barva pozadí"
307
 
308
+ #: options/rbs_gallery_options_hover.php:76 rbs_gallery_media.php:118
309
  msgid "Effect"
310
  msgstr "Efekt"
311
 
312
+ #: options/rbs_gallery_options_hover.php:82 rbs_gallery_media.php:95
313
  msgid "push-up"
314
  msgstr "zvednout"
315
 
316
+ #: options/rbs_gallery_options_hover.php:83 rbs_gallery_media.php:96
317
  msgid "push-down"
318
  msgstr "položit"
319
 
320
+ #: options/rbs_gallery_options_hover.php:84 rbs_gallery_media.php:97
321
  msgid "push-up-100%"
322
  msgstr "zvednout na 100%"
323
 
324
+ #: options/rbs_gallery_options_hover.php:85 rbs_gallery_media.php:98
325
  msgid "push-down-100%"
326
  msgstr "položit na 100%"
327
 
328
+ #: options/rbs_gallery_options_hover.php:86 rbs_gallery_media.php:99
329
  msgid "reveal-top"
330
  msgstr "ukázat nahoře"
331
 
332
+ #: options/rbs_gallery_options_hover.php:87 rbs_gallery_media.php:100
333
  msgid "reveal-bottom"
334
  msgstr "ukázat dole"
335
 
336
+ #: options/rbs_gallery_options_hover.php:88 rbs_gallery_media.php:101
337
  msgid "reveal-top-100%"
338
  msgstr "ukázat nahoře 100%"
339
 
340
+ #: options/rbs_gallery_options_hover.php:89 rbs_gallery_media.php:102
341
  msgid "reveal-bottom-100%"
342
  msgstr "ukázat dole 100%"
343
 
344
+ #: options/rbs_gallery_options_hover.php:90 rbs_gallery_media.php:103
345
  msgid "direction-aware"
346
  msgstr "přímý směr"
347
 
348
+ #: options/rbs_gallery_options_hover.php:91 rbs_gallery_media.php:104
349
  msgid "direction-aware-fade"
350
  msgstr "směr slábnoucí"
351
 
352
+ #: options/rbs_gallery_options_hover.php:92 rbs_gallery_media.php:105
353
  msgid "direction-right"
354
  msgstr "směr do prava"
355
 
356
+ #: options/rbs_gallery_options_hover.php:93 rbs_gallery_media.php:106
357
  msgid "direction-left"
358
  msgstr "směr do leva"
359
 
360
+ #: options/rbs_gallery_options_hover.php:94 rbs_gallery_media.php:107
361
  msgid "direction-top"
362
  msgstr "směr nahoru"
363
 
364
+ #: options/rbs_gallery_options_hover.php:95 rbs_gallery_media.php:108
365
  msgid "direction-bottom"
366
  msgstr "směr dolů"
367
 
368
+ #: options/rbs_gallery_options_hover.php:96 rbs_gallery_media.php:109
369
  msgid "fade"
370
  msgstr "slábnoucí"
371
 
372
+ #: options/rbs_gallery_options_hover.php:103
 
373
  msgid "Show Title"
374
  msgstr "Zobrazit název"
375
 
376
+ #: options/rbs_gallery_options_hover.php:119
 
 
 
 
 
377
  msgid "Link Button"
378
  msgstr "Tlačítko s odkazem"
379
 
380
+ #: options/rbs_gallery_options_hover.php:120
381
  msgid "Zoom Button"
382
  msgstr "Tlačítko lupa"
383
 
384
+ #: options/rbs_gallery_options_hover.php:121
385
+ #: options/rbs_gallery_options_lightbox.php:49
386
  msgid "Description"
387
  msgstr "Popis"
388
 
389
+ #: options/rbs_gallery_options_hover.php:130
390
  msgid "Link Icon"
391
  msgstr "Ikona s odkazem"
392
 
393
+ #: options/rbs_gallery_options_hover.php:150
394
  msgid "Zoom Icon"
395
  msgstr "Ikona lupy"
396
 
397
+ #: options/rbs_gallery_options_hover.php:173
398
  msgid "Show Description"
399
  msgstr "Zobrazit popis"
400
 
401
+ #: options/rbs_gallery_options_hover.php:194
402
  msgid "Description Template"
403
  msgstr "Popis šablony"
404
 
442
  msgid "Lightbox Options"
443
  msgstr "Možnosti pro Lightbox"
444
 
445
+ #: options/rbs_gallery_options_lightbox.php:42
446
+ msgid "Text Source"
447
+ msgstr ""
448
+
449
+ #: options/rbs_gallery_options_lightbox.php:50
450
+ #: options/rbs_gallery_options_polaroid.php:48
451
+ msgid "Caption"
452
+ msgstr "Nadpis"
453
 
454
+ #: options/rbs_gallery_options_lightbox.php:58
455
  msgid "Text Color"
456
  msgstr "Barva textu"
457
 
458
+ #: options/rbs_gallery_options_lightbox.php:82
459
+ msgid "Deep Linking"
460
+ msgstr ""
461
+
462
+ #: options/rbs_gallery_options_lightbox.php:85
463
+ msgid "This option enable linking for every particular image "
464
+ msgstr ""
465
+
466
+ #: options/rbs_gallery_options_lightbox.php:91
467
+ msgid " Images Counter"
468
+ msgstr ""
469
+
470
+ #: options/rbs_gallery_options_lightbox.php:100
471
+ msgid "Close Icon"
472
+ msgstr ""
473
+
474
+ #: options/rbs_gallery_options_lightbox.php:109
475
+ msgid "Arrow Icon"
476
+ msgstr ""
477
+
478
+ #: options/rbs_gallery_options_lightbox.php:118
479
+ msgid "Social Buttons"
480
+ msgstr "Tlačítka pro sdílení na soc. sítích"
481
+
482
  #: options/rbs_gallery_options_loading.php:18
483
  #: options/rbs_gallery_options_loading.php:35
484
  msgid "Loading Options"
536
  msgid "Desc"
537
  msgstr "Sestupně"
538
 
 
 
 
 
539
  #: options/rbs_gallery_options_polaroid.php:64
540
+ #: options/rbs_gallery_options_size.php:40
541
  msgid "Align"
542
  msgstr "Zarovnání"
543
 
557
  msgid "Gallery Shortcode"
558
  msgstr "Zkrácený kód galerie"
559
 
560
+ #: options/rbs_gallery_options_shortcode.php:30
561
  msgid "use this shortcode to insert this gallery into page, post or widget"
562
  msgstr ""
563
  "Použijte tento zkrácený kód pro vložení této galerie do stránky nebo widgetu"
567
  msgstr "Možnosti velikosti galerie"
568
 
569
  #: options/rbs_gallery_options_size.php:30
570
+ msgid "Width "
571
+ msgstr ""
572
+
573
+ #: options/rbs_gallery_options_size.php:53
574
+ msgid "Padding"
575
+ msgstr ""
576
+
577
+ #: options/rbs_gallery_options_size.php:62
578
+ #: options/rbs_gallery_options_size.php:70
579
  msgid "Thumbs Options"
580
  msgstr "Možnosti náhledů"
581
 
582
+ #: options/rbs_gallery_options_size.php:71
583
  msgid "Size Options"
584
  msgstr "Možnosti velikosti"
585
 
586
+ #: options/rbs_gallery_options_size.php:78
587
  msgid "Custom Ratio"
588
  msgstr "Vlastní poměr"
589
 
590
+ #: options/rbs_gallery_options_size.php:89
591
  msgid "Colums "
592
  msgstr "Sloupce"
593
 
594
+ #: options/rbs_gallery_options_text.php:18
595
+ msgid "Text Addons"
596
+ msgstr ""
597
+
598
+ #: options/rbs_gallery_options_text.php:27
599
+ #: options/rbs_gallery_options_text.php:35
600
+ msgid "Pre Text"
601
+ msgstr ""
602
+
603
+ #: options/rbs_gallery_options_text.php:39
604
+ #: options/rbs_gallery_options_text.php:47
605
+ msgid "After Text"
606
+ msgstr ""
607
+
608
+ #: options/rbs_gallery_options_tools.php:18
609
+ msgid "Gallery Tools"
610
+ msgstr ""
611
+
612
+ #: options/rbs_gallery_options_tools.php:38
613
+ msgid "Posts List"
614
+ msgstr ""
615
+
616
+ #: options/rbs_gallery_options_tools.php:40
617
+ msgid "Here you can create and customize new post with gallery inside it"
618
+ msgstr ""
619
+
620
  #: options/rbs_gallery_options_view.php:18
621
  msgid "Thumbs View Options"
622
  msgstr "Možnosti zobrazení náhledů"
651
  msgid "Hover Shadow"
652
  msgstr "Stín při najetí kurzoru."
653
 
 
 
 
 
654
  #: options/rbs_gallery_options_view.php:137
 
 
 
 
655
  #: options/rbs_gallery_options_view.php:144
656
+ #: options/rbs_gallery_options_view.php:171
657
  msgid "Border Options"
658
  msgstr "Možnosti ohraničení"
659
 
734
  msgid "Advanced images description settings"
735
  msgstr "Pokročilé nastavení popisu obrázků"
736
 
737
+ #: rbs_gallery_about.php:69 rbs_gallery_settings.php:91
738
  msgid "All Rights Reserved"
739
  msgstr "Všechna práva vyhrazena."
740
 
742
  msgid "Robo Gallery"
743
  msgstr "Robo Gallery"
744
 
 
 
 
 
745
  #: rbs_gallery_button.php:24
746
  msgid "Insert"
747
  msgstr "Vložit"
762
  msgid "Robo Gallery plugin"
763
  msgstr "Robo Gallery plugin"
764
 
765
+ #: rbs_gallery_init.php:19
766
  msgid "Available in"
767
  msgstr "K dispozici v"
768
 
769
+ #: rbs_gallery_init.php:70
770
  msgid "Galleries List"
771
  msgstr "Seznam galerií"
772
 
773
+ #: rbs_gallery_init.php:71 rbs_gallery_init.php:72
774
  msgid "Add Gallery"
775
  msgstr "Přidat galerii"
776
 
777
+ #: rbs_gallery_init.php:73
778
  msgid "Edit Gallery"
779
  msgstr "Upravit galerii"
780
 
789
  "Můžete vytvořit pouze 3 galerie. Aktualizujte si na verzi PRO a získejte "
790
  "neomezený počet galerií."
791
 
792
+ #: rbs_gallery_list.php:54
793
  msgid "Shortcode"
794
  msgstr "Zkrácený kód"
795
 
796
+ #: rbs_gallery_list.php:63
797
+ msgid "BackUp"
798
+ msgstr ""
799
+
800
+ #: rbs_gallery_list.php:66
801
+ msgid "This function is coming soon!"
802
+ msgstr ""
803
+
804
  #: rbs_gallery_media.php:58
805
  msgid "Column"
806
  msgstr "Sloupec"
809
  msgid "Link"
810
  msgstr "Odkaz"
811
 
 
 
 
 
812
  #: rbs_gallery_media.php:78
813
  msgid "Blank Link"
814
  msgstr "Prázdný odkaz"
825
  msgid "Compatibility Settings"
826
  msgstr "Nastavení kompatibility"
827
 
828
+ #: rbs_gallery_settings.php:26 rbs_gallery_settings.php:29
829
  msgid "jQuery Version"
830
  msgstr "jQuery verze"
831
 
832
+ #: rbs_gallery_settings.php:30 rbs_gallery_settings.php:31
833
  msgid "Default"
834
  msgstr "Standartní"
835
 
836
+ #: rbs_gallery_settings.php:33 rbs_gallery_settings.php:34
837
  msgid "Alternative"
838
  msgstr "Alternativní"
839
 
840
+ #: rbs_gallery_settings.php:38 rbs_gallery_settings.php:39
841
+ msgid "Forced include"
842
+ msgstr ""
843
+
844
+ #: rbs_gallery_settings.php:46 rbs_gallery_settings.php:49
845
  msgid "Switch Style"
846
  msgstr "Přepnout styl"
847
 
848
+ #: rbs_gallery_settings.php:50 rbs_gallery_settings.php:51
849
  msgid "Modern"
850
  msgstr "Moderní"
851
 
852
+ #: rbs_gallery_settings.php:53 rbs_gallery_settings.php:54
853
  msgid "Classic"
854
  msgstr "Klasický"
855
 
856
+ #: rbs_gallery_settings.php:60
857
+ msgid "Size Calculations Delay"
858
+ msgstr ""
859
+
860
+ #: rbs_gallery_settings.php:66
861
+ msgid "Create Post Settings"
862
+ msgstr ""
863
+
864
+ #: rbs_gallery_settings.php:69 rbs_gallery_settings.php:72
865
+ msgid "Show Text"
866
+ msgstr ""
867
+
868
+ #: rbs_gallery_settings.php:73 rbs_gallery_settings.php:74
869
+ msgid "Show"
870
+ msgstr ""
871
+
872
+ #: rbs_gallery_settings.php:76 rbs_gallery_settings.php:77
873
+ msgid "Hide"
874
+ msgstr ""
875
+
876
+ #: rbs_gallery_settings.php:85
877
+ msgid "Save Changes"
878
+ msgstr ""
879
+
880
+ #: rbs_gallery_topblock.php:26
881
+ msgid "Do You wish to get PRO version for FREE ?"
882
+ msgstr ""
883
+
884
+ #: rbs_gallery_topblock.php:31
885
+ msgid "Do You wish to get PRO version for translate?"
886
+ msgstr ""
887
+
888
  #: rbs_gallery_widget.php:19
889
  msgid "Robo Gallery Widget"
890
  msgstr "Robo Gallery Widget"
905
  msgid "Gallery:"
906
  msgstr "Galerie:"
907
 
908
+ #~ msgid "Show Menu"
909
+ #~ msgstr "Zobrazit Menu"
910
 
911
+ #~ msgid "Show Root"
912
+ #~ msgstr "Zobrazení kořenového adresáře"
913
 
914
+ #~ msgid "Show self"
915
+ #~ msgstr "Zobrazit vlastní adresář"
916
 
917
+ #~ msgid "normal"
918
+ #~ msgstr "normálně"
919
 
920
+ #~ msgid "border"
921
+ #~ msgstr "okraj"
922
 
923
+ #~ msgid "Border options"
924
+ #~ msgstr "Možnosti ohraničení"
925
+
926
+ #~ msgid "Shadow options"
927
+ #~ msgstr "Možnosti stínu"
928
+
929
+ #~ msgid "Thumbs options"
930
+ #~ msgstr "Možnosti náhledů"
931
+
932
+ #~ msgid "Loading options"
933
+ #~ msgstr "Možnosti načítání"
934
+
935
+ #~ msgid "Title:"
936
+ #~ msgstr "Název:"
937
+
938
+ #~ msgid "Get PRO Version"
939
+ #~ msgstr "Získat verzi Pro"
940
+
941
+ #~ msgid "Get PRO version"
942
+ #~ msgstr "Získat verzi Pro"
languages/rbs_gallery-ru_RU.mo CHANGED
Binary file
languages/rbs_gallery-ru_RU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery v 1.0.0\n"
4
- "POT-Creation-Date: 2015-08-21 10:48+0200\n"
5
- "PO-Revision-Date: 2015-10-03 11:38+0200\n"
6
  "Last-Translator: RoboSoft Team <team@robosoft.co>\n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: ru_RU\n"
@@ -17,118 +17,222 @@ msgstr ""
17
  "X-Poedit-KeywordsList: __;_e\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: options/rbs_gallery_options_button.php:18
21
  msgid "Menu Options"
22
  msgstr "Настройка меню"
23
 
24
  #: options/rbs_gallery_options_button.php:26
25
- msgid "Show Menu"
26
- msgstr "Показать меню"
27
-
28
- #: options/rbs_gallery_options_button.php:36
29
- msgid "Show Root"
30
- msgstr "Показать Root"
31
 
32
- #: options/rbs_gallery_options_button.php:44
33
  msgid "Root Label"
34
  msgstr ""
35
 
36
- #: options/rbs_gallery_options_button.php:51
37
- msgid "Show self"
38
- msgstr "Показать себя"
 
 
 
 
39
 
40
- #: options/rbs_gallery_options_button.php:60
 
 
 
 
41
  msgid "Style"
42
  msgstr "Стиль"
43
 
44
- #: options/rbs_gallery_options_button.php:67
45
- #: options/rbs_gallery_options_button.php:99
46
- #: options/rbs_gallery_options_button.php:115
47
  msgid "Normal"
48
  msgstr "Обычный"
49
 
50
- #: options/rbs_gallery_options_button.php:68
51
  msgid "flat"
52
  msgstr "flat"
53
 
54
- #: options/rbs_gallery_options_button.php:69
55
  msgid "3d"
56
  msgstr "3D"
57
 
58
- #: options/rbs_gallery_options_button.php:70
59
  #: options/rbs_gallery_options_view.php:127
60
  msgid "Border"
61
  msgstr "Рамка"
62
 
63
- #: options/rbs_gallery_options_button.php:76
64
  msgid "Color"
65
  msgstr "Цвет"
66
 
67
- #: options/rbs_gallery_options_button.php:83
68
  msgid "gray"
69
  msgstr "серый"
70
 
71
- #: options/rbs_gallery_options_button.php:84
72
  msgid "blue"
73
  msgstr "синий"
74
 
75
- #: options/rbs_gallery_options_button.php:85
76
  msgid "green"
77
  msgstr "зеленое"
78
 
79
- #: options/rbs_gallery_options_button.php:86
80
  msgid "orange"
81
  msgstr "Оранжевый"
82
 
83
- #: options/rbs_gallery_options_button.php:87
84
  msgid "red"
85
  msgstr "красный"
86
 
87
- #: options/rbs_gallery_options_button.php:88
88
  msgid "purple"
89
  msgstr "Пурпурный"
90
 
91
- #: options/rbs_gallery_options_button.php:93
92
  msgid "Rounds"
93
  msgstr "Закругление"
94
 
95
- #: options/rbs_gallery_options_button.php:100
96
  msgid "Rounded"
97
- msgstr ""
98
 
99
- #: options/rbs_gallery_options_button.php:101
100
  msgid "Pill"
101
  msgstr "Таблетки"
102
 
103
- #: options/rbs_gallery_options_button.php:102
104
  msgid "Circle "
105
  msgstr "Круг"
106
 
107
- #: options/rbs_gallery_options_button.php:107
108
  msgid "Size"
109
  msgstr "Размер"
110
 
111
- #: options/rbs_gallery_options_button.php:113
112
  msgid "Jumbo"
113
  msgstr "Гигантский"
114
 
115
- #: options/rbs_gallery_options_button.php:114
116
  msgid "Large"
117
  msgstr "Большой"
118
 
119
- #: options/rbs_gallery_options_button.php:116
120
  msgid "Small"
121
  msgstr "Маленький"
122
 
123
- #: options/rbs_gallery_options_button.php:117
124
  msgid "Tiny "
125
  msgstr "Крошечный"
126
 
127
- #: options/rbs_gallery_options_button.php:122
128
  msgid "Left Padding"
129
  msgstr "Отступ с лева"
130
 
131
- #: options/rbs_gallery_options_button.php:133
132
  msgid "Bottom Padding"
133
  msgstr "Отступ снизу"
134
 
@@ -156,132 +260,140 @@ msgid ""
156
  "speed up your workflow!"
157
  msgstr ""
158
 
 
 
 
 
159
  #: options/rbs_gallery_options_hover.php:18
160
  msgid "Hover Options"
161
  msgstr ""
162
 
163
  #: options/rbs_gallery_options_hover.php:26
164
- msgid "Hover Mode"
165
  msgstr ""
166
 
167
- #: options/rbs_gallery_options_hover.php:33 rbs_gallery_media.php:74
 
 
 
 
 
168
  msgid "Off"
169
  msgstr "Откл"
170
 
171
- #: options/rbs_gallery_options_hover.php:34
 
 
 
 
172
  msgid "Options"
173
  msgstr "Настройки"
174
 
175
- #: options/rbs_gallery_options_hover.php:35
176
  msgid "Template"
177
  msgstr "Шаблон"
178
 
179
- #: options/rbs_gallery_options_hover.php:49
180
- #: options/rbs_gallery_options_lightbox.php:57
181
  #: options/rbs_gallery_options_loading.php:79
182
  #: options/rbs_gallery_options_polaroid.php:53
183
  msgid "Bg Color"
184
  msgstr "Цвет фона"
185
 
186
- #: options/rbs_gallery_options_hover.php:63 rbs_gallery_media.php:118
187
  msgid "Effect"
188
  msgstr "Эффект"
189
 
190
- #: options/rbs_gallery_options_hover.php:69 rbs_gallery_media.php:95
191
  msgid "push-up"
192
  msgstr "Сдвиг вверх"
193
 
194
- #: options/rbs_gallery_options_hover.php:70 rbs_gallery_media.php:96
195
  msgid "push-down"
196
  msgstr "Сдвиг вниз"
197
 
198
- #: options/rbs_gallery_options_hover.php:71 rbs_gallery_media.php:97
199
  msgid "push-up-100%"
200
  msgstr "Сдвиг вверх 100%"
201
 
202
- #: options/rbs_gallery_options_hover.php:72 rbs_gallery_media.php:98
203
  msgid "push-down-100%"
204
  msgstr "Сдвиг вниз 100%"
205
 
206
- #: options/rbs_gallery_options_hover.php:73 rbs_gallery_media.php:99
207
  msgid "reveal-top"
208
  msgstr ""
209
 
210
- #: options/rbs_gallery_options_hover.php:74 rbs_gallery_media.php:100
211
  msgid "reveal-bottom"
212
  msgstr "Отступ снизу"
213
 
214
- #: options/rbs_gallery_options_hover.php:75 rbs_gallery_media.php:101
215
  msgid "reveal-top-100%"
216
  msgstr ""
217
 
218
- #: options/rbs_gallery_options_hover.php:76 rbs_gallery_media.php:102
219
  msgid "reveal-bottom-100%"
220
  msgstr ""
221
 
222
- #: options/rbs_gallery_options_hover.php:77 rbs_gallery_media.php:103
223
  msgid "direction-aware"
224
  msgstr ""
225
 
226
- #: options/rbs_gallery_options_hover.php:78 rbs_gallery_media.php:104
227
  msgid "direction-aware-fade"
228
  msgstr ""
229
 
230
- #: options/rbs_gallery_options_hover.php:79 rbs_gallery_media.php:105
231
  msgid "direction-right"
232
  msgstr "Выход справа"
233
 
234
- #: options/rbs_gallery_options_hover.php:80 rbs_gallery_media.php:106
235
  msgid "direction-left"
236
  msgstr "Отступ с лева"
237
 
238
- #: options/rbs_gallery_options_hover.php:81 rbs_gallery_media.php:107
239
  msgid "direction-top"
240
  msgstr "Выход сверху"
241
 
242
- #: options/rbs_gallery_options_hover.php:82 rbs_gallery_media.php:108
243
  msgid "direction-bottom"
244
  msgstr "Отступ снизу"
245
 
246
- #: options/rbs_gallery_options_hover.php:83 rbs_gallery_media.php:109
247
  msgid "fade"
248
  msgstr "Проявление"
249
 
250
- #: options/rbs_gallery_options_hover.php:90
251
- #: options/rbs_gallery_options_lightbox.php:37
252
  msgid "Show Title"
253
  msgstr "Показать Название"
254
 
255
- #: options/rbs_gallery_options_hover.php:105
256
- #: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:71
257
- msgid "Title"
258
- msgstr "Название"
259
-
260
- #: options/rbs_gallery_options_hover.php:106
261
  msgid "Link Button"
262
  msgstr "Значок Ссылки"
263
 
264
- #: options/rbs_gallery_options_hover.php:107
265
  msgid "Zoom Button"
266
  msgstr "Кнопка масштаба"
267
 
268
- #: options/rbs_gallery_options_hover.php:108
 
269
  msgid "Description"
270
  msgstr "Описание"
271
 
272
- #: options/rbs_gallery_options_hover.php:117
273
  msgid "Link Icon"
274
  msgstr "Значок Ссылки"
275
 
276
- #: options/rbs_gallery_options_hover.php:137
277
  msgid "Zoom Icon"
278
  msgstr "Значок масштабирования"
279
 
280
- #: options/rbs_gallery_options_hover.php:160
281
  msgid "Show Description"
282
  msgstr "Показывать описание"
283
 
284
- #: options/rbs_gallery_options_hover.php:181
285
  msgid "Description Template"
286
  msgstr "Шаблон Описания"
287
 
@@ -322,14 +434,43 @@ msgstr ""
322
  msgid "Lightbox Options"
323
  msgstr "Настройки Lightbox "
324
 
325
- #: options/rbs_gallery_options_lightbox.php:26
326
- msgid "Social Buttons"
327
- msgstr "Кнопки Соц. Сетей"
 
 
 
 
 
328
 
329
- #: options/rbs_gallery_options_lightbox.php:46
330
  msgid "Text Color"
331
  msgstr "Цвет текста"
332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333
  #: options/rbs_gallery_options_loading.php:18
334
  #: options/rbs_gallery_options_loading.php:35
335
  msgid "Loading Options"
@@ -387,11 +528,8 @@ msgstr "Источник"
387
  msgid "Desc"
388
  msgstr "Описание"
389
 
390
- #: options/rbs_gallery_options_polaroid.php:48
391
- msgid "Caption"
392
- msgstr "Подпись"
393
-
394
  #: options/rbs_gallery_options_polaroid.php:64
 
395
  msgid "Align"
396
  msgstr "Выровнять"
397
 
@@ -411,7 +549,7 @@ msgstr "по центру"
411
  msgid "Gallery Shortcode"
412
  msgstr ""
413
 
414
- #: options/rbs_gallery_options_shortcode.php:29
415
  msgid "use this shortcode to insert this gallery into page, post or widget"
416
  msgstr ""
417
 
@@ -420,22 +558,56 @@ msgid "Gallery Size Options"
420
  msgstr ""
421
 
422
  #: options/rbs_gallery_options_size.php:30
423
- #: options/rbs_gallery_options_size.php:39
 
 
 
 
 
 
 
 
424
  msgid "Thumbs Options"
425
  msgstr "Настройки Миниатюр"
426
 
427
- #: options/rbs_gallery_options_size.php:40
428
  msgid "Size Options"
429
  msgstr "Настройки размера"
430
 
431
- #: options/rbs_gallery_options_size.php:47
432
  msgid "Custom Ratio"
433
  msgstr ""
434
 
435
- #: options/rbs_gallery_options_size.php:58
436
  msgid "Colums "
437
  msgstr "Колонки"
438
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
439
  #: options/rbs_gallery_options_view.php:18
440
  msgid "Thumbs View Options"
441
  msgstr ""
@@ -514,7 +686,7 @@ msgstr ""
514
 
515
  #: rbs_gallery_about.php:42
516
  msgid "Unlimited multi-categories"
517
- msgstr ""
518
 
519
  #: rbs_gallery_about.php:43
520
  msgid "High quality thumbnails"
@@ -552,7 +724,7 @@ msgstr ""
552
  msgid "Advanced images description settings"
553
  msgstr "Дополнительные настройки описания изображения"
554
 
555
- #: rbs_gallery_about.php:69 rbs_gallery_settings.php:66
556
  msgid "All Rights Reserved"
557
  msgstr "All Rights Reserved."
558
 
@@ -560,10 +732,6 @@ msgstr "All Rights Reserved."
560
  msgid "Robo Gallery"
561
  msgstr "Robo Gallery"
562
 
563
- #: rbs_gallery_button.php:23 rbs_gallery_list.php:28
564
- msgid "Close"
565
- msgstr "Закрыть"
566
-
567
  #: rbs_gallery_button.php:24
568
  msgid "Insert"
569
  msgstr "Вставить"
@@ -584,19 +752,19 @@ msgstr "Настройте "
584
  msgid "Robo Gallery plugin"
585
  msgstr ""
586
 
587
- #: rbs_gallery_init.php:21
588
  msgid "Available in"
589
  msgstr "Доступно в "
590
 
591
- #: rbs_gallery_init.php:67
592
  msgid "Galleries List"
593
  msgstr "Список галерей"
594
 
595
- #: rbs_gallery_init.php:68 rbs_gallery_init.php:69
596
  msgid "Add Gallery"
597
  msgstr "Добавить галерею"
598
 
599
- #: rbs_gallery_init.php:70
600
  msgid "Edit Gallery"
601
  msgstr "Редактировать галерею "
602
 
@@ -611,10 +779,18 @@ msgstr ""
611
  "Вы можете создать только 3 галереи. Обновите на PRO версию чтобы убрать это "
612
  "ограничение."
613
 
614
- #: rbs_gallery_list.php:55
615
  msgid "Shortcode"
616
  msgstr "Shortcode"
617
 
 
 
 
 
 
 
 
 
618
  #: rbs_gallery_media.php:58
619
  msgid "Column"
620
  msgstr "Колонка (и)"
@@ -623,10 +799,6 @@ msgstr "Колонка (и)"
623
  msgid "Link"
624
  msgstr "Ссылка"
625
 
626
- #: rbs_gallery_media.php:73
627
- msgid "On"
628
- msgstr "Вкл"
629
-
630
  #: rbs_gallery_media.php:78
631
  msgid "Blank Link"
632
  msgstr "Ссылка в новом окне "
@@ -655,26 +827,54 @@ msgstr "По умолчанию"
655
  msgid "Alternative"
656
  msgstr "Альтернативная"
657
 
658
- #: rbs_gallery_settings.php:40 rbs_gallery_settings.php:43
 
 
 
 
659
  msgid "Switch Style"
660
  msgstr "Стиль переключателей"
661
 
662
- #: rbs_gallery_settings.php:44 rbs_gallery_settings.php:45
663
  msgid "Modern"
664
  msgstr "Современный"
665
 
666
- #: rbs_gallery_settings.php:47 rbs_gallery_settings.php:48
667
  msgid "Classic"
668
  msgstr "Классический "
669
 
670
- #: rbs_gallery_settings.php:54
671
  msgid "Size Calculations Delay"
672
  msgstr ""
673
 
674
- #: rbs_gallery_settings.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
675
  msgid "Save Changes"
676
  msgstr "Сохранить изменения"
677
 
 
 
 
 
 
 
 
 
678
  #: rbs_gallery_widget.php:19
679
  msgid "Robo Gallery Widget"
680
  msgstr ""
@@ -695,6 +895,15 @@ msgstr "Новая галерея"
695
  msgid "Gallery:"
696
  msgstr ""
697
 
 
 
 
 
 
 
 
 
 
698
  #~ msgid "Shadow options"
699
  #~ msgstr "Shadow options"
700
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery v 1.0.0\n"
4
+ "POT-Creation-Date: 2015-12-11 11:51+0100\n"
5
+ "PO-Revision-Date: 2015-12-11 11:52+0100\n"
6
  "Last-Translator: RoboSoft Team <team@robosoft.co>\n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: ru_RU\n"
17
  "X-Poedit-KeywordsList: __;_e\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: extensions/rbs_create_post.php:10
21
+ msgid "Post manager"
22
+ msgstr ""
23
+
24
+ #: extensions/rbs_create_post.php:11 rbs_gallery_button.php:23
25
+ #: rbs_gallery_list.php:28
26
+ msgid "Close"
27
+ msgstr "Закрыть"
28
+
29
+ #: extensions/rbs_create_post.php:12 options/rbs_gallery_options_tools.php:33
30
+ msgid "Create post"
31
+ msgstr ""
32
+
33
+ #: extensions/rbs_create_post.php:17
34
+ msgid "Loading . . . ."
35
+ msgstr ""
36
+
37
+ #: extensions/rbs_create_post_ajax.php:30
38
+ #: extensions/rbs_create_post_ajax.php:37
39
+ #: extensions/rbs_create_post_ajax.php:84
40
+ #: extensions/rbs_create_post_ajax.php:119
41
+ msgid "Post not created. Error: "
42
+ msgstr ""
43
+
44
+ #: extensions/rbs_create_post_ajax.php:30
45
+ #: extensions/rbs_create_post_ajax.php:150
46
+ msgid "Empty gallery ID"
47
+ msgstr "Пустое id галереи "
48
+
49
+ #: extensions/rbs_create_post_ajax.php:37
50
+ #: extensions/rbs_create_post_ajax.php:170
51
+ msgid "Incorrect gallery ID"
52
+ msgstr ""
53
+
54
+ #: extensions/rbs_create_post_ajax.php:40
55
+ msgid "Add new post"
56
+ msgstr ""
57
+
58
+ #: extensions/rbs_create_post_ajax.php:45
59
+ msgid "Category"
60
+ msgstr ""
61
+
62
+ #: extensions/rbs_create_post_ajax.php:50
63
+ #: extensions/rbs_create_post_ajax.php:159
64
+ #: options/rbs_gallery_options_hover.php:118
65
+ #: options/rbs_gallery_options_lightbox.php:48
66
+ #: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:71
67
+ msgid "Title"
68
+ msgstr "Название"
69
+
70
+ #: extensions/rbs_create_post_ajax.php:55
71
+ msgid "Slug"
72
+ msgstr ""
73
+
74
+ #: extensions/rbs_create_post_ajax.php:60
75
+ #: options/rbs_gallery_options_lightbox.php:29
76
+ msgid "Text"
77
+ msgstr ""
78
+
79
+ #: extensions/rbs_create_post_ajax.php:68
80
+ msgid "Short tag of the gallery will be insert into created article."
81
+ msgstr ""
82
+
83
+ #: extensions/rbs_create_post_ajax.php:126
84
+ msgid "Post "
85
+ msgstr ""
86
+
87
+ #: extensions/rbs_create_post_ajax.php:126
88
+ msgid " created"
89
+ msgstr ""
90
+
91
+ #: extensions/rbs_create_post_ajax.php:129
92
+ #: extensions/rbs_create_post_ajax.php:182
93
+ #: extensions/rbs_create_post_ajax.php:183
94
+ msgid "Edit"
95
+ msgstr ""
96
+
97
+ #: extensions/rbs_create_post_ajax.php:132
98
+ #: extensions/rbs_create_post_ajax.php:187
99
+ #: extensions/rbs_create_post_ajax.php:188
100
+ msgid "Preview"
101
+ msgstr ""
102
+
103
+ #: extensions/rbs_create_post_ajax.php:138
104
+ msgid "Error: input value"
105
+ msgstr "Ошибка: входящее значение"
106
+
107
+ #: extensions/rbs_create_post_ajax.php:150
108
+ #: extensions/rbs_create_post_ajax.php:170
109
+ msgid "Error: "
110
+ msgstr "Ошибка:"
111
+
112
+ #: extensions/rbs_create_post_ajax.php:160
113
+ msgid "Status"
114
+ msgstr ""
115
+
116
+ #: extensions/rbs_create_post_ajax.php:178
117
+ msgid "publish"
118
+ msgstr ""
119
+
120
  #: options/rbs_gallery_options_button.php:18
121
  msgid "Menu Options"
122
  msgstr "Настройка меню"
123
 
124
  #: options/rbs_gallery_options_button.php:26
125
+ msgid "Menu"
126
+ msgstr ""
 
 
 
 
127
 
128
+ #: options/rbs_gallery_options_button.php:41
129
  msgid "Root Label"
130
  msgstr ""
131
 
132
+ #: options/rbs_gallery_options_button.php:53
133
+ msgid "Root Label Text"
134
+ msgstr ""
135
+
136
+ #: options/rbs_gallery_options_button.php:62
137
+ msgid "Self Label"
138
+ msgstr ""
139
 
140
+ #: options/rbs_gallery_options_button.php:71
141
+ msgid "Self Images"
142
+ msgstr ""
143
+
144
+ #: options/rbs_gallery_options_button.php:80
145
  msgid "Style"
146
  msgstr "Стиль"
147
 
148
+ #: options/rbs_gallery_options_button.php:87
149
+ #: options/rbs_gallery_options_button.php:119
150
+ #: options/rbs_gallery_options_button.php:135
151
  msgid "Normal"
152
  msgstr "Обычный"
153
 
154
+ #: options/rbs_gallery_options_button.php:88
155
  msgid "flat"
156
  msgstr "flat"
157
 
158
+ #: options/rbs_gallery_options_button.php:89
159
  msgid "3d"
160
  msgstr "3D"
161
 
162
+ #: options/rbs_gallery_options_button.php:90
163
  #: options/rbs_gallery_options_view.php:127
164
  msgid "Border"
165
  msgstr "Рамка"
166
 
167
+ #: options/rbs_gallery_options_button.php:96
168
  msgid "Color"
169
  msgstr "Цвет"
170
 
171
+ #: options/rbs_gallery_options_button.php:103
172
  msgid "gray"
173
  msgstr "серый"
174
 
175
+ #: options/rbs_gallery_options_button.php:104
176
  msgid "blue"
177
  msgstr "синий"
178
 
179
+ #: options/rbs_gallery_options_button.php:105
180
  msgid "green"
181
  msgstr "зеленое"
182
 
183
+ #: options/rbs_gallery_options_button.php:106
184
  msgid "orange"
185
  msgstr "Оранжевый"
186
 
187
+ #: options/rbs_gallery_options_button.php:107
188
  msgid "red"
189
  msgstr "красный"
190
 
191
+ #: options/rbs_gallery_options_button.php:108
192
  msgid "purple"
193
  msgstr "Пурпурный"
194
 
195
+ #: options/rbs_gallery_options_button.php:113
196
  msgid "Rounds"
197
  msgstr "Закругление"
198
 
199
+ #: options/rbs_gallery_options_button.php:120
200
  msgid "Rounded"
201
+ msgstr "Закругленный"
202
 
203
+ #: options/rbs_gallery_options_button.php:121
204
  msgid "Pill"
205
  msgstr "Таблетки"
206
 
207
+ #: options/rbs_gallery_options_button.php:122
208
  msgid "Circle "
209
  msgstr "Круг"
210
 
211
+ #: options/rbs_gallery_options_button.php:127
212
  msgid "Size"
213
  msgstr "Размер"
214
 
215
+ #: options/rbs_gallery_options_button.php:133
216
  msgid "Jumbo"
217
  msgstr "Гигантский"
218
 
219
+ #: options/rbs_gallery_options_button.php:134
220
  msgid "Large"
221
  msgstr "Большой"
222
 
223
+ #: options/rbs_gallery_options_button.php:136
224
  msgid "Small"
225
  msgstr "Маленький"
226
 
227
+ #: options/rbs_gallery_options_button.php:137
228
  msgid "Tiny "
229
  msgstr "Крошечный"
230
 
231
+ #: options/rbs_gallery_options_button.php:142
232
  msgid "Left Padding"
233
  msgstr "Отступ с лева"
234
 
235
+ #: options/rbs_gallery_options_button.php:153
236
  msgid "Bottom Padding"
237
  msgstr "Отступ снизу"
238
 
260
  "speed up your workflow!"
261
  msgstr ""
262
 
263
+ #: options/rbs_gallery_options_guides.php:20
264
+ msgid "Video Guides"
265
+ msgstr ""
266
+
267
  #: options/rbs_gallery_options_hover.php:18
268
  msgid "Hover Options"
269
  msgstr ""
270
 
271
  #: options/rbs_gallery_options_hover.php:26
272
+ msgid "Click Thumbnail"
273
  msgstr ""
274
 
275
+ #: options/rbs_gallery_options_hover.php:32 rbs_gallery_media.php:73
276
+ msgid "On"
277
+ msgstr "Вкл"
278
+
279
+ #: options/rbs_gallery_options_hover.php:33
280
+ #: options/rbs_gallery_options_hover.php:47 rbs_gallery_media.php:74
281
  msgid "Off"
282
  msgstr "Откл"
283
 
284
+ #: options/rbs_gallery_options_hover.php:40
285
+ msgid "Hover Mode"
286
+ msgstr ""
287
+
288
+ #: options/rbs_gallery_options_hover.php:48
289
  msgid "Options"
290
  msgstr "Настройки"
291
 
292
+ #: options/rbs_gallery_options_hover.php:49
293
  msgid "Template"
294
  msgstr "Шаблон"
295
 
296
+ #: options/rbs_gallery_options_hover.php:62
297
+ #: options/rbs_gallery_options_lightbox.php:69
298
  #: options/rbs_gallery_options_loading.php:79
299
  #: options/rbs_gallery_options_polaroid.php:53
300
  msgid "Bg Color"
301
  msgstr "Цвет фона"
302
 
303
+ #: options/rbs_gallery_options_hover.php:76 rbs_gallery_media.php:118
304
  msgid "Effect"
305
  msgstr "Эффект"
306
 
307
+ #: options/rbs_gallery_options_hover.php:82 rbs_gallery_media.php:95
308
  msgid "push-up"
309
  msgstr "Сдвиг вверх"
310
 
311
+ #: options/rbs_gallery_options_hover.php:83 rbs_gallery_media.php:96
312
  msgid "push-down"
313
  msgstr "Сдвиг вниз"
314
 
315
+ #: options/rbs_gallery_options_hover.php:84 rbs_gallery_media.php:97
316
  msgid "push-up-100%"
317
  msgstr "Сдвиг вверх 100%"
318
 
319
+ #: options/rbs_gallery_options_hover.php:85 rbs_gallery_media.php:98
320
  msgid "push-down-100%"
321
  msgstr "Сдвиг вниз 100%"
322
 
323
+ #: options/rbs_gallery_options_hover.php:86 rbs_gallery_media.php:99
324
  msgid "reveal-top"
325
  msgstr ""
326
 
327
+ #: options/rbs_gallery_options_hover.php:87 rbs_gallery_media.php:100
328
  msgid "reveal-bottom"
329
  msgstr "Отступ снизу"
330
 
331
+ #: options/rbs_gallery_options_hover.php:88 rbs_gallery_media.php:101
332
  msgid "reveal-top-100%"
333
  msgstr ""
334
 
335
+ #: options/rbs_gallery_options_hover.php:89 rbs_gallery_media.php:102
336
  msgid "reveal-bottom-100%"
337
  msgstr ""
338
 
339
+ #: options/rbs_gallery_options_hover.php:90 rbs_gallery_media.php:103
340
  msgid "direction-aware"
341
  msgstr ""
342
 
343
+ #: options/rbs_gallery_options_hover.php:91 rbs_gallery_media.php:104
344
  msgid "direction-aware-fade"
345
  msgstr ""
346
 
347
+ #: options/rbs_gallery_options_hover.php:92 rbs_gallery_media.php:105
348
  msgid "direction-right"
349
  msgstr "Выход справа"
350
 
351
+ #: options/rbs_gallery_options_hover.php:93 rbs_gallery_media.php:106
352
  msgid "direction-left"
353
  msgstr "Отступ с лева"
354
 
355
+ #: options/rbs_gallery_options_hover.php:94 rbs_gallery_media.php:107
356
  msgid "direction-top"
357
  msgstr "Выход сверху"
358
 
359
+ #: options/rbs_gallery_options_hover.php:95 rbs_gallery_media.php:108
360
  msgid "direction-bottom"
361
  msgstr "Отступ снизу"
362
 
363
+ #: options/rbs_gallery_options_hover.php:96 rbs_gallery_media.php:109
364
  msgid "fade"
365
  msgstr "Проявление"
366
 
367
+ #: options/rbs_gallery_options_hover.php:103
 
368
  msgid "Show Title"
369
  msgstr "Показать Название"
370
 
371
+ #: options/rbs_gallery_options_hover.php:119
 
 
 
 
 
372
  msgid "Link Button"
373
  msgstr "Значок Ссылки"
374
 
375
+ #: options/rbs_gallery_options_hover.php:120
376
  msgid "Zoom Button"
377
  msgstr "Кнопка масштаба"
378
 
379
+ #: options/rbs_gallery_options_hover.php:121
380
+ #: options/rbs_gallery_options_lightbox.php:49
381
  msgid "Description"
382
  msgstr "Описание"
383
 
384
+ #: options/rbs_gallery_options_hover.php:130
385
  msgid "Link Icon"
386
  msgstr "Значок Ссылки"
387
 
388
+ #: options/rbs_gallery_options_hover.php:150
389
  msgid "Zoom Icon"
390
  msgstr "Значок масштабирования"
391
 
392
+ #: options/rbs_gallery_options_hover.php:173
393
  msgid "Show Description"
394
  msgstr "Показывать описание"
395
 
396
+ #: options/rbs_gallery_options_hover.php:194
397
  msgid "Description Template"
398
  msgstr "Шаблон Описания"
399
 
434
  msgid "Lightbox Options"
435
  msgstr "Настройки Lightbox "
436
 
437
+ #: options/rbs_gallery_options_lightbox.php:42
438
+ msgid "Text Source"
439
+ msgstr ""
440
+
441
+ #: options/rbs_gallery_options_lightbox.php:50
442
+ #: options/rbs_gallery_options_polaroid.php:48
443
+ msgid "Caption"
444
+ msgstr "Подпись"
445
 
446
+ #: options/rbs_gallery_options_lightbox.php:58
447
  msgid "Text Color"
448
  msgstr "Цвет текста"
449
 
450
+ #: options/rbs_gallery_options_lightbox.php:82
451
+ msgid "Deep Linking"
452
+ msgstr ""
453
+
454
+ #: options/rbs_gallery_options_lightbox.php:85
455
+ msgid "This option enable linking for every particular image "
456
+ msgstr ""
457
+
458
+ #: options/rbs_gallery_options_lightbox.php:91
459
+ msgid " Images Counter"
460
+ msgstr ""
461
+
462
+ #: options/rbs_gallery_options_lightbox.php:100
463
+ msgid "Close Icon"
464
+ msgstr "Иконка Закрытия"
465
+
466
+ #: options/rbs_gallery_options_lightbox.php:109
467
+ msgid "Arrow Icon"
468
+ msgstr ""
469
+
470
+ #: options/rbs_gallery_options_lightbox.php:118
471
+ msgid "Social Buttons"
472
+ msgstr "Кнопки Соц. Сетей"
473
+
474
  #: options/rbs_gallery_options_loading.php:18
475
  #: options/rbs_gallery_options_loading.php:35
476
  msgid "Loading Options"
528
  msgid "Desc"
529
  msgstr "Описание"
530
 
 
 
 
 
531
  #: options/rbs_gallery_options_polaroid.php:64
532
+ #: options/rbs_gallery_options_size.php:40
533
  msgid "Align"
534
  msgstr "Выровнять"
535
 
549
  msgid "Gallery Shortcode"
550
  msgstr ""
551
 
552
+ #: options/rbs_gallery_options_shortcode.php:30
553
  msgid "use this shortcode to insert this gallery into page, post or widget"
554
  msgstr ""
555
 
558
  msgstr ""
559
 
560
  #: options/rbs_gallery_options_size.php:30
561
+ msgid "Width "
562
+ msgstr ""
563
+
564
+ #: options/rbs_gallery_options_size.php:53
565
+ msgid "Padding"
566
+ msgstr ""
567
+
568
+ #: options/rbs_gallery_options_size.php:62
569
+ #: options/rbs_gallery_options_size.php:70
570
  msgid "Thumbs Options"
571
  msgstr "Настройки Миниатюр"
572
 
573
+ #: options/rbs_gallery_options_size.php:71
574
  msgid "Size Options"
575
  msgstr "Настройки размера"
576
 
577
+ #: options/rbs_gallery_options_size.php:78
578
  msgid "Custom Ratio"
579
  msgstr ""
580
 
581
+ #: options/rbs_gallery_options_size.php:89
582
  msgid "Colums "
583
  msgstr "Колонки"
584
 
585
+ #: options/rbs_gallery_options_text.php:18
586
+ msgid "Text Addons"
587
+ msgstr ""
588
+
589
+ #: options/rbs_gallery_options_text.php:27
590
+ #: options/rbs_gallery_options_text.php:35
591
+ msgid "Pre Text"
592
+ msgstr ""
593
+
594
+ #: options/rbs_gallery_options_text.php:39
595
+ #: options/rbs_gallery_options_text.php:47
596
+ msgid "After Text"
597
+ msgstr ""
598
+
599
+ #: options/rbs_gallery_options_tools.php:18
600
+ msgid "Gallery Tools"
601
+ msgstr ""
602
+
603
+ #: options/rbs_gallery_options_tools.php:38
604
+ msgid "Posts List"
605
+ msgstr ""
606
+
607
+ #: options/rbs_gallery_options_tools.php:40
608
+ msgid "Here you can create and customize new post with gallery inside it"
609
+ msgstr ""
610
+
611
  #: options/rbs_gallery_options_view.php:18
612
  msgid "Thumbs View Options"
613
  msgstr ""
686
 
687
  #: rbs_gallery_about.php:42
688
  msgid "Unlimited multi-categories"
689
+ msgstr "Неограниченное количество категорий"
690
 
691
  #: rbs_gallery_about.php:43
692
  msgid "High quality thumbnails"
724
  msgid "Advanced images description settings"
725
  msgstr "Дополнительные настройки описания изображения"
726
 
727
+ #: rbs_gallery_about.php:69 rbs_gallery_settings.php:91
728
  msgid "All Rights Reserved"
729
  msgstr "All Rights Reserved."
730
 
732
  msgid "Robo Gallery"
733
  msgstr "Robo Gallery"
734
 
 
 
 
 
735
  #: rbs_gallery_button.php:24
736
  msgid "Insert"
737
  msgstr "Вставить"
752
  msgid "Robo Gallery plugin"
753
  msgstr ""
754
 
755
+ #: rbs_gallery_init.php:19
756
  msgid "Available in"
757
  msgstr "Доступно в "
758
 
759
+ #: rbs_gallery_init.php:70
760
  msgid "Galleries List"
761
  msgstr "Список галерей"
762
 
763
+ #: rbs_gallery_init.php:71 rbs_gallery_init.php:72
764
  msgid "Add Gallery"
765
  msgstr "Добавить галерею"
766
 
767
+ #: rbs_gallery_init.php:73
768
  msgid "Edit Gallery"
769
  msgstr "Редактировать галерею "
770
 
779
  "Вы можете создать только 3 галереи. Обновите на PRO версию чтобы убрать это "
780
  "ограничение."
781
 
782
+ #: rbs_gallery_list.php:54
783
  msgid "Shortcode"
784
  msgstr "Shortcode"
785
 
786
+ #: rbs_gallery_list.php:63
787
+ msgid "BackUp"
788
+ msgstr "Резервная копия "
789
+
790
+ #: rbs_gallery_list.php:66
791
+ msgid "This function is coming soon!"
792
+ msgstr ""
793
+
794
  #: rbs_gallery_media.php:58
795
  msgid "Column"
796
  msgstr "Колонка (и)"
799
  msgid "Link"
800
  msgstr "Ссылка"
801
 
 
 
 
 
802
  #: rbs_gallery_media.php:78
803
  msgid "Blank Link"
804
  msgstr "Ссылка в новом окне "
827
  msgid "Alternative"
828
  msgstr "Альтернативная"
829
 
830
+ #: rbs_gallery_settings.php:38 rbs_gallery_settings.php:39
831
+ msgid "Forced include"
832
+ msgstr ""
833
+
834
+ #: rbs_gallery_settings.php:46 rbs_gallery_settings.php:49
835
  msgid "Switch Style"
836
  msgstr "Стиль переключателей"
837
 
838
+ #: rbs_gallery_settings.php:50 rbs_gallery_settings.php:51
839
  msgid "Modern"
840
  msgstr "Современный"
841
 
842
+ #: rbs_gallery_settings.php:53 rbs_gallery_settings.php:54
843
  msgid "Classic"
844
  msgstr "Классический "
845
 
846
+ #: rbs_gallery_settings.php:60
847
  msgid "Size Calculations Delay"
848
  msgstr ""
849
 
850
+ #: rbs_gallery_settings.php:66
851
+ msgid "Create Post Settings"
852
+ msgstr ""
853
+
854
+ #: rbs_gallery_settings.php:69 rbs_gallery_settings.php:72
855
+ msgid "Show Text"
856
+ msgstr ""
857
+
858
+ #: rbs_gallery_settings.php:73 rbs_gallery_settings.php:74
859
+ msgid "Show"
860
+ msgstr ""
861
+
862
+ #: rbs_gallery_settings.php:76 rbs_gallery_settings.php:77
863
+ msgid "Hide"
864
+ msgstr ""
865
+
866
+ #: rbs_gallery_settings.php:85
867
  msgid "Save Changes"
868
  msgstr "Сохранить изменения"
869
 
870
+ #: rbs_gallery_topblock.php:26
871
+ msgid "Do You wish to get PRO version for FREE ?"
872
+ msgstr ""
873
+
874
+ #: rbs_gallery_topblock.php:31
875
+ msgid "Do You wish to get PRO version for translate?"
876
+ msgstr ""
877
+
878
  #: rbs_gallery_widget.php:19
879
  msgid "Robo Gallery Widget"
880
  msgstr ""
895
  msgid "Gallery:"
896
  msgstr ""
897
 
898
+ #~ msgid "Show Menu"
899
+ #~ msgstr "Показать меню"
900
+
901
+ #~ msgid "Show Root"
902
+ #~ msgstr "Показать Root"
903
+
904
+ #~ msgid "Show self"
905
+ #~ msgstr "Показать себя"
906
+
907
  #~ msgid "Shadow options"
908
  #~ msgstr "Shadow options"
909
 
languages/rbs_gallery-uk_UA.mo CHANGED
Binary file
languages/rbs_gallery-uk_UA.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery V 1.2\n"
4
- "POT-Creation-Date: 2015-08-24 08:45+0200\n"
5
- "PO-Revision-Date: 2015-09-17 07:11+0200\n"
6
  "Last-Translator: RoboSoft Team <team@robosoft.co>\n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: uk_UA\n"
@@ -17,118 +17,222 @@ msgstr ""
17
  "X-Poedit-KeywordsList: __;_e\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: options/rbs_gallery_options_button.php:18
21
  msgid "Menu Options"
22
  msgstr ""
23
 
24
  #: options/rbs_gallery_options_button.php:26
25
- msgid "Show Menu"
26
- msgstr "Показати меню"
27
-
28
- #: options/rbs_gallery_options_button.php:36
29
- msgid "Show Root"
30
  msgstr ""
31
 
32
- #: options/rbs_gallery_options_button.php:44
33
  msgid "Root Label"
34
  msgstr ""
35
 
36
- #: options/rbs_gallery_options_button.php:51
37
- msgid "Show self"
 
 
 
 
38
  msgstr ""
39
 
40
- #: options/rbs_gallery_options_button.php:60
 
 
 
 
41
  msgid "Style"
42
  msgstr "Стиль"
43
 
44
- #: options/rbs_gallery_options_button.php:67
45
- #: options/rbs_gallery_options_button.php:99
46
- #: options/rbs_gallery_options_button.php:115
47
  msgid "Normal"
48
  msgstr ""
49
 
50
- #: options/rbs_gallery_options_button.php:68
51
  msgid "flat"
52
  msgstr ""
53
 
54
- #: options/rbs_gallery_options_button.php:69
55
  msgid "3d"
56
  msgstr "3d"
57
 
58
- #: options/rbs_gallery_options_button.php:70
59
  #: options/rbs_gallery_options_view.php:127
60
  msgid "Border"
61
  msgstr "Рамка"
62
 
63
- #: options/rbs_gallery_options_button.php:76
64
  msgid "Color"
65
  msgstr "Колір"
66
 
67
- #: options/rbs_gallery_options_button.php:83
68
  msgid "gray"
69
  msgstr ""
70
 
71
- #: options/rbs_gallery_options_button.php:84
72
  msgid "blue"
73
  msgstr "Синій"
74
 
75
- #: options/rbs_gallery_options_button.php:85
76
  msgid "green"
77
  msgstr "зелений"
78
 
79
- #: options/rbs_gallery_options_button.php:86
80
  msgid "orange"
81
  msgstr ""
82
 
83
- #: options/rbs_gallery_options_button.php:87
84
  msgid "red"
85
  msgstr ""
86
 
87
- #: options/rbs_gallery_options_button.php:88
88
  msgid "purple"
89
  msgstr ""
90
 
91
- #: options/rbs_gallery_options_button.php:93
92
  msgid "Rounds"
93
  msgstr ""
94
 
95
- #: options/rbs_gallery_options_button.php:100
96
  msgid "Rounded"
97
  msgstr ""
98
 
99
- #: options/rbs_gallery_options_button.php:101
100
  msgid "Pill"
101
  msgstr ""
102
 
103
- #: options/rbs_gallery_options_button.php:102
104
  msgid "Circle "
105
  msgstr "Коло"
106
 
107
- #: options/rbs_gallery_options_button.php:107
108
  msgid "Size"
109
  msgstr "Розмір"
110
 
111
- #: options/rbs_gallery_options_button.php:113
112
  msgid "Jumbo"
113
  msgstr ""
114
 
115
- #: options/rbs_gallery_options_button.php:114
116
  msgid "Large"
117
  msgstr ""
118
 
119
- #: options/rbs_gallery_options_button.php:116
120
  msgid "Small"
121
  msgstr "Малий"
122
 
123
- #: options/rbs_gallery_options_button.php:117
124
  msgid "Tiny "
125
  msgstr "Крихітні"
126
 
127
- #: options/rbs_gallery_options_button.php:122
128
  msgid "Left Padding"
129
  msgstr ""
130
 
131
- #: options/rbs_gallery_options_button.php:133
132
  msgid "Bottom Padding"
133
  msgstr ""
134
 
@@ -156,132 +260,140 @@ msgid ""
156
  "speed up your workflow!"
157
  msgstr ""
158
 
 
 
 
 
159
  #: options/rbs_gallery_options_hover.php:18
160
  msgid "Hover Options"
161
  msgstr ""
162
 
163
  #: options/rbs_gallery_options_hover.php:26
164
- msgid "Hover Mode"
165
  msgstr ""
166
 
167
- #: options/rbs_gallery_options_hover.php:33 rbs_gallery_media.php:74
 
 
 
 
 
168
  msgid "Off"
169
  msgstr ""
170
 
171
- #: options/rbs_gallery_options_hover.php:34
 
 
 
 
172
  msgid "Options"
173
  msgstr "Параметри"
174
 
175
- #: options/rbs_gallery_options_hover.php:35
176
  msgid "Template"
177
  msgstr "Шаблон"
178
 
179
- #: options/rbs_gallery_options_hover.php:49
180
- #: options/rbs_gallery_options_lightbox.php:57
181
  #: options/rbs_gallery_options_loading.php:79
182
  #: options/rbs_gallery_options_polaroid.php:53
183
  msgid "Bg Color"
184
  msgstr ""
185
 
186
- #: options/rbs_gallery_options_hover.php:63 rbs_gallery_media.php:118
187
  msgid "Effect"
188
  msgstr "Ефект"
189
 
190
- #: options/rbs_gallery_options_hover.php:69 rbs_gallery_media.php:95
191
  msgid "push-up"
192
  msgstr ""
193
 
194
- #: options/rbs_gallery_options_hover.php:70 rbs_gallery_media.php:96
195
  msgid "push-down"
196
  msgstr ""
197
 
198
- #: options/rbs_gallery_options_hover.php:71 rbs_gallery_media.php:97
199
  msgid "push-up-100%"
200
  msgstr ""
201
 
202
- #: options/rbs_gallery_options_hover.php:72 rbs_gallery_media.php:98
203
  msgid "push-down-100%"
204
  msgstr ""
205
 
206
- #: options/rbs_gallery_options_hover.php:73 rbs_gallery_media.php:99
207
  msgid "reveal-top"
208
  msgstr ""
209
 
210
- #: options/rbs_gallery_options_hover.php:74 rbs_gallery_media.php:100
211
  msgid "reveal-bottom"
212
  msgstr ""
213
 
214
- #: options/rbs_gallery_options_hover.php:75 rbs_gallery_media.php:101
215
  msgid "reveal-top-100%"
216
  msgstr ""
217
 
218
- #: options/rbs_gallery_options_hover.php:76 rbs_gallery_media.php:102
219
  msgid "reveal-bottom-100%"
220
  msgstr ""
221
 
222
- #: options/rbs_gallery_options_hover.php:77 rbs_gallery_media.php:103
223
  msgid "direction-aware"
224
  msgstr ""
225
 
226
- #: options/rbs_gallery_options_hover.php:78 rbs_gallery_media.php:104
227
  msgid "direction-aware-fade"
228
  msgstr ""
229
 
230
- #: options/rbs_gallery_options_hover.php:79 rbs_gallery_media.php:105
231
  msgid "direction-right"
232
  msgstr ""
233
 
234
- #: options/rbs_gallery_options_hover.php:80 rbs_gallery_media.php:106
235
  msgid "direction-left"
236
  msgstr ""
237
 
238
- #: options/rbs_gallery_options_hover.php:81 rbs_gallery_media.php:107
239
  msgid "direction-top"
240
  msgstr ""
241
 
242
- #: options/rbs_gallery_options_hover.php:82 rbs_gallery_media.php:108
243
  msgid "direction-bottom"
244
  msgstr ""
245
 
246
- #: options/rbs_gallery_options_hover.php:83 rbs_gallery_media.php:109
247
  msgid "fade"
248
  msgstr "згасання"
249
 
250
- #: options/rbs_gallery_options_hover.php:90
251
- #: options/rbs_gallery_options_lightbox.php:37
252
  msgid "Show Title"
253
  msgstr "Показати заголовок"
254
 
255
- #: options/rbs_gallery_options_hover.php:105
256
- #: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:71
257
- msgid "Title"
258
- msgstr "Назва"
259
-
260
- #: options/rbs_gallery_options_hover.php:106
261
  msgid "Link Button"
262
  msgstr ""
263
 
264
- #: options/rbs_gallery_options_hover.php:107
265
  msgid "Zoom Button"
266
  msgstr ""
267
 
268
- #: options/rbs_gallery_options_hover.php:108
 
269
  msgid "Description"
270
  msgstr "Опис"
271
 
272
- #: options/rbs_gallery_options_hover.php:117
273
  msgid "Link Icon"
274
  msgstr ""
275
 
276
- #: options/rbs_gallery_options_hover.php:137
277
  msgid "Zoom Icon"
278
  msgstr ""
279
 
280
- #: options/rbs_gallery_options_hover.php:160
281
  msgid "Show Description"
282
  msgstr "Показати опис"
283
 
284
- #: options/rbs_gallery_options_hover.php:181
285
  msgid "Description Template"
286
  msgstr ""
287
 
@@ -322,14 +434,43 @@ msgstr ""
322
  msgid "Lightbox Options"
323
  msgstr ""
324
 
325
- #: options/rbs_gallery_options_lightbox.php:26
326
- msgid "Social Buttons"
327
  msgstr ""
328
 
329
- #: options/rbs_gallery_options_lightbox.php:46
 
 
 
 
 
330
  msgid "Text Color"
331
  msgstr "Колір Тексту"
332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333
  #: options/rbs_gallery_options_loading.php:18
334
  #: options/rbs_gallery_options_loading.php:35
335
  msgid "Loading Options"
@@ -387,11 +528,8 @@ msgstr "Джерело"
387
  msgid "Desc"
388
  msgstr "Опис"
389
 
390
- #: options/rbs_gallery_options_polaroid.php:48
391
- msgid "Caption"
392
- msgstr "Підпис"
393
-
394
  #: options/rbs_gallery_options_polaroid.php:64
 
395
  msgid "Align"
396
  msgstr "Вирівняти"
397
 
@@ -411,7 +549,7 @@ msgstr "По центру"
411
  msgid "Gallery Shortcode"
412
  msgstr ""
413
 
414
- #: options/rbs_gallery_options_shortcode.php:29
415
  msgid "use this shortcode to insert this gallery into page, post or widget"
416
  msgstr ""
417
 
@@ -420,22 +558,56 @@ msgid "Gallery Size Options"
420
  msgstr ""
421
 
422
  #: options/rbs_gallery_options_size.php:30
423
- #: options/rbs_gallery_options_size.php:39
 
 
 
 
 
 
 
 
424
  msgid "Thumbs Options"
425
  msgstr ""
426
 
427
- #: options/rbs_gallery_options_size.php:40
428
  msgid "Size Options"
429
  msgstr ""
430
 
431
- #: options/rbs_gallery_options_size.php:47
432
  msgid "Custom Ratio"
433
  msgstr ""
434
 
435
- #: options/rbs_gallery_options_size.php:58
436
  msgid "Colums "
437
  msgstr ""
438
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
439
  #: options/rbs_gallery_options_view.php:18
440
  msgid "Thumbs View Options"
441
  msgstr ""
@@ -552,7 +724,7 @@ msgstr ""
552
  msgid "Advanced images description settings"
553
  msgstr "Розширені налаштування"
554
 
555
- #: rbs_gallery_about.php:69 rbs_gallery_settings.php:66
556
  msgid "All Rights Reserved"
557
  msgstr "Всі права захищені"
558
 
@@ -560,10 +732,6 @@ msgstr "Всі права захищені"
560
  msgid "Robo Gallery"
561
  msgstr ""
562
 
563
- #: rbs_gallery_button.php:23 rbs_gallery_list.php:28
564
- msgid "Close"
565
- msgstr "Закрити"
566
-
567
  #: rbs_gallery_button.php:24
568
  msgid "Insert"
569
  msgstr ""
@@ -584,19 +752,19 @@ msgstr "Налаштувати"
584
  msgid "Robo Gallery plugin"
585
  msgstr ""
586
 
587
- #: rbs_gallery_init.php:21
588
  msgid "Available in"
589
  msgstr "Доступно в"
590
 
591
- #: rbs_gallery_init.php:67
592
  msgid "Galleries List"
593
  msgstr "Галереї"
594
 
595
- #: rbs_gallery_init.php:68 rbs_gallery_init.php:69
596
  msgid "Add Gallery"
597
  msgstr "Додати Галерею "
598
 
599
- #: rbs_gallery_init.php:70
600
  msgid "Edit Gallery"
601
  msgstr "Редагувати Галерею"
602
 
@@ -613,6 +781,14 @@ msgstr ""
613
  msgid "Shortcode"
614
  msgstr "Shortcode"
615
 
 
 
 
 
 
 
 
 
616
  #: rbs_gallery_media.php:58
617
  msgid "Column"
618
  msgstr "Колонка"
@@ -621,10 +797,6 @@ msgstr "Колонка"
621
  msgid "Link"
622
  msgstr ""
623
 
624
- #: rbs_gallery_media.php:73
625
- msgid "On"
626
- msgstr ""
627
-
628
  #: rbs_gallery_media.php:78
629
  msgid "Blank Link"
630
  msgstr ""
@@ -653,26 +825,54 @@ msgstr "Типове"
653
  msgid "Alternative"
654
  msgstr ""
655
 
656
- #: rbs_gallery_settings.php:40 rbs_gallery_settings.php:43
 
 
 
 
657
  msgid "Switch Style"
658
  msgstr ""
659
 
660
- #: rbs_gallery_settings.php:44 rbs_gallery_settings.php:45
661
  msgid "Modern"
662
  msgstr ""
663
 
664
- #: rbs_gallery_settings.php:47 rbs_gallery_settings.php:48
665
  msgid "Classic"
666
  msgstr "Класичний"
667
 
668
- #: rbs_gallery_settings.php:54
669
  msgid "Size Calculations Delay"
670
  msgstr ""
671
 
672
- #: rbs_gallery_settings.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
673
  msgid "Save Changes"
674
  msgstr ""
675
 
 
 
 
 
 
 
 
 
676
  #: rbs_gallery_widget.php:19
677
  msgid "Robo Gallery Widget"
678
  msgstr ""
@@ -691,7 +891,10 @@ msgstr ""
691
 
692
  #: rbs_gallery_widget.php:76
693
  msgid "Gallery:"
694
- msgstr ""
 
 
 
695
 
696
  #~ msgid "Shadow options"
697
  #~ msgstr "Shadow options"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery V 1.2\n"
4
+ "POT-Creation-Date: 2015-12-11 11:53+0100\n"
5
+ "PO-Revision-Date: 2015-12-11 11:54+0100\n"
6
  "Last-Translator: RoboSoft Team <team@robosoft.co>\n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: uk_UA\n"
17
  "X-Poedit-KeywordsList: __;_e\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: extensions/rbs_create_post.php:10
21
+ msgid "Post manager"
22
+ msgstr ""
23
+
24
+ #: extensions/rbs_create_post.php:11 rbs_gallery_button.php:23
25
+ #: rbs_gallery_list.php:28
26
+ msgid "Close"
27
+ msgstr "Закрити"
28
+
29
+ #: extensions/rbs_create_post.php:12 options/rbs_gallery_options_tools.php:33
30
+ msgid "Create post"
31
+ msgstr ""
32
+
33
+ #: extensions/rbs_create_post.php:17
34
+ msgid "Loading . . . ."
35
+ msgstr ""
36
+
37
+ #: extensions/rbs_create_post_ajax.php:30
38
+ #: extensions/rbs_create_post_ajax.php:37
39
+ #: extensions/rbs_create_post_ajax.php:84
40
+ #: extensions/rbs_create_post_ajax.php:119
41
+ msgid "Post not created. Error: "
42
+ msgstr ""
43
+
44
+ #: extensions/rbs_create_post_ajax.php:30
45
+ #: extensions/rbs_create_post_ajax.php:150
46
+ msgid "Empty gallery ID"
47
+ msgstr ""
48
+
49
+ #: extensions/rbs_create_post_ajax.php:37
50
+ #: extensions/rbs_create_post_ajax.php:170
51
+ msgid "Incorrect gallery ID"
52
+ msgstr ""
53
+
54
+ #: extensions/rbs_create_post_ajax.php:40
55
+ msgid "Add new post"
56
+ msgstr ""
57
+
58
+ #: extensions/rbs_create_post_ajax.php:45
59
+ msgid "Category"
60
+ msgstr ""
61
+
62
+ #: extensions/rbs_create_post_ajax.php:50
63
+ #: extensions/rbs_create_post_ajax.php:159
64
+ #: options/rbs_gallery_options_hover.php:118
65
+ #: options/rbs_gallery_options_lightbox.php:48
66
+ #: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:71
67
+ msgid "Title"
68
+ msgstr "Назва"
69
+
70
+ #: extensions/rbs_create_post_ajax.php:55
71
+ msgid "Slug"
72
+ msgstr ""
73
+
74
+ #: extensions/rbs_create_post_ajax.php:60
75
+ #: options/rbs_gallery_options_lightbox.php:29
76
+ msgid "Text"
77
+ msgstr "Текст"
78
+
79
+ #: extensions/rbs_create_post_ajax.php:68
80
+ msgid "Short tag of the gallery will be insert into created article."
81
+ msgstr ""
82
+
83
+ #: extensions/rbs_create_post_ajax.php:126
84
+ msgid "Post "
85
+ msgstr ""
86
+
87
+ #: extensions/rbs_create_post_ajax.php:126
88
+ msgid " created"
89
+ msgstr ""
90
+
91
+ #: extensions/rbs_create_post_ajax.php:129
92
+ #: extensions/rbs_create_post_ajax.php:182
93
+ #: extensions/rbs_create_post_ajax.php:183
94
+ msgid "Edit"
95
+ msgstr "Редагувати"
96
+
97
+ #: extensions/rbs_create_post_ajax.php:132
98
+ #: extensions/rbs_create_post_ajax.php:187
99
+ #: extensions/rbs_create_post_ajax.php:188
100
+ msgid "Preview"
101
+ msgstr ""
102
+
103
+ #: extensions/rbs_create_post_ajax.php:138
104
+ msgid "Error: input value"
105
+ msgstr "Помилка: вхідне значення"
106
+
107
+ #: extensions/rbs_create_post_ajax.php:150
108
+ #: extensions/rbs_create_post_ajax.php:170
109
+ msgid "Error: "
110
+ msgstr "Помилка:"
111
+
112
+ #: extensions/rbs_create_post_ajax.php:160
113
+ msgid "Status"
114
+ msgstr ""
115
+
116
+ #: extensions/rbs_create_post_ajax.php:178
117
+ msgid "publish"
118
+ msgstr ""
119
+
120
  #: options/rbs_gallery_options_button.php:18
121
  msgid "Menu Options"
122
  msgstr ""
123
 
124
  #: options/rbs_gallery_options_button.php:26
125
+ msgid "Menu"
 
 
 
 
126
  msgstr ""
127
 
128
+ #: options/rbs_gallery_options_button.php:41
129
  msgid "Root Label"
130
  msgstr ""
131
 
132
+ #: options/rbs_gallery_options_button.php:53
133
+ msgid "Root Label Text"
134
+ msgstr ""
135
+
136
+ #: options/rbs_gallery_options_button.php:62
137
+ msgid "Self Label"
138
  msgstr ""
139
 
140
+ #: options/rbs_gallery_options_button.php:71
141
+ msgid "Self Images"
142
+ msgstr ""
143
+
144
+ #: options/rbs_gallery_options_button.php:80
145
  msgid "Style"
146
  msgstr "Стиль"
147
 
148
+ #: options/rbs_gallery_options_button.php:87
149
+ #: options/rbs_gallery_options_button.php:119
150
+ #: options/rbs_gallery_options_button.php:135
151
  msgid "Normal"
152
  msgstr ""
153
 
154
+ #: options/rbs_gallery_options_button.php:88
155
  msgid "flat"
156
  msgstr ""
157
 
158
+ #: options/rbs_gallery_options_button.php:89
159
  msgid "3d"
160
  msgstr "3d"
161
 
162
+ #: options/rbs_gallery_options_button.php:90
163
  #: options/rbs_gallery_options_view.php:127
164
  msgid "Border"
165
  msgstr "Рамка"
166
 
167
+ #: options/rbs_gallery_options_button.php:96
168
  msgid "Color"
169
  msgstr "Колір"
170
 
171
+ #: options/rbs_gallery_options_button.php:103
172
  msgid "gray"
173
  msgstr ""
174
 
175
+ #: options/rbs_gallery_options_button.php:104
176
  msgid "blue"
177
  msgstr "Синій"
178
 
179
+ #: options/rbs_gallery_options_button.php:105
180
  msgid "green"
181
  msgstr "зелений"
182
 
183
+ #: options/rbs_gallery_options_button.php:106
184
  msgid "orange"
185
  msgstr ""
186
 
187
+ #: options/rbs_gallery_options_button.php:107
188
  msgid "red"
189
  msgstr ""
190
 
191
+ #: options/rbs_gallery_options_button.php:108
192
  msgid "purple"
193
  msgstr ""
194
 
195
+ #: options/rbs_gallery_options_button.php:113
196
  msgid "Rounds"
197
  msgstr ""
198
 
199
+ #: options/rbs_gallery_options_button.php:120
200
  msgid "Rounded"
201
  msgstr ""
202
 
203
+ #: options/rbs_gallery_options_button.php:121
204
  msgid "Pill"
205
  msgstr ""
206
 
207
+ #: options/rbs_gallery_options_button.php:122
208
  msgid "Circle "
209
  msgstr "Коло"
210
 
211
+ #: options/rbs_gallery_options_button.php:127
212
  msgid "Size"
213
  msgstr "Розмір"
214
 
215
+ #: options/rbs_gallery_options_button.php:133
216
  msgid "Jumbo"
217
  msgstr ""
218
 
219
+ #: options/rbs_gallery_options_button.php:134
220
  msgid "Large"
221
  msgstr ""
222
 
223
+ #: options/rbs_gallery_options_button.php:136
224
  msgid "Small"
225
  msgstr "Малий"
226
 
227
+ #: options/rbs_gallery_options_button.php:137
228
  msgid "Tiny "
229
  msgstr "Крихітні"
230
 
231
+ #: options/rbs_gallery_options_button.php:142
232
  msgid "Left Padding"
233
  msgstr ""
234
 
235
+ #: options/rbs_gallery_options_button.php:153
236
  msgid "Bottom Padding"
237
  msgstr ""
238
 
260
  "speed up your workflow!"
261
  msgstr ""
262
 
263
+ #: options/rbs_gallery_options_guides.php:20
264
+ msgid "Video Guides"
265
+ msgstr ""
266
+
267
  #: options/rbs_gallery_options_hover.php:18
268
  msgid "Hover Options"
269
  msgstr ""
270
 
271
  #: options/rbs_gallery_options_hover.php:26
272
+ msgid "Click Thumbnail"
273
  msgstr ""
274
 
275
+ #: options/rbs_gallery_options_hover.php:32 rbs_gallery_media.php:73
276
+ msgid "On"
277
+ msgstr ""
278
+
279
+ #: options/rbs_gallery_options_hover.php:33
280
+ #: options/rbs_gallery_options_hover.php:47 rbs_gallery_media.php:74
281
  msgid "Off"
282
  msgstr ""
283
 
284
+ #: options/rbs_gallery_options_hover.php:40
285
+ msgid "Hover Mode"
286
+ msgstr ""
287
+
288
+ #: options/rbs_gallery_options_hover.php:48
289
  msgid "Options"
290
  msgstr "Параметри"
291
 
292
+ #: options/rbs_gallery_options_hover.php:49
293
  msgid "Template"
294
  msgstr "Шаблон"
295
 
296
+ #: options/rbs_gallery_options_hover.php:62
297
+ #: options/rbs_gallery_options_lightbox.php:69
298
  #: options/rbs_gallery_options_loading.php:79
299
  #: options/rbs_gallery_options_polaroid.php:53
300
  msgid "Bg Color"
301
  msgstr ""
302
 
303
+ #: options/rbs_gallery_options_hover.php:76 rbs_gallery_media.php:118
304
  msgid "Effect"
305
  msgstr "Ефект"
306
 
307
+ #: options/rbs_gallery_options_hover.php:82 rbs_gallery_media.php:95
308
  msgid "push-up"
309
  msgstr ""
310
 
311
+ #: options/rbs_gallery_options_hover.php:83 rbs_gallery_media.php:96
312
  msgid "push-down"
313
  msgstr ""
314
 
315
+ #: options/rbs_gallery_options_hover.php:84 rbs_gallery_media.php:97
316
  msgid "push-up-100%"
317
  msgstr ""
318
 
319
+ #: options/rbs_gallery_options_hover.php:85 rbs_gallery_media.php:98
320
  msgid "push-down-100%"
321
  msgstr ""
322
 
323
+ #: options/rbs_gallery_options_hover.php:86 rbs_gallery_media.php:99
324
  msgid "reveal-top"
325
  msgstr ""
326
 
327
+ #: options/rbs_gallery_options_hover.php:87 rbs_gallery_media.php:100
328
  msgid "reveal-bottom"
329
  msgstr ""
330
 
331
+ #: options/rbs_gallery_options_hover.php:88 rbs_gallery_media.php:101
332
  msgid "reveal-top-100%"
333
  msgstr ""
334
 
335
+ #: options/rbs_gallery_options_hover.php:89 rbs_gallery_media.php:102
336
  msgid "reveal-bottom-100%"
337
  msgstr ""
338
 
339
+ #: options/rbs_gallery_options_hover.php:90 rbs_gallery_media.php:103
340
  msgid "direction-aware"
341
  msgstr ""
342
 
343
+ #: options/rbs_gallery_options_hover.php:91 rbs_gallery_media.php:104
344
  msgid "direction-aware-fade"
345
  msgstr ""
346
 
347
+ #: options/rbs_gallery_options_hover.php:92 rbs_gallery_media.php:105
348
  msgid "direction-right"
349
  msgstr ""
350
 
351
+ #: options/rbs_gallery_options_hover.php:93 rbs_gallery_media.php:106
352
  msgid "direction-left"
353
  msgstr ""
354
 
355
+ #: options/rbs_gallery_options_hover.php:94 rbs_gallery_media.php:107
356
  msgid "direction-top"
357
  msgstr ""
358
 
359
+ #: options/rbs_gallery_options_hover.php:95 rbs_gallery_media.php:108
360
  msgid "direction-bottom"
361
  msgstr ""
362
 
363
+ #: options/rbs_gallery_options_hover.php:96 rbs_gallery_media.php:109
364
  msgid "fade"
365
  msgstr "згасання"
366
 
367
+ #: options/rbs_gallery_options_hover.php:103
 
368
  msgid "Show Title"
369
  msgstr "Показати заголовок"
370
 
371
+ #: options/rbs_gallery_options_hover.php:119
 
 
 
 
 
372
  msgid "Link Button"
373
  msgstr ""
374
 
375
+ #: options/rbs_gallery_options_hover.php:120
376
  msgid "Zoom Button"
377
  msgstr ""
378
 
379
+ #: options/rbs_gallery_options_hover.php:121
380
+ #: options/rbs_gallery_options_lightbox.php:49
381
  msgid "Description"
382
  msgstr "Опис"
383
 
384
+ #: options/rbs_gallery_options_hover.php:130
385
  msgid "Link Icon"
386
  msgstr ""
387
 
388
+ #: options/rbs_gallery_options_hover.php:150
389
  msgid "Zoom Icon"
390
  msgstr ""
391
 
392
+ #: options/rbs_gallery_options_hover.php:173
393
  msgid "Show Description"
394
  msgstr "Показати опис"
395
 
396
+ #: options/rbs_gallery_options_hover.php:194
397
  msgid "Description Template"
398
  msgstr ""
399
 
434
  msgid "Lightbox Options"
435
  msgstr ""
436
 
437
+ #: options/rbs_gallery_options_lightbox.php:42
438
+ msgid "Text Source"
439
  msgstr ""
440
 
441
+ #: options/rbs_gallery_options_lightbox.php:50
442
+ #: options/rbs_gallery_options_polaroid.php:48
443
+ msgid "Caption"
444
+ msgstr "Підпис"
445
+
446
+ #: options/rbs_gallery_options_lightbox.php:58
447
  msgid "Text Color"
448
  msgstr "Колір Тексту"
449
 
450
+ #: options/rbs_gallery_options_lightbox.php:82
451
+ msgid "Deep Linking"
452
+ msgstr ""
453
+
454
+ #: options/rbs_gallery_options_lightbox.php:85
455
+ msgid "This option enable linking for every particular image "
456
+ msgstr ""
457
+
458
+ #: options/rbs_gallery_options_lightbox.php:91
459
+ msgid " Images Counter"
460
+ msgstr ""
461
+
462
+ #: options/rbs_gallery_options_lightbox.php:100
463
+ msgid "Close Icon"
464
+ msgstr ""
465
+
466
+ #: options/rbs_gallery_options_lightbox.php:109
467
+ msgid "Arrow Icon"
468
+ msgstr ""
469
+
470
+ #: options/rbs_gallery_options_lightbox.php:118
471
+ msgid "Social Buttons"
472
+ msgstr ""
473
+
474
  #: options/rbs_gallery_options_loading.php:18
475
  #: options/rbs_gallery_options_loading.php:35
476
  msgid "Loading Options"
528
  msgid "Desc"
529
  msgstr "Опис"
530
 
 
 
 
 
531
  #: options/rbs_gallery_options_polaroid.php:64
532
+ #: options/rbs_gallery_options_size.php:40
533
  msgid "Align"
534
  msgstr "Вирівняти"
535
 
549
  msgid "Gallery Shortcode"
550
  msgstr ""
551
 
552
+ #: options/rbs_gallery_options_shortcode.php:30
553
  msgid "use this shortcode to insert this gallery into page, post or widget"
554
  msgstr ""
555
 
558
  msgstr ""
559
 
560
  #: options/rbs_gallery_options_size.php:30
561
+ msgid "Width "
562
+ msgstr ""
563
+
564
+ #: options/rbs_gallery_options_size.php:53
565
+ msgid "Padding"
566
+ msgstr ""
567
+
568
+ #: options/rbs_gallery_options_size.php:62
569
+ #: options/rbs_gallery_options_size.php:70
570
  msgid "Thumbs Options"
571
  msgstr ""
572
 
573
+ #: options/rbs_gallery_options_size.php:71
574
  msgid "Size Options"
575
  msgstr ""
576
 
577
+ #: options/rbs_gallery_options_size.php:78
578
  msgid "Custom Ratio"
579
  msgstr ""
580
 
581
+ #: options/rbs_gallery_options_size.php:89
582
  msgid "Colums "
583
  msgstr ""
584
 
585
+ #: options/rbs_gallery_options_text.php:18
586
+ msgid "Text Addons"
587
+ msgstr ""
588
+
589
+ #: options/rbs_gallery_options_text.php:27
590
+ #: options/rbs_gallery_options_text.php:35
591
+ msgid "Pre Text"
592
+ msgstr ""
593
+
594
+ #: options/rbs_gallery_options_text.php:39
595
+ #: options/rbs_gallery_options_text.php:47
596
+ msgid "After Text"
597
+ msgstr ""
598
+
599
+ #: options/rbs_gallery_options_tools.php:18
600
+ msgid "Gallery Tools"
601
+ msgstr ""
602
+
603
+ #: options/rbs_gallery_options_tools.php:38
604
+ msgid "Posts List"
605
+ msgstr ""
606
+
607
+ #: options/rbs_gallery_options_tools.php:40
608
+ msgid "Here you can create and customize new post with gallery inside it"
609
+ msgstr ""
610
+
611
  #: options/rbs_gallery_options_view.php:18
612
  msgid "Thumbs View Options"
613
  msgstr ""
724
  msgid "Advanced images description settings"
725
  msgstr "Розширені налаштування"
726
 
727
+ #: rbs_gallery_about.php:69 rbs_gallery_settings.php:91
728
  msgid "All Rights Reserved"
729
  msgstr "Всі права захищені"
730
 
732
  msgid "Robo Gallery"
733
  msgstr ""
734
 
 
 
 
 
735
  #: rbs_gallery_button.php:24
736
  msgid "Insert"
737
  msgstr ""
752
  msgid "Robo Gallery plugin"
753
  msgstr ""
754
 
755
+ #: rbs_gallery_init.php:19
756
  msgid "Available in"
757
  msgstr "Доступно в"
758
 
759
+ #: rbs_gallery_init.php:70
760
  msgid "Galleries List"
761
  msgstr "Галереї"
762
 
763
+ #: rbs_gallery_init.php:71 rbs_gallery_init.php:72
764
  msgid "Add Gallery"
765
  msgstr "Додати Галерею "
766
 
767
+ #: rbs_gallery_init.php:73
768
  msgid "Edit Gallery"
769
  msgstr "Редагувати Галерею"
770
 
781
  msgid "Shortcode"
782
  msgstr "Shortcode"
783
 
784
+ #: rbs_gallery_list.php:63
785
+ msgid "BackUp"
786
+ msgstr "Резервне копіювання"
787
+
788
+ #: rbs_gallery_list.php:66
789
+ msgid "This function is coming soon!"
790
+ msgstr ""
791
+
792
  #: rbs_gallery_media.php:58
793
  msgid "Column"
794
  msgstr "Колонка"
797
  msgid "Link"
798
  msgstr ""
799
 
 
 
 
 
800
  #: rbs_gallery_media.php:78
801
  msgid "Blank Link"
802
  msgstr ""
825
  msgid "Alternative"
826
  msgstr ""
827
 
828
+ #: rbs_gallery_settings.php:38 rbs_gallery_settings.php:39
829
+ msgid "Forced include"
830
+ msgstr ""
831
+
832
+ #: rbs_gallery_settings.php:46 rbs_gallery_settings.php:49
833
  msgid "Switch Style"
834
  msgstr ""
835
 
836
+ #: rbs_gallery_settings.php:50 rbs_gallery_settings.php:51
837
  msgid "Modern"
838
  msgstr ""
839
 
840
+ #: rbs_gallery_settings.php:53 rbs_gallery_settings.php:54
841
  msgid "Classic"
842
  msgstr "Класичний"
843
 
844
+ #: rbs_gallery_settings.php:60
845
  msgid "Size Calculations Delay"
846
  msgstr ""
847
 
848
+ #: rbs_gallery_settings.php:66
849
+ msgid "Create Post Settings"
850
+ msgstr ""
851
+
852
+ #: rbs_gallery_settings.php:69 rbs_gallery_settings.php:72
853
+ msgid "Show Text"
854
+ msgstr ""
855
+
856
+ #: rbs_gallery_settings.php:73 rbs_gallery_settings.php:74
857
+ msgid "Show"
858
+ msgstr ""
859
+
860
+ #: rbs_gallery_settings.php:76 rbs_gallery_settings.php:77
861
+ msgid "Hide"
862
+ msgstr ""
863
+
864
+ #: rbs_gallery_settings.php:85
865
  msgid "Save Changes"
866
  msgstr ""
867
 
868
+ #: rbs_gallery_topblock.php:26
869
+ msgid "Do You wish to get PRO version for FREE ?"
870
+ msgstr ""
871
+
872
+ #: rbs_gallery_topblock.php:31
873
+ msgid "Do You wish to get PRO version for translate?"
874
+ msgstr ""
875
+
876
  #: rbs_gallery_widget.php:19
877
  msgid "Robo Gallery Widget"
878
  msgstr ""
891
 
892
  #: rbs_gallery_widget.php:76
893
  msgid "Gallery:"
894
+ msgstr "Галерея:"
895
+
896
+ #~ msgid "Show Menu"
897
+ #~ msgstr "Показати меню"
898
 
899
  #~ msgid "Shadow options"
900
  #~ msgstr "Shadow options"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.robosoft.co/robogallery
4
  Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.4
7
- Stable tag: 1.6.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -189,10 +189,6 @@ If you have some conflict in gallery back end you can sort it with new compatibi
189
 
190
  When you create new gallery or open already existent gallery for edit on the right side of the edit gallery section you'll see gallery images manager button. When you open gallery images manager you'll be able there edit all gallery images. Upload, edit or delete. In gallery images manager you can use drag and drop gallery images upload tool.
191
 
192
- = How to define video for some gallery image? =
193
-
194
- Every gallery image have additional fields where you can define custom link, title, description. One of the link option allow you to define link type, for example video link. All this options you can find in gallery images manager, inside general gallery settings
195
-
196
  = How to insert gallery into Wordpress page or post? =
197
 
198
  When you create gallery in plugin galleries manager you can go to the post or page editor and there using special wizard button insert gallery into your wordpress post or page. Another way you can insert your gallery manually using shortcode, which you can find in gallery edit mode in shortcode section on the right side of the gallery settings
@@ -201,33 +197,45 @@ When you create gallery in plugin galleries manager you can go to the post or pa
201
 
202
  If you have some conflict in gallery back end you can sort it with new compatibility option. If combo box element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
203
 
 
 
 
 
204
  = How to change amount of images loading on gallery page? =
205
 
206
  In gallery settings we have few options which makes you able to select amount of the images for the first load and for load more action
207
 
 
 
 
 
208
  = How to generate shortcode for Wordpress page, post or widget? =
209
 
210
  First of all you can copy shortcode inside gallery settings , in separate shortcode block. Another way generate shortcode directly in post or page edit mode. You can find wizard button on top of content editor
211
 
 
 
 
 
212
  = How I can create custom (grid) layout of the thumbnails? =
213
 
214
  In our gallery we implemented layout based on columns amount. So you can general amount of the columns in your gallery grid and define custom amount of the columns which every image gonna take. As result you can customize layout of the gallery grid
215
 
216
- = Do you have some limits for images types in gallery? =
217
 
218
- You can use any standard file type in our gallery: png, jpg, jpeg, gif
219
 
220
  = Is it possible create gallery in Wordpress post with Gallery? =
221
 
222
  Yes, you can insert gallery into post with shortcode tag
223
 
224
- = How to customize border of the gallery thumbnails? =
225
 
226
- In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
227
 
228
- = How to customize hover effect? =
229
 
230
- In gallery settings you can find hover type options. In settings of the gallery you can select custom hover effect settings or even template for customization of the gallery thumbnails hover
231
 
232
  = Do you have some limit for images size in gallery? =
233
 
@@ -245,26 +253,14 @@ In gallery settings you can enable custom caption settings where you can customi
245
 
246
  Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
247
 
248
- = How to change text below image in lightbox ? =
249
-
250
- In gallery setting you can select which text show below image in gallery lightbox. You can select Caption, Title or image Description as source for this field in gallery lightbox.
251
-
252
- = Do you have some limits for images amount in gallery? =
253
 
254
- No, we don't have any limits for amount of the images in gallery
255
 
256
  = How to customize border of the gallery thumbnails? =
257
 
258
  In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
259
 
260
- = How to define custom hover effect for some gallery thumbnail? =
261
-
262
- When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have custom effect field where you can select different hover effect for every image of the gallery.
263
-
264
- = How to define size of the gallery images thumbnails? =
265
-
266
- Our gallery is fully responsive and gallery thumbnails size depend of a lot of factors. Gallery calculate thumbnails automatically depend of the general gallery size and gallery layout settings. First of all you can define ratio values for gallery thumbnails. Size of the thumbnails could be selected from standard pre-defined wordpress sizes: thumbnail, medium, large, full
267
-
268
  = How to hide titles of the gallery image in lightbox ? =
269
 
270
  In lightbox section of the gallery settings you can find hide title option. If you enable it titles of the gallery images in lightbox will be turned off.
@@ -273,34 +269,42 @@ In lightbox section of the gallery settings you can find hide title option. If y
273
 
274
  In gallery settings you can find option to enable/disable lazy load, also there you'll have alot of additional options for customization of the loading process
275
 
276
- = How to make shadow for the gallery thumbnails? =
277
-
278
- Shadows of the thumbnails you can customize in gallery settings. With gallery settings you can change size , color and position of the gallery thumbnails shadow
279
-
280
  = How to change color of the gallery interface elements? =
281
 
282
  Color of every gallery front end interface element could be changed changed in admin section with color selector. There you can change colors of the menu buttons, load more button, borders, shadows, backgrounds and etc.
283
 
284
- = Where specify description of the gallery images? =
285
 
286
- When you open gallery settings inside you'll find images manager section. Images manager make you able to add/edit descriptions and titles of every gallery image
287
 
288
- = How to define custom link for some gallery images? =
289
 
290
- Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
291
 
292
- = How to change ordering of the gallery images? =
293
 
294
- When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
295
 
296
- = How to customize gallery layouts for different screen resolutions? =
297
 
298
- In admin section of the gallery you'll find columns options which provide you advanced customization options for different resolutions. You can define some static size or auto size for every resolution.
 
 
 
 
299
 
300
  = How to change spacing between thumbnails? =
301
 
302
  In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
303
 
 
 
 
 
 
 
 
 
304
  = Which parameters I can change for the gallery thumbnails borders and shadows? =
305
 
306
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
@@ -309,30 +313,26 @@ You can change size, color and style of gallery thumbnails borders and shadows.
309
 
310
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
311
 
312
- = How to make gallery thumbnails with rounded corners? =
313
-
314
- In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
315
-
316
  = How to change font color of the gallery image caption? =
317
 
318
  In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
319
 
320
- = Is it possible to use HTML in image description ? =
321
-
322
- Yes, you can use HTML tags inside gallery image description field
323
-
324
  = How to set description text below image in the lightbox? =
325
 
326
  In gallery settings you can find lightbox section and if you need to show description of the images below images in the lightbox you need to select text source in lightbox settings from defined values.
327
 
328
- = How to use multi-category functionality of the gallery? =
329
-
330
- In our gallery we implemented multi-categories structure. Every gallery category could have child and parent gallery, which you can manually define in gallery settings
331
-
332
  = How to load more function work? =
333
 
334
  In gallery admin section you can define amount of the images for the first load and after click on load more button. Load more it's such google gallery style pagination functionality which make you able to limit amount of the images for the first load
335
 
 
 
 
 
 
 
 
 
336
  = How to define custom ALT for gallery image? =
337
 
338
  When you open gallery images manager you can define alt for every gallery image there
@@ -377,10 +377,6 @@ In gallery settings you can find images manager where you can change settings of
377
 
378
  When you open gallery images manager you'll find there image edit mode where you can flip source image
379
 
380
- = How to change font style of the gallery image caption? =
381
-
382
- In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
383
-
384
  = Is it possible to create target blank links? =
385
 
386
  Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have target blank field below link field of the gallery image.
@@ -393,14 +389,18 @@ When you enable border in gallery settings you will see multiply options for cus
393
 
394
  In gallery hover settings you can enable template where you can fully customize layout of the shutter content using HTML tags, text and images. In template we have implemented some build in tags which going to help you to build in some gallery images elements into hover
395
 
396
- = How to enable icons on gallery hover shutter? =
397
 
398
- In gallery hover settings we implemented full set of configuration settings of the buttons. You can change icon, style size, colors for static and hovered buttons. You can select icon with build in wizard
399
 
400
  = How I can make gallery only with one size pictures but I would like to arrange gallery with pictures of the different size - one big, several smaller? =
401
 
402
  In our gallery you can define different amount of the columns for the images thumbnails and every gallery image could have different width which measuring by columns of the images thumbnails. For example you can define 2 column size for the image 1 and 3 columns size for image 5 but the rest of the gallery images could stay with default one column value in images settings.
403
 
 
 
 
 
404
  = How to change transparency of the gallery thumbnails border? =
405
 
406
  When you enable border in gallery settings you will see multiply options for customization of the border. When you open color selector you can also select some transparency value there
@@ -429,14 +429,14 @@ If you wish to make section with gallery without spacing between thumbnails you
429
 
430
  In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change size of the text
431
 
432
- = How many thumbnails hover effects gallery has? =
433
-
434
- Gallery have 15 hover animation effects, which could be combined with additional custom options
435
-
436
  = How many menu buttons styles do you have in gallery menu ? =
437
 
438
  Gallery menu have multiply configuration options. Some of the options changing color of the buttons, some of them changing style of the buttons, which makes buttons for example 3d or with rounded corners
439
 
 
 
 
 
440
  = Do you have Polaroid style in your gallery? =
441
 
442
  In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
@@ -453,14 +453,14 @@ For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
453
 
454
  When you open gallery settings you can see there hover options section where we implemented settings for every hover button. Here you can select icons for buttons and style for this icon
455
 
456
- = How to turn off social buttons in gallery lightbox? =
457
-
458
- When you open gallery settings you can find there gallery lightbox settings block, where you can turn off social buttons in gallery lightbox on the front end.
459
-
460
  = Is it possible to change transparency of the gallery lightbox background ? =
461
 
462
  Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
463
 
 
 
 
 
464
  = Is it possible to change background color of the gallery lightbox? =
465
 
466
  Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block, where you can change color of the gallery lightbox background.
@@ -485,14 +485,14 @@ Our gallery do not require any special permissions for installation of the galle
485
 
486
  In our gallery we implemented few additional options which help you to add some text with HTML before/after gallery on your page. IN gallery settings you can find pre/post text fields where you can define some description text for the gallery. This gallery fields support HTML, so you can customize this text with HTML tags or css styles.
487
 
488
- = Is it possible to change color of the hovered image in gallery? =
489
-
490
- Yes, you can easily change color of the hovered image in gallery in backend. In gallery settings we build-in comfortable color selector which make you able to change color of the gallery interface elements.
491
-
492
  = How to change amount of the columns in gallery layout? =
493
 
494
  In gallery general settings you can find gallery thumbnails columns options which could depend of the device screen size. You can define different gallery columns amount for different resolution.
495
 
 
 
 
 
496
  = Is it possible to insert video as gallery link? =
497
 
498
  Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have video link field in gallery image options, where you can define some custom link to the online video.
@@ -575,6 +575,10 @@ If any problem occurs, please contact us.
575
 
576
  == Changelog ==
577
 
 
 
 
 
578
  = 1.6.4 =
579
  * Updated structure of the back end content management
580
  * Added new configuration features to the guides section
@@ -834,6 +838,9 @@ If any problem occurs, please contact us.
834
 
835
  == Upgrade Notice ==
836
 
 
 
 
837
  = 1.6.4 =
838
  Updated structure of the back end content management, Added new configuration features to the guides
839
 
4
  Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.4
7
+ Stable tag: 1.6.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
189
 
190
  When you create new gallery or open already existent gallery for edit on the right side of the edit gallery section you'll see gallery images manager button. When you open gallery images manager you'll be able there edit all gallery images. Upload, edit or delete. In gallery images manager you can use drag and drop gallery images upload tool.
191
 
 
 
 
 
192
  = How to insert gallery into Wordpress page or post? =
193
 
194
  When you create gallery in plugin galleries manager you can go to the post or page editor and there using special wizard button insert gallery into your wordpress post or page. Another way you can insert your gallery manually using shortcode, which you can find in gallery edit mode in shortcode section on the right side of the gallery settings
197
 
198
  If you have some conflict in gallery back end you can sort it with new compatibility option. If combo box element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
199
 
200
+ = How to define video for some gallery image? =
201
+
202
+ Every gallery image have additional fields where you can define custom link, title, description. One of the link option allow you to define link type, for example video link. All this options you can find in gallery images manager, inside general gallery settings
203
+
204
  = How to change amount of images loading on gallery page? =
205
 
206
  In gallery settings we have few options which makes you able to select amount of the images for the first load and for load more action
207
 
208
+ = How to customize border of the gallery thumbnails? =
209
+
210
+ In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
211
+
212
  = How to generate shortcode for Wordpress page, post or widget? =
213
 
214
  First of all you can copy shortcode inside gallery settings , in separate shortcode block. Another way generate shortcode directly in post or page edit mode. You can find wizard button on top of content editor
215
 
216
+ = Do you have some limits for images types in gallery? =
217
+
218
+ You can use any standard file type in our gallery: png, jpg, jpeg, gif
219
+
220
  = How I can create custom (grid) layout of the thumbnails? =
221
 
222
  In our gallery we implemented layout based on columns amount. So you can general amount of the columns in your gallery grid and define custom amount of the columns which every image gonna take. As result you can customize layout of the gallery grid
223
 
224
+ = How to customize hover effect? =
225
 
226
+ In gallery settings you can find hover type options. In settings of the gallery you can select custom hover effect settings or even template for customization of the gallery thumbnails hover
227
 
228
  = Is it possible create gallery in Wordpress post with Gallery? =
229
 
230
  Yes, you can insert gallery into post with shortcode tag
231
 
232
+ = How to change text below image in lightbox ? =
233
 
234
+ In gallery setting you can select which text show below image in gallery lightbox. You can select Caption, Title or image Description as source for this field in gallery lightbox.
235
 
236
+ = Do you have some limits for images amount in gallery? =
237
 
238
+ No, we don't have any limits for amount of the images in gallery
239
 
240
  = Do you have some limit for images size in gallery? =
241
 
253
 
254
  Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
255
 
256
+ = How to define size of the gallery images thumbnails? =
 
 
 
 
257
 
258
+ Our gallery is fully responsive and gallery thumbnails size depend of a lot of factors. Gallery calculate thumbnails automatically depend of the general gallery size and gallery layout settings. First of all you can define ratio values for gallery thumbnails. Size of the thumbnails could be selected from standard pre-defined wordpress sizes: thumbnail, medium, large, full
259
 
260
  = How to customize border of the gallery thumbnails? =
261
 
262
  In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
263
 
 
 
 
 
 
 
 
 
264
  = How to hide titles of the gallery image in lightbox ? =
265
 
266
  In lightbox section of the gallery settings you can find hide title option. If you enable it titles of the gallery images in lightbox will be turned off.
269
 
270
  In gallery settings you can find option to enable/disable lazy load, also there you'll have alot of additional options for customization of the loading process
271
 
 
 
 
 
272
  = How to change color of the gallery interface elements? =
273
 
274
  Color of every gallery front end interface element could be changed changed in admin section with color selector. There you can change colors of the menu buttons, load more button, borders, shadows, backgrounds and etc.
275
 
276
+ = How to change ordering of the gallery images? =
277
 
278
+ When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
279
 
280
+ = How to define custom hover effect for some gallery thumbnail? =
281
 
282
+ When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have custom effect field where you can select different hover effect for every image of the gallery.
283
 
284
+ = How to make shadow for the gallery thumbnails? =
285
 
286
+ Shadows of the thumbnails you can customize in gallery settings. With gallery settings you can change size , color and position of the gallery thumbnails shadow
287
 
288
+ = Where specify description of the gallery images? =
289
 
290
+ When you open gallery settings inside you'll find images manager section. Images manager make you able to add/edit descriptions and titles of every gallery image
291
+
292
+ = How to make gallery thumbnails with rounded corners? =
293
+
294
+ In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
295
 
296
  = How to change spacing between thumbnails? =
297
 
298
  In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
299
 
300
+ = How to define custom link for some gallery images? =
301
+
302
+ Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
303
+
304
+ = How to customize gallery layouts for different screen resolutions? =
305
+
306
+ In admin section of the gallery you'll find columns options which provide you advanced customization options for different resolutions. You can define some static size or auto size for every resolution.
307
+
308
  = Which parameters I can change for the gallery thumbnails borders and shadows? =
309
 
310
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
313
 
314
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
315
 
 
 
 
 
316
  = How to change font color of the gallery image caption? =
317
 
318
  In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
319
 
 
 
 
 
320
  = How to set description text below image in the lightbox? =
321
 
322
  In gallery settings you can find lightbox section and if you need to show description of the images below images in the lightbox you need to select text source in lightbox settings from defined values.
323
 
 
 
 
 
324
  = How to load more function work? =
325
 
326
  In gallery admin section you can define amount of the images for the first load and after click on load more button. Load more it's such google gallery style pagination functionality which make you able to limit amount of the images for the first load
327
 
328
+ = Is it possible to use HTML in image description ? =
329
+
330
+ Yes, you can use HTML tags inside gallery image description field
331
+
332
+ = How to use multi-category functionality of the gallery? =
333
+
334
+ In our gallery we implemented multi-categories structure. Every gallery category could have child and parent gallery, which you can manually define in gallery settings
335
+
336
  = How to define custom ALT for gallery image? =
337
 
338
  When you open gallery images manager you can define alt for every gallery image there
377
 
378
  When you open gallery images manager you'll find there image edit mode where you can flip source image
379
 
 
 
 
 
380
  = Is it possible to create target blank links? =
381
 
382
  Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have target blank field below link field of the gallery image.
389
 
390
  In gallery hover settings you can enable template where you can fully customize layout of the shutter content using HTML tags, text and images. In template we have implemented some build in tags which going to help you to build in some gallery images elements into hover
391
 
392
+ = How to change font style of the gallery image caption? =
393
 
394
+ In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
395
 
396
  = How I can make gallery only with one size pictures but I would like to arrange gallery with pictures of the different size - one big, several smaller? =
397
 
398
  In our gallery you can define different amount of the columns for the images thumbnails and every gallery image could have different width which measuring by columns of the images thumbnails. For example you can define 2 column size for the image 1 and 3 columns size for image 5 but the rest of the gallery images could stay with default one column value in images settings.
399
 
400
+ = How to enable icons on gallery hover shutter? =
401
+
402
+ In gallery hover settings we implemented full set of configuration settings of the buttons. You can change icon, style size, colors for static and hovered buttons. You can select icon with build in wizard
403
+
404
  = How to change transparency of the gallery thumbnails border? =
405
 
406
  When you enable border in gallery settings you will see multiply options for customization of the border. When you open color selector you can also select some transparency value there
429
 
430
  In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change size of the text
431
 
 
 
 
 
432
  = How many menu buttons styles do you have in gallery menu ? =
433
 
434
  Gallery menu have multiply configuration options. Some of the options changing color of the buttons, some of them changing style of the buttons, which makes buttons for example 3d or with rounded corners
435
 
436
+ = How many thumbnails hover effects gallery has? =
437
+
438
+ Gallery have 15 hover animation effects, which could be combined with additional custom options
439
+
440
  = Do you have Polaroid style in your gallery? =
441
 
442
  In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
453
 
454
  When you open gallery settings you can see there hover options section where we implemented settings for every hover button. Here you can select icons for buttons and style for this icon
455
 
 
 
 
 
456
  = Is it possible to change transparency of the gallery lightbox background ? =
457
 
458
  Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
459
 
460
+ = How to turn off social buttons in gallery lightbox? =
461
+
462
+ When you open gallery settings you can find there gallery lightbox settings block, where you can turn off social buttons in gallery lightbox on the front end.
463
+
464
  = Is it possible to change background color of the gallery lightbox? =
465
 
466
  Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block, where you can change color of the gallery lightbox background.
485
 
486
  In our gallery we implemented few additional options which help you to add some text with HTML before/after gallery on your page. IN gallery settings you can find pre/post text fields where you can define some description text for the gallery. This gallery fields support HTML, so you can customize this text with HTML tags or css styles.
487
 
 
 
 
 
488
  = How to change amount of the columns in gallery layout? =
489
 
490
  In gallery general settings you can find gallery thumbnails columns options which could depend of the device screen size. You can define different gallery columns amount for different resolution.
491
 
492
+ = Is it possible to change color of the hovered image in gallery? =
493
+
494
+ Yes, you can easily change color of the hovered image in gallery in backend. In gallery settings we build-in comfortable color selector which make you able to change color of the gallery interface elements.
495
+
496
  = Is it possible to insert video as gallery link? =
497
 
498
  Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have video link field in gallery image options, where you can define some custom link to the online video.
575
 
576
  == Changelog ==
577
 
578
+ = 1.6.5 =
579
+ * Updated language translation files
580
+ * Added new translation elements into Russian and Ukrainian languages
581
+
582
  = 1.6.4 =
583
  * Updated structure of the back end content management
584
  * Added new configuration features to the guides section
838
 
839
  == Upgrade Notice ==
840
 
841
+ = 1.6.5 =
842
+ Updated language translation files, added new translation elements into Russian and Ukrainian languages
843
+
844
  = 1.6.4 =
845
  Updated structure of the back end content management, Added new configuration features to the guides
846
 
robogallery.php CHANGED
@@ -8,7 +8,7 @@
8
  * Plugin Name: Robo Gallery
9
  * Plugin URI: http://robosoft.co/robogallery
10
  * Description: A responsive, easy and elegant way to show gallery.
11
- * Version: 1.6.4
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
@@ -19,7 +19,7 @@
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
21
  define("ROBO_GALLERY", 1);
22
- define("ROBO_GALLERY_VERSION", '1.6.4');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25
 
8
  * Plugin Name: Robo Gallery
9
  * Plugin URI: http://robosoft.co/robogallery
10
  * Description: A responsive, easy and elegant way to show gallery.
11
+ * Version: 1.6.5
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
21
  define("ROBO_GALLERY", 1);
22
+ define("ROBO_GALLERY_VERSION", '1.6.5');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25