Version Description
- Fix for the dashboard redirect function
- Fix of the lightbox background transporancy
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 2.8.6 |
Comparing to | |
See all releases |
Code changes from version 2.8.4 to 2.8.6
- app/app.php +1 -1
- app/class.brand.php +1 -1
- app/class.listing.php +1 -1
- app/class.php +1 -1
- app/class.view.php +1 -1
- app/extensions/dashboard/assets/style.css +1 -1
- app/extensions/dashboard/class.dashboard.php +5 -1
- app/extensions/dashboard/init.php +1 -1
- app/extensions/dashboard/overview.php +1 -1
- app/extensions/dashboard/video_guide.php +1 -1
- app/extensions/manager/class.addons.action.php +1 -1
- app/extensions/manager/class.addons.php +1 -1
- app/extensions/manager/css/style.css +1 -1
- app/extensions/manager/init.php +1 -1
- app/extensions/manager/js/script.js +1 -1
- css/gallery.css +1 -1
- images/admin/imagely_icon2.png +0 -0
- images/admin/imagely_icon3.png +0 -0
- images/admin/imagely_icon4.png +0 -0
- images/admin/robo_gallery_icon_32.png +0 -0
- images/admin/robo_gallery_icon_64.png +0 -0
- includes/rbs_class_activator.php +1 -2
- includes/rbs_class_update.php +5 -5
- includes/rbs_gallery_init.php +20 -21
- languages/robo-gallery.pot +677 -175
- readme.txt +48 -42
- robogallery.php +3 -3
app/app.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
-
* Version: 2.8.
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robosoft.co/robogallery/
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
+
* Version: 2.8.6 - 15706
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robosoft.co/robogallery/
|
app/class.brand.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
-
* Version: 2.8.
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robosoft.co/robogallery/
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
+
* Version: 2.8.6 - 15706
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robosoft.co/robogallery/
|
app/class.listing.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.6 - 15706
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/class.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.6 - 15706
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/class.view.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
-
* Version: 2.8.
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robosoft.co/robogallery/
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
+
* Version: 2.8.6 - 15706
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robosoft.co/robogallery/
|
app/extensions/dashboard/assets/style.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.6 - 15706
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/extensions/dashboard/class.dashboard.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
@@ -90,6 +90,10 @@ if ( !class_exists( 'rbsGalleryDashboard' ) ){
|
|
90 |
if ( count($this->config) && is_array($this->config) && isset($this->slug) ){
|
91 |
add_action('admin_menu', array($this, 'add_menu_items'));
|
92 |
}
|
|
|
|
|
|
|
|
|
93 |
}
|
94 |
|
95 |
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.6 - 15706
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
90 |
if ( count($this->config) && is_array($this->config) && isset($this->slug) ){
|
91 |
add_action('admin_menu', array($this, 'add_menu_items'));
|
92 |
}
|
93 |
+
|
94 |
+
if( isset($_GET['firstview']) && $_GET['firstview']==1 ){
|
95 |
+
delete_option( 'robo_gallery_redirect_overview' );
|
96 |
+
}
|
97 |
}
|
98 |
|
99 |
|
app/extensions/dashboard/init.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.6 - 15706
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/extensions/dashboard/overview.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.6 - 15706
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/extensions/dashboard/video_guide.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.6 - 15706
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/extensions/manager/class.addons.action.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.6 - 15706
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/extensions/manager/class.addons.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.6 - 15706
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/extensions/manager/css/style.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
/*
|
2 |
* Robo Gallery
|
3 |
-
* Version: 2.8.
|
4 |
* By Robosoft
|
5 |
*
|
6 |
* Contact: https://robosoft.co/robogallery/
|
1 |
/*
|
2 |
* Robo Gallery
|
3 |
+
* Version: 2.8.6 - 15706
|
4 |
* By Robosoft
|
5 |
*
|
6 |
* Contact: https://robosoft.co/robogallery/
|
app/extensions/manager/init.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 2.8.
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 2.8.6 - 15706
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robosoft.co/robogallery/
|
app/extensions/manager/js/script.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
/*
|
2 |
* Robo Gallery
|
3 |
-
* Version: 2.8.
|
4 |
* By Robosoft
|
5 |
*
|
6 |
* Contact: https://robosoft.co/robogallery/
|
1 |
/*
|
2 |
* Robo Gallery
|
3 |
+
* Version: 2.8.6 - 15706
|
4 |
* By Robosoft
|
5 |
*
|
6 |
* Contact: https://robosoft.co/robogallery/
|
css/gallery.css
CHANGED
@@ -569,7 +569,7 @@ img.mfp-img {
|
|
569 |
}
|
570 |
|
571 |
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
|
572 |
-
opacity:
|
573 |
}
|
574 |
|
575 |
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
|
569 |
}
|
570 |
|
571 |
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
|
572 |
+
opacity: 0.8;
|
573 |
}
|
574 |
|
575 |
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
|
images/admin/imagely_icon2.png
DELETED
Binary file
|
images/admin/imagely_icon3.png
DELETED
Binary file
|
images/admin/imagely_icon4.png
DELETED
Binary file
|
images/admin/robo_gallery_icon_32.png
ADDED
Binary file
|
images/admin/robo_gallery_icon_64.png
ADDED
Binary file
|
includes/rbs_class_activator.php
CHANGED
@@ -17,8 +17,7 @@ if(!defined("ABSPATH"))exit;
|
|
17 |
|
18 |
class Robo_Gallery_Activator {
|
19 |
public static function activate() {
|
20 |
-
|
21 |
-
add_option( 'robo_gallery_after_install', '1' );
|
22 |
}
|
23 |
|
24 |
public static function deactivate() {
|
17 |
|
18 |
class Robo_Gallery_Activator {
|
19 |
public static function activate() {
|
20 |
+
update_option( 'robo_gallery_after_install', '1' );
|
|
|
21 |
}
|
22 |
|
23 |
public static function deactivate() {
|
includes/rbs_class_update.php
CHANGED
@@ -56,19 +56,19 @@ class RoboGalleryUpdate {
|
|
56 |
);
|
57 |
|
58 |
public function __construct(){
|
59 |
-
|
|
|
60 |
|
61 |
if( $curVersion != ROBO_GALLERY_VERSION ){
|
62 |
-
update_option('RoboGalleryInstallDate', time());
|
63 |
update_option('RoboGalleryInstallVersion', ROBO_GALLERY_VERSION );
|
64 |
}
|
65 |
|
66 |
-
$this->dbVersionOld = get_option( 'rbs_gallery_db_version' );
|
67 |
-
if( !$this->dbVersionOld ) $this->dbVersionOld = 0;
|
68 |
|
69 |
$this->dbVersion = ROBO_GALLERY_VERSION;
|
70 |
|
71 |
-
if( $this->dbVersionOld
|
72 |
|
73 |
if( $this->needUpdate ){
|
74 |
update_option( 'robo_gallery_after_install', '1' );
|
56 |
);
|
57 |
|
58 |
public function __construct(){
|
59 |
+
|
60 |
+
$curVersion = get_option( 'RoboGalleryInstallVersion', 0 );
|
61 |
|
62 |
if( $curVersion != ROBO_GALLERY_VERSION ){
|
63 |
+
update_option('RoboGalleryInstallDate', time() );
|
64 |
update_option('RoboGalleryInstallVersion', ROBO_GALLERY_VERSION );
|
65 |
}
|
66 |
|
67 |
+
$this->dbVersionOld = get_option( 'rbs_gallery_db_version', 0 );
|
|
|
68 |
|
69 |
$this->dbVersion = ROBO_GALLERY_VERSION;
|
70 |
|
71 |
+
if( $this->dbVersionOld == $this->dbVersion ) $this->needUpdate = false;
|
72 |
|
73 |
if( $this->needUpdate ){
|
74 |
update_option( 'robo_gallery_after_install', '1' );
|
includes/rbs_gallery_init.php
CHANGED
@@ -93,23 +93,18 @@ function create_post_type_robo_gallery() {
|
|
93 |
'has_archive' => false,
|
94 |
'hierarchical' => true,
|
95 |
'supports' => $supportArray,
|
96 |
-
'menu_icon' => path_join( ROBO_GALLERY_URL, 'images/admin/
|
97 |
|
98 |
'show_in_menu' => true,
|
99 |
'menu_position' => 10,
|
100 |
));
|
101 |
|
102 |
-
|
103 |
-
|
|
|
|
|
104 |
|
105 |
add_action( 'wp_loaded', 'roboGalleryInstallRefresh' );
|
106 |
-
|
107 |
-
/*delete_option( 'robo_gallery_after_install' );
|
108 |
-
global $wp_rewrite; $wp_rewrite->flush_rules();
|
109 |
-
|
110 |
-
if ( wp_redirect( $url ) ) {
|
111 |
-
exit;
|
112 |
-
}*/
|
113 |
}
|
114 |
}
|
115 |
add_action( 'init', 'create_post_type_robo_gallery' );
|
@@ -120,21 +115,25 @@ if(!function_exists('roboGalleryInstallRefresh')){
|
|
120 |
global $wp_rewrite;
|
121 |
$wp_rewrite->flush_rules();
|
122 |
|
123 |
-
delete_option( 'robo_gallery_after_install' )
|
|
|
|
|
124 |
|
125 |
-
if(
|
126 |
-
!(
|
127 |
-
isset($_GET['post_type']) &&
|
128 |
-
$_GET['post_type']== ROBO_GALLERY_TYPE_POST
|
129 |
-
)
|
130 |
-
){
|
131 |
-
$url = admin_url('edit.php?post_type='.ROBO_GALLERY_TYPE_POST.'&page=overview');
|
132 |
-
wp_redirect( $url );
|
133 |
-
exit();
|
134 |
-
}
|
135 |
}
|
136 |
}
|
137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
rbs_gallery_include('cache.php', ROBO_GALLERY_INCLUDES_PATH);
|
139 |
|
140 |
if(!function_exists('rbs_gallery_main_init')){
|
93 |
'has_archive' => false,
|
94 |
'hierarchical' => true,
|
95 |
'supports' => $supportArray,
|
96 |
+
'menu_icon' => path_join( ROBO_GALLERY_URL, 'images/admin/robo_gallery_icon_32.png'), //'dashicons-format-gallery',
|
97 |
|
98 |
'show_in_menu' => true,
|
99 |
'menu_position' => 10,
|
100 |
));
|
101 |
|
102 |
+
if (
|
103 |
+
is_admin() &&
|
104 |
+
get_option( 'robo_gallery_after_install', 0 ) == '1'
|
105 |
+
) {
|
106 |
|
107 |
add_action( 'wp_loaded', 'roboGalleryInstallRefresh' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
}
|
109 |
}
|
110 |
add_action( 'init', 'create_post_type_robo_gallery' );
|
115 |
global $wp_rewrite;
|
116 |
$wp_rewrite->flush_rules();
|
117 |
|
118 |
+
if( delete_option( 'robo_gallery_after_install' ) ){
|
119 |
+
update_option( 'robo_gallery_redirect_overview', true );
|
120 |
+
}
|
121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
}
|
123 |
}
|
124 |
|
125 |
+
if(!function_exists('roboGalleryRedirectOverview')){
|
126 |
+
function roboGalleryRedirectOverview(){
|
127 |
+
if( get_option( 'robo_gallery_redirect_overview', false ) ){
|
128 |
+
delete_option( 'robo_gallery_redirect_overview' );
|
129 |
+
wp_redirect( admin_url('edit.php?post_type='.ROBO_GALLERY_TYPE_POST.'&page=overview&firstview=1') );
|
130 |
+
exit();
|
131 |
+
}
|
132 |
+
}
|
133 |
+
}
|
134 |
+
add_action( 'admin_init', 'roboGalleryRedirectOverview' );
|
135 |
+
|
136 |
+
|
137 |
rbs_gallery_include('cache.php', ROBO_GALLERY_INCLUDES_PATH);
|
138 |
|
139 |
if(!function_exists('rbs_gallery_main_init')){
|
languages/robo-gallery.pot
CHANGED
@@ -3,14 +3,14 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Robo Gallery\n"
|
6 |
-
"POT-Creation-Date:
|
7 |
"PO-Revision-Date: 2017-05-15 11:19+0200\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Generator: Poedit 2.
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
16 |
"X-Poedit-WPHeader: robogallery.php\n"
|
@@ -24,6 +24,350 @@ msgstr ""
|
|
24 |
"X-Poedit-SearchPathExcluded-2: dist\n"
|
25 |
"X-Poedit-SearchPathExcluded-3: node_modules\n"
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
#: cmb2/fields/border/cmb-field-border.php:50
|
28 |
#: includes/options/rbs_gallery_options_size.php:28
|
29 |
msgid "Width"
|
@@ -59,27 +403,6 @@ msgstr ""
|
|
59 |
msgid "Bottom"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: cmb2/fields/toolbox/cmb-field-toolbox.php:60
|
63 |
-
#: includes/rbs_gallery_list.php:29
|
64 |
-
msgid "Get Robo Gallery Pro version"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: cmb2/fields/toolbox/cmb-field-toolbox.php:61
|
68 |
-
#: cmb2/fields/toolbox/cmb-field-toolbox.php:74
|
69 |
-
#: includes/extensions/rbs_create_post.php:11
|
70 |
-
#: includes/rbs_gallery_button.php:28 includes/rbs_gallery_list.php:30
|
71 |
-
msgid "Close"
|
72 |
-
msgstr ""
|
73 |
-
|
74 |
-
#: cmb2/fields/toolbox/cmb-field-toolbox.php:62
|
75 |
-
#: includes/options/rbs_gallery_options_info.php:19
|
76 |
-
#: includes/options/rbs_gallery_options_info.php:31
|
77 |
-
#: includes/options/rbs_gallery_options_infowide.php:19
|
78 |
-
#: includes/rbs_gallery_about.php:66 includes/rbs_gallery_about.php:67
|
79 |
-
#: includes/rbs_gallery_list.php:31 includes/rbs_gallery_topblock.php:23
|
80 |
-
msgid "Get Pro version"
|
81 |
-
msgstr ""
|
82 |
-
|
83 |
#: cmb2/fields/toolbox/cmb-field-toolbox.php:64
|
84 |
msgid "This function available in PRO version"
|
85 |
msgstr ""
|
@@ -106,7 +429,7 @@ msgid ""
|
|
106 |
"latest functions implemented in new version of the plugin."
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: cmb2/fields/toolbox/cmb-field-toolbox.php:
|
110 |
msgid "disabled because you select gallery clone option"
|
111 |
msgstr ""
|
112 |
|
@@ -218,15 +541,13 @@ msgstr ""
|
|
218 |
msgid "Save"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: includes/extensions/category/category.class.php:104
|
222 |
-
msgid "Cancel"
|
223 |
-
msgstr ""
|
224 |
-
|
225 |
#: includes/extensions/category/category.class.php:113
|
|
|
226 |
msgid "Error"
|
227 |
msgstr ""
|
228 |
|
229 |
#: includes/extensions/category/category.class.php:116
|
|
|
230 |
msgid "OK"
|
231 |
msgstr ""
|
232 |
|
@@ -241,12 +562,32 @@ msgstr ""
|
|
241 |
msgid "Edit"
|
242 |
msgstr ""
|
243 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
#: includes/extensions/rbs_create_post.php:10
|
245 |
msgid "Post manager"
|
246 |
msgstr ""
|
247 |
|
248 |
#: includes/extensions/rbs_create_post.php:12
|
249 |
-
#: includes/options/rbs_gallery_options_tools.php:
|
250 |
msgid "Create post"
|
251 |
msgstr ""
|
252 |
|
@@ -265,10 +606,10 @@ msgstr ""
|
|
265 |
#: includes/extensions/rbs_create_post_ajax.php:64
|
266 |
#: includes/extensions/rbs_create_post_ajax.php:178
|
267 |
#: includes/options/rbs_gallery_options_hover.php:129
|
268 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
269 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
270 |
#: includes/options/rbs_gallery_options_polaroid.php:46
|
271 |
-
#: includes/rbs_gallery_widget.php:
|
272 |
msgid "Title"
|
273 |
msgstr ""
|
274 |
|
@@ -277,7 +618,7 @@ msgid "Slug"
|
|
277 |
msgstr ""
|
278 |
|
279 |
#: includes/extensions/rbs_create_post_ajax.php:74
|
280 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
281 |
msgid "Text"
|
282 |
msgstr ""
|
283 |
|
@@ -312,12 +653,16 @@ msgstr ""
|
|
312 |
msgid "publish"
|
313 |
msgstr ""
|
314 |
|
|
|
|
|
|
|
|
|
315 |
#: includes/extensions/stats/stats.form.php:51
|
316 |
msgid "Robo Gallery Statistics"
|
317 |
msgstr ""
|
318 |
|
319 |
#: includes/extensions/stats/stats.form.php:52
|
320 |
-
#: includes/options/rbs_gallery_options_tools.php:
|
321 |
msgid "Reset"
|
322 |
msgstr ""
|
323 |
|
@@ -357,12 +702,66 @@ msgstr ""
|
|
357 |
msgid "Trash"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: includes/
|
361 |
-
msgid "
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: includes/
|
365 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
366 |
msgstr ""
|
367 |
|
368 |
#: includes/options/rbs_gallery_options_button.php:42
|
@@ -455,12 +854,12 @@ msgid "Gray"
|
|
455 |
msgstr ""
|
456 |
|
457 |
#: includes/options/rbs_gallery_options_button.php:163
|
458 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
459 |
msgid "Blue"
|
460 |
msgstr ""
|
461 |
|
462 |
#: includes/options/rbs_gallery_options_button.php:164
|
463 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
464 |
msgid "Green"
|
465 |
msgstr ""
|
466 |
|
@@ -469,7 +868,7 @@ msgid "Orange"
|
|
469 |
msgstr ""
|
470 |
|
471 |
#: includes/options/rbs_gallery_options_button.php:166
|
472 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
473 |
msgid "Red"
|
474 |
msgstr ""
|
475 |
|
@@ -532,11 +931,15 @@ msgstr ""
|
|
532 |
msgid "Bottom Padding"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: includes/options/rbs_gallery_options_button.php:
|
|
|
|
|
|
|
|
|
536 |
msgid "Search Text"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: includes/options/rbs_gallery_options_button.php:
|
540 |
msgid "search"
|
541 |
msgstr ""
|
542 |
|
@@ -561,7 +964,7 @@ msgid ""
|
|
561 |
"galleries. You don't have to configure it every time. Just setup styles of "
|
562 |
"the gallery in one place and use the same options for another galleries on "
|
563 |
"your website in another galleries. Very fast, comfortable, advanced tool to "
|
564 |
-
"speed up your
|
565 |
msgstr ""
|
566 |
|
567 |
#: includes/options/rbs_gallery_options_guides.php:22
|
@@ -608,7 +1011,7 @@ msgid "this option turn off hover effect only for mobile devices"
|
|
608 |
msgstr ""
|
609 |
|
610 |
#: includes/options/rbs_gallery_options_hover.php:73
|
611 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
612 |
#: includes/options/rbs_gallery_options_loading.php:79
|
613 |
#: includes/options/rbs_gallery_options_polaroid.php:53
|
614 |
msgid "Bg Color"
|
@@ -707,8 +1110,8 @@ msgid "Zoom Button"
|
|
707 |
msgstr ""
|
708 |
|
709 |
#: includes/options/rbs_gallery_options_hover.php:132
|
710 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
711 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
712 |
msgid "Description"
|
713 |
msgstr ""
|
714 |
|
@@ -732,12 +1135,12 @@ msgstr ""
|
|
732 |
msgid "Images Manager"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: includes/options/rbs_gallery_options_images.php:
|
736 |
-
#: includes/options/rbs_gallery_options_images.php:
|
737 |
msgid "Manage Images"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: includes/options/rbs_gallery_options_images.php:
|
741 |
msgid ""
|
742 |
"Click on Manage Images button to open Images Manager where you can upload, "
|
743 |
"edit or delete images from gallery. Also here you can edit settings of every "
|
@@ -756,101 +1159,122 @@ msgstr ""
|
|
756 |
msgid "Lightbox Options"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
760 |
msgid "Text Source"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
764 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
765 |
#: includes/options/rbs_gallery_options_polaroid.php:48
|
766 |
msgid "Caption"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
770 |
msgid "Text Color"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
774 |
msgid "Deep Linking"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
778 |
msgid "This option enable linking for every particular image "
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
782 |
msgid " Images Counter"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
786 |
msgid "Counter Divider"
|
787 |
msgstr ""
|
788 |
|
|
|
|
|
|
|
|
|
789 |
#: includes/options/rbs_gallery_options_lightbox.php:113
|
790 |
-
msgid "
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
794 |
-
msgid "
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
798 |
-
msgid "
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
802 |
msgid "Mobile Style"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
806 |
msgid "Source Button "
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
810 |
-
msgid "
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
814 |
msgid "Description Source"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
818 |
msgid "Description Style"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
822 |
msgid "Light"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
826 |
msgid "Dark"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
830 |
msgid "Pink"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
834 |
-
msgid "Social Buttons"
|
835 |
-
msgstr ""
|
836 |
-
|
837 |
-
#: includes/options/rbs_gallery_options_lightbox.php:210
|
838 |
msgid "Facebook"
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
842 |
msgid "Twitter"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
846 |
msgid "Google+"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
850 |
msgid "Pinterest"
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: includes/options/rbs_gallery_options_lightbox.php:
|
854 |
msgid "VK"
|
855 |
msgstr ""
|
856 |
|
@@ -962,23 +1386,23 @@ msgstr ""
|
|
962 |
msgid "Gallery Tools"
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: includes/options/rbs_gallery_options_tools.php:
|
966 |
-
msgid "
|
967 |
msgstr ""
|
968 |
|
969 |
#: includes/options/rbs_gallery_options_tools.php:40
|
970 |
-
msgid "
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: includes/options/rbs_gallery_options_tools.php:
|
974 |
msgid "Gallery Views"
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: includes/options/rbs_gallery_options_tools.php:
|
978 |
msgid "Are you sure that you wish to reset statistics?"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: includes/options/rbs_gallery_options_tools.php:
|
982 |
msgid "Success: Statistic successfully reset!"
|
983 |
msgstr ""
|
984 |
|
@@ -1030,6 +1454,26 @@ msgstr ""
|
|
1030 |
msgid "Hover Border"
|
1031 |
msgstr ""
|
1032 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1033 |
#: includes/rbs_gallery_about.php:25
|
1034 |
msgid "Robo Gallery implemented by RoboSoft Team"
|
1035 |
msgstr ""
|
@@ -1103,8 +1547,8 @@ msgid "All Rights Reserved"
|
|
1103 |
msgstr ""
|
1104 |
|
1105 |
#. Plugin Name of the plugin/theme
|
1106 |
-
#: includes/rbs_gallery_button.php:27 includes/rbs_gallery_init.php:
|
1107 |
-
#: includes/rbs_gallery_media.php:52 includes/
|
1108 |
msgid "Robo Gallery"
|
1109 |
msgstr ""
|
1110 |
|
@@ -1120,51 +1564,74 @@ msgstr ""
|
|
1120 |
msgid "Select gallery"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
-
#: includes/rbs_gallery_button.php:47 includes/rbs_gallery_widget.php:
|
1124 |
#: includes/rbs_gallery_widget_last.php:83
|
1125 |
msgid "Configure it in"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#: includes/rbs_gallery_button.php:47 includes/rbs_gallery_widget.php:
|
1129 |
#: includes/rbs_gallery_widget_last.php:85
|
1130 |
msgid "Robo Gallery plugin"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: includes/
|
1134 |
-
msgid "
|
1135 |
msgstr ""
|
1136 |
|
1137 |
-
#: includes/
|
1138 |
-
msgid "
|
1139 |
msgstr ""
|
1140 |
|
1141 |
-
#: includes/
|
1142 |
-
msgid "
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#: includes/
|
1146 |
-
msgid "
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: includes/
|
1150 |
-
msgid "
|
1151 |
msgstr ""
|
1152 |
|
1153 |
-
#: includes/
|
1154 |
-
msgid "
|
1155 |
msgstr ""
|
1156 |
|
1157 |
-
#: includes/
|
1158 |
-
msgid ""
|
1159 |
-
"You can create only 3 galleries. Update to PRO to get unlimited galleries"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
-
#: includes/
|
1163 |
-
msgid "
|
1164 |
msgstr ""
|
1165 |
|
1166 |
-
#: includes/
|
1167 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1168 |
msgstr ""
|
1169 |
|
1170 |
#: includes/rbs_gallery_media.php:73
|
@@ -1187,137 +1654,139 @@ msgstr ""
|
|
1187 |
msgid "inherit"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
-
#: includes/rbs_gallery_settings.php:
|
|
|
|
|
|
|
|
|
1191 |
msgid "Compatibility Settings"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
-
#: includes/rbs_gallery_settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1195 |
msgid "Categories Manager"
|
1196 |
msgstr ""
|
1197 |
|
1198 |
-
#: includes/rbs_gallery_settings.php:
|
1199 |
-
#: includes/rbs_gallery_settings.php:
|
1200 |
-
#: includes/rbs_gallery_settings.php:
|
1201 |
-
#: includes/rbs_gallery_settings.php:
|
1202 |
msgid "Show"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: includes/rbs_gallery_settings.php:
|
1206 |
-
#: includes/rbs_gallery_settings.php:
|
1207 |
-
#: includes/rbs_gallery_settings.php:
|
1208 |
msgid "Hide"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: includes/rbs_gallery_settings.php:
|
1212 |
msgid "jQuery Version"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#: includes/rbs_gallery_settings.php:
|
1216 |
msgid "Default"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: includes/rbs_gallery_settings.php:
|
1220 |
msgid "Alternative"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: includes/rbs_gallery_settings.php:
|
1224 |
msgid "Forced include"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: includes/rbs_gallery_settings.php:
|
1228 |
msgid "Font Awesome"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#: includes/rbs_gallery_settings.php:
|
1232 |
msgid "Load"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
-
#: includes/rbs_gallery_settings.php:
|
1236 |
msgid "Don't load"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: includes/rbs_gallery_settings.php:
|
1240 |
msgid "for the case if Your theme already have awesome fonts loaded"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: includes/rbs_gallery_settings.php:
|
1244 |
-
msgid "Switch Style"
|
1245 |
-
msgstr ""
|
1246 |
-
|
1247 |
-
#: includes/rbs_gallery_settings.php:83 includes/rbs_gallery_settings.php:84
|
1248 |
-
msgid "Modern"
|
1249 |
-
msgstr ""
|
1250 |
-
|
1251 |
-
#: includes/rbs_gallery_settings.php:86 includes/rbs_gallery_settings.php:87
|
1252 |
-
msgid "Classic"
|
1253 |
-
msgstr ""
|
1254 |
-
|
1255 |
-
#: includes/rbs_gallery_settings.php:93
|
1256 |
msgid "Size Calculations Delay"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
-
#: includes/rbs_gallery_settings.php:
|
1260 |
msgid "Debug"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: includes/rbs_gallery_settings.php:
|
1264 |
-
#: includes/rbs_gallery_settings.php:
|
1265 |
-
#: includes/rbs_gallery_settings.php:
|
1266 |
msgid "Enable"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
-
#: includes/rbs_gallery_settings.php:
|
1270 |
-
#: includes/rbs_gallery_settings.php:
|
1271 |
-
#: includes/rbs_gallery_settings.php:
|
1272 |
msgid "Disable"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
-
#: includes/rbs_gallery_settings.php:
|
1276 |
msgid "Express panel"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
-
#: includes/rbs_gallery_settings.php:
|
1280 |
-
msgid "Create Post Settings"
|
1281 |
-
msgstr ""
|
1282 |
-
|
1283 |
-
#: includes/rbs_gallery_settings.php:132
|
1284 |
msgid "Text Block"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
-
#: includes/rbs_gallery_settings.php:
|
1288 |
msgid "Show Text"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
-
#: includes/rbs_gallery_settings.php:
|
1292 |
msgid "Clone Block"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
-
#: includes/rbs_gallery_settings.php:
|
1296 |
msgid "Show Clone Block"
|
1297 |
msgstr ""
|
1298 |
|
1299 |
-
#: includes/rbs_gallery_settings.php:
|
1300 |
-
msgid "SEO Optimization"
|
1301 |
-
msgstr ""
|
1302 |
-
|
1303 |
-
#: includes/rbs_gallery_settings.php:165
|
1304 |
msgid "Add SEO content"
|
1305 |
msgstr ""
|
1306 |
|
1307 |
-
#: includes/rbs_gallery_settings.php:
|
1308 |
-
#: includes/rbs_gallery_settings.php:
|
1309 |
msgid "Enable [thumbs]"
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: includes/rbs_gallery_settings.php:
|
1313 |
-
#: includes/rbs_gallery_settings.php:
|
1314 |
msgid "Enable [thumbs + link]"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
-
#: includes/rbs_gallery_settings.php:188
|
1318 |
-
msgid "Save Changes"
|
1319 |
-
msgstr ""
|
1320 |
-
|
1321 |
#: includes/rbs_gallery_topblock.php:41
|
1322 |
msgid "Do You wish to get PRO version for FREE ?"
|
1323 |
msgstr ""
|
@@ -1334,20 +1803,53 @@ msgstr ""
|
|
1334 |
msgid "Publish gallery on your website."
|
1335 |
msgstr ""
|
1336 |
|
1337 |
-
#: includes/rbs_gallery_widget.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1338 |
#: includes/rbs_gallery_widget_last.php:38
|
1339 |
#: includes/rbs_gallery_widget_last.php:71
|
1340 |
msgid "This widget available in Pro version"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: includes/
|
1344 |
msgid "New gallery"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: includes/rbs_gallery_widget.php:100 includes/rbs_gallery_widget_last.php:80
|
1348 |
-
msgid "Gallery:"
|
1349 |
-
msgstr ""
|
1350 |
-
|
1351 |
#. Plugin URI of the plugin/theme
|
1352 |
#. Author URI of the plugin/theme
|
1353 |
msgid "https://robosoft.co/gallery"
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Robo Gallery\n"
|
6 |
+
"POT-Creation-Date: 2018-09-03 21:10+0200\n"
|
7 |
"PO-Revision-Date: 2017-05-15 11:19+0200\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 2.1.1\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
16 |
"X-Poedit-WPHeader: robogallery.php\n"
|
24 |
"X-Poedit-SearchPathExcluded-2: dist\n"
|
25 |
"X-Poedit-SearchPathExcluded-3: node_modules\n"
|
26 |
|
27 |
+
#: app/class.listing.php:52 includes/rbs_gallery_list.php:98
|
28 |
+
msgid "Views"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: app/class.listing.php:53 includes/rbs_gallery_list.php:99
|
32 |
+
msgid "Shortcode"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: app/class.listing.php:89 cmb2/fields/toolbox/cmb-field-toolbox.php:60
|
36 |
+
#: includes/rbs_gallery_list.php:60
|
37 |
+
msgid "Get Robo Gallery Pro version"
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: app/class.listing.php:90 cmb2/fields/toolbox/cmb-field-toolbox.php:61
|
41 |
+
#: cmb2/fields/toolbox/cmb-field-toolbox.php:74
|
42 |
+
#: includes/extensions/rbs_create_post.php:11
|
43 |
+
#: includes/rbs_gallery_button.php:28 includes/rbs_gallery_list.php:61
|
44 |
+
msgid "Close"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: app/class.listing.php:91 cmb2/fields/toolbox/cmb-field-toolbox.php:62
|
48 |
+
#: includes/options/rbs_gallery_options_info.php:19
|
49 |
+
#: includes/options/rbs_gallery_options_info.php:31
|
50 |
+
#: includes/options/rbs_gallery_options_infowide.php:19
|
51 |
+
#: includes/rbs_gallery_about.php:66 includes/rbs_gallery_about.php:67
|
52 |
+
#: includes/rbs_gallery_list.php:62 includes/rbs_gallery_topblock.php:23
|
53 |
+
msgid "Get Pro version"
|
54 |
+
msgstr ""
|
55 |
+
|
56 |
+
#: app/class.listing.php:93 includes/rbs_gallery_list.php:64
|
57 |
+
msgid ""
|
58 |
+
"You can create only 3 galleries. Update to PRO to get unlimited galleries"
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: app/extensions/dashboard/class.dashboard.php:32
|
62 |
+
msgid "Welcome to Robo Gallery"
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: app/extensions/dashboard/class.dashboard.php:34
|
66 |
+
#: app/extensions/dashboard/class.dashboard.php:47
|
67 |
+
msgid "Overview"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: app/extensions/dashboard/class.dashboard.php:53
|
71 |
+
msgid "Add-ons"
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: app/extensions/dashboard/class.dashboard.php:58
|
75 |
+
msgid "Help & Support"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: app/extensions/dashboard/class.dashboard.php:65
|
79 |
+
#: app/extensions/dashboard/class.dashboard.php:130
|
80 |
+
msgid "Demos"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: app/extensions/dashboard/class.dashboard.php:70
|
84 |
+
msgid "Get Pro Version"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: app/extensions/dashboard/class.dashboard.php:131
|
88 |
+
msgid "Pro version"
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: app/extensions/dashboard/class.dashboard.php:137
|
92 |
+
msgid "Robo Gallery is advanced responsive photo gallery plugin."
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: app/extensions/dashboard/class.dashboard.php:139
|
96 |
+
msgid ""
|
97 |
+
"Flexible gallery images management tools. Links, videos and gallery lightbox "
|
98 |
+
"support. "
|
99 |
+
msgstr ""
|
100 |
+
|
101 |
+
#: app/extensions/dashboard/class.dashboard.php:141
|
102 |
+
msgid "In our gallery you can easily customize layouts and interface styles. "
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: app/extensions/dashboard/class.dashboard.php:144
|
106 |
+
#, php-format
|
107 |
+
msgid ""
|
108 |
+
"If you have some questions or any kind of problems with gallery installation "
|
109 |
+
"or configuration feel free to <a href=\"%s\">post ticket here</a>"
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: app/extensions/dashboard/overview.php:6
|
113 |
+
msgid "How To Configure Your First Gallery?"
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: app/extensions/dashboard/overview.php:9
|
117 |
+
#, php-format
|
118 |
+
msgid ""
|
119 |
+
"Click <a href=\"%s\" target=\"_blank\">Add Gallery link</a> on the left side "
|
120 |
+
"menu."
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: app/extensions/dashboard/overview.php:10
|
124 |
+
msgid ""
|
125 |
+
"Define some Gallery title on top in another case title will be generated "
|
126 |
+
"automatically when you click on save button."
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: app/extensions/dashboard/overview.php:11
|
130 |
+
msgid ""
|
131 |
+
"Click on Manage Images button on the right side to open section where you "
|
132 |
+
"can upload or manage your gallery resources."
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: app/extensions/dashboard/overview.php:12
|
136 |
+
msgid ""
|
137 |
+
"After save of the Publish button, below title you can find Permalink field "
|
138 |
+
"with direct link to hte created gallery on front end."
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: app/extensions/dashboard/overview.php:15
|
142 |
+
msgid "That's it! Your first Robo Gallery Created!"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: app/extensions/dashboard/overview.php:21
|
146 |
+
#: app/extensions/dashboard/video_guide.php:5
|
147 |
+
msgid "Need some Help ?"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: app/extensions/dashboard/overview.php:23
|
151 |
+
#: app/extensions/dashboard/video_guide.php:7
|
152 |
+
#, php-format
|
153 |
+
msgid ""
|
154 |
+
"If you have some questions or any kind of problems with gallery installation "
|
155 |
+
"or configuration feel free to <a href=\"%s\">post ticket here</a>. "
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: app/extensions/dashboard/overview.php:25
|
159 |
+
#: app/extensions/dashboard/video_guide.php:9
|
160 |
+
#, php-format
|
161 |
+
msgid ""
|
162 |
+
"If you have some new features request or some functionality update for our "
|
163 |
+
"gallery plugin please <a href=\"%s\">post some message</a> with description."
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: app/extensions/dashboard/video_guide.php:12
|
167 |
+
msgid "Post Support Ticket"
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: app/extensions/dashboard/video_guide.php:20
|
171 |
+
msgid "Robo Gallery Key Installation"
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: app/extensions/dashboard/video_guide.php:21
|
175 |
+
msgid ""
|
176 |
+
"this video show how to install key for activation premium features of the "
|
177 |
+
"robo gallery"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
#: app/extensions/dashboard/video_guide.php:31
|
181 |
+
msgid "Robo Gallery - Drag and Drop Categories Management"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: app/extensions/dashboard/video_guide.php:32
|
185 |
+
msgid ""
|
186 |
+
"in robo gallery you can use drag and drop editor for configuration of the "
|
187 |
+
"categories three. Here you can see how to create sub categories for main "
|
188 |
+
"galleries"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: app/extensions/dashboard/video_guide.php:42
|
192 |
+
msgid "Upload Robo Gallery Images"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: app/extensions/dashboard/video_guide.php:43
|
196 |
+
msgid ""
|
197 |
+
"video show process of the upload and management of the gallery images "
|
198 |
+
"resources. Check how to use additional options of the images. Where to "
|
199 |
+
"specify links and video links for the gallery images"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: app/extensions/dashboard/video_guide.php:53
|
203 |
+
msgid "How to use Robo Gallery shortcode"
|
204 |
+
msgstr ""
|
205 |
+
|
206 |
+
#: app/extensions/dashboard/video_guide.php:54
|
207 |
+
msgid ""
|
208 |
+
"every created gallery have different shortcode with ID. You can use gallery "
|
209 |
+
"inside generated by default post, in gallery widget or use short code in any "
|
210 |
+
"post or page"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
+
#: app/extensions/dashboard/video_guide.php:64
|
214 |
+
msgid "Robo Gallery Post Generator"
|
215 |
+
msgstr ""
|
216 |
+
|
217 |
+
#: app/extensions/dashboard/video_guide.php:65
|
218 |
+
msgid ""
|
219 |
+
"every gallery have section where you can manage posts which generated for "
|
220 |
+
"every gallery item"
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: app/extensions/dashboard/video_guide.php:75
|
224 |
+
msgid "Polaroid style configuration in Robo Gallery"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: app/extensions/dashboard/video_guide.php:76
|
228 |
+
msgid ""
|
229 |
+
"please watch this video to see how to setup Polaroid style gallery in few "
|
230 |
+
"simple steps. For the content panel below thumbnails you can use "
|
231 |
+
"description, title or caption of the images"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: app/extensions/dashboard/video_guide.php:86
|
235 |
+
msgid "Robo Gallery grid layout configuration"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: app/extensions/dashboard/video_guide.php:87
|
239 |
+
msgid ""
|
240 |
+
"in robo gallery you can fully customize layout of the thumbnails. Create "
|
241 |
+
"classic grid, grid with different size thumbnails, masonry layout. You have "
|
242 |
+
"no limits for customization"
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
+
#: app/extensions/dashboard/video_guide.php:97
|
246 |
+
msgid "First gallery configuration"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: app/extensions/dashboard/video_guide.php:98
|
250 |
+
msgid ""
|
251 |
+
"robo gallery do not require any special skills for configuration of your "
|
252 |
+
"first gallery. Configuration settings is really simple. Just click Add "
|
253 |
+
"Gallery link on the left side, upload images to the Image Manager and save "
|
254 |
+
"first gallery with custom title. In the list of the galleries you can find "
|
255 |
+
"new created gallery with direct link to the front end post generated for "
|
256 |
+
"this new gallery item"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: app/extensions/manager/class.addons.php:147
|
260 |
+
msgid "Download"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: app/extensions/manager/class.addons.php:148
|
264 |
+
msgid "Downloading"
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: app/extensions/manager/class.addons.php:150
|
268 |
+
#: app/extensions/manager/templates/addon.tpl.php:68
|
269 |
+
msgid "Activate"
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: app/extensions/manager/class.addons.php:151
|
273 |
+
msgid "Activating"
|
274 |
+
msgstr ""
|
275 |
+
|
276 |
+
#: app/extensions/manager/class.addons.php:152
|
277 |
+
msgid "Activated"
|
278 |
+
msgstr ""
|
279 |
+
|
280 |
+
#: app/extensions/manager/class.addons.php:154
|
281 |
+
#: app/extensions/manager/templates/addon.tpl.php:33
|
282 |
+
#: app/extensions/manager/templates/addon.tpl.php:48
|
283 |
+
msgid "Deactivate"
|
284 |
+
msgstr ""
|
285 |
+
|
286 |
+
#: app/extensions/manager/class.addons.php:155
|
287 |
+
msgid "Deactivating"
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: app/extensions/manager/class.addons.php:156
|
291 |
+
msgid "Deactivated"
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#: app/extensions/manager/class.addons.php:159
|
295 |
+
msgid "Information"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: app/extensions/manager/class.addons.php:161
|
299 |
+
#: app/extensions/manager/templates/addon.tpl.php:85
|
300 |
+
msgid "Install Now"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: app/extensions/manager/class.addons.php:162
|
304 |
+
msgid "Installing"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: app/extensions/manager/class.addons.php:163
|
308 |
+
msgid "Installed"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: app/extensions/manager/class.addons.php:165
|
312 |
+
msgid "Confirmation"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: app/extensions/manager/class.addons.php:166
|
316 |
+
#: app/extensions/manager/templates/confirm.tpl.php:6
|
317 |
+
msgid "Please confirm that you wish to install new Add-on:"
|
318 |
+
msgstr ""
|
319 |
+
|
320 |
+
#: app/extensions/manager/class.addons.php:167
|
321 |
+
#: includes/extensions/category/category.class.php:104
|
322 |
+
msgid "Cancel"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: app/extensions/manager/class.addons.php:168
|
326 |
+
msgid "Confirm"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: app/extensions/manager/class.addons.php:475
|
330 |
+
msgid "You don't have permission for activate plugin"
|
331 |
+
msgstr ""
|
332 |
+
|
333 |
+
#: app/extensions/manager/templates/addon.tpl.php:97
|
334 |
+
msgid "Purchase"
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: app/extensions/manager/templates/addon.tpl.php:106
|
338 |
+
#, php-format
|
339 |
+
msgid ""
|
340 |
+
"Oops ... Something went wrong. Wordpress don't able to download add-on. "
|
341 |
+
"Please try again later or download it manually from <a class='thickbox open-"
|
342 |
+
"plugin-details-modal' href='%s'>[here]</a>. In the case if this situation "
|
343 |
+
"repeat contact our [support team]"
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
#: app/extensions/manager/templates/addons.tpl.php:6
|
347 |
+
#, php-format
|
348 |
+
msgid "%s Add-ons"
|
349 |
+
msgstr ""
|
350 |
+
|
351 |
+
#: app/extensions/manager/templates/addons.tpl.php:11
|
352 |
+
#, php-format
|
353 |
+
msgid ""
|
354 |
+
"Add-ons for %s it's even more awesome functionality and flexibility for the "
|
355 |
+
"core gallery plugin."
|
356 |
+
msgstr ""
|
357 |
+
|
358 |
+
#: app/extensions/manager/templates/addons.tpl.php:22
|
359 |
+
#: includes/options/rbs_gallery_options_button.php:26
|
360 |
+
msgid "Menu"
|
361 |
+
msgstr ""
|
362 |
+
|
363 |
+
#: app/extensions/manager/templates/addons.tpl.php:23
|
364 |
+
msgid "Lightbox"
|
365 |
+
msgstr ""
|
366 |
+
|
367 |
+
#: app/extensions/manager/templates/addons.tpl.php:24
|
368 |
+
msgid "Navigation"
|
369 |
+
msgstr ""
|
370 |
+
|
371 |
#: cmb2/fields/border/cmb-field-border.php:50
|
372 |
#: includes/options/rbs_gallery_options_size.php:28
|
373 |
msgid "Width"
|
403 |
msgid "Bottom"
|
404 |
msgstr ""
|
405 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
406 |
#: cmb2/fields/toolbox/cmb-field-toolbox.php:64
|
407 |
msgid "This function available in PRO version"
|
408 |
msgstr ""
|
429 |
"latest functions implemented in new version of the plugin."
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: cmb2/fields/toolbox/cmb-field-toolbox.php:128
|
433 |
msgid "disabled because you select gallery clone option"
|
434 |
msgstr ""
|
435 |
|
541 |
msgid "Save"
|
542 |
msgstr ""
|
543 |
|
|
|
|
|
|
|
|
|
544 |
#: includes/extensions/category/category.class.php:113
|
545 |
+
#: includes/extensions/categoryPage/category.class.php:97
|
546 |
msgid "Error"
|
547 |
msgstr ""
|
548 |
|
549 |
#: includes/extensions/category/category.class.php:116
|
550 |
+
#: includes/extensions/categoryPage/category.class.php:98
|
551 |
msgid "OK"
|
552 |
msgstr ""
|
553 |
|
562 |
msgid "Edit"
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: includes/extensions/categoryPage/category.class.php:94
|
566 |
+
msgid "Saved"
|
567 |
+
msgstr ""
|
568 |
+
|
569 |
+
#: includes/extensions/categoryPage/category.class.php:95
|
570 |
+
msgid "Modified"
|
571 |
+
msgstr ""
|
572 |
+
|
573 |
+
#: includes/extensions/categoryPage/category.class.php:96
|
574 |
+
msgid "Saving"
|
575 |
+
msgstr ""
|
576 |
+
|
577 |
+
#: includes/extensions/categoryPage/category.class.php:110
|
578 |
+
msgid "Robo Gallery Sorting"
|
579 |
+
msgstr ""
|
580 |
+
|
581 |
+
#: includes/extensions/categoryPage/category.class.php:111
|
582 |
+
msgid "No changes"
|
583 |
+
msgstr ""
|
584 |
+
|
585 |
#: includes/extensions/rbs_create_post.php:10
|
586 |
msgid "Post manager"
|
587 |
msgstr ""
|
588 |
|
589 |
#: includes/extensions/rbs_create_post.php:12
|
590 |
+
#: includes/options/rbs_gallery_options_tools.php:35
|
591 |
msgid "Create post"
|
592 |
msgstr ""
|
593 |
|
606 |
#: includes/extensions/rbs_create_post_ajax.php:64
|
607 |
#: includes/extensions/rbs_create_post_ajax.php:178
|
608 |
#: includes/options/rbs_gallery_options_hover.php:129
|
609 |
+
#: includes/options/rbs_gallery_options_lightbox.php:43
|
610 |
+
#: includes/options/rbs_gallery_options_lightbox.php:187
|
611 |
#: includes/options/rbs_gallery_options_polaroid.php:46
|
612 |
+
#: includes/rbs_gallery_widget.php:165 includes/rbs_gallery_widget_last.php:75
|
613 |
msgid "Title"
|
614 |
msgstr ""
|
615 |
|
618 |
msgstr ""
|
619 |
|
620 |
#: includes/extensions/rbs_create_post_ajax.php:74
|
621 |
+
#: includes/options/rbs_gallery_options_lightbox.php:26
|
622 |
msgid "Text"
|
623 |
msgstr ""
|
624 |
|
653 |
msgid "publish"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: includes/extensions/stats/stats.class.php:39
|
657 |
+
msgid "Statistics Gallery"
|
658 |
+
msgstr ""
|
659 |
+
|
660 |
#: includes/extensions/stats/stats.form.php:51
|
661 |
msgid "Robo Gallery Statistics"
|
662 |
msgstr ""
|
663 |
|
664 |
#: includes/extensions/stats/stats.form.php:52
|
665 |
+
#: includes/options/rbs_gallery_options_tools.php:47
|
666 |
msgid "Reset"
|
667 |
msgstr ""
|
668 |
|
702 |
msgid "Trash"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: includes/frontend/rbs_gallery_class.php:830
|
706 |
+
msgid "Robo Gallery :: Loading problems [error 768]"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: includes/frontend/rbs_gallery_class.php:831
|
710 |
+
msgid ""
|
711 |
+
"Looks like you have some loading problems or conflict of Robo Gallery with "
|
712 |
+
"some other plugins or theme."
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: includes/frontend/rbs_gallery_class.php:832
|
716 |
+
msgid ""
|
717 |
+
"Please open Settings section on the right side admin menu and use "
|
718 |
+
"Compatibility Settings / jQuery option. "
|
719 |
+
msgstr ""
|
720 |
+
|
721 |
+
#: includes/frontend/rbs_gallery_class.php:833
|
722 |
+
msgid ""
|
723 |
+
"Try to switch jQuery option value to Forced include, save settings try to "
|
724 |
+
"reload page. "
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: includes/frontend/rbs_gallery_class.php:834
|
728 |
+
msgid ""
|
729 |
+
"If it's not gonna help please try Alternative option. User Guide: [ <a href="
|
730 |
+
"\"https://robosoft.co/knowledgebase/2017/11/07/loading-problems-or-conflicts/"
|
731 |
+
"\" target=\"_blank\">Fix conflict solution</a> ] "
|
732 |
+
msgstr ""
|
733 |
+
|
734 |
+
#: includes/frontend/rbs_gallery_class.php:836
|
735 |
+
msgid ""
|
736 |
+
"If it's not gonna help please <a href=\"https://robosoft.co/new-ticket\" "
|
737 |
+
"target=\"_blank\">contact our support team</a> and we help you to find "
|
738 |
+
"solution."
|
739 |
+
msgstr ""
|
740 |
+
|
741 |
+
#: includes/options/cache.php:12 includes/options/cache.php:20
|
742 |
+
msgid "Cache"
|
743 |
+
msgstr ""
|
744 |
+
|
745 |
+
#: includes/options/cache.php:33
|
746 |
+
msgid ""
|
747 |
+
"Make your gallery unbelievable faster. With enabled cache option you gallery "
|
748 |
+
"load faster in ten times."
|
749 |
+
msgstr ""
|
750 |
+
|
751 |
+
#: includes/options/cache.php:43
|
752 |
+
msgid "If you modify settings gallery generate new cache after save."
|
753 |
+
msgstr ""
|
754 |
+
|
755 |
+
#: includes/options/cache.php:44
|
756 |
+
msgid "You can configure timeout for cleaning of the cached resources "
|
757 |
+
msgstr ""
|
758 |
+
|
759 |
+
#: includes/options/cache.php:44
|
760 |
+
msgid "here"
|
761 |
+
msgstr ""
|
762 |
+
|
763 |
+
#: includes/options/rbs_gallery_options_button.php:19
|
764 |
+
msgid "Menu Options"
|
765 |
msgstr ""
|
766 |
|
767 |
#: includes/options/rbs_gallery_options_button.php:42
|
854 |
msgstr ""
|
855 |
|
856 |
#: includes/options/rbs_gallery_options_button.php:163
|
857 |
+
#: includes/options/rbs_gallery_options_lightbox.php:204
|
858 |
msgid "Blue"
|
859 |
msgstr ""
|
860 |
|
861 |
#: includes/options/rbs_gallery_options_button.php:164
|
862 |
+
#: includes/options/rbs_gallery_options_lightbox.php:205
|
863 |
msgid "Green"
|
864 |
msgstr ""
|
865 |
|
868 |
msgstr ""
|
869 |
|
870 |
#: includes/options/rbs_gallery_options_button.php:166
|
871 |
+
#: includes/options/rbs_gallery_options_lightbox.php:203
|
872 |
msgid "Red"
|
873 |
msgstr ""
|
874 |
|
931 |
msgid "Bottom Padding"
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: includes/options/rbs_gallery_options_button.php:251
|
935 |
+
msgid "Search Color"
|
936 |
+
msgstr ""
|
937 |
+
|
938 |
+
#: includes/options/rbs_gallery_options_button.php:262
|
939 |
msgid "Search Text"
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: includes/options/rbs_gallery_options_button.php:263
|
943 |
msgid "search"
|
944 |
msgstr ""
|
945 |
|
964 |
"galleries. You don't have to configure it every time. Just setup styles of "
|
965 |
"the gallery in one place and use the same options for another galleries on "
|
966 |
"your website in another galleries. Very fast, comfortable, advanced tool to "
|
967 |
+
"speed up your work flow!"
|
968 |
msgstr ""
|
969 |
|
970 |
#: includes/options/rbs_gallery_options_guides.php:22
|
1011 |
msgstr ""
|
1012 |
|
1013 |
#: includes/options/rbs_gallery_options_hover.php:73
|
1014 |
+
#: includes/options/rbs_gallery_options_lightbox.php:63
|
1015 |
#: includes/options/rbs_gallery_options_loading.php:79
|
1016 |
#: includes/options/rbs_gallery_options_polaroid.php:53
|
1017 |
msgid "Bg Color"
|
1110 |
msgstr ""
|
1111 |
|
1112 |
#: includes/options/rbs_gallery_options_hover.php:132
|
1113 |
+
#: includes/options/rbs_gallery_options_lightbox.php:44
|
1114 |
+
#: includes/options/rbs_gallery_options_lightbox.php:188
|
1115 |
msgid "Description"
|
1116 |
msgstr ""
|
1117 |
|
1135 |
msgid "Images Manager"
|
1136 |
msgstr ""
|
1137 |
|
1138 |
+
#: includes/options/rbs_gallery_options_images.php:34
|
1139 |
+
#: includes/options/rbs_gallery_options_images.php:36
|
1140 |
msgid "Manage Images"
|
1141 |
msgstr ""
|
1142 |
|
1143 |
+
#: includes/options/rbs_gallery_options_images.php:35
|
1144 |
msgid ""
|
1145 |
"Click on Manage Images button to open Images Manager where you can upload, "
|
1146 |
"edit or delete images from gallery. Also here you can edit settings of every "
|
1159 |
msgid "Lightbox Options"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
+
#: includes/options/rbs_gallery_options_lightbox.php:37
|
1163 |
msgid "Text Source"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
+
#: includes/options/rbs_gallery_options_lightbox.php:45
|
1167 |
+
#: includes/options/rbs_gallery_options_lightbox.php:189
|
1168 |
#: includes/options/rbs_gallery_options_polaroid.php:48
|
1169 |
msgid "Caption"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: includes/options/rbs_gallery_options_lightbox.php:52
|
1173 |
msgid "Text Color"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: includes/options/rbs_gallery_options_lightbox.php:76
|
1177 |
msgid "Deep Linking"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
+
#: includes/options/rbs_gallery_options_lightbox.php:79
|
1181 |
msgid "This option enable linking for every particular image "
|
1182 |
msgstr ""
|
1183 |
|
1184 |
+
#: includes/options/rbs_gallery_options_lightbox.php:84
|
1185 |
msgid " Images Counter"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
+
#: includes/options/rbs_gallery_options_lightbox.php:95
|
1189 |
msgid "Counter Divider"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
+
#: includes/options/rbs_gallery_options_lightbox.php:105
|
1193 |
+
msgid "Swipe"
|
1194 |
+
msgstr ""
|
1195 |
+
|
1196 |
#: includes/options/rbs_gallery_options_lightbox.php:113
|
1197 |
+
msgid "Swipe direction"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
+
#: includes/options/rbs_gallery_options_lightbox.php:119
|
1201 |
+
msgid "Left (from left to right)"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: includes/options/rbs_gallery_options_lightbox.php:120
|
1205 |
+
msgid "Right (from right to left)"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: includes/options/rbs_gallery_options_lightbox.php:128
|
1209 |
msgid "Mobile Style"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: includes/options/rbs_gallery_options_lightbox.php:135
|
1213 |
+
msgid "Close Icon"
|
1214 |
+
msgstr ""
|
1215 |
+
|
1216 |
+
#: includes/options/rbs_gallery_options_lightbox.php:143
|
1217 |
+
msgid "Control Buttons"
|
1218 |
+
msgstr ""
|
1219 |
+
|
1220 |
+
#: includes/options/rbs_gallery_options_lightbox.php:144
|
1221 |
+
msgid "Lightbox Description Panel"
|
1222 |
+
msgstr ""
|
1223 |
+
|
1224 |
+
#: includes/options/rbs_gallery_options_lightbox.php:145
|
1225 |
+
#: includes/options/rbs_gallery_options_lightbox.php:214
|
1226 |
+
msgid "Social Buttons"
|
1227 |
+
msgstr ""
|
1228 |
+
|
1229 |
+
#: includes/options/rbs_gallery_options_lightbox.php:152
|
1230 |
+
msgid "Arrow Icon"
|
1231 |
+
msgstr ""
|
1232 |
+
|
1233 |
+
#: includes/options/rbs_gallery_options_lightbox.php:160
|
1234 |
msgid "Source Button "
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: includes/options/rbs_gallery_options_lightbox.php:170
|
1238 |
+
msgid "Panel"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: includes/options/rbs_gallery_options_lightbox.php:181
|
1242 |
msgid "Description Source"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: includes/options/rbs_gallery_options_lightbox.php:195
|
1246 |
msgid "Description Style"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: includes/options/rbs_gallery_options_lightbox.php:201
|
1250 |
msgid "Light"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: includes/options/rbs_gallery_options_lightbox.php:202
|
1254 |
msgid "Dark"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: includes/options/rbs_gallery_options_lightbox.php:206
|
1258 |
msgid "Pink"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: includes/options/rbs_gallery_options_lightbox.php:228
|
|
|
|
|
|
|
|
|
1262 |
msgid "Facebook"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
+
#: includes/options/rbs_gallery_options_lightbox.php:237
|
1266 |
msgid "Twitter"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: includes/options/rbs_gallery_options_lightbox.php:246
|
1270 |
msgid "Google+"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: includes/options/rbs_gallery_options_lightbox.php:255
|
1274 |
msgid "Pinterest"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
+
#: includes/options/rbs_gallery_options_lightbox.php:264
|
1278 |
msgid "VK"
|
1279 |
msgstr ""
|
1280 |
|
1386 |
msgid "Gallery Tools"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
+
#: includes/options/rbs_gallery_options_tools.php:31
|
1390 |
+
msgid "Here you can create and customize new post with gallery inside it"
|
1391 |
msgstr ""
|
1392 |
|
1393 |
#: includes/options/rbs_gallery_options_tools.php:40
|
1394 |
+
msgid "Posts List"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
+
#: includes/options/rbs_gallery_options_tools.php:45
|
1398 |
msgid "Gallery Views"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
+
#: includes/options/rbs_gallery_options_tools.php:47
|
1402 |
msgid "Are you sure that you wish to reset statistics?"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
+
#: includes/options/rbs_gallery_options_tools.php:47
|
1406 |
msgid "Success: Statistic successfully reset!"
|
1407 |
msgstr ""
|
1408 |
|
1454 |
msgid "Hover Border"
|
1455 |
msgstr ""
|
1456 |
|
1457 |
+
#: includes/options/voting.php:12
|
1458 |
+
msgid "Suggest Feature"
|
1459 |
+
msgstr ""
|
1460 |
+
|
1461 |
+
#: includes/options/voting.php:26
|
1462 |
+
msgid "What's next? Need more features?"
|
1463 |
+
msgstr ""
|
1464 |
+
|
1465 |
+
#: includes/options/voting.php:29
|
1466 |
+
msgid "Just drop a line HERE with your needs."
|
1467 |
+
msgstr ""
|
1468 |
+
|
1469 |
+
#: includes/options/voting.php:32
|
1470 |
+
msgid "GRID LAYOUT, HOVER EFFECTS"
|
1471 |
+
msgstr ""
|
1472 |
+
|
1473 |
+
#: includes/options/voting.php:36
|
1474 |
+
msgid "Contact Developer"
|
1475 |
+
msgstr ""
|
1476 |
+
|
1477 |
#: includes/rbs_gallery_about.php:25
|
1478 |
msgid "Robo Gallery implemented by RoboSoft Team"
|
1479 |
msgstr ""
|
1547 |
msgstr ""
|
1548 |
|
1549 |
#. Plugin Name of the plugin/theme
|
1550 |
+
#: includes/rbs_gallery_button.php:27 includes/rbs_gallery_init.php:84
|
1551 |
+
#: includes/rbs_gallery_media.php:52 includes/rbs_gallery_widget.php:90
|
1552 |
msgid "Robo Gallery"
|
1553 |
msgstr ""
|
1554 |
|
1564 |
msgid "Select gallery"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
+
#: includes/rbs_gallery_button.php:47 includes/rbs_gallery_widget.php:177
|
1568 |
#: includes/rbs_gallery_widget_last.php:83
|
1569 |
msgid "Configure it in"
|
1570 |
msgstr ""
|
1571 |
|
1572 |
+
#: includes/rbs_gallery_button.php:47 includes/rbs_gallery_widget.php:179
|
1573 |
#: includes/rbs_gallery_widget_last.php:85
|
1574 |
msgid "Robo Gallery plugin"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
+
#: includes/rbs_gallery_config.php:22
|
1578 |
+
msgid "How to install key?"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
+
#: includes/rbs_gallery_config.php:27
|
1582 |
+
msgid "How to make custom grid layout?"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
+
#: includes/rbs_gallery_config.php:32
|
1586 |
+
msgid "New Categories Manager"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
+
#: includes/rbs_gallery_config.php:37
|
1590 |
+
msgid "How to setup Polaroid style?"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
+
#: includes/rbs_gallery_config.php:42
|
1594 |
+
msgid "Install and configuration guide"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
+
#: includes/rbs_gallery_config.php:47
|
1598 |
+
msgid "How to manage gallery post?"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
+
#: includes/rbs_gallery_config.php:52
|
1602 |
+
msgid "How to upload gallery images?"
|
|
|
1603 |
msgstr ""
|
1604 |
|
1605 |
+
#: includes/rbs_gallery_config.php:57
|
1606 |
+
msgid "How to create shortcode?"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
+
#: includes/rbs_gallery_init.php:20
|
1610 |
+
msgid "Available in"
|
1611 |
+
msgstr ""
|
1612 |
+
|
1613 |
+
#: includes/rbs_gallery_init.php:23
|
1614 |
+
msgid "Please update "
|
1615 |
+
msgstr ""
|
1616 |
+
|
1617 |
+
#: includes/rbs_gallery_init.php:23
|
1618 |
+
msgid " key"
|
1619 |
+
msgstr ""
|
1620 |
+
|
1621 |
+
#: includes/rbs_gallery_init.php:85
|
1622 |
+
msgid "Manage Galleries"
|
1623 |
+
msgstr ""
|
1624 |
+
|
1625 |
+
#: includes/rbs_gallery_init.php:86
|
1626 |
+
msgid "Add Gallery / Images"
|
1627 |
+
msgstr ""
|
1628 |
+
|
1629 |
+
#: includes/rbs_gallery_init.php:87
|
1630 |
+
msgid "Add Gallery"
|
1631 |
+
msgstr ""
|
1632 |
+
|
1633 |
+
#: includes/rbs_gallery_init.php:88
|
1634 |
+
msgid "Edit Gallery"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
#: includes/rbs_gallery_media.php:73
|
1654 |
msgid "inherit"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
+
#: includes/rbs_gallery_settings.php:61
|
1658 |
+
msgid "Cache Settings"
|
1659 |
+
msgstr ""
|
1660 |
+
|
1661 |
+
#: includes/rbs_gallery_settings.php:64
|
1662 |
msgid "Compatibility Settings"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: includes/rbs_gallery_settings.php:67
|
1666 |
+
msgid "Create Post Settings"
|
1667 |
+
msgstr ""
|
1668 |
+
|
1669 |
+
#: includes/rbs_gallery_settings.php:70
|
1670 |
+
msgid "SEO Optimization"
|
1671 |
+
msgstr ""
|
1672 |
+
|
1673 |
+
#: includes/rbs_gallery_settings.php:89
|
1674 |
+
msgid "Robo Gallery Settings"
|
1675 |
+
msgstr ""
|
1676 |
+
|
1677 |
+
#: includes/rbs_gallery_settings.php:140
|
1678 |
+
msgid "Clear cache timeout"
|
1679 |
+
msgstr ""
|
1680 |
+
|
1681 |
+
#: includes/rbs_gallery_settings.php:150
|
1682 |
+
msgid ""
|
1683 |
+
"This is timeout for the clear gallery cache option. Value in hours for the "
|
1684 |
+
"cleaning period of the cached resources."
|
1685 |
+
msgstr ""
|
1686 |
+
|
1687 |
+
#: includes/rbs_gallery_settings.php:160
|
1688 |
msgid "Categories Manager"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
+
#: includes/rbs_gallery_settings.php:163 includes/rbs_gallery_settings.php:164
|
1692 |
+
#: includes/rbs_gallery_settings.php:165 includes/rbs_gallery_settings.php:255
|
1693 |
+
#: includes/rbs_gallery_settings.php:256 includes/rbs_gallery_settings.php:270
|
1694 |
+
#: includes/rbs_gallery_settings.php:271
|
1695 |
msgid "Show"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
+
#: includes/rbs_gallery_settings.php:167 includes/rbs_gallery_settings.php:168
|
1699 |
+
#: includes/rbs_gallery_settings.php:258 includes/rbs_gallery_settings.php:259
|
1700 |
+
#: includes/rbs_gallery_settings.php:273 includes/rbs_gallery_settings.php:274
|
1701 |
msgid "Hide"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
+
#: includes/rbs_gallery_settings.php:174 includes/rbs_gallery_settings.php:177
|
1705 |
msgid "jQuery Version"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: includes/rbs_gallery_settings.php:178 includes/rbs_gallery_settings.php:179
|
1709 |
msgid "Default"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: includes/rbs_gallery_settings.php:181 includes/rbs_gallery_settings.php:182
|
1713 |
msgid "Alternative"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
+
#: includes/rbs_gallery_settings.php:186 includes/rbs_gallery_settings.php:187
|
1717 |
msgid "Forced include"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
+
#: includes/rbs_gallery_settings.php:194 includes/rbs_gallery_settings.php:197
|
1721 |
msgid "Font Awesome"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
+
#: includes/rbs_gallery_settings.php:198 includes/rbs_gallery_settings.php:199
|
1725 |
msgid "Load"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
+
#: includes/rbs_gallery_settings.php:201 includes/rbs_gallery_settings.php:202
|
1729 |
msgid "Don't load"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
+
#: includes/rbs_gallery_settings.php:204
|
1733 |
msgid "for the case if Your theme already have awesome fonts loaded"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: includes/rbs_gallery_settings.php:210
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1737 |
msgid "Size Calculations Delay"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: includes/rbs_gallery_settings.php:216
|
1741 |
msgid "Debug"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: includes/rbs_gallery_settings.php:219 includes/rbs_gallery_settings.php:220
|
1745 |
+
#: includes/rbs_gallery_settings.php:221 includes/rbs_gallery_settings.php:234
|
1746 |
+
#: includes/rbs_gallery_settings.php:235 includes/rbs_gallery_settings.php:236
|
1747 |
msgid "Enable"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
+
#: includes/rbs_gallery_settings.php:223 includes/rbs_gallery_settings.php:224
|
1751 |
+
#: includes/rbs_gallery_settings.php:238 includes/rbs_gallery_settings.php:239
|
1752 |
+
#: includes/rbs_gallery_settings.php:299 includes/rbs_gallery_settings.php:300
|
1753 |
msgid "Disable"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
+
#: includes/rbs_gallery_settings.php:231
|
1757 |
msgid "Express panel"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
+
#: includes/rbs_gallery_settings.php:251
|
|
|
|
|
|
|
|
|
1761 |
msgid "Text Block"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
+
#: includes/rbs_gallery_settings.php:254
|
1765 |
msgid "Show Text"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
+
#: includes/rbs_gallery_settings.php:266
|
1769 |
msgid "Clone Block"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
+
#: includes/rbs_gallery_settings.php:269
|
1773 |
msgid "Show Clone Block"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
+
#: includes/rbs_gallery_settings.php:286
|
|
|
|
|
|
|
|
|
1777 |
msgid "Add SEO content"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
+
#: includes/rbs_gallery_settings.php:289 includes/rbs_gallery_settings.php:290
|
1781 |
+
#: includes/rbs_gallery_settings.php:291
|
1782 |
msgid "Enable [thumbs]"
|
1783 |
msgstr ""
|
1784 |
|
1785 |
+
#: includes/rbs_gallery_settings.php:294 includes/rbs_gallery_settings.php:295
|
1786 |
+
#: includes/rbs_gallery_settings.php:296
|
1787 |
msgid "Enable [thumbs + link]"
|
1788 |
msgstr ""
|
1789 |
|
|
|
|
|
|
|
|
|
1790 |
#: includes/rbs_gallery_topblock.php:41
|
1791 |
msgid "Do You wish to get PRO version for FREE ?"
|
1792 |
msgstr ""
|
1803 |
msgid "Publish gallery on your website."
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: includes/rbs_gallery_widget.php:92
|
1807 |
+
msgid "Please install Image Widget to be able to publish it here"
|
1808 |
+
msgstr ""
|
1809 |
+
|
1810 |
+
#: includes/rbs_gallery_widget.php:120
|
1811 |
+
msgid "Latest Gallery"
|
1812 |
+
msgstr ""
|
1813 |
+
|
1814 |
+
#: includes/rbs_gallery_widget.php:121
|
1815 |
+
msgid "Random Gallery"
|
1816 |
+
msgstr ""
|
1817 |
+
|
1818 |
+
#: includes/rbs_gallery_widget.php:122
|
1819 |
+
msgid "Most Viewed Gallery"
|
1820 |
+
msgstr ""
|
1821 |
+
|
1822 |
+
#: includes/rbs_gallery_widget.php:138
|
1823 |
+
msgid "Gallery Widget"
|
1824 |
+
msgstr ""
|
1825 |
+
|
1826 |
+
#: includes/rbs_gallery_widget.php:153
|
1827 |
+
msgid ""
|
1828 |
+
"You need to install new version of the widget to make it work. Install free "
|
1829 |
+
"or paid version of the Image Widget."
|
1830 |
+
msgstr ""
|
1831 |
+
|
1832 |
+
#: includes/rbs_gallery_widget.php:156
|
1833 |
+
msgid "Install Free Version"
|
1834 |
+
msgstr ""
|
1835 |
+
|
1836 |
+
#: includes/rbs_gallery_widget.php:158
|
1837 |
+
msgid "Install Paid Version"
|
1838 |
+
msgstr ""
|
1839 |
+
|
1840 |
+
#: includes/rbs_gallery_widget.php:170 includes/rbs_gallery_widget_last.php:80
|
1841 |
+
msgid "Gallery:"
|
1842 |
+
msgstr ""
|
1843 |
+
|
1844 |
#: includes/rbs_gallery_widget_last.php:38
|
1845 |
#: includes/rbs_gallery_widget_last.php:71
|
1846 |
msgid "This widget available in Pro version"
|
1847 |
msgstr ""
|
1848 |
|
1849 |
+
#: includes/rbs_gallery_widget_last.php:47
|
1850 |
msgid "New gallery"
|
1851 |
msgstr ""
|
1852 |
|
|
|
|
|
|
|
|
|
1853 |
#. Plugin URI of the plugin/theme
|
1854 |
#. Author URI of the plugin/theme
|
1855 |
msgid "https://robosoft.co/gallery"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://robosoft.co/robogallery
|
|
4 |
Tags: gallery, photo gallery, image gallery, wordpress gallery plugin, responsive gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 2.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -12,38 +12,36 @@ Robo Gallery is advanced responsive photo gallery plugin. Flexible gallery image
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
####
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
= Install and create your first WordPress gallery plugin in few minutes =
|
20 |
|
21 |
[youtube https://www.youtube.com/watch?v=m9XIeqMnhYI&feature=youtu.be]
|
22 |
|
23 |
-
> ####
|
24 |
>
|
25 |
-
>[Multi Categories Cars
|
26 |
>
|
27 |
-
>[Grid Layout
|
28 |
>
|
29 |
-
>[Multi Categories Polaroid style Movie
|
30 |
>
|
31 |
-
>[Design Sketch
|
32 |
>
|
33 |
-
>[Multi Categories
|
34 |
>
|
35 |
-
>[Video
|
36 |
|
37 |
|
38 |
-
=
|
39 |
|
40 |
-
* **Fully responsive
|
41 |
-
* **Fade effects** - one of the
|
42 |
* **Batch images upload** - advanced media manager which allow to upload batch of the images by one click. Just drag and drop set of the gallery images and it's upload automatically to the server.
|
43 |
-
* **Auto-resizing for thumbnails and images** - media manager allow you make additional customization of the
|
44 |
* **Customizable 15 hover effects** - all hover effects working in cooperation with interface configuration options. You can easily change style and colors of the hover animation elements.
|
45 |
* **Implemented to avoid AJAX libs conflicts** - code implemented in native WordPress style as result our plugin don't have any conflicts and work really stable.
|
46 |
-
* **Polaroid gallery** - with our plugin you can create Polaroid
|
47 |
* **Advanced Polaroid Styles** - Polaroid styles implemented with advanced functionality. Implemented left, right and centre images titles alignment. Polaroid description panel of the images background color selector.
|
48 |
* **Build in colors selector** - you can easily change color of any interface element.
|
49 |
* **Social sharing** - gallery lightbox support social sharing in twitter, facebook, google plus and pinterest.
|
@@ -52,67 +50,67 @@ Robo Gallery is advanced responsive photo gallery plugin. Flexible gallery image
|
|
52 |
* **Different resolutions** - implemented advanced size control options where you can define layout or fixed size for the interface elements on different screen resolutions
|
53 |
* **Implemented in native WordPress style using native classes** - native for WordPress implemented without any hacks and tricks
|
54 |
* **Multi Categories** - multi categories albums support. You can create your own galleries tree, depend of your needs
|
55 |
-
* **Classic
|
56 |
* **Advanced pagination function** - pagination function implemented in google load more style
|
57 |
* **Work in IE, Firefox, Safari, Opera, Chrome** - work properly in all latest versions of the popular browsers
|
58 |
-
* **Lazy loading option** - implemented advanced lazy loading options, for the case when you have big sets of the
|
59 |
* **Advanced cache options** - implemented advanced images caching options
|
60 |
-
* **Overlay effects** - all hover effects of the
|
61 |
* **Backend text settings preview** - all images titles, captions, descriptions are highly customizable also we have life preview of the changes in backend
|
62 |
* **Resizing crop function** - in media managed you'll find great set of very useful features for example images crop, and manual resizing
|
63 |
* **Optional mobile touch support** - our plugin support mobile devices and you can customize responsive gallery layout settings for different screen sizes
|
64 |
* **Custom ordering of the images** - ordering for all images could be easily changed manually in media manager or you can find order by options in general settings
|
65 |
-
* **Ability to insert
|
66 |
-
* **
|
67 |
-
* **
|
68 |
* **Lightbox background transparency** - in lightbox settings you can change transparency of the background with comfortable color selector
|
69 |
* **Lightbox font color** - in lightbox settings you can change color of the font with comfortable color selector
|
70 |
* **Lightbox font transparency** - in lightbox settings you can change transparency of the font with comfortable color selector
|
71 |
-
* **Advanced Compatibility** - implement advanced compatibility options to avoid conflict with libraries of another plugins and theme. You can switch between modes to find properly value for your
|
72 |
* **Advanced Social Sharing** - advanced social sharing functionality in lightbox. Implemented deep linking functionality for the images social sharing services Facebook, Twitter, Pinterest, Google+, VK
|
73 |
* **Click Thumbnails** - advanced click functionality. You can use click on buttons or on the gallery thumbnails to enlarge image or open image link. With new functionality you can combine absolutely different features of the clicking functionality.
|
74 |
-
* **
|
75 |
-
* **
|
76 |
* **Post Generator** - new function for the automatically post creation with gallery tag inside it. Advanced post manager implemented with additional functions for customization and management all your posts in one place.
|
77 |
* **Description Panel** - new image description panel in lightbox, few different themes. Settings section make you able to change content panel theme styles. In description panel you can define few content source. Image title, image caption or image description.
|
78 |
* **Swipe in Lightbox** - lightbox support swipe effect on multiply mobile devices. Swipe properly work in lightbox for all images. Tested for Android and iOS.
|
79 |
* **Advanced Link Button Design** - front end interface have link button. This button provide linking functionality on every thumbnail.
|
80 |
-
This interface
|
81 |
* **Hover Description Template** - every image contain description field. In additional parameters of the image hover you can define some HTML or tags or build-in tags for customization of the image description.
|
82 |
* **Plugin Compatibility Settings** - in plugin settings you can customize general plugin settings to avoid conflicts with another plugins or wordpress theme.
|
83 |
* **Admin Interface Modes** - in pluign settings you can customize plugin interface settings to avoid conflicts with another plugins.
|
84 |
-
* **Video
|
85 |
* **Images Custom Ratio** - in plugin settings you can define custom ratio for every picture. Every gallery could have personal settings for this option.
|
86 |
* **Thumbnails Fade Effect** - implemented Fade effect for the hover of the photo thumbnails. With such hover animation effect become more attractive and eye catching.
|
87 |
* **Advanced Load more function** - implemented very attractive navigation mode. Auto pre loading images like endless list of the images. Load more function have alot of customization options to make it work the way you need.
|
88 |
* **SEO code optimization** - implemented few front end code output modes. One simplified mode with all core front end code elements another mode with additional not visible elements. This option have additional modes. This SEO output modes give you default output mode, thumbnail, thumnails+links mode.
|
89 |
-
* **Template** - in our
|
90 |
* **Cache** - incredible new super cache option make your page load ten time faster. This function use absolutely new model of the images load. When you enable cache for big size gallery it's gonna be much faster and effective to use our plugin. Your visitors will be really surprised by the speed of the page load.
|
91 |
|
92 |
|
93 |
-
=
|
94 |
|
95 |
-
* **Tags for
|
96 |
* **Grid layout** - in plugin implemented not only classic gallery layout, but also grid layout for the modern style with different size of the thumbnails.
|
97 |
* **Support Videos** - every image have option where possible to define video link for every particular picture
|
98 |
* **Smart Links** - implemented smart images links and video links parsing algorithm. Implemented auto detection links with turned off link navigation buttons
|
99 |
-
* **Hover layout template** - hover effects have set of advanced options. For example you can customize layout of the
|
100 |
* **Customizable Grid** - every image have additional options for customization of the photos layout, as result you can build fully custom gallery grid, depend of your needs. You can decide which size of the thumbnails matrix you need on your website
|
101 |
* **Customizable hover icons** - all icons of the gallery buttons fully customizable and every icon could be easily changed with build in icons wizard
|
102 |
* **Gallery widget** - every item could be insert in to post, page or widget with build in shortcode tag or using wizard button - shortcode generator in post or page editor
|
103 |
-
* **Clone
|
104 |
* **Custom Thumbnails Shadows** - shadow it's very stylish element of the thumbnail images on the front end. You can make your pages looks absolutely different with different styled shadow.
|
105 |
-
* **
|
106 |
-
* **
|
107 |
* **Multisite Support** - implemented multisite support. You can install plugin in admin dashboard and enable plugin for all child blogs.
|
108 |
-
* **Drag and Drop Categories
|
109 |
|
110 |
|
111 |
-
> #### Useful
|
112 |
>
|
113 |
-
>[Technical Support
|
114 |
>
|
115 |
-
>[
|
116 |
|
117 |
|
118 |
== Installation ==
|
@@ -123,7 +121,7 @@ You don't need do any additional configurations or manual code changes. You can
|
|
123 |
|
124 |
= How to upload images to the gallery? =
|
125 |
|
126 |
-
When you create new gallery or open already existent item for edit on the right side of the edit
|
127 |
|
128 |
= How to change quality of the thumbnails? =
|
129 |
|
@@ -131,7 +129,7 @@ Quality of the thumbnails could be easily changed in size option / thumbnails op
|
|
131 |
|
132 |
= Where it's possible to define vertical and horizontal paddings? =
|
133 |
|
134 |
-
In
|
135 |
|
136 |
= Do you have some limit for images size? =
|
137 |
|
@@ -192,6 +190,10 @@ If any problem occurs, please contact us.
|
|
192 |
|
193 |
== Changelog ==
|
194 |
|
|
|
|
|
|
|
|
|
195 |
= 2.8.4 =
|
196 |
* Update backend interfce, added overview section
|
197 |
* Fixed some js conflicts
|
@@ -422,6 +424,10 @@ If any problem occurs, please contact us.
|
|
422 |
|
423 |
== Upgrade Notice ==
|
424 |
|
|
|
|
|
|
|
|
|
425 |
= 2.8.4 =
|
426 |
Update backend interfce, added overview section
|
427 |
Fixed some js conflicts
|
@@ -434,7 +440,7 @@ Update images manager
|
|
434 |
Small fixes of the interface
|
435 |
|
436 |
= 2.8.2 =
|
437 |
-
Added new image
|
438 |
|
439 |
= 2.8.1 =
|
440 |
Fix of the path problem in new version, including Wordpress.com users
|
4 |
Tags: gallery, photo gallery, image gallery, wordpress gallery plugin, responsive gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 2.8.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
#### Gallery on your website it's really attractive and very important part of your pages. If you looking for fast, easy plugin with simple and very beautiful, highly customizable design [here is it...](https://robosoft.co/robogallery/#overview) With our plugin even newbie in WordPress will be able to create your first gallery in few minutes and at the same time Wordpress professionals get advanced tools and freedom of creativity. Just download this plugin and you'll not look for any other plugin any more! [Fall in Love with this plugin like we do!](https://robosoft.co/robogallery/#overview)
|
16 |
|
17 |
+
= Install and create your first WordPress gallery in few minutes =
|
|
|
|
|
18 |
|
19 |
[youtube https://www.youtube.com/watch?v=m9XIeqMnhYI&feature=youtu.be]
|
20 |
|
21 |
+
> #### Demos
|
22 |
>
|
23 |
+
>[Multi Categories Cars Demo](https://robosoft.co/demo/gallery/cars-gallery-demo/)
|
24 |
>
|
25 |
+
>[Grid Layout Demo with Fade hover effect](https://robosoft.co/demo/gallery/custom-layout/)
|
26 |
>
|
27 |
+
>[Multi Categories Polaroid style Movie Demo with classic layout](https://robosoft.co/demo/gallery/gallery-demo-movie/)
|
28 |
>
|
29 |
+
>[Design Sketch Demo with grid layout](https://robosoft.co/demo/gallery/gallery-design/)
|
30 |
>
|
31 |
+
>[Multi Categories Demo with custom interface colors and classic layout](https://robosoft.co/demo/gallery/push-effect-demo/)
|
32 |
>
|
33 |
+
>[Video Demo with grid layout](https://robosoft.co/demo/gallery/design-video-gallery)
|
34 |
|
35 |
|
36 |
+
= Key Features =
|
37 |
|
38 |
+
* **Fully responsive and Mobile features** - plugin implemented with advanced settings for different devices screen size.
|
39 |
+
* **Fade effects** - one of the hover animation it's classic fade effect.
|
40 |
* **Batch images upload** - advanced media manager which allow to upload batch of the images by one click. Just drag and drop set of the gallery images and it's upload automatically to the server.
|
41 |
+
* **Auto-resizing for thumbnails and images** - media manager allow you make additional customization of the images, like: rotation, flip, crop, manual resize.
|
42 |
* **Customizable 15 hover effects** - all hover effects working in cooperation with interface configuration options. You can easily change style and colors of the hover animation elements.
|
43 |
* **Implemented to avoid AJAX libs conflicts** - code implemented in native WordPress style as result our plugin don't have any conflicts and work really stable.
|
44 |
+
* **Polaroid gallery** - with our plugin you can create Polaroid layout just with few clicks.
|
45 |
* **Advanced Polaroid Styles** - Polaroid styles implemented with advanced functionality. Implemented left, right and centre images titles alignment. Polaroid description panel of the images background color selector.
|
46 |
* **Build in colors selector** - you can easily change color of any interface element.
|
47 |
* **Social sharing** - gallery lightbox support social sharing in twitter, facebook, google plus and pinterest.
|
50 |
* **Different resolutions** - implemented advanced size control options where you can define layout or fixed size for the interface elements on different screen resolutions
|
51 |
* **Implemented in native WordPress style using native classes** - native for WordPress implemented without any hacks and tricks
|
52 |
* **Multi Categories** - multi categories albums support. You can create your own galleries tree, depend of your needs
|
53 |
+
* **Classic layout** - layout could have classic style or grid layout, every item on page could have own styles and settings
|
54 |
* **Advanced pagination function** - pagination function implemented in google load more style
|
55 |
* **Work in IE, Firefox, Safari, Opera, Chrome** - work properly in all latest versions of the popular browsers
|
56 |
+
* **Lazy loading option** - implemented advanced lazy loading options, for the case when you have big sets of the images you can define amount of the galleries images for the first load and for the next steps of the load more option
|
57 |
* **Advanced cache options** - implemented advanced images caching options
|
58 |
+
* **Overlay effects** - all hover effects of the thumbnails are highly customizable and have full set of options
|
59 |
* **Backend text settings preview** - all images titles, captions, descriptions are highly customizable also we have life preview of the changes in backend
|
60 |
* **Resizing crop function** - in media managed you'll find great set of very useful features for example images crop, and manual resizing
|
61 |
* **Optional mobile touch support** - our plugin support mobile devices and you can customize responsive gallery layout settings for different screen sizes
|
62 |
* **Custom ordering of the images** - ordering for all images could be easily changed manually in media manager or you can find order by options in general settings
|
63 |
+
* **Ability to insert plugin to the WordPress post, page, widget** - every item could be insert in to post, page or widget with build in shortcode tag or using wizard button - shortcode generator in post or page editor
|
64 |
+
* **Lightbox social buttons** - in plugin settings you can turn on/off social buttons
|
65 |
+
* **Lightbox background color** - in lightbox settings you can change color of the background with comfortable color selector
|
66 |
* **Lightbox background transparency** - in lightbox settings you can change transparency of the background with comfortable color selector
|
67 |
* **Lightbox font color** - in lightbox settings you can change color of the font with comfortable color selector
|
68 |
* **Lightbox font transparency** - in lightbox settings you can change transparency of the font with comfortable color selector
|
69 |
+
* **Advanced Compatibility** - implement advanced compatibility options to avoid conflict with libraries of another plugins and theme. You can switch between modes to find properly value for your case.
|
70 |
* **Advanced Social Sharing** - advanced social sharing functionality in lightbox. Implemented deep linking functionality for the images social sharing services Facebook, Twitter, Pinterest, Google+, VK
|
71 |
* **Click Thumbnails** - advanced click functionality. You can use click on buttons or on the gallery thumbnails to enlarge image or open image link. With new functionality you can combine absolutely different features of the clicking functionality.
|
72 |
+
* **Alignment** - alignment of the photo gallery in post or page depend of your needs. You don't need to use HTML tags or some CSS tricks this function gonna help you to align your images gallery the way you need. Possible to select one from implemented alignment modes: left, right, center for images alignment inside post or page content.
|
73 |
+
* **Padding** - new padding options. Define custom values in pixels for padding thumbnails block in post or page content. Is it possible to define padding from left, right, top and bottom side.
|
74 |
* **Post Generator** - new function for the automatically post creation with gallery tag inside it. Advanced post manager implemented with additional functions for customization and management all your posts in one place.
|
75 |
* **Description Panel** - new image description panel in lightbox, few different themes. Settings section make you able to change content panel theme styles. In description panel you can define few content source. Image title, image caption or image description.
|
76 |
* **Swipe in Lightbox** - lightbox support swipe effect on multiply mobile devices. Swipe properly work in lightbox for all images. Tested for Android and iOS.
|
77 |
* **Advanced Link Button Design** - front end interface have link button. This button provide linking functionality on every thumbnail.
|
78 |
+
This interface button have wide range of the front end interface customization options. You can easily change this button color, border and icon.
|
79 |
* **Hover Description Template** - every image contain description field. In additional parameters of the image hover you can define some HTML or tags or build-in tags for customization of the image description.
|
80 |
* **Plugin Compatibility Settings** - in plugin settings you can customize general plugin settings to avoid conflicts with another plugins or wordpress theme.
|
81 |
* **Admin Interface Modes** - in pluign settings you can customize plugin interface settings to avoid conflicts with another plugins.
|
82 |
+
* **Video Links** - in media manager every image have separate option for video link. Video links could be specified to to the youtube or vimeo.
|
83 |
* **Images Custom Ratio** - in plugin settings you can define custom ratio for every picture. Every gallery could have personal settings for this option.
|
84 |
* **Thumbnails Fade Effect** - implemented Fade effect for the hover of the photo thumbnails. With such hover animation effect become more attractive and eye catching.
|
85 |
* **Advanced Load more function** - implemented very attractive navigation mode. Auto pre loading images like endless list of the images. Load more function have alot of customization options to make it work the way you need.
|
86 |
* **SEO code optimization** - implemented few front end code output modes. One simplified mode with all core front end code elements another mode with additional not visible elements. This option have additional modes. This SEO output modes give you default output mode, thumbnail, thumnails+links mode.
|
87 |
+
* **Template** - in our plugin we have advanced templating engine for images description. Every hover text of image could be edit and customized with built-in templating options.
|
88 |
* **Cache** - incredible new super cache option make your page load ten time faster. This function use absolutely new model of the images load. When you enable cache for big size gallery it's gonna be much faster and effective to use our plugin. Your visitors will be really surprised by the speed of the page load.
|
89 |
|
90 |
|
91 |
+
= Pro Key Features =
|
92 |
|
93 |
+
* **Tags for images** - every image contain description field. In additional parameters of the image hover you can define some HTML or tags or build-in tags for customization of the image description.
|
94 |
* **Grid layout** - in plugin implemented not only classic gallery layout, but also grid layout for the modern style with different size of the thumbnails.
|
95 |
* **Support Videos** - every image have option where possible to define video link for every particular picture
|
96 |
* **Smart Links** - implemented smart images links and video links parsing algorithm. Implemented auto detection links with turned off link navigation buttons
|
97 |
+
* **Hover layout template** - hover effects have set of advanced options. For example you can customize layout of the hover effect with build in tags
|
98 |
* **Customizable Grid** - every image have additional options for customization of the photos layout, as result you can build fully custom gallery grid, depend of your needs. You can decide which size of the thumbnails matrix you need on your website
|
99 |
* **Customizable hover icons** - all icons of the gallery buttons fully customizable and every icon could be easily changed with build in icons wizard
|
100 |
* **Gallery widget** - every item could be insert in to post, page or widget with build in shortcode tag or using wizard button - shortcode generator in post or page editor
|
101 |
+
* **Clone** - if you have hundreds of galleries on the website this feature is really useful for you! Clone settings of one gallery to apply it to another one. So you can copy styles of the source item to as much galleries as you need just by one click.
|
102 |
* **Custom Thumbnails Shadows** - shadow it's very stylish element of the thumbnail images on the front end. You can make your pages looks absolutely different with different styled shadow.
|
103 |
+
* **Statistics** - every item have very useful and simple statistics functionality. You can easily check every photos views. In settings statistic values could be reset.
|
104 |
+
* **Backup** - implemented multifunctional galleries backup function. With this modes you can easily transfer settings and galleries images from one server to another. Backup functionality have mode to make export only album settings or full backup with images and settings.
|
105 |
* **Multisite Support** - implemented multisite support. You can install plugin in admin dashboard and enable plugin for all child blogs.
|
106 |
+
* **Drag and Drop Categories Manager** - in plugin implemented advanced categories manager with drag and drop functionality.
|
107 |
|
108 |
|
109 |
+
> #### Useful Links
|
110 |
>
|
111 |
+
>[Technical Support](https://robosoft.co/robogallery)
|
112 |
>
|
113 |
+
>[More Details](https://robosoft.co/robogallery)
|
114 |
|
115 |
|
116 |
== Installation ==
|
121 |
|
122 |
= How to upload images to the gallery? =
|
123 |
|
124 |
+
When you create new gallery or open already existent item for edit on the right side of the edit settings section you'll see images manager button. When you open images manager you'll be able there edit all media resources settings. Upload, edit or delete. In images manager you can use drag and drop images upload tool.
|
125 |
|
126 |
= How to change quality of the thumbnails? =
|
127 |
|
129 |
|
130 |
= Where it's possible to define vertical and horizontal paddings? =
|
131 |
|
132 |
+
In settings you can define horizontal and vertical paddings between thumbnails
|
133 |
|
134 |
= Do you have some limit for images size? =
|
135 |
|
190 |
|
191 |
== Changelog ==
|
192 |
|
193 |
+
= 2.8.6 =
|
194 |
+
* Fix for the dashboard redirect function
|
195 |
+
* Fix of the lightbox background transporancy
|
196 |
+
|
197 |
= 2.8.4 =
|
198 |
* Update backend interfce, added overview section
|
199 |
* Fixed some js conflicts
|
424 |
|
425 |
== Upgrade Notice ==
|
426 |
|
427 |
+
= 2.8.6 =
|
428 |
+
Fix for the dashboard redirect function
|
429 |
+
Fix of the lightbox background transporancy
|
430 |
+
|
431 |
= 2.8.4 =
|
432 |
Update backend interfce, added overview section
|
433 |
Fixed some js conflicts
|
440 |
Small fixes of the interface
|
441 |
|
442 |
= 2.8.2 =
|
443 |
+
Added new image widget to the add-ons section
|
444 |
|
445 |
= 2.8.1 =
|
446 |
Fix of the path problem in new version, including Wordpress.com users
|
robogallery.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
/*
|
3 |
Plugin Name: Robo Gallery
|
4 |
Plugin URI: https://robosoft.co/wordpress-gallery-plugin
|
5 |
-
Description:
|
6 |
-
Version: 2.8.
|
7 |
Author: RoboSoft
|
8 |
Author URI: https://robosoft.co/wordpress-gallery-plugin
|
9 |
License: GPLv3 or later
|
@@ -15,7 +15,7 @@ if(!defined('WPINC'))die;
|
|
15 |
if(!defined("ABSPATH"))exit;
|
16 |
|
17 |
define("ROBO_GALLERY", 1);
|
18 |
-
define("ROBO_GALLERY_VERSION", '2.8.
|
19 |
|
20 |
define("ROBO_GALLERY_OPTIONS", 'rbs_opt_');
|
21 |
|
2 |
/*
|
3 |
Plugin Name: Robo Gallery
|
4 |
Plugin URI: https://robosoft.co/wordpress-gallery-plugin
|
5 |
+
Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lighbox, portfolio gallery, responsive gallery
|
6 |
+
Version: 2.8.6
|
7 |
Author: RoboSoft
|
8 |
Author URI: https://robosoft.co/wordpress-gallery-plugin
|
9 |
License: GPLv3 or later
|
15 |
if(!defined("ABSPATH"))exit;
|
16 |
|
17 |
define("ROBO_GALLERY", 1);
|
18 |
+
define("ROBO_GALLERY_VERSION", '2.8.6');
|
19 |
|
20 |
define("ROBO_GALLERY_OPTIONS", 'rbs_opt_');
|
21 |
|