Gallery – Photo Gallery and Images Gallery - Version 2.3.2

Version Description

  • Updated English and Russian language files
Download this release

Release Info

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

Code changes from version 2.3.1 to 2.3.2

includes/rbs_gallery_settings.php CHANGED
@@ -121,8 +121,8 @@ wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.c
121
  <input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'seo'; ?>' value='2' <?php if( get_option(ROBO_GALLERY_PREFIX.'seo')=='2' ) echo " checked='checked'"; ?> /> <?php _e('Enable [thumbs]', 'rbs_gallery'); ?>
122
  </label><br />
123
 
124
- <legend class="screen-reader-text"><span><?php _e('Enable [thumbs + link]', 'rbs_gallery'); ?></span></legend>
125
- <label title='<?php _e('Enabled [thumbs + link]', 'rbs_gallery'); ?>'>
126
  <input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'seo'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'seo')=='1' ) echo " checked='checked'"; ?> /> <?php _e('Enable [thumbs + link]', 'rbs_gallery'); ?>
127
  </label><br />
128
 
121
  <input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'seo'; ?>' value='2' <?php if( get_option(ROBO_GALLERY_PREFIX.'seo')=='2' ) echo " checked='checked'"; ?> /> <?php _e('Enable [thumbs]', 'rbs_gallery'); ?>
122
  </label><br />
123
 
124
+ <legend class="screen-reader-text"><span><?php _e('Enable [thumbs + link]', 'rbs_gallery'); ?></span></legend>
125
+ <label title='<?php _e('Enable [thumbs + link]', 'rbs_gallery'); ?>'>
126
  <input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'seo'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'seo')=='1' ) echo " checked='checked'"; ?> /> <?php _e('Enable [thumbs + link]', 'rbs_gallery'); ?>
127
  </label><br />
128
 
languages/rbs_gallery-en_US.mo CHANGED
Binary file
languages/rbs_gallery-en_US.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery\n"
4
- "POT-Creation-Date: 2016-03-24 19:23+0100\n"
5
- "PO-Revision-Date: 2016-03-24 19:23+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: en_US\n"
@@ -18,43 +18,43 @@ msgstr ""
18
 
19
  #: extensions/backup/backup.class.php:271
20
  msgid "Can't create directory for archive file."
21
- msgstr "Can't create directory for archive file."
22
 
23
  #: extensions/backup/backup.class.php:351
24
  #, php-format
25
  msgid "Can not clear archive's file: \"%s\"."
26
- msgstr "Can not clear archive's file: \"%s\"."
27
 
28
  #: extensions/backup/backup.class.php:367
29
  #, php-format
30
  msgid "Didn't save archive with files \"%s\"."
31
- msgstr "Didn't save archive with files \"%s\"."
32
 
33
  #: extensions/backup/backup.class.php:633
34
  msgid "Can't find import xml file in archive."
35
- msgstr "Can't find import xml file in archive."
36
 
37
  #: extensions/backup/backup.class.php:676
38
  msgid "Can't set xml content for reading."
39
- msgstr "Can't set xml content for reading."
40
 
41
  #: extensions/backup/backup.class.php:682
42
  msgid "Invalid document of import"
43
- msgstr "Invalid document of import"
44
 
45
  #: extensions/backup/backup.class.php:846
46
  #, php-format
47
  msgid "Error insert post attachment with ID: \"%d\" and guid: \"%s\". %s"
48
- msgstr "Error insert post attachment with ID: \"%d\" and guid: \"%s\". %s"
49
 
50
  #: extensions/backup/backup.class.php:902
51
  msgid "Invalid xml content."
52
- msgstr "Invalid xml content."
53
 
54
  #: extensions/backup/backup.class.php:978
55
  #, php-format
56
  msgid "Error insert post with ID: \"%d\" and title: \"%s\". %s"
57
- msgstr "Error insert post with ID: \"%d\" and title: \"%s\". %s"
58
 
59
  #: extensions/backup/backup.class.php:1009
60
  #, php-format
@@ -62,434 +62,457 @@ msgid ""
62
  "Error insert postmeta for post with ID %d. Meta key: \"%s\", meta value: \"%s"
63
  "\""
64
  msgstr ""
65
- "Error insert postmeta for post with ID %d. Meta key: \"%s\", meta value: \"%s"
66
- "\""
67
 
68
  #: extensions/backup/backup.class.php:1061
69
  #, php-format
70
  msgid "Can't open archive \"%s\"."
71
- msgstr "Can't open archive \"%s\"."
72
 
73
  #: extensions/backup/backup.class.php:1083
74
  #, php-format
75
  msgid "Can't import file \"%s\". File is absent in archive"
76
- msgstr "Can't import file \"%s\". File is absent in archive"
77
 
78
  #: extensions/backup/backup.class.php:1115
79
  #, php-format
80
  msgid "Can't create directory \"%s\" during import file."
81
- msgstr "Can't create directory \"%s\" during import file."
82
 
83
  #: extensions/backup/backup.class.php:1119
84
  #, php-format
85
  msgid "Can't create file \"%s\" during import file."
86
- msgstr "Can't create file \"%s\" during import file."
87
 
88
- #: extensions/backup/backup.form.php:34
89
  msgid "Error: Can't check Maximum Upload File Size"
90
- msgstr "Error: Can't check Maximum Upload File Size"
91
 
92
- #: extensions/backup/backup.form.php:58
93
  msgid "Robo Gallery Backup"
94
- msgstr "Robo Gallery Backup"
95
 
96
- #: extensions/backup/backup.form.php:97
97
  msgid "Error Import "
98
- msgstr "Error Import "
99
 
100
- #: extensions/backup/backup.form.php:101
101
  msgid "Success Import "
102
- msgstr "Success Import "
103
 
104
- #: extensions/backup/backup.form.php:103
105
  msgid "Import Post"
106
- msgstr "Import Post"
107
 
108
- #: extensions/backup/backup.form.php:104
109
  msgid "Import Images"
110
- msgstr "Import Images"
111
 
112
- #: extensions/backup/backup.form.php:110
113
  msgid "Duplicate Post"
114
- msgstr "Duplicate Post"
115
 
116
- #: extensions/backup/backup.form.php:111
117
  msgid "Duplicate Images"
118
- msgstr "Duplicate Images"
119
 
120
- #: extensions/backup/backup.form.php:118
121
  msgid "Skipped Post"
122
- msgstr "Skipped Post"
123
 
124
- #: extensions/backup/backup.form.php:119
125
  msgid "Skipped Images"
126
- msgstr "Skipped Images"
127
 
128
- #: extensions/backup/backup.form.php:126
129
  msgid "Error: please check backup file"
130
- msgstr "Error: please check backup file"
131
 
132
- #: extensions/backup/backup.form.php:129
133
  msgid "Error: check secure"
134
- msgstr "Error: check secure"
135
 
136
- #: extensions/backup/backup.form.php:155
137
  msgid ""
138
  "You can use Full Backup options to make backup of configured galleries "
139
  "settings and images. As result you'll get archive with XML file of galleries "
140
  "settings and all images of your galleries"
141
  msgstr ""
142
- "You can use Full Backup options to make backup of configured galleries "
143
- "settings and images. As result you'll get archive with XML file of galleries "
144
- "settings and all images of your galleries"
145
 
146
- #: extensions/backup/backup.form.php:160 extensions/backup/backup.form.php:189
147
  msgid "File Name"
148
- msgstr "File Name"
149
 
150
- #: extensions/backup/backup.form.php:169
151
  msgid "Download Full Backup"
152
- msgstr "Download Full Backup"
153
 
154
- #: extensions/backup/backup.form.php:183
155
  msgid ""
156
  "After EXPORT copy images from server folder: {Wordpress folder}/wp-content/"
157
  "uploads to the new location by FTP"
158
  msgstr ""
159
- "After EXPORT copy images from server folder: {Wordpress folder}/wp-content/"
160
- "uploads to the new location by FTP"
161
 
162
- #: extensions/backup/backup.form.php:197
163
  msgid "Download Backup"
164
- msgstr "Download Backup"
165
 
166
- #: extensions/backup/backup.form.php:213
167
  msgid "Sever Environment"
168
- msgstr "Sever Environment"
169
 
170
- #: extensions/backup/backup.form.php:216
171
  msgid "Max upload size"
172
- msgstr "Max upload size"
173
 
174
- #: extensions/backup/backup.form.php:217
175
  msgid "Max POST size"
176
- msgstr "Max POST size"
177
 
178
- #: extensions/backup/backup.form.php:218
179
  msgid "How to increase the max upload size?"
180
- msgstr "How to increase the max upload size?"
181
 
182
- #: extensions/backup/backup.form.php:223 extensions/backup/backup.form.php:226
183
  msgid "Duplicate"
184
- msgstr "Duplicate"
185
 
186
- #: extensions/backup/backup.form.php:229
187
  msgid "Make copy if such gallery or image already exist in system"
188
- msgstr "Make copy if such gallery or image already exist in system"
189
 
190
- #: extensions/backup/backup.form.php:238
191
  msgid "Select backup file"
192
- msgstr "Select backup file"
193
 
194
- #: extensions/backup/backup.form.php:246
195
  msgid "Upload XML"
196
- msgstr "Upload XML"
197
 
198
  #: extensions/category/category.class.php:89
199
  msgid "Categories"
200
- msgstr "Categories"
201
 
202
  #: extensions/category/category.class.php:149
203
  msgid "Save"
204
- msgstr "Save"
205
 
206
  #: extensions/category/category.class.php:152
207
  msgid "Cancel"
208
- msgstr "Cancel"
209
 
210
  #: extensions/category/category.class.php:161
 
211
  msgid "Error"
212
- msgstr "Error"
213
 
214
  #: extensions/category/category.class.php:164
215
  msgid "OK"
216
- msgstr "OK"
217
 
218
  #: extensions/category/category.class.php:197
219
  msgid "Root Category"
220
- msgstr "Root Category"
221
 
222
  #: extensions/category/category.class.php:209
223
- #: extensions/rbs_create_post_ajax.php:130
224
- #: extensions/rbs_create_post_ajax.php:188
225
- #: extensions/rbs_create_post_ajax.php:189
226
  msgid "Edit"
227
- msgstr "Edit"
228
 
229
  #: extensions/category/category.class.php:226
230
  msgid "Post ID is absent in request"
231
- msgstr "Post ID is absent in request"
232
 
233
  #: extensions/category/category.class.php:252
234
  msgid "Post type is absent in request"
235
- msgstr "Post type is absent in request"
236
 
237
  #: extensions/category/category.class.php:286
238
  msgid "Empty posts hierarchy data for saving"
239
- msgstr "Empty posts hierarchy data for saving"
240
 
241
  #: extensions/category/category.class.php:291
242
  msgid "Wrong posts hierarchy data for saving"
243
- msgstr "Wrong posts hierarchy data for saving"
244
 
245
  #: extensions/rbs_create_post.php:10
246
  msgid "Post manager"
247
- msgstr "Post manager"
248
 
249
  #: extensions/rbs_create_post.php:11 rbs_gallery_button.php:26
250
  #: rbs_gallery_list.php:28
251
  msgid "Close"
252
- msgstr "Close"
253
 
254
  #: extensions/rbs_create_post.php:12 options/rbs_gallery_options_tools.php:32
255
  msgid "Create post"
256
- msgstr "Create post"
257
 
258
  #: extensions/rbs_create_post.php:17
259
  msgid "Loading . . . ."
260
- msgstr "Loading . . . ."
261
 
262
- #: extensions/rbs_create_post_ajax.php:31
263
- #: extensions/rbs_create_post_ajax.php:38
264
- #: extensions/rbs_create_post_ajax.php:85
265
- #: extensions/rbs_create_post_ajax.php:120
266
  msgid "Post not created. Error: "
267
- msgstr "Post not created. Error: "
268
 
269
- #: extensions/rbs_create_post_ajax.php:31
270
- #: extensions/rbs_create_post_ajax.php:151
271
- #: extensions/rbs_create_post_ajax.php:209
272
  msgid "Empty gallery ID"
273
- msgstr "Empty gallery ID"
274
 
275
- #: extensions/rbs_create_post_ajax.php:38
276
  msgid "Incorrect gallery ID"
277
- msgstr "Incorrect gallery ID"
278
 
279
- #: extensions/rbs_create_post_ajax.php:41
280
  msgid "Add new post"
281
- msgstr "Add new post"
282
 
283
- #: extensions/rbs_create_post_ajax.php:46
284
  msgid "Category"
285
- msgstr "Category"
286
 
287
- #: extensions/rbs_create_post_ajax.php:51
288
- #: extensions/rbs_create_post_ajax.php:165
289
  #: options/rbs_gallery_options_hover.php:118
290
  #: options/rbs_gallery_options_lightbox.php:48
 
291
  #: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:71
292
  msgid "Title"
293
- msgstr "Title"
294
 
295
- #: extensions/rbs_create_post_ajax.php:56
296
  msgid "Slug"
297
- msgstr "Slug"
298
 
299
- #: extensions/rbs_create_post_ajax.php:61
300
  #: options/rbs_gallery_options_lightbox.php:29
301
  msgid "Text"
302
- msgstr "Text"
303
 
304
- #: extensions/rbs_create_post_ajax.php:69
305
  msgid "Short tag of the gallery will be insert into created article."
306
- msgstr "Short tag of the gallery will be insert into created article."
307
 
308
- #: extensions/rbs_create_post_ajax.php:127
309
- msgid "Post "
310
- msgstr "Post "
311
 
312
- #: extensions/rbs_create_post_ajax.php:127
313
- msgid " created"
314
- msgstr " created"
315
 
316
- #: extensions/rbs_create_post_ajax.php:133
317
- #: extensions/rbs_create_post_ajax.php:193
318
- #: extensions/rbs_create_post_ajax.php:194
319
  msgid "Preview"
320
- msgstr "Preview"
321
 
322
- #: extensions/rbs_create_post_ajax.php:139
323
  msgid "Error: input value"
324
- msgstr "Error: input value"
325
 
326
- #: extensions/rbs_create_post_ajax.php:151
327
- #: extensions/rbs_create_post_ajax.php:209
328
- msgid "Error: "
329
- msgstr "Error: "
330
 
331
- #: extensions/rbs_create_post_ajax.php:166
332
  msgid "Status"
333
- msgstr "Status"
 
 
 
 
334
 
335
- #: extensions/rbs_create_post_ajax.php:184
336
  msgid "publish"
337
- msgstr "publish"
 
 
 
 
338
 
339
  #: extensions/stats/stats.form.php:18
340
  msgid "Robo Gallery Statistics"
341
- msgstr "Robo Gallery Statistics"
342
 
343
  #: extensions/stats/stats.form.php:27
344
  msgid "Gallery Statistics"
345
- msgstr "Gallery Statistics"
346
 
347
  #: extensions/stats/stats.form.php:28
348
  msgid "Images Statistics"
349
- msgstr "Images Statistics"
350
 
351
- #: extensions/stats/stats.form.php:69
352
  msgid "Total Views"
353
- msgstr "Total Views"
354
 
355
- #: extensions/stats/stats.form.php:80
356
- msgid "Published"
357
- msgstr "Published"
358
 
359
- #: extensions/stats/stats.form.php:88
 
 
 
 
360
  msgid "Drafts"
361
- msgstr "Drafts"
362
 
363
- #: extensions/stats/stats.form.php:96
364
  msgid "Trash"
365
- msgstr "Trash"
366
 
367
  #: options/rbs_gallery_options_button.php:18
368
  msgid "Menu Options"
369
- msgstr "Menu Options"
370
 
371
  #: options/rbs_gallery_options_button.php:26
372
  msgid "Menu"
373
- msgstr "Menu"
374
 
375
  #: options/rbs_gallery_options_button.php:41
376
  msgid "Root Label"
377
- msgstr "Root Label"
378
 
379
  #: options/rbs_gallery_options_button.php:53
380
  msgid "Root Label Text"
381
- msgstr "Root Label Text"
382
 
383
  #: options/rbs_gallery_options_button.php:62
384
  msgid "Self Label"
385
- msgstr "Self Label"
386
 
387
  #: options/rbs_gallery_options_button.php:71
388
  msgid "Self Images"
389
- msgstr "Self Images"
390
 
391
  #: options/rbs_gallery_options_button.php:80
392
  msgid "Style"
393
- msgstr "Style"
394
 
395
  #: options/rbs_gallery_options_button.php:87
396
  #: options/rbs_gallery_options_button.php:119
397
  #: options/rbs_gallery_options_button.php:135
398
  msgid "Normal"
399
- msgstr "Normal"
400
 
401
  #: options/rbs_gallery_options_button.php:88
402
  msgid "flat"
403
- msgstr "flat"
404
 
405
  #: options/rbs_gallery_options_button.php:89
406
  msgid "3d"
407
- msgstr "3d"
408
 
409
  #: options/rbs_gallery_options_button.php:90
410
  #: options/rbs_gallery_options_view.php:127
411
  msgid "Border"
412
- msgstr "Border"
413
 
414
  #: options/rbs_gallery_options_button.php:96
415
  msgid "Color"
416
- msgstr "Color"
417
 
418
  #: options/rbs_gallery_options_button.php:103
419
  msgid "gray"
420
- msgstr "gray"
421
 
422
  #: options/rbs_gallery_options_button.php:104
423
  msgid "blue"
424
- msgstr "blue"
425
 
426
  #: options/rbs_gallery_options_button.php:105
427
  msgid "green"
428
- msgstr "green"
429
 
430
  #: options/rbs_gallery_options_button.php:106
431
  msgid "orange"
432
- msgstr "orange"
433
 
434
  #: options/rbs_gallery_options_button.php:107
435
  msgid "red"
436
- msgstr "red"
437
 
438
  #: options/rbs_gallery_options_button.php:108
439
  msgid "purple"
440
- msgstr "purple"
441
 
442
  #: options/rbs_gallery_options_button.php:113
443
  msgid "Rounds"
444
- msgstr "Rounds"
445
 
446
  #: options/rbs_gallery_options_button.php:120
447
  msgid "Rounded"
448
- msgstr "Rounded"
449
 
450
  #: options/rbs_gallery_options_button.php:121
451
  msgid "Pill"
452
- msgstr "Pill"
453
 
454
  #: options/rbs_gallery_options_button.php:122
455
  msgid "Circle "
456
- msgstr "Circle "
457
 
458
  #: options/rbs_gallery_options_button.php:127
459
  msgid "Size"
460
- msgstr "Size"
461
 
462
  #: options/rbs_gallery_options_button.php:133
463
  msgid "Jumbo"
464
- msgstr "Jumbo"
465
 
466
  #: options/rbs_gallery_options_button.php:134
467
  msgid "Large"
468
- msgstr "Large"
469
 
470
  #: options/rbs_gallery_options_button.php:136
471
  msgid "Small"
472
- msgstr "Small"
473
 
474
  #: options/rbs_gallery_options_button.php:137
475
  msgid "Tiny "
476
- msgstr "Tiny "
477
 
478
  #: options/rbs_gallery_options_button.php:142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
479
  msgid "Left Padding"
480
- msgstr "Left Padding"
481
 
482
- #: options/rbs_gallery_options_button.php:153
483
  msgid "Bottom Padding"
484
- msgstr "Bottom Padding"
485
 
486
  #: options/rbs_gallery_options_copy.php:18
487
  msgid " Clone Gallery"
488
- msgstr " Clone Gallery"
489
 
490
  #: options/rbs_gallery_options_copy.php:27
491
  msgid "Source Gallery"
492
- msgstr "Source Gallery"
493
 
494
  #: options/rbs_gallery_options_copy.php:28
495
  msgid ""
@@ -497,9 +520,6 @@ msgid ""
497
  "able to edit some of the options. Gallery will copy all settings from "
498
  "selected source."
499
  msgstr ""
500
- "When you select here to inherit settings from another gallery you'll not be "
501
- "able to edit some of the options. Gallery will copy all settings from "
502
- "selected source."
503
 
504
  #: options/rbs_gallery_options_copy.php:29
505
  msgid ""
@@ -509,157 +529,153 @@ msgid ""
509
  "your website in another galleries. Very fast, comfortable, advanced tool to "
510
  "speed up your workflow!"
511
  msgstr ""
512
- "Very useful option for the webmasters who planning to create a lot of "
513
- "galleries. You don't have to configure it every time. Just setup styles of "
514
- "the gallery in one place and use the same options for another galleries on "
515
- "your website in another galleries. Very fast, comfortable, advanced tool to "
516
- "speed up your workflow!"
517
 
518
  #: options/rbs_gallery_options_guides.php:20
519
  msgid "Video Guides"
520
- msgstr "Video Guides"
521
 
522
  #: options/rbs_gallery_options_hover.php:18
523
  msgid "Hover Options"
524
- msgstr "Hover Options"
525
 
526
  #: options/rbs_gallery_options_hover.php:26
527
  msgid "Click Thumbnail"
528
- msgstr "Click Thumbnail"
529
 
530
- #: options/rbs_gallery_options_hover.php:32 rbs_gallery_media.php:73
531
  msgid "On"
532
- msgstr "On"
533
 
534
  #: options/rbs_gallery_options_hover.php:33
535
- #: options/rbs_gallery_options_hover.php:47 rbs_gallery_media.php:74
536
  msgid "Off"
537
- msgstr "Off"
538
 
539
  #: options/rbs_gallery_options_hover.php:40
540
  msgid "Hover Mode"
541
- msgstr "Hover Mode"
542
 
543
  #: options/rbs_gallery_options_hover.php:48
544
  msgid "Options"
545
- msgstr "Options"
546
 
547
  #: options/rbs_gallery_options_hover.php:49
548
  msgid "Template"
549
- msgstr "Template"
550
 
551
  #: options/rbs_gallery_options_hover.php:62
552
  #: options/rbs_gallery_options_lightbox.php:69
553
  #: options/rbs_gallery_options_loading.php:79
554
  #: options/rbs_gallery_options_polaroid.php:53
555
  msgid "Bg Color"
556
- msgstr "Bg Color"
557
 
558
- #: options/rbs_gallery_options_hover.php:76 rbs_gallery_media.php:118
559
  msgid "Effect"
560
- msgstr "Effect"
561
 
562
- #: options/rbs_gallery_options_hover.php:82 rbs_gallery_media.php:95
563
  msgid "push-up"
564
- msgstr "push-up"
565
 
566
- #: options/rbs_gallery_options_hover.php:83 rbs_gallery_media.php:96
567
  msgid "push-down"
568
- msgstr "push-down"
569
 
570
- #: options/rbs_gallery_options_hover.php:84 rbs_gallery_media.php:97
571
  msgid "push-up-100%"
572
- msgstr "push-up-100%"
573
 
574
- #: options/rbs_gallery_options_hover.php:85 rbs_gallery_media.php:98
575
  msgid "push-down-100%"
576
- msgstr "push-down-100%"
577
 
578
- #: options/rbs_gallery_options_hover.php:86 rbs_gallery_media.php:99
579
  msgid "reveal-top"
580
- msgstr "reveal-top"
581
 
582
- #: options/rbs_gallery_options_hover.php:87 rbs_gallery_media.php:100
583
  msgid "reveal-bottom"
584
- msgstr "reveal-bottom"
585
 
586
- #: options/rbs_gallery_options_hover.php:88 rbs_gallery_media.php:101
587
  msgid "reveal-top-100%"
588
- msgstr "reveal-top-100%"
589
 
590
- #: options/rbs_gallery_options_hover.php:89 rbs_gallery_media.php:102
591
  msgid "reveal-bottom-100%"
592
- msgstr "reveal-bottom-100%"
593
 
594
- #: options/rbs_gallery_options_hover.php:90 rbs_gallery_media.php:103
595
  msgid "direction-aware"
596
- msgstr "direction-aware"
597
 
598
- #: options/rbs_gallery_options_hover.php:91 rbs_gallery_media.php:104
599
  msgid "direction-aware-fade"
600
- msgstr "direction-aware-fade"
601
 
602
- #: options/rbs_gallery_options_hover.php:92 rbs_gallery_media.php:105
603
  msgid "direction-right"
604
- msgstr "direction-right"
605
 
606
- #: options/rbs_gallery_options_hover.php:93 rbs_gallery_media.php:106
607
  msgid "direction-left"
608
- msgstr "direction-left"
609
 
610
- #: options/rbs_gallery_options_hover.php:94 rbs_gallery_media.php:107
611
  msgid "direction-top"
612
- msgstr "direction-top"
613
 
614
- #: options/rbs_gallery_options_hover.php:95 rbs_gallery_media.php:108
615
  msgid "direction-bottom"
616
- msgstr "direction-bottom"
617
 
618
- #: options/rbs_gallery_options_hover.php:96 rbs_gallery_media.php:109
619
  msgid "fade"
620
- msgstr "fade"
621
 
622
  #: options/rbs_gallery_options_hover.php:103
623
  msgid "Show Title"
624
- msgstr "Show Title"
625
 
626
  #: options/rbs_gallery_options_hover.php:119
627
  msgid "Link Button"
628
- msgstr "Link Button"
629
 
630
  #: options/rbs_gallery_options_hover.php:120
631
  msgid "Zoom Button"
632
- msgstr "Zoom Button"
633
 
634
  #: options/rbs_gallery_options_hover.php:121
635
  #: options/rbs_gallery_options_lightbox.php:49
 
636
  msgid "Description"
637
- msgstr "Description"
638
 
639
  #: options/rbs_gallery_options_hover.php:130
640
  msgid "Link Icon"
641
- msgstr "Link Icon"
642
 
643
  #: options/rbs_gallery_options_hover.php:150
644
  msgid "Zoom Icon"
645
- msgstr "Zoom Icon"
646
 
647
  #: options/rbs_gallery_options_hover.php:173
648
  msgid "Show Description"
649
- msgstr "Show Description"
650
 
651
  #: options/rbs_gallery_options_hover.php:194
652
  msgid "Description Template"
653
- msgstr "Description Template"
654
 
655
  #: options/rbs_gallery_options_images.php:18
656
  msgid "Images Manager"
657
- msgstr "Images Manager"
658
 
659
  #: options/rbs_gallery_options_images.php:27
660
  #: options/rbs_gallery_options_images.php:29
661
  msgid "Manage Images"
662
- msgstr "Manage Images"
663
 
664
  #: options/rbs_gallery_options_images.php:28
665
  msgid ""
@@ -667,16 +683,13 @@ msgid ""
667
  "edit or delete images from gallery. Also here you can edit settings of every "
668
  "particular image, define alt, links, description text"
669
  msgstr ""
670
- "Click on Manage Images button to open Images Manager where you can upload, "
671
- "edit or delete images from gallery. Also here you can edit settings of every "
672
- "particular image, define alt, links, description text"
673
 
674
  #: options/rbs_gallery_options_info.php:18
675
  #: options/rbs_gallery_options_info.php:31
676
  #: options/rbs_gallery_options_infowide.php:18 rbs_gallery_about.php:63
677
  #: rbs_gallery_about.php:64 rbs_gallery_list.php:29 rbs_gallery_topblock.php:20
678
  msgid "Get Pro version"
679
- msgstr "Get Pro version"
680
 
681
  #: options/rbs_gallery_options_info.php:29
682
  #: options/rbs_gallery_options_infowide.php:28 rbs_gallery_topblock.php:21
@@ -684,499 +697,581 @@ msgid ""
684
  "with PRO version you get more advanced functionality and even more "
685
  "flexibility in settings"
686
  msgstr ""
687
- "with PRO version you get more advanced functionality and even more "
688
- "flexibility in settings"
689
 
690
  #: options/rbs_gallery_options_lightbox.php:18
691
  msgid "Lightbox Options"
692
- msgstr "Lightbox Options"
693
 
694
  #: options/rbs_gallery_options_lightbox.php:42
695
  msgid "Text Source"
696
- msgstr "Text Source"
697
 
698
  #: options/rbs_gallery_options_lightbox.php:50
 
699
  #: options/rbs_gallery_options_polaroid.php:48
700
  msgid "Caption"
701
- msgstr "Caption"
702
 
703
  #: options/rbs_gallery_options_lightbox.php:58
704
  msgid "Text Color"
705
- msgstr "Text Color"
706
 
707
  #: options/rbs_gallery_options_lightbox.php:82
708
  msgid "Deep Linking"
709
- msgstr "Deep Linking"
710
 
711
  #: options/rbs_gallery_options_lightbox.php:85
712
  msgid "This option enable linking for every particular image "
713
- msgstr "This option enable linking for every particular image "
714
 
715
  #: options/rbs_gallery_options_lightbox.php:91
716
  msgid " Images Counter"
717
- msgstr " Images Counter"
718
 
719
  #: options/rbs_gallery_options_lightbox.php:100
720
  msgid "Close Icon"
721
- msgstr "Close Icon"
722
 
723
  #: options/rbs_gallery_options_lightbox.php:109
724
  msgid "Arrow Icon"
725
- msgstr "Arrow Icon"
726
 
727
  #: options/rbs_gallery_options_lightbox.php:118
728
  msgid "Swipe"
729
- msgstr "Swipe"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
730
 
731
- #: options/rbs_gallery_options_lightbox.php:127
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
732
  msgid "Social Buttons"
733
- msgstr "Social Buttons"
734
 
735
  #: options/rbs_gallery_options_loading.php:18
736
  #: options/rbs_gallery_options_loading.php:35
737
  msgid "Loading Options"
738
- msgstr "Loading Options"
739
 
740
  #: options/rbs_gallery_options_loading.php:26
741
  msgid "Lazy Load"
742
- msgstr "Lazy Load"
743
 
744
  #: options/rbs_gallery_options_loading.php:36
745
  msgid "Loading Text"
746
- msgstr "Loading Text"
747
 
748
  #: options/rbs_gallery_options_loading.php:44
749
  msgid "Images Amount"
750
- msgstr "Images Amount"
751
 
752
  #: options/rbs_gallery_options_loading.php:53
753
  msgid "Load More Amount"
754
- msgstr "Load More Amount"
755
 
756
  #: options/rbs_gallery_options_loading.php:63
757
  msgid "Wait Thumbs Load"
758
- msgstr "Wait Thumbs Load"
759
 
760
  #: options/rbs_gallery_options_loading.php:71
761
  msgid "Wait No Matter What"
762
- msgstr "Wait No Matter What"
763
 
764
  #: options/rbs_gallery_options_loading.php:91
765
  msgid "Loading Label"
766
- msgstr "Loading Label"
767
 
768
  #: options/rbs_gallery_options_loading.php:101
769
  msgid "Load More Label"
770
- msgstr "Load More Label"
771
 
772
  #: options/rbs_gallery_options_loading.php:108
773
  msgid "No More Entries Label"
774
- msgstr "No More Entries Label"
775
 
776
  #: options/rbs_gallery_options_polaroid.php:18
777
  msgid "Polaroid Style Options"
778
- msgstr "Polaroid Style Options"
779
 
780
  #: options/rbs_gallery_options_polaroid.php:26
781
  msgid "Polaroid Style"
782
- msgstr "Polaroid Style"
783
 
784
  #: options/rbs_gallery_options_polaroid.php:40
785
  msgid "Source"
786
- msgstr "Source"
787
 
788
  #: options/rbs_gallery_options_polaroid.php:47
789
  msgid "Desc"
790
- msgstr "Desc"
791
-
792
- #: options/rbs_gallery_options_polaroid.php:64
793
- #: options/rbs_gallery_options_size.php:40
794
- msgid "Align"
795
- msgstr "Align"
796
 
797
  #: options/rbs_gallery_options_polaroid.php:70
798
  msgid "left"
799
- msgstr "left"
800
 
801
  #: options/rbs_gallery_options_polaroid.php:71
802
  msgid "right"
803
- msgstr "right"
804
 
805
  #: options/rbs_gallery_options_polaroid.php:72
806
  msgid "center"
807
- msgstr "center"
808
 
809
  #: options/rbs_gallery_options_shortcode.php:18
810
  msgid "Gallery Shortcode"
811
- msgstr "Gallery Shortcode"
812
 
813
  #: options/rbs_gallery_options_shortcode.php:30
814
  msgid "use this shortcode to insert this gallery into page, post or widget"
815
- msgstr "use this shortcode to insert this gallery into page, post or widget"
816
 
817
  #: options/rbs_gallery_options_size.php:18
818
  msgid "Gallery Size Options"
819
- msgstr "Gallery Size Options"
820
 
821
  #: options/rbs_gallery_options_size.php:30
822
  msgid "Width "
823
- msgstr "Width "
824
 
825
  #: options/rbs_gallery_options_size.php:53
826
  msgid "Padding"
827
- msgstr "Padding"
828
 
829
  #: options/rbs_gallery_options_size.php:62
830
  #: options/rbs_gallery_options_size.php:70
831
  msgid "Thumbs Options"
832
- msgstr "Thumbs Options"
833
 
834
  #: options/rbs_gallery_options_size.php:71
835
  msgid "Size Options"
836
- msgstr "Size Options"
837
 
838
  #: options/rbs_gallery_options_size.php:78
839
  msgid "Custom Ratio"
840
- msgstr "Custom Ratio"
841
 
842
  #: options/rbs_gallery_options_size.php:89
843
  msgid "Colums "
844
- msgstr "Colums "
845
 
846
  #: options/rbs_gallery_options_text.php:18
847
  msgid "Text Addons"
848
- msgstr "Text Addons"
849
 
850
  #: options/rbs_gallery_options_text.php:27
851
  #: options/rbs_gallery_options_text.php:35
852
  msgid "Pre Text"
853
- msgstr "Pre Text"
854
 
855
  #: options/rbs_gallery_options_text.php:39
856
  #: options/rbs_gallery_options_text.php:47
857
  msgid "After Text"
858
- msgstr "After Text"
859
 
860
  #: options/rbs_gallery_options_tools.php:17
861
  msgid "Gallery Tools"
862
- msgstr "Gallery Tools"
863
 
864
  #: options/rbs_gallery_options_tools.php:37
865
  msgid "Posts List"
866
- msgstr "Posts List"
867
 
868
  #: options/rbs_gallery_options_tools.php:39
869
  msgid "Here you can create and customize new post with gallery inside it"
870
- msgstr "Here you can create and customize new post with gallery inside it"
871
 
872
  #: options/rbs_gallery_options_tools.php:42
873
  msgid "Gallery Views"
874
- msgstr "Gallery Views"
875
 
876
  #: options/rbs_gallery_options_tools.php:44
877
  msgid "Are you sure that you wish to reset statistics?"
878
- msgstr "Are you sure that you wish to reset statistics?"
879
 
880
  #: options/rbs_gallery_options_tools.php:44
881
  msgid "Success: Statistic successfully reset!"
882
- msgstr "Success: Statistic successfully reset!"
883
 
884
  #: options/rbs_gallery_options_tools.php:44
885
  msgid "Reset"
886
- msgstr "Reset"
887
 
888
  #: options/rbs_gallery_options_view.php:18
889
  msgid "Thumbs View Options"
890
- msgstr "Thumbs View Options"
891
 
892
  #: options/rbs_gallery_options_view.php:28
893
  msgid "Radius"
894
- msgstr "Radius"
895
 
896
  #: options/rbs_gallery_options_view.php:41
897
  msgid "Hor. Space"
898
- msgstr "Hor. Space"
899
 
900
  #: options/rbs_gallery_options_view.php:51
901
  msgid "Ver. Space"
902
- msgstr "Ver. Space"
903
 
904
  #: options/rbs_gallery_options_view.php:64
905
  msgid "Shadow"
906
- msgstr "Shadow"
907
 
908
  #: options/rbs_gallery_options_view.php:74
909
  #: options/rbs_gallery_options_view.php:81
910
  #: options/rbs_gallery_options_view.php:106
911
  msgid "Shadow Options"
912
- msgstr "Shadow Options"
913
 
914
  #: options/rbs_gallery_options_view.php:82
915
  msgid "Hover Shadow Options"
916
- msgstr "Hover Shadow Options"
917
 
918
  #: options/rbs_gallery_options_view.php:92
919
  msgid "Hover Shadow"
920
- msgstr "Hover Shadow"
921
 
922
  #: options/rbs_gallery_options_view.php:137
923
  #: options/rbs_gallery_options_view.php:144
924
  #: options/rbs_gallery_options_view.php:171
925
  msgid "Border Options"
926
- msgstr "Border Options"
927
 
928
  #: options/rbs_gallery_options_view.php:145
929
  msgid "Hover Border Options"
930
- msgstr "Hover Border Options"
931
 
932
  #: options/rbs_gallery_options_view.php:156
933
  msgid "Hover Border"
934
- msgstr "Hover Border"
935
 
936
  #: rbs_gallery_about.php:22
937
  msgid "Robo Gallery implemented by RoboSoft Team"
938
- msgstr "Robo Gallery implemented by RoboSoft Team"
939
 
940
  #: rbs_gallery_about.php:25
941
  msgid "More details about Robo Gallery you can see on our website"
942
- msgstr "More details about Robo Gallery you can see on our website"
943
 
944
  #: rbs_gallery_about.php:31
945
  msgid "Robo Gallery Pro Features"
946
- msgstr "Robo Gallery Pro Features"
947
 
948
  #: rbs_gallery_about.php:34
949
  msgid "Unlimited amount of the galleries"
950
- msgstr "Unlimited amount of the galleries"
951
 
952
  #: rbs_gallery_about.php:35
953
  msgid "Unlimited amount of images in galleries"
954
- msgstr "Unlimited amount of images in galleries"
955
 
956
  #: rbs_gallery_about.php:38
957
  msgid "Custom hover style for border"
958
- msgstr "Custom hover style for border"
959
 
960
  #: rbs_gallery_about.php:39
961
  msgid "Custom hover style for shadow"
962
- msgstr "Custom hover style for shadow"
963
 
964
  #: rbs_gallery_about.php:42
965
  msgid "Unlimited multi-categories"
966
- msgstr "Unlimited multi-categories"
967
 
968
  #: rbs_gallery_about.php:43
969
  msgid "High quality thumbnails"
970
- msgstr "High quality thumbnails"
971
 
972
  #: rbs_gallery_about.php:46
973
  msgid "Gallery widget"
974
- msgstr "Gallery widget"
975
 
976
  #: rbs_gallery_about.php:47
977
  msgid "Random ordering"
978
- msgstr "Random ordering"
979
 
980
  #: rbs_gallery_about.php:50
981
  msgid "Gallery menu colors"
982
- msgstr "Gallery menu colors"
983
 
984
  #: rbs_gallery_about.php:51
985
  msgid "Gallery menu styles"
986
- msgstr "Gallery menu styles"
987
 
988
  #: rbs_gallery_about.php:54
989
  msgid "Custom images ordering"
990
- msgstr "Custom images ordering"
991
 
992
  #: rbs_gallery_about.php:55
993
  msgid "Customizable hover style"
994
- msgstr "Customizable hover style"
995
 
996
  #: rbs_gallery_about.php:58
997
  msgid "Custom hover background color"
998
- msgstr "Custom hover background color"
999
 
1000
  #: rbs_gallery_about.php:59
1001
  msgid "Advanced images description settings"
1002
- msgstr "Advanced images description settings"
1003
 
1004
- #: rbs_gallery_about.php:69 rbs_gallery_settings.php:105
1005
  msgid "All Rights Reserved"
1006
- msgstr "All Rights Reserved"
1007
 
1008
- #: rbs_gallery_button.php:25 rbs_gallery_media.php:43
1009
  msgid "Robo Gallery"
1010
- msgstr "Robo Gallery"
1011
 
1012
  #: rbs_gallery_button.php:27
1013
  msgid "Insert"
1014
- msgstr "Insert"
1015
 
1016
  #: rbs_gallery_button.php:33
1017
  msgid "Add Robo Gallery"
1018
- msgstr "Add Robo Gallery"
1019
 
1020
  #: rbs_gallery_button.php:44
1021
  msgid "Select gallery"
1022
- msgstr "Select gallery"
1023
 
1024
  #: rbs_gallery_button.php:45 rbs_gallery_widget.php:79
1025
  msgid "Configure it in"
1026
- msgstr "Configure it in"
1027
 
1028
  #: rbs_gallery_button.php:45 rbs_gallery_widget.php:81
1029
  msgid "Robo Gallery plugin"
1030
- msgstr "Robo Gallery plugin"
1031
 
1032
  #: rbs_gallery_init.php:19
1033
  msgid "Available in"
1034
- msgstr "Available in"
1035
 
1036
  #: rbs_gallery_init.php:75
1037
  msgid "Galleries List"
1038
- msgstr "Galleries List"
1039
 
1040
  #: rbs_gallery_init.php:76 rbs_gallery_init.php:77
1041
  msgid "Add Gallery"
1042
- msgstr "Add Gallery"
1043
 
1044
  #: rbs_gallery_init.php:78
1045
  msgid "Edit Gallery"
1046
- msgstr "Edit Gallery"
1047
 
1048
  #: rbs_gallery_list.php:27
1049
  msgid "Get Robo Gallery Pro version"
1050
- msgstr "Get Robo Gallery Pro version"
1051
 
1052
  #: rbs_gallery_list.php:31
1053
  msgid ""
1054
  "You can create only 3 galleries. Update to PRO to get unlimited galleries"
1055
  msgstr ""
1056
- "You can create only 3 galleries. Update to PRO to get unlimited galleries"
1057
 
1058
  #: rbs_gallery_list.php:65
1059
  msgid "Views"
1060
- msgstr "Views"
1061
 
1062
  #: rbs_gallery_list.php:66
1063
  msgid "Shortcode"
1064
- msgstr "Shortcode"
1065
 
1066
- #: rbs_gallery_media.php:58
1067
  msgid "Column"
1068
- msgstr "Column"
1069
 
1070
- #: rbs_gallery_media.php:65
1071
  msgid "Link"
1072
- msgstr "Link"
1073
 
1074
- #: rbs_gallery_media.php:78
1075
  msgid "Blank Link"
1076
- msgstr "Blank Link"
1077
 
1078
- #: rbs_gallery_media.php:86
1079
  msgid "Video"
1080
- msgstr "Video"
1081
 
1082
- #: rbs_gallery_media.php:110
1083
  msgid "inherit"
1084
- msgstr "inherit"
1085
 
1086
  #: rbs_gallery_settings.php:17
1087
  msgid "Compatibility Settings"
1088
- msgstr "Compatibility Settings"
1089
 
1090
- #: rbs_gallery_settings.php:26
1091
  msgid "Categories Manager"
1092
- msgstr "Categories Manager"
1093
 
1094
- #: rbs_gallery_settings.php:29 rbs_gallery_settings.php:30
1095
- #: rbs_gallery_settings.php:31 rbs_gallery_settings.php:87
1096
- #: rbs_gallery_settings.php:88
1097
  msgid "Show"
1098
- msgstr "Show"
1099
 
1100
- #: rbs_gallery_settings.php:33 rbs_gallery_settings.php:34
1101
- #: rbs_gallery_settings.php:90 rbs_gallery_settings.php:91
1102
  msgid "Hide"
1103
- msgstr "Hide"
1104
 
1105
- #: rbs_gallery_settings.php:40 rbs_gallery_settings.php:43
1106
  msgid "jQuery Version"
1107
- msgstr "jQuery Version"
1108
 
1109
- #: rbs_gallery_settings.php:44 rbs_gallery_settings.php:45
1110
  msgid "Default"
1111
- msgstr "Default"
1112
 
1113
- #: rbs_gallery_settings.php:47 rbs_gallery_settings.php:48
1114
  msgid "Alternative"
1115
- msgstr "Alternative"
1116
 
1117
- #: rbs_gallery_settings.php:52 rbs_gallery_settings.php:53
1118
  msgid "Forced include"
1119
- msgstr "Forced include"
1120
 
1121
- #: rbs_gallery_settings.php:60 rbs_gallery_settings.php:63
1122
  msgid "Switch Style"
1123
- msgstr "Switch Style"
1124
 
1125
- #: rbs_gallery_settings.php:64 rbs_gallery_settings.php:65
1126
  msgid "Modern"
1127
- msgstr "Modern"
1128
 
1129
- #: rbs_gallery_settings.php:67 rbs_gallery_settings.php:68
1130
  msgid "Classic"
1131
- msgstr "Classic"
1132
 
1133
- #: rbs_gallery_settings.php:74
1134
  msgid "Size Calculations Delay"
1135
- msgstr "Size Calculations Delay"
1136
 
1137
- #: rbs_gallery_settings.php:80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1138
  msgid "Create Post Settings"
1139
- msgstr "Create Post Settings"
1140
 
1141
- #: rbs_gallery_settings.php:83
1142
  msgid "Text Block"
1143
- msgstr "Text Block"
1144
 
1145
- #: rbs_gallery_settings.php:86
1146
  msgid "Show Text"
1147
- msgstr "Show Text"
1148
 
1149
- #: rbs_gallery_settings.php:99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1150
  msgid "Save Changes"
1151
- msgstr "Save Changes"
1152
 
1153
  #: rbs_gallery_topblock.php:26
1154
  msgid "Do You wish to get PRO version for FREE ?"
1155
- msgstr "Do You wish to get PRO version for FREE ?"
1156
 
1157
  #: rbs_gallery_topblock.php:31
1158
  msgid "Do You wish to get PRO version for translate?"
1159
- msgstr "Do You wish to get PRO version for translate?"
1160
 
1161
  #: rbs_gallery_widget.php:19
1162
  msgid "Robo Gallery Widget"
1163
- msgstr "Robo Gallery Widget"
1164
 
1165
  #: rbs_gallery_widget.php:20
1166
  msgid "Publish gallery on your website."
1167
- msgstr "Publish gallery on your website."
1168
 
1169
  #: rbs_gallery_widget.php:35 rbs_gallery_widget.php:67
1170
  msgid "This widget available in Pro version"
1171
- msgstr "This widget available in Pro version"
1172
 
1173
  #: rbs_gallery_widget.php:44
1174
  msgid "New gallery"
1175
- msgstr "New gallery"
1176
 
1177
  #: rbs_gallery_widget.php:76
1178
  msgid "Gallery:"
1179
- msgstr "Gallery:"
 
 
 
 
 
 
1180
 
1181
  #~ msgid "Show Menu"
1182
  #~ msgstr "Show Menu"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery\n"
4
+ "POT-Creation-Date: 2016-06-18 08:26+0200\n"
5
+ "PO-Revision-Date: 2016-06-18 08:27+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: RoboSoft Team <team@robosoft.co>\n"
8
  "Language: en_US\n"
18
 
19
  #: extensions/backup/backup.class.php:271
20
  msgid "Can't create directory for archive file."
21
+ msgstr ""
22
 
23
  #: extensions/backup/backup.class.php:351
24
  #, php-format
25
  msgid "Can not clear archive's file: \"%s\"."
26
+ msgstr ""
27
 
28
  #: extensions/backup/backup.class.php:367
29
  #, php-format
30
  msgid "Didn't save archive with files \"%s\"."
31
+ msgstr ""
32
 
33
  #: extensions/backup/backup.class.php:633
34
  msgid "Can't find import xml file in archive."
35
+ msgstr ""
36
 
37
  #: extensions/backup/backup.class.php:676
38
  msgid "Can't set xml content for reading."
39
+ msgstr ""
40
 
41
  #: extensions/backup/backup.class.php:682
42
  msgid "Invalid document of import"
43
+ msgstr ""
44
 
45
  #: extensions/backup/backup.class.php:846
46
  #, php-format
47
  msgid "Error insert post attachment with ID: \"%d\" and guid: \"%s\". %s"
48
+ msgstr ""
49
 
50
  #: extensions/backup/backup.class.php:902
51
  msgid "Invalid xml content."
52
+ msgstr ""
53
 
54
  #: extensions/backup/backup.class.php:978
55
  #, php-format
56
  msgid "Error insert post with ID: \"%d\" and title: \"%s\". %s"
57
+ msgstr ""
58
 
59
  #: extensions/backup/backup.class.php:1009
60
  #, php-format
62
  "Error insert postmeta for post with ID %d. Meta key: \"%s\", meta value: \"%s"
63
  "\""
64
  msgstr ""
 
 
65
 
66
  #: extensions/backup/backup.class.php:1061
67
  #, php-format
68
  msgid "Can't open archive \"%s\"."
69
+ msgstr ""
70
 
71
  #: extensions/backup/backup.class.php:1083
72
  #, php-format
73
  msgid "Can't import file \"%s\". File is absent in archive"
74
+ msgstr ""
75
 
76
  #: extensions/backup/backup.class.php:1115
77
  #, php-format
78
  msgid "Can't create directory \"%s\" during import file."
79
+ msgstr ""
80
 
81
  #: extensions/backup/backup.class.php:1119
82
  #, php-format
83
  msgid "Can't create file \"%s\" during import file."
84
+ msgstr ""
85
 
86
+ #: extensions/backup/backup.form.php:35
87
  msgid "Error: Can't check Maximum Upload File Size"
88
+ msgstr ""
89
 
90
+ #: extensions/backup/backup.form.php:59
91
  msgid "Robo Gallery Backup"
92
+ msgstr ""
93
 
94
+ #: extensions/backup/backup.form.php:98
95
  msgid "Error Import "
96
+ msgstr ""
97
 
98
+ #: extensions/backup/backup.form.php:102
99
  msgid "Success Import "
100
+ msgstr ""
101
 
102
+ #: extensions/backup/backup.form.php:104
103
  msgid "Import Post"
104
+ msgstr ""
105
 
106
+ #: extensions/backup/backup.form.php:105
107
  msgid "Import Images"
108
+ msgstr ""
109
 
110
+ #: extensions/backup/backup.form.php:111
111
  msgid "Duplicate Post"
112
+ msgstr ""
113
 
114
+ #: extensions/backup/backup.form.php:112
115
  msgid "Duplicate Images"
116
+ msgstr ""
117
 
118
+ #: extensions/backup/backup.form.php:119
119
  msgid "Skipped Post"
120
+ msgstr ""
121
 
122
+ #: extensions/backup/backup.form.php:120
123
  msgid "Skipped Images"
124
+ msgstr ""
125
 
126
+ #: extensions/backup/backup.form.php:127
127
  msgid "Error: please check backup file"
128
+ msgstr ""
129
 
130
+ #: extensions/backup/backup.form.php:130
131
  msgid "Error: check secure"
132
+ msgstr ""
133
 
134
+ #: extensions/backup/backup.form.php:159
135
  msgid ""
136
  "You can use Full Backup options to make backup of configured galleries "
137
  "settings and images. As result you'll get archive with XML file of galleries "
138
  "settings and all images of your galleries"
139
  msgstr ""
 
 
 
140
 
141
+ #: extensions/backup/backup.form.php:164 extensions/backup/backup.form.php:193
142
  msgid "File Name"
143
+ msgstr ""
144
 
145
+ #: extensions/backup/backup.form.php:173
146
  msgid "Download Full Backup"
147
+ msgstr ""
148
 
149
+ #: extensions/backup/backup.form.php:187
150
  msgid ""
151
  "After EXPORT copy images from server folder: {Wordpress folder}/wp-content/"
152
  "uploads to the new location by FTP"
153
  msgstr ""
 
 
154
 
155
+ #: extensions/backup/backup.form.php:201
156
  msgid "Download Backup"
157
+ msgstr ""
158
 
159
+ #: extensions/backup/backup.form.php:217
160
  msgid "Sever Environment"
161
+ msgstr ""
162
 
163
+ #: extensions/backup/backup.form.php:220
164
  msgid "Max upload size"
165
+ msgstr ""
166
 
167
+ #: extensions/backup/backup.form.php:221
168
  msgid "Max POST size"
169
+ msgstr ""
170
 
171
+ #: extensions/backup/backup.form.php:222
172
  msgid "How to increase the max upload size?"
173
+ msgstr ""
174
 
175
+ #: extensions/backup/backup.form.php:227 extensions/backup/backup.form.php:230
176
  msgid "Duplicate"
177
+ msgstr ""
178
 
179
+ #: extensions/backup/backup.form.php:233
180
  msgid "Make copy if such gallery or image already exist in system"
181
+ msgstr ""
182
 
183
+ #: extensions/backup/backup.form.php:242
184
  msgid "Select backup file"
185
+ msgstr ""
186
 
187
+ #: extensions/backup/backup.form.php:250
188
  msgid "Upload XML"
189
+ msgstr ""
190
 
191
  #: extensions/category/category.class.php:89
192
  msgid "Categories"
193
+ msgstr ""
194
 
195
  #: extensions/category/category.class.php:149
196
  msgid "Save"
197
+ msgstr ""
198
 
199
  #: extensions/category/category.class.php:152
200
  msgid "Cancel"
201
+ msgstr ""
202
 
203
  #: extensions/category/category.class.php:161
204
+ #: extensions/rbs_create_post_ajax.php:163
205
  msgid "Error"
206
+ msgstr ""
207
 
208
  #: extensions/category/category.class.php:164
209
  msgid "OK"
210
+ msgstr ""
211
 
212
  #: extensions/category/category.class.php:197
213
  msgid "Root Category"
214
+ msgstr ""
215
 
216
  #: extensions/category/category.class.php:209
217
+ #: extensions/rbs_create_post_ajax.php:143
218
+ #: extensions/rbs_create_post_ajax.php:201
219
+ #: extensions/rbs_create_post_ajax.php:202
220
  msgid "Edit"
221
+ msgstr ""
222
 
223
  #: extensions/category/category.class.php:226
224
  msgid "Post ID is absent in request"
225
+ msgstr ""
226
 
227
  #: extensions/category/category.class.php:252
228
  msgid "Post type is absent in request"
229
+ msgstr ""
230
 
231
  #: extensions/category/category.class.php:286
232
  msgid "Empty posts hierarchy data for saving"
233
+ msgstr ""
234
 
235
  #: extensions/category/category.class.php:291
236
  msgid "Wrong posts hierarchy data for saving"
237
+ msgstr ""
238
 
239
  #: extensions/rbs_create_post.php:10
240
  msgid "Post manager"
241
+ msgstr ""
242
 
243
  #: extensions/rbs_create_post.php:11 rbs_gallery_button.php:26
244
  #: rbs_gallery_list.php:28
245
  msgid "Close"
246
+ msgstr ""
247
 
248
  #: extensions/rbs_create_post.php:12 options/rbs_gallery_options_tools.php:32
249
  msgid "Create post"
250
+ msgstr ""
251
 
252
  #: extensions/rbs_create_post.php:17
253
  msgid "Loading . . . ."
254
+ msgstr ""
255
 
256
+ #: extensions/rbs_create_post_ajax.php:44
257
+ #: extensions/rbs_create_post_ajax.php:51
258
+ #: extensions/rbs_create_post_ajax.php:98
259
+ #: extensions/rbs_create_post_ajax.php:133
260
  msgid "Post not created. Error: "
261
+ msgstr ""
262
 
263
+ #: extensions/rbs_create_post_ajax.php:44
264
+ #: extensions/rbs_create_post_ajax.php:222
 
265
  msgid "Empty gallery ID"
266
+ msgstr ""
267
 
268
+ #: extensions/rbs_create_post_ajax.php:51
269
  msgid "Incorrect gallery ID"
270
+ msgstr ""
271
 
272
+ #: extensions/rbs_create_post_ajax.php:54
273
  msgid "Add new post"
274
+ msgstr ""
275
 
276
+ #: extensions/rbs_create_post_ajax.php:59
277
  msgid "Category"
278
+ msgstr ""
279
 
280
+ #: extensions/rbs_create_post_ajax.php:64
281
+ #: extensions/rbs_create_post_ajax.php:178
282
  #: options/rbs_gallery_options_hover.php:118
283
  #: options/rbs_gallery_options_lightbox.php:48
284
+ #: options/rbs_gallery_options_lightbox.php:159
285
  #: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:71
286
  msgid "Title"
287
+ msgstr ""
288
 
289
+ #: extensions/rbs_create_post_ajax.php:69
290
  msgid "Slug"
291
+ msgstr ""
292
 
293
+ #: extensions/rbs_create_post_ajax.php:74
294
  #: options/rbs_gallery_options_lightbox.php:29
295
  msgid "Text"
296
+ msgstr ""
297
 
298
+ #: extensions/rbs_create_post_ajax.php:82
299
  msgid "Short tag of the gallery will be insert into created article."
300
+ msgstr ""
301
 
302
+ #: extensions/rbs_create_post_ajax.php:140
303
+ msgid "Post"
304
+ msgstr ""
305
 
306
+ #: extensions/rbs_create_post_ajax.php:140
307
+ msgid "created"
308
+ msgstr ""
309
 
310
+ #: extensions/rbs_create_post_ajax.php:146
311
+ #: extensions/rbs_create_post_ajax.php:206
312
+ #: extensions/rbs_create_post_ajax.php:207
313
  msgid "Preview"
314
+ msgstr ""
315
 
316
+ #: extensions/rbs_create_post_ajax.php:152
317
  msgid "Error: input value"
318
+ msgstr ""
319
 
320
+ #: extensions/rbs_create_post_ajax.php:163
321
+ msgid "Empty gallery ID"
322
+ msgstr ""
 
323
 
324
+ #: extensions/rbs_create_post_ajax.php:179
325
  msgid "Status"
326
+ msgstr ""
327
+
328
+ #: extensions/rbs_create_post_ajax.php:197 extensions/stats/stats.form.php:103
329
+ msgid "Published"
330
+ msgstr ""
331
 
332
+ #: extensions/rbs_create_post_ajax.php:197
333
  msgid "publish"
334
+ msgstr ""
335
+
336
+ #: extensions/rbs_create_post_ajax.php:222
337
+ msgid "Error: "
338
+ msgstr ""
339
 
340
  #: extensions/stats/stats.form.php:18
341
  msgid "Robo Gallery Statistics"
342
+ msgstr ""
343
 
344
  #: extensions/stats/stats.form.php:27
345
  msgid "Gallery Statistics"
346
+ msgstr ""
347
 
348
  #: extensions/stats/stats.form.php:28
349
  msgid "Images Statistics"
350
+ msgstr ""
351
 
352
+ #: extensions/stats/stats.form.php:76
353
  msgid "Total Views"
354
+ msgstr ""
355
 
356
+ #: extensions/stats/stats.form.php:84
357
+ msgid "Total Images"
358
+ msgstr ""
359
 
360
+ #: extensions/stats/stats.form.php:92
361
+ msgid "Total Galleries"
362
+ msgstr ""
363
+
364
+ #: extensions/stats/stats.form.php:111
365
  msgid "Drafts"
366
+ msgstr ""
367
 
368
+ #: extensions/stats/stats.form.php:119
369
  msgid "Trash"
370
+ msgstr ""
371
 
372
  #: options/rbs_gallery_options_button.php:18
373
  msgid "Menu Options"
374
+ msgstr ""
375
 
376
  #: options/rbs_gallery_options_button.php:26
377
  msgid "Menu"
378
+ msgstr ""
379
 
380
  #: options/rbs_gallery_options_button.php:41
381
  msgid "Root Label"
382
+ msgstr ""
383
 
384
  #: options/rbs_gallery_options_button.php:53
385
  msgid "Root Label Text"
386
+ msgstr ""
387
 
388
  #: options/rbs_gallery_options_button.php:62
389
  msgid "Self Label"
390
+ msgstr ""
391
 
392
  #: options/rbs_gallery_options_button.php:71
393
  msgid "Self Images"
394
+ msgstr ""
395
 
396
  #: options/rbs_gallery_options_button.php:80
397
  msgid "Style"
398
+ msgstr ""
399
 
400
  #: options/rbs_gallery_options_button.php:87
401
  #: options/rbs_gallery_options_button.php:119
402
  #: options/rbs_gallery_options_button.php:135
403
  msgid "Normal"
404
+ msgstr ""
405
 
406
  #: options/rbs_gallery_options_button.php:88
407
  msgid "flat"
408
+ msgstr ""
409
 
410
  #: options/rbs_gallery_options_button.php:89
411
  msgid "3d"
412
+ msgstr ""
413
 
414
  #: options/rbs_gallery_options_button.php:90
415
  #: options/rbs_gallery_options_view.php:127
416
  msgid "Border"
417
+ msgstr ""
418
 
419
  #: options/rbs_gallery_options_button.php:96
420
  msgid "Color"
421
+ msgstr ""
422
 
423
  #: options/rbs_gallery_options_button.php:103
424
  msgid "gray"
425
+ msgstr ""
426
 
427
  #: options/rbs_gallery_options_button.php:104
428
  msgid "blue"
429
+ msgstr ""
430
 
431
  #: options/rbs_gallery_options_button.php:105
432
  msgid "green"
433
+ msgstr ""
434
 
435
  #: options/rbs_gallery_options_button.php:106
436
  msgid "orange"
437
+ msgstr ""
438
 
439
  #: options/rbs_gallery_options_button.php:107
440
  msgid "red"
441
+ msgstr ""
442
 
443
  #: options/rbs_gallery_options_button.php:108
444
  msgid "purple"
445
+ msgstr ""
446
 
447
  #: options/rbs_gallery_options_button.php:113
448
  msgid "Rounds"
449
+ msgstr ""
450
 
451
  #: options/rbs_gallery_options_button.php:120
452
  msgid "Rounded"
453
+ msgstr ""
454
 
455
  #: options/rbs_gallery_options_button.php:121
456
  msgid "Pill"
457
+ msgstr ""
458
 
459
  #: options/rbs_gallery_options_button.php:122
460
  msgid "Circle "
461
+ msgstr ""
462
 
463
  #: options/rbs_gallery_options_button.php:127
464
  msgid "Size"
465
+ msgstr ""
466
 
467
  #: options/rbs_gallery_options_button.php:133
468
  msgid "Jumbo"
469
+ msgstr ""
470
 
471
  #: options/rbs_gallery_options_button.php:134
472
  msgid "Large"
473
+ msgstr ""
474
 
475
  #: options/rbs_gallery_options_button.php:136
476
  msgid "Small"
477
+ msgstr ""
478
 
479
  #: options/rbs_gallery_options_button.php:137
480
  msgid "Tiny "
481
+ msgstr ""
482
 
483
  #: options/rbs_gallery_options_button.php:142
484
+ #: options/rbs_gallery_options_polaroid.php:64
485
+ #: options/rbs_gallery_options_size.php:40
486
+ msgid "Align"
487
+ msgstr ""
488
+
489
+ #: options/rbs_gallery_options_button.php:148
490
+ msgid "Left"
491
+ msgstr ""
492
+
493
+ #: options/rbs_gallery_options_button.php:149
494
+ msgid "Center"
495
+ msgstr ""
496
+
497
+ #: options/rbs_gallery_options_button.php:150
498
+ msgid "Right"
499
+ msgstr ""
500
+
501
+ #: options/rbs_gallery_options_button.php:155
502
  msgid "Left Padding"
503
+ msgstr ""
504
 
505
+ #: options/rbs_gallery_options_button.php:166
506
  msgid "Bottom Padding"
507
+ msgstr ""
508
 
509
  #: options/rbs_gallery_options_copy.php:18
510
  msgid " Clone Gallery"
511
+ msgstr ""
512
 
513
  #: options/rbs_gallery_options_copy.php:27
514
  msgid "Source Gallery"
515
+ msgstr ""
516
 
517
  #: options/rbs_gallery_options_copy.php:28
518
  msgid ""
520
  "able to edit some of the options. Gallery will copy all settings from "
521
  "selected source."
522
  msgstr ""
 
 
 
523
 
524
  #: options/rbs_gallery_options_copy.php:29
525
  msgid ""
529
  "your website in another galleries. Very fast, comfortable, advanced tool to "
530
  "speed up your workflow!"
531
  msgstr ""
 
 
 
 
 
532
 
533
  #: options/rbs_gallery_options_guides.php:20
534
  msgid "Video Guides"
535
+ msgstr ""
536
 
537
  #: options/rbs_gallery_options_hover.php:18
538
  msgid "Hover Options"
539
+ msgstr ""
540
 
541
  #: options/rbs_gallery_options_hover.php:26
542
  msgid "Click Thumbnail"
543
+ msgstr ""
544
 
545
+ #: options/rbs_gallery_options_hover.php:32 rbs_gallery_media.php:71
546
  msgid "On"
547
+ msgstr ""
548
 
549
  #: options/rbs_gallery_options_hover.php:33
550
+ #: options/rbs_gallery_options_hover.php:47 rbs_gallery_media.php:72
551
  msgid "Off"
552
+ msgstr ""
553
 
554
  #: options/rbs_gallery_options_hover.php:40
555
  msgid "Hover Mode"
556
+ msgstr ""
557
 
558
  #: options/rbs_gallery_options_hover.php:48
559
  msgid "Options"
560
+ msgstr ""
561
 
562
  #: options/rbs_gallery_options_hover.php:49
563
  msgid "Template"
564
+ msgstr ""
565
 
566
  #: options/rbs_gallery_options_hover.php:62
567
  #: options/rbs_gallery_options_lightbox.php:69
568
  #: options/rbs_gallery_options_loading.php:79
569
  #: options/rbs_gallery_options_polaroid.php:53
570
  msgid "Bg Color"
571
+ msgstr ""
572
 
573
+ #: options/rbs_gallery_options_hover.php:76 rbs_gallery_media.php:116
574
  msgid "Effect"
575
+ msgstr ""
576
 
577
+ #: options/rbs_gallery_options_hover.php:82 rbs_gallery_media.php:93
578
  msgid "push-up"
579
+ msgstr ""
580
 
581
+ #: options/rbs_gallery_options_hover.php:83 rbs_gallery_media.php:94
582
  msgid "push-down"
583
+ msgstr ""
584
 
585
+ #: options/rbs_gallery_options_hover.php:84 rbs_gallery_media.php:95
586
  msgid "push-up-100%"
587
+ msgstr ""
588
 
589
+ #: options/rbs_gallery_options_hover.php:85 rbs_gallery_media.php:96
590
  msgid "push-down-100%"
591
+ msgstr ""
592
 
593
+ #: options/rbs_gallery_options_hover.php:86 rbs_gallery_media.php:97
594
  msgid "reveal-top"
595
+ msgstr ""
596
 
597
+ #: options/rbs_gallery_options_hover.php:87 rbs_gallery_media.php:98
598
  msgid "reveal-bottom"
599
+ msgstr ""
600
 
601
+ #: options/rbs_gallery_options_hover.php:88 rbs_gallery_media.php:99
602
  msgid "reveal-top-100%"
603
+ msgstr ""
604
 
605
+ #: options/rbs_gallery_options_hover.php:89 rbs_gallery_media.php:100
606
  msgid "reveal-bottom-100%"
607
+ msgstr ""
608
 
609
+ #: options/rbs_gallery_options_hover.php:90 rbs_gallery_media.php:101
610
  msgid "direction-aware"
611
+ msgstr ""
612
 
613
+ #: options/rbs_gallery_options_hover.php:91 rbs_gallery_media.php:102
614
  msgid "direction-aware-fade"
615
+ msgstr ""
616
 
617
+ #: options/rbs_gallery_options_hover.php:92 rbs_gallery_media.php:103
618
  msgid "direction-right"
619
+ msgstr ""
620
 
621
+ #: options/rbs_gallery_options_hover.php:93 rbs_gallery_media.php:104
622
  msgid "direction-left"
623
+ msgstr ""
624
 
625
+ #: options/rbs_gallery_options_hover.php:94 rbs_gallery_media.php:105
626
  msgid "direction-top"
627
+ msgstr ""
628
 
629
+ #: options/rbs_gallery_options_hover.php:95 rbs_gallery_media.php:106
630
  msgid "direction-bottom"
631
+ msgstr ""
632
 
633
+ #: options/rbs_gallery_options_hover.php:96 rbs_gallery_media.php:107
634
  msgid "fade"
635
+ msgstr ""
636
 
637
  #: options/rbs_gallery_options_hover.php:103
638
  msgid "Show Title"
639
+ msgstr ""
640
 
641
  #: options/rbs_gallery_options_hover.php:119
642
  msgid "Link Button"
643
+ msgstr ""
644
 
645
  #: options/rbs_gallery_options_hover.php:120
646
  msgid "Zoom Button"
647
+ msgstr ""
648
 
649
  #: options/rbs_gallery_options_hover.php:121
650
  #: options/rbs_gallery_options_lightbox.php:49
651
+ #: options/rbs_gallery_options_lightbox.php:160
652
  msgid "Description"
653
+ msgstr ""
654
 
655
  #: options/rbs_gallery_options_hover.php:130
656
  msgid "Link Icon"
657
+ msgstr ""
658
 
659
  #: options/rbs_gallery_options_hover.php:150
660
  msgid "Zoom Icon"
661
+ msgstr ""
662
 
663
  #: options/rbs_gallery_options_hover.php:173
664
  msgid "Show Description"
665
+ msgstr ""
666
 
667
  #: options/rbs_gallery_options_hover.php:194
668
  msgid "Description Template"
669
+ msgstr ""
670
 
671
  #: options/rbs_gallery_options_images.php:18
672
  msgid "Images Manager"
673
+ msgstr ""
674
 
675
  #: options/rbs_gallery_options_images.php:27
676
  #: options/rbs_gallery_options_images.php:29
677
  msgid "Manage Images"
678
+ msgstr ""
679
 
680
  #: options/rbs_gallery_options_images.php:28
681
  msgid ""
683
  "edit or delete images from gallery. Also here you can edit settings of every "
684
  "particular image, define alt, links, description text"
685
  msgstr ""
 
 
 
686
 
687
  #: options/rbs_gallery_options_info.php:18
688
  #: options/rbs_gallery_options_info.php:31
689
  #: options/rbs_gallery_options_infowide.php:18 rbs_gallery_about.php:63
690
  #: rbs_gallery_about.php:64 rbs_gallery_list.php:29 rbs_gallery_topblock.php:20
691
  msgid "Get Pro version"
692
+ msgstr ""
693
 
694
  #: options/rbs_gallery_options_info.php:29
695
  #: options/rbs_gallery_options_infowide.php:28 rbs_gallery_topblock.php:21
697
  "with PRO version you get more advanced functionality and even more "
698
  "flexibility in settings"
699
  msgstr ""
 
 
700
 
701
  #: options/rbs_gallery_options_lightbox.php:18
702
  msgid "Lightbox Options"
703
+ msgstr ""
704
 
705
  #: options/rbs_gallery_options_lightbox.php:42
706
  msgid "Text Source"
707
+ msgstr ""
708
 
709
  #: options/rbs_gallery_options_lightbox.php:50
710
+ #: options/rbs_gallery_options_lightbox.php:161
711
  #: options/rbs_gallery_options_polaroid.php:48
712
  msgid "Caption"
713
+ msgstr ""
714
 
715
  #: options/rbs_gallery_options_lightbox.php:58
716
  msgid "Text Color"
717
+ msgstr ""
718
 
719
  #: options/rbs_gallery_options_lightbox.php:82
720
  msgid "Deep Linking"
721
+ msgstr ""
722
 
723
  #: options/rbs_gallery_options_lightbox.php:85
724
  msgid "This option enable linking for every particular image "
725
+ msgstr ""
726
 
727
  #: options/rbs_gallery_options_lightbox.php:91
728
  msgid " Images Counter"
729
+ msgstr ""
730
 
731
  #: options/rbs_gallery_options_lightbox.php:100
732
  msgid "Close Icon"
733
+ msgstr ""
734
 
735
  #: options/rbs_gallery_options_lightbox.php:109
736
  msgid "Arrow Icon"
737
+ msgstr ""
738
 
739
  #: options/rbs_gallery_options_lightbox.php:118
740
  msgid "Swipe"
741
+ msgstr ""
742
+
743
+ #: options/rbs_gallery_options_lightbox.php:126
744
+ msgid "Mobile Style"
745
+ msgstr ""
746
+
747
+ #: options/rbs_gallery_options_lightbox.php:134
748
+ msgid "Source Button "
749
+ msgstr ""
750
+
751
+ #: options/rbs_gallery_options_lightbox.php:143
752
+ msgid "Description Panel"
753
+ msgstr ""
754
+
755
+ #: options/rbs_gallery_options_lightbox.php:153
756
+ msgid "Description Source"
757
+ msgstr ""
758
+
759
+ #: options/rbs_gallery_options_lightbox.php:167
760
+ msgid "Description Style"
761
+ msgstr ""
762
 
763
+ #: options/rbs_gallery_options_lightbox.php:173
764
+ msgid "Light"
765
+ msgstr ""
766
+
767
+ #: options/rbs_gallery_options_lightbox.php:174
768
+ msgid "Dark"
769
+ msgstr ""
770
+
771
+ #: options/rbs_gallery_options_lightbox.php:175
772
+ msgid "Red"
773
+ msgstr ""
774
+
775
+ #: options/rbs_gallery_options_lightbox.php:176
776
+ msgid "Blue"
777
+ msgstr ""
778
+
779
+ #: options/rbs_gallery_options_lightbox.php:177
780
+ msgid "Green"
781
+ msgstr ""
782
+
783
+ #: options/rbs_gallery_options_lightbox.php:178
784
+ msgid "Pink"
785
+ msgstr ""
786
+
787
+ #: options/rbs_gallery_options_lightbox.php:184
788
  msgid "Social Buttons"
789
+ msgstr ""
790
 
791
  #: options/rbs_gallery_options_loading.php:18
792
  #: options/rbs_gallery_options_loading.php:35
793
  msgid "Loading Options"
794
+ msgstr ""
795
 
796
  #: options/rbs_gallery_options_loading.php:26
797
  msgid "Lazy Load"
798
+ msgstr ""
799
 
800
  #: options/rbs_gallery_options_loading.php:36
801
  msgid "Loading Text"
802
+ msgstr ""
803
 
804
  #: options/rbs_gallery_options_loading.php:44
805
  msgid "Images Amount"
806
+ msgstr ""
807
 
808
  #: options/rbs_gallery_options_loading.php:53
809
  msgid "Load More Amount"
810
+ msgstr ""
811
 
812
  #: options/rbs_gallery_options_loading.php:63
813
  msgid "Wait Thumbs Load"
814
+ msgstr ""
815
 
816
  #: options/rbs_gallery_options_loading.php:71
817
  msgid "Wait No Matter What"
818
+ msgstr ""
819
 
820
  #: options/rbs_gallery_options_loading.php:91
821
  msgid "Loading Label"
822
+ msgstr ""
823
 
824
  #: options/rbs_gallery_options_loading.php:101
825
  msgid "Load More Label"
826
+ msgstr ""
827
 
828
  #: options/rbs_gallery_options_loading.php:108
829
  msgid "No More Entries Label"
830
+ msgstr ""
831
 
832
  #: options/rbs_gallery_options_polaroid.php:18
833
  msgid "Polaroid Style Options"
834
+ msgstr ""
835
 
836
  #: options/rbs_gallery_options_polaroid.php:26
837
  msgid "Polaroid Style"
838
+ msgstr ""
839
 
840
  #: options/rbs_gallery_options_polaroid.php:40
841
  msgid "Source"
842
+ msgstr ""
843
 
844
  #: options/rbs_gallery_options_polaroid.php:47
845
  msgid "Desc"
846
+ msgstr ""
 
 
 
 
 
847
 
848
  #: options/rbs_gallery_options_polaroid.php:70
849
  msgid "left"
850
+ msgstr ""
851
 
852
  #: options/rbs_gallery_options_polaroid.php:71
853
  msgid "right"
854
+ msgstr ""
855
 
856
  #: options/rbs_gallery_options_polaroid.php:72
857
  msgid "center"
858
+ msgstr ""
859
 
860
  #: options/rbs_gallery_options_shortcode.php:18
861
  msgid "Gallery Shortcode"
862
+ msgstr ""
863
 
864
  #: options/rbs_gallery_options_shortcode.php:30
865
  msgid "use this shortcode to insert this gallery into page, post or widget"
866
+ msgstr ""
867
 
868
  #: options/rbs_gallery_options_size.php:18
869
  msgid "Gallery Size Options"
870
+ msgstr ""
871
 
872
  #: options/rbs_gallery_options_size.php:30
873
  msgid "Width "
874
+ msgstr ""
875
 
876
  #: options/rbs_gallery_options_size.php:53
877
  msgid "Padding"
878
+ msgstr ""
879
 
880
  #: options/rbs_gallery_options_size.php:62
881
  #: options/rbs_gallery_options_size.php:70
882
  msgid "Thumbs Options"
883
+ msgstr ""
884
 
885
  #: options/rbs_gallery_options_size.php:71
886
  msgid "Size Options"
887
+ msgstr ""
888
 
889
  #: options/rbs_gallery_options_size.php:78
890
  msgid "Custom Ratio"
891
+ msgstr ""
892
 
893
  #: options/rbs_gallery_options_size.php:89
894
  msgid "Colums "
895
+ msgstr ""
896
 
897
  #: options/rbs_gallery_options_text.php:18
898
  msgid "Text Addons"
899
+ msgstr ""
900
 
901
  #: options/rbs_gallery_options_text.php:27
902
  #: options/rbs_gallery_options_text.php:35
903
  msgid "Pre Text"
904
+ msgstr ""
905
 
906
  #: options/rbs_gallery_options_text.php:39
907
  #: options/rbs_gallery_options_text.php:47
908
  msgid "After Text"
909
+ msgstr ""
910
 
911
  #: options/rbs_gallery_options_tools.php:17
912
  msgid "Gallery Tools"
913
+ msgstr ""
914
 
915
  #: options/rbs_gallery_options_tools.php:37
916
  msgid "Posts List"
917
+ msgstr ""
918
 
919
  #: options/rbs_gallery_options_tools.php:39
920
  msgid "Here you can create and customize new post with gallery inside it"
921
+ msgstr ""
922
 
923
  #: options/rbs_gallery_options_tools.php:42
924
  msgid "Gallery Views"
925
+ msgstr ""
926
 
927
  #: options/rbs_gallery_options_tools.php:44
928
  msgid "Are you sure that you wish to reset statistics?"
929
+ msgstr ""
930
 
931
  #: options/rbs_gallery_options_tools.php:44
932
  msgid "Success: Statistic successfully reset!"
933
+ msgstr ""
934
 
935
  #: options/rbs_gallery_options_tools.php:44
936
  msgid "Reset"
937
+ msgstr ""
938
 
939
  #: options/rbs_gallery_options_view.php:18
940
  msgid "Thumbs View Options"
941
+ msgstr ""
942
 
943
  #: options/rbs_gallery_options_view.php:28
944
  msgid "Radius"
945
+ msgstr ""
946
 
947
  #: options/rbs_gallery_options_view.php:41
948
  msgid "Hor. Space"
949
+ msgstr ""
950
 
951
  #: options/rbs_gallery_options_view.php:51
952
  msgid "Ver. Space"
953
+ msgstr ""
954
 
955
  #: options/rbs_gallery_options_view.php:64
956
  msgid "Shadow"
957
+ msgstr ""
958
 
959
  #: options/rbs_gallery_options_view.php:74
960
  #: options/rbs_gallery_options_view.php:81
961
  #: options/rbs_gallery_options_view.php:106
962
  msgid "Shadow Options"
963
+ msgstr ""
964
 
965
  #: options/rbs_gallery_options_view.php:82
966
  msgid "Hover Shadow Options"
967
+ msgstr ""
968
 
969
  #: options/rbs_gallery_options_view.php:92
970
  msgid "Hover Shadow"
971
+ msgstr ""
972
 
973
  #: options/rbs_gallery_options_view.php:137
974
  #: options/rbs_gallery_options_view.php:144
975
  #: options/rbs_gallery_options_view.php:171
976
  msgid "Border Options"
977
+ msgstr ""
978
 
979
  #: options/rbs_gallery_options_view.php:145
980
  msgid "Hover Border Options"
981
+ msgstr ""
982
 
983
  #: options/rbs_gallery_options_view.php:156
984
  msgid "Hover Border"
985
+ msgstr ""
986
 
987
  #: rbs_gallery_about.php:22
988
  msgid "Robo Gallery implemented by RoboSoft Team"
989
+ msgstr ""
990
 
991
  #: rbs_gallery_about.php:25
992
  msgid "More details about Robo Gallery you can see on our website"
993
+ msgstr ""
994
 
995
  #: rbs_gallery_about.php:31
996
  msgid "Robo Gallery Pro Features"
997
+ msgstr ""
998
 
999
  #: rbs_gallery_about.php:34
1000
  msgid "Unlimited amount of the galleries"
1001
+ msgstr ""
1002
 
1003
  #: rbs_gallery_about.php:35
1004
  msgid "Unlimited amount of images in galleries"
1005
+ msgstr ""
1006
 
1007
  #: rbs_gallery_about.php:38
1008
  msgid "Custom hover style for border"
1009
+ msgstr ""
1010
 
1011
  #: rbs_gallery_about.php:39
1012
  msgid "Custom hover style for shadow"
1013
+ msgstr ""
1014
 
1015
  #: rbs_gallery_about.php:42
1016
  msgid "Unlimited multi-categories"
1017
+ msgstr ""
1018
 
1019
  #: rbs_gallery_about.php:43
1020
  msgid "High quality thumbnails"
1021
+ msgstr ""
1022
 
1023
  #: rbs_gallery_about.php:46
1024
  msgid "Gallery widget"
1025
+ msgstr ""
1026
 
1027
  #: rbs_gallery_about.php:47
1028
  msgid "Random ordering"
1029
+ msgstr ""
1030
 
1031
  #: rbs_gallery_about.php:50
1032
  msgid "Gallery menu colors"
1033
+ msgstr ""
1034
 
1035
  #: rbs_gallery_about.php:51
1036
  msgid "Gallery menu styles"
1037
+ msgstr ""
1038
 
1039
  #: rbs_gallery_about.php:54
1040
  msgid "Custom images ordering"
1041
+ msgstr ""
1042
 
1043
  #: rbs_gallery_about.php:55
1044
  msgid "Customizable hover style"
1045
+ msgstr ""
1046
 
1047
  #: rbs_gallery_about.php:58
1048
  msgid "Custom hover background color"
1049
+ msgstr ""
1050
 
1051
  #: rbs_gallery_about.php:59
1052
  msgid "Advanced images description settings"
1053
+ msgstr ""
1054
 
1055
+ #: rbs_gallery_about.php:69 rbs_gallery_settings.php:145
1056
  msgid "All Rights Reserved"
1057
+ msgstr ""
1058
 
1059
+ #: rbs_gallery_button.php:25 rbs_gallery_media.php:41
1060
  msgid "Robo Gallery"
1061
+ msgstr ""
1062
 
1063
  #: rbs_gallery_button.php:27
1064
  msgid "Insert"
1065
+ msgstr ""
1066
 
1067
  #: rbs_gallery_button.php:33
1068
  msgid "Add Robo Gallery"
1069
+ msgstr ""
1070
 
1071
  #: rbs_gallery_button.php:44
1072
  msgid "Select gallery"
1073
+ msgstr ""
1074
 
1075
  #: rbs_gallery_button.php:45 rbs_gallery_widget.php:79
1076
  msgid "Configure it in"
1077
+ msgstr ""
1078
 
1079
  #: rbs_gallery_button.php:45 rbs_gallery_widget.php:81
1080
  msgid "Robo Gallery plugin"
1081
+ msgstr ""
1082
 
1083
  #: rbs_gallery_init.php:19
1084
  msgid "Available in"
1085
+ msgstr ""
1086
 
1087
  #: rbs_gallery_init.php:75
1088
  msgid "Galleries List"
1089
+ msgstr ""
1090
 
1091
  #: rbs_gallery_init.php:76 rbs_gallery_init.php:77
1092
  msgid "Add Gallery"
1093
+ msgstr ""
1094
 
1095
  #: rbs_gallery_init.php:78
1096
  msgid "Edit Gallery"
1097
+ msgstr ""
1098
 
1099
  #: rbs_gallery_list.php:27
1100
  msgid "Get Robo Gallery Pro version"
1101
+ msgstr ""
1102
 
1103
  #: rbs_gallery_list.php:31
1104
  msgid ""
1105
  "You can create only 3 galleries. Update to PRO to get unlimited galleries"
1106
  msgstr ""
 
1107
 
1108
  #: rbs_gallery_list.php:65
1109
  msgid "Views"
1110
+ msgstr ""
1111
 
1112
  #: rbs_gallery_list.php:66
1113
  msgid "Shortcode"
1114
+ msgstr ""
1115
 
1116
+ #: rbs_gallery_media.php:56
1117
  msgid "Column"
1118
+ msgstr ""
1119
 
1120
+ #: rbs_gallery_media.php:63
1121
  msgid "Link"
1122
+ msgstr ""
1123
 
1124
+ #: rbs_gallery_media.php:76
1125
  msgid "Blank Link"
1126
+ msgstr ""
1127
 
1128
+ #: rbs_gallery_media.php:84
1129
  msgid "Video"
1130
+ msgstr ""
1131
 
1132
+ #: rbs_gallery_media.php:108
1133
  msgid "inherit"
1134
+ msgstr ""
1135
 
1136
  #: rbs_gallery_settings.php:17
1137
  msgid "Compatibility Settings"
1138
+ msgstr ""
1139
 
1140
+ #: rbs_gallery_settings.php:27
1141
  msgid "Categories Manager"
1142
+ msgstr ""
1143
 
1144
+ #: rbs_gallery_settings.php:30 rbs_gallery_settings.php:31
1145
+ #: rbs_gallery_settings.php:32 rbs_gallery_settings.php:102
1146
+ #: rbs_gallery_settings.php:103
1147
  msgid "Show"
1148
+ msgstr ""
1149
 
1150
+ #: rbs_gallery_settings.php:34 rbs_gallery_settings.php:35
1151
+ #: rbs_gallery_settings.php:105 rbs_gallery_settings.php:106
1152
  msgid "Hide"
1153
+ msgstr ""
1154
 
1155
+ #: rbs_gallery_settings.php:41 rbs_gallery_settings.php:44
1156
  msgid "jQuery Version"
1157
+ msgstr ""
1158
 
1159
+ #: rbs_gallery_settings.php:45 rbs_gallery_settings.php:46
1160
  msgid "Default"
1161
+ msgstr ""
1162
 
1163
+ #: rbs_gallery_settings.php:48 rbs_gallery_settings.php:49
1164
  msgid "Alternative"
1165
+ msgstr ""
1166
 
1167
+ #: rbs_gallery_settings.php:53 rbs_gallery_settings.php:54
1168
  msgid "Forced include"
1169
+ msgstr ""
1170
 
1171
+ #: rbs_gallery_settings.php:61 rbs_gallery_settings.php:64
1172
  msgid "Switch Style"
1173
+ msgstr ""
1174
 
1175
+ #: rbs_gallery_settings.php:65 rbs_gallery_settings.php:66
1176
  msgid "Modern"
1177
+ msgstr ""
1178
 
1179
+ #: rbs_gallery_settings.php:68 rbs_gallery_settings.php:69
1180
  msgid "Classic"
1181
+ msgstr ""
1182
 
1183
+ #: rbs_gallery_settings.php:75
1184
  msgid "Size Calculations Delay"
1185
+ msgstr ""
1186
 
1187
+ #: rbs_gallery_settings.php:81
1188
+ msgid "Debug"
1189
+ msgstr ""
1190
+
1191
+ #: rbs_gallery_settings.php:84 rbs_gallery_settings.php:85
1192
+ #: rbs_gallery_settings.php:86
1193
+ msgid "Enable"
1194
+ msgstr ""
1195
+
1196
+ #: rbs_gallery_settings.php:88 rbs_gallery_settings.php:89
1197
+ #: rbs_gallery_settings.php:129 rbs_gallery_settings.php:130
1198
+ msgid "Disable"
1199
+ msgstr ""
1200
+
1201
+ #: rbs_gallery_settings.php:95
1202
  msgid "Create Post Settings"
1203
+ msgstr ""
1204
 
1205
+ #: rbs_gallery_settings.php:98
1206
  msgid "Text Block"
1207
+ msgstr ""
1208
 
1209
+ #: rbs_gallery_settings.php:101
1210
  msgid "Show Text"
1211
+ msgstr ""
1212
 
1213
+ #: rbs_gallery_settings.php:113
1214
+ msgid "SEO Optimization"
1215
+ msgstr ""
1216
+
1217
+ #: rbs_gallery_settings.php:116
1218
+ msgid "Add SEO content"
1219
+ msgstr ""
1220
+
1221
+ #: rbs_gallery_settings.php:119 rbs_gallery_settings.php:120
1222
+ #: rbs_gallery_settings.php:121
1223
+ msgid "Enable [thumbs]"
1224
+ msgstr ""
1225
+
1226
+ #: rbs_gallery_settings.php:124
1227
+ msgid "Enable [thumbs + link]"
1228
+ msgstr ""
1229
+
1230
+ #: rbs_gallery_settings.php:125
1231
+ msgid "Enabled [thumbs + link]"
1232
+ msgstr ""
1233
+
1234
+ #: rbs_gallery_settings.php:126
1235
+ msgid "Enable [thumbs + link]"
1236
+ msgstr ""
1237
+
1238
+ #: rbs_gallery_settings.php:139
1239
  msgid "Save Changes"
1240
+ msgstr ""
1241
 
1242
  #: rbs_gallery_topblock.php:26
1243
  msgid "Do You wish to get PRO version for FREE ?"
1244
+ msgstr ""
1245
 
1246
  #: rbs_gallery_topblock.php:31
1247
  msgid "Do You wish to get PRO version for translate?"
1248
+ msgstr ""
1249
 
1250
  #: rbs_gallery_widget.php:19
1251
  msgid "Robo Gallery Widget"
1252
+ msgstr ""
1253
 
1254
  #: rbs_gallery_widget.php:20
1255
  msgid "Publish gallery on your website."
1256
+ msgstr ""
1257
 
1258
  #: rbs_gallery_widget.php:35 rbs_gallery_widget.php:67
1259
  msgid "This widget available in Pro version"
1260
+ msgstr ""
1261
 
1262
  #: rbs_gallery_widget.php:44
1263
  msgid "New gallery"
1264
+ msgstr ""
1265
 
1266
  #: rbs_gallery_widget.php:76
1267
  msgid "Gallery:"
1268
+ msgstr ""
1269
+
1270
+ #~ msgid "Post "
1271
+ #~ msgstr "Post "
1272
+
1273
+ #~ msgid " created"
1274
+ #~ msgstr " created"
1275
 
1276
  #~ msgid "Show Menu"
1277
  #~ msgstr "Show Menu"
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: 2016-05-04 20:24+0200\n"
5
- "PO-Revision-Date: 2016-05-04 20:25+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"
@@ -282,6 +282,7 @@ msgstr ""
282
  #: extensions/rbs_create_post_ajax.php:178
283
  #: options/rbs_gallery_options_hover.php:118
284
  #: options/rbs_gallery_options_lightbox.php:48
 
285
  #: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:71
286
  msgid "Title"
287
  msgstr "Название"
@@ -648,6 +649,7 @@ msgstr "Кнопка масштаба"
648
 
649
  #: options/rbs_gallery_options_hover.php:121
650
  #: options/rbs_gallery_options_lightbox.php:49
 
651
  msgid "Description"
652
  msgstr "Описание"
653
 
@@ -708,6 +710,7 @@ msgid "Text Source"
708
  msgstr "Источник текста"
709
 
710
  #: options/rbs_gallery_options_lightbox.php:50
 
711
  #: options/rbs_gallery_options_polaroid.php:48
712
  msgid "Caption"
713
  msgstr "Подпись"
@@ -749,6 +752,42 @@ msgid "Source Button "
749
  msgstr ""
750
 
751
  #: options/rbs_gallery_options_lightbox.php:143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
752
  msgid "Social Buttons"
753
  msgstr "Кнопки Соц. Сетей"
754
 
@@ -1016,7 +1055,7 @@ msgstr "Цвет фона при наведении"
1016
  msgid "Advanced images description settings"
1017
  msgstr "Дополнительные настройки описания изображения"
1018
 
1019
- #: rbs_gallery_about.php:69 rbs_gallery_settings.php:120
1020
  msgid "All Rights Reserved"
1021
  msgstr "All Rights Reserved."
1022
 
@@ -1160,6 +1199,7 @@ msgid "Enable"
1160
  msgstr ""
1161
 
1162
  #: rbs_gallery_settings.php:88 rbs_gallery_settings.php:89
 
1163
  msgid "Disable"
1164
  msgstr ""
1165
 
@@ -1175,7 +1215,25 @@ msgstr "Текстовый блок"
1175
  msgid "Show Text"
1176
  msgstr "Показывать текст"
1177
 
1178
- #: rbs_gallery_settings.php:114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1179
  msgid "Save Changes"
1180
  msgstr "Сохранить изменения"
1181
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Robo Gallery v 1.0.0\n"
4
+ "POT-Creation-Date: 2016-06-18 08:29+0200\n"
5
+ "PO-Revision-Date: 2016-06-18 08:29+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"
282
  #: extensions/rbs_create_post_ajax.php:178
283
  #: options/rbs_gallery_options_hover.php:118
284
  #: options/rbs_gallery_options_lightbox.php:48
285
+ #: options/rbs_gallery_options_lightbox.php:159
286
  #: options/rbs_gallery_options_polaroid.php:46 rbs_gallery_widget.php:71
287
  msgid "Title"
288
  msgstr "Название"
649
 
650
  #: options/rbs_gallery_options_hover.php:121
651
  #: options/rbs_gallery_options_lightbox.php:49
652
+ #: options/rbs_gallery_options_lightbox.php:160
653
  msgid "Description"
654
  msgstr "Описание"
655
 
710
  msgstr "Источник текста"
711
 
712
  #: options/rbs_gallery_options_lightbox.php:50
713
+ #: options/rbs_gallery_options_lightbox.php:161
714
  #: options/rbs_gallery_options_polaroid.php:48
715
  msgid "Caption"
716
  msgstr "Подпись"
752
  msgstr ""
753
 
754
  #: options/rbs_gallery_options_lightbox.php:143
755
+ msgid "Description Panel"
756
+ msgstr ""
757
+
758
+ #: options/rbs_gallery_options_lightbox.php:153
759
+ msgid "Description Source"
760
+ msgstr ""
761
+
762
+ #: options/rbs_gallery_options_lightbox.php:167
763
+ msgid "Description Style"
764
+ msgstr ""
765
+
766
+ #: options/rbs_gallery_options_lightbox.php:173
767
+ msgid "Light"
768
+ msgstr ""
769
+
770
+ #: options/rbs_gallery_options_lightbox.php:174
771
+ msgid "Dark"
772
+ msgstr ""
773
+
774
+ #: options/rbs_gallery_options_lightbox.php:175
775
+ msgid "Red"
776
+ msgstr ""
777
+
778
+ #: options/rbs_gallery_options_lightbox.php:176
779
+ msgid "Blue"
780
+ msgstr ""
781
+
782
+ #: options/rbs_gallery_options_lightbox.php:177
783
+ msgid "Green"
784
+ msgstr ""
785
+
786
+ #: options/rbs_gallery_options_lightbox.php:178
787
+ msgid "Pink"
788
+ msgstr ""
789
+
790
+ #: options/rbs_gallery_options_lightbox.php:184
791
  msgid "Social Buttons"
792
  msgstr "Кнопки Соц. Сетей"
793
 
1055
  msgid "Advanced images description settings"
1056
  msgstr "Дополнительные настройки описания изображения"
1057
 
1058
+ #: rbs_gallery_about.php:69 rbs_gallery_settings.php:145
1059
  msgid "All Rights Reserved"
1060
  msgstr "All Rights Reserved."
1061
 
1199
  msgstr ""
1200
 
1201
  #: rbs_gallery_settings.php:88 rbs_gallery_settings.php:89
1202
+ #: rbs_gallery_settings.php:129 rbs_gallery_settings.php:130
1203
  msgid "Disable"
1204
  msgstr ""
1205
 
1215
  msgid "Show Text"
1216
  msgstr "Показывать текст"
1217
 
1218
+ #: rbs_gallery_settings.php:113
1219
+ msgid "SEO Optimization"
1220
+ msgstr "SEO Оптимизация"
1221
+
1222
+ #: rbs_gallery_settings.php:116
1223
+ msgid "Add SEO content"
1224
+ msgstr "Добавить SEO контент"
1225
+
1226
+ #: rbs_gallery_settings.php:119 rbs_gallery_settings.php:120
1227
+ #: rbs_gallery_settings.php:121
1228
+ msgid "Enable [thumbs]"
1229
+ msgstr ""
1230
+
1231
+ #: rbs_gallery_settings.php:124 rbs_gallery_settings.php:125
1232
+ #: rbs_gallery_settings.php:126
1233
+ msgid "Enable [thumbs + link]"
1234
+ msgstr ""
1235
+
1236
+ #: rbs_gallery_settings.php:139
1237
  msgid "Save Changes"
1238
  msgstr "Сохранить изменения"
1239
 
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.5
7
- Stable tag: 2.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -260,6 +260,14 @@ Quality of the gallery thumbnails could be easily changed in gallery size option
260
 
261
  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.
262
 
 
 
 
 
 
 
 
 
263
  **Where to change settings of the image of the gallery?**
264
 
265
  Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
@@ -272,14 +280,6 @@ You can change background color of the gallery lightbox. When you open gallery s
272
 
273
  Yes, in gallery options you can turn on/off border option
274
 
275
- **Do you have some limits for images amount in gallery?**
276
-
277
- No, we don't have any limits for amount of the images in gallery
278
-
279
- **How to define video for some gallery image?**
280
-
281
- 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
282
-
283
  **How to turn on/off social buttons in gallery lightbox?**
284
 
285
  When you open gallery settings you can find there gallery lightbox settings block, where you can turn on/off social buttons in gallery lightbox on the front end.
@@ -300,6 +300,14 @@ In gallery settings you can find gallery images manager where you can change set
300
 
301
  When you open gallery images manager you'll find there image edit mode where you can crop source image
302
 
 
 
 
 
 
 
 
 
303
  **Is it possible to change color of the hovered image in gallery?**
304
 
305
  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.
@@ -312,14 +320,6 @@ First of all you can copy shortcode inside gallery settings , in separate shortc
312
 
313
  Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
314
 
315
- **How to change font style of the gallery image caption?**
316
-
317
- In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
318
-
319
- **Is it possible to change transparency of the gallery lightbox background ?**
320
-
321
- 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.
322
-
323
  **How to make gallery with no space between thumbnails of the gallery?**
324
 
325
  If you wish to make section with gallery without spacing between thumbnails you need just set horizontal and vertical spacing to 0 in gallery thumbnails view options
@@ -328,6 +328,14 @@ If you wish to make section with gallery without spacing between thumbnails you
328
 
329
  Our gallery do not require any special permissions for installation of the gallery or during upload of the gallery images. All requirements are basic: our gallery have the same requirements as Wordpress have.
330
 
 
 
 
 
 
 
 
 
331
 
332
  == Installation ==
333
 
@@ -741,6 +749,9 @@ If any problem occurs, please contact us.
741
 
742
  == Changelog ==
743
 
 
 
 
744
  = 2.3.1 =
745
  * Updated gallery front end code
746
  * SEO configuration option for thumbnails and links code
@@ -1369,6 +1380,9 @@ If any problem occurs, please contact us.
1369
 
1370
  == Upgrade Notice ==
1371
 
 
 
 
1372
  = 2.3.1 =
1373
  Updated gallery front end code
1374
  SEO configuration option for thumbnails and links code
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.5
7
+ Stable tag: 2.3.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
260
 
261
  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.
262
 
263
+ **Do you have some limits for images amount in gallery?**
264
+
265
+ No, we don't have any limits for amount of the images in gallery
266
+
267
+ **How to define video for some gallery image?**
268
+
269
+ 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
270
+
271
  **Where to change settings of the image of the gallery?**
272
 
273
  Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
280
 
281
  Yes, in gallery options you can turn on/off border option
282
 
 
 
 
 
 
 
 
 
283
  **How to turn on/off social buttons in gallery lightbox?**
284
 
285
  When you open gallery settings you can find there gallery lightbox settings block, where you can turn on/off social buttons in gallery lightbox on the front end.
300
 
301
  When you open gallery images manager you'll find there image edit mode where you can crop source image
302
 
303
+ **How to change font style of the gallery image caption?**
304
+
305
+ In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
306
+
307
+ **Is it possible to change transparency of the gallery lightbox background ?**
308
+
309
+ 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.
310
+
311
  **Is it possible to change color of the hovered image in gallery?**
312
 
313
  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.
320
 
321
  Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
322
 
 
 
 
 
 
 
 
 
323
  **How to make gallery with no space between thumbnails of the gallery?**
324
 
325
  If you wish to make section with gallery without spacing between thumbnails you need just set horizontal and vertical spacing to 0 in gallery thumbnails view options
328
 
329
  Our gallery do not require any special permissions for installation of the gallery or during upload of the gallery images. All requirements are basic: our gallery have the same requirements as Wordpress have.
330
 
331
+ **How many buttons with icons do you have in gallery?**
332
+
333
+ In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
334
+
335
+ **How to flip uploaded gallery image?**
336
+
337
+ When you open gallery images manager you'll find there image edit mode where you can flip source image
338
+
339
 
340
  == Installation ==
341
 
749
 
750
  == Changelog ==
751
 
752
+ = 2.3.2 =
753
+ * Updated English and Russian language files
754
+
755
  = 2.3.1 =
756
  * Updated gallery front end code
757
  * SEO configuration option for thumbnails and links code
1380
 
1381
  == Upgrade Notice ==
1382
 
1383
+ = 2.3.2 =
1384
+ Updated English and Russian language files
1385
+
1386
  = 2.3.1 =
1387
  Updated gallery front end code
1388
  SEO configuration option for thumbnails and links code
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: 2.3.1
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", '2.3.1');
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: 2.3.2
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", '2.3.2');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25