Version Description
Download this release
Release Info
Developer | averta |
Plugin | Premium Portfolio Features for Phlox theme |
Version | 2.0.3 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.3
- README.txt +2 -2
- auxin-portfolio.php +2 -2
- includes/define.php +1 -1
- includes/elements/elementor/recent-portfolios-grid.php +159 -0
- includes/elements/elementor/recent-portfolios-tile-carousel.php +1 -1
- includes/elements/recent-portfolios-tile-carousel.php +5 -1
- includes/elements/recent-portfolios.php +1 -0
- includes/general-hooks.php +1 -1
- languages/auxin-portfolio-fa_IR.po +1959 -642
- languages/auxin-portfolio.pot +164 -137
- public/assets/js/portfolio.js +1 -1
- public/templates/elements/recent-portfolio.php +4 -0
- public/templates/theme-parts/entry/portfolio-column-overlay.php +9 -1
- public/templates/theme-parts/entry/portfolio-column.php +9 -1
README.txt
CHANGED
@@ -6,8 +6,8 @@ License URI: http://www.gnu.org/licenses/gpl.html
|
|
6 |
Tags: phlox, gallery, elementor, siteorigin, portfolio, averta, auxin, fullwidth, masonry, timeline, projects, showcase, minimal, wix, flat
|
7 |
Requires PHP: 5.4
|
8 |
Requires at least: 4.6
|
9 |
-
Tested up to: 5.
|
10 |
-
Stable tag: 2.0.
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl.html
|
13 |
|
6 |
Tags: phlox, gallery, elementor, siteorigin, portfolio, averta, auxin, fullwidth, masonry, timeline, projects, showcase, minimal, wix, flat
|
7 |
Requires PHP: 5.4
|
8 |
Requires at least: 4.6
|
9 |
+
Tested up to: 5.5.1
|
10 |
+
Stable tag: 2.0.3
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl.html
|
13 |
|
auxin-portfolio.php
CHANGED
@@ -12,14 +12,14 @@
|
|
12 |
* Plugin Name: Phlox Portfolio
|
13 |
* Plugin URI: http://phlox.pro/
|
14 |
* Description: Showcase your projects beautifully in Phlox theme
|
15 |
-
* Version: 2.0.
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* License: GPL2
|
19 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
20 |
* Text Domain: auxin-portfolio
|
21 |
* Domain Path: /languages
|
22 |
-
* Tested up to: 5.
|
23 |
*/
|
24 |
|
25 |
// If this file is called directly, abort.
|
12 |
* Plugin Name: Phlox Portfolio
|
13 |
* Plugin URI: http://phlox.pro/
|
14 |
* Description: Showcase your projects beautifully in Phlox theme
|
15 |
+
* Version: 2.0.3
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* License: GPL2
|
19 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
20 |
* Text Domain: auxin-portfolio
|
21 |
* Domain Path: /languages
|
22 |
+
* Tested up to: 5.5.1
|
23 |
*/
|
24 |
|
25 |
// If this file is called directly, abort.
|
includes/define.php
CHANGED
@@ -15,7 +15,7 @@ if( ! defined( 'THEME_NAME' ) ){
|
|
15 |
|
16 |
|
17 |
|
18 |
-
define( 'AUXPFO_VERSION' , '2.0.
|
19 |
|
20 |
define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
|
21 |
|
15 |
|
16 |
|
17 |
|
18 |
+
define( 'AUXPFO_VERSION' , '2.0.3' );
|
19 |
|
20 |
define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
|
21 |
|
includes/elements/elementor/recent-portfolios-grid.php
CHANGED
@@ -181,6 +181,18 @@ class Recent_Portfolios_Grid extends Widget_Base {
|
|
181 |
)
|
182 |
);
|
183 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
$this->add_control(
|
185 |
'display_like',
|
186 |
array(
|
@@ -989,6 +1001,150 @@ class Recent_Portfolios_Grid extends Widget_Base {
|
|
989 |
|
990 |
$this->end_controls_section();
|
991 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
992 |
|
993 |
/* Categories Section
|
994 |
/*-------------------------------------*/
|
@@ -1204,6 +1360,8 @@ class Recent_Portfolios_Grid extends Widget_Base {
|
|
1204 |
|
1205 |
$settings = $this->get_settings_for_display();
|
1206 |
|
|
|
|
|
1207 |
$args = array(
|
1208 |
'cat' => $settings['cat'],
|
1209 |
'num' => auxin_get_control_size( $settings['num'] ),
|
@@ -1233,6 +1391,7 @@ class Recent_Portfolios_Grid extends Widget_Base {
|
|
1233 |
'perpage' => $settings['perpage'],
|
1234 |
'display_title' => $settings['display_title'],
|
1235 |
'show_info' => $settings['show_info'],
|
|
|
1236 |
'image_aspect_ratio' => $settings['image_aspect_ratio'] !== 'custom' ? $settings['image_aspect_ratio'] : $settings['image_aspect_ratio_custom'] ,
|
1237 |
'space' => auxin_get_control_size( $settings['space'] ),
|
1238 |
'desktop_cnum' => $settings['columns'],
|
181 |
)
|
182 |
);
|
183 |
|
184 |
+
$this->add_control(
|
185 |
+
'display_read_more',
|
186 |
+
array(
|
187 |
+
'label' => __('Display Read More', 'auxin-portfolio' ),
|
188 |
+
'type' => Controls_Manager::SWITCHER,
|
189 |
+
'label_on' => __( 'On', 'auxin-portfolio' ),
|
190 |
+
'label_off' => __( 'Off', 'auxin-portfolio' ),
|
191 |
+
'return_value' => 'yes',
|
192 |
+
'default' => 'no'
|
193 |
+
)
|
194 |
+
);
|
195 |
+
|
196 |
$this->add_control(
|
197 |
'display_like',
|
198 |
array(
|
1001 |
|
1002 |
$this->end_controls_section();
|
1003 |
|
1004 |
+
/* Read More Section
|
1005 |
+
/*-------------------------------------*/
|
1006 |
+
|
1007 |
+
$this->start_controls_section(
|
1008 |
+
'read_more_style_section',
|
1009 |
+
array(
|
1010 |
+
'label' => __( 'Read More', 'auxin-portfolio' ),
|
1011 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
1012 |
+
'condition' => array(
|
1013 |
+
"display_read_more" => 'yes'
|
1014 |
+
),
|
1015 |
+
)
|
1016 |
+
);
|
1017 |
+
|
1018 |
+
// Read More Text
|
1019 |
+
|
1020 |
+
$this->start_controls_tabs( 'read_more_colors' );
|
1021 |
+
|
1022 |
+
$this->start_controls_tab(
|
1023 |
+
'read_more_color_normal',
|
1024 |
+
array(
|
1025 |
+
'label' => __( 'Normal' , 'auxin-portfolio' ),
|
1026 |
+
'condition' => array(
|
1027 |
+
'display_read_more' => 'yes'
|
1028 |
+
)
|
1029 |
+
)
|
1030 |
+
);
|
1031 |
+
|
1032 |
+
$this->add_group_control(
|
1033 |
+
Group_Control_Background::get_type(),
|
1034 |
+
array(
|
1035 |
+
'name' => 'read-more-background-normal',
|
1036 |
+
'label' => __( 'Read More Background', 'auxin-portfolio' ),
|
1037 |
+
'types' => array( 'classic', 'gradient' ),
|
1038 |
+
'condition' => array(
|
1039 |
+
'display_read_more' => 'yes'
|
1040 |
+
),
|
1041 |
+
'selector' => '{{WRAPPER}} .entry-read-more span',
|
1042 |
+
)
|
1043 |
+
);
|
1044 |
+
|
1045 |
+
$this->add_control(
|
1046 |
+
'read_more_color',
|
1047 |
+
array(
|
1048 |
+
'label' => __( 'Color', 'auxin-portfolio' ),
|
1049 |
+
'type' => Controls_Manager::COLOR,
|
1050 |
+
'selectors' => array(
|
1051 |
+
'{{WRAPPER}} .entry-read-more a' => 'color: {{VALUE}};',
|
1052 |
+
),
|
1053 |
+
'condition' => array(
|
1054 |
+
'display_read_more' => 'yes'
|
1055 |
+
)
|
1056 |
+
)
|
1057 |
+
);
|
1058 |
+
|
1059 |
+
$this->end_controls_tab();
|
1060 |
+
|
1061 |
+
$this->start_controls_tab(
|
1062 |
+
'read_more_color_hover',
|
1063 |
+
array(
|
1064 |
+
'label' => __( 'Hover' , 'auxin-portfolio' ),
|
1065 |
+
'condition' => array(
|
1066 |
+
'display_read_more' => 'yes'
|
1067 |
+
)
|
1068 |
+
)
|
1069 |
+
);
|
1070 |
+
|
1071 |
+
$this->add_group_control(
|
1072 |
+
Group_Control_Background::get_type(),
|
1073 |
+
array(
|
1074 |
+
'name' => 'read-more-background-hover',
|
1075 |
+
'label' => __( 'Read More Background', 'auxin-portfolio' ),
|
1076 |
+
'types' => array( 'classic', 'gradient' ),
|
1077 |
+
'condition' => array(
|
1078 |
+
'display_read_more' => 'yes'
|
1079 |
+
),
|
1080 |
+
'selector' => '{{WRAPPER}} .entry-read-more span:hover',
|
1081 |
+
)
|
1082 |
+
);
|
1083 |
+
|
1084 |
+
$this->add_control(
|
1085 |
+
'read_more_hover_color',
|
1086 |
+
array(
|
1087 |
+
'label' => __( 'Color', 'auxin-portfolio' ),
|
1088 |
+
'type' => Controls_Manager::COLOR,
|
1089 |
+
'selectors' => array(
|
1090 |
+
'{{WRAPPER}} .entry-read-more a:hover' => 'color:{{VALUE}};',
|
1091 |
+
),
|
1092 |
+
'condition' => array(
|
1093 |
+
'display_read_more' => 'yes'
|
1094 |
+
)
|
1095 |
+
)
|
1096 |
+
);
|
1097 |
+
|
1098 |
+
$this->end_controls_tab();
|
1099 |
+
|
1100 |
+
$this->end_controls_tabs();
|
1101 |
+
|
1102 |
+
$this->add_group_control(
|
1103 |
+
Group_Control_Typography::get_type(),
|
1104 |
+
array(
|
1105 |
+
'name' => 'read_more_typography',
|
1106 |
+
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
1107 |
+
'selector' => '{{WRAPPER}} .entry-read-more a',
|
1108 |
+
'condition' => array(
|
1109 |
+
'display_read_more' => 'yes'
|
1110 |
+
)
|
1111 |
+
)
|
1112 |
+
);
|
1113 |
+
|
1114 |
+
$this->add_responsive_control(
|
1115 |
+
'read_more_padding',
|
1116 |
+
array(
|
1117 |
+
'label' => __( 'Padding', 'auxin-portfolio' ),
|
1118 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1119 |
+
'size_units' => array( 'px', '%' ),
|
1120 |
+
'selectors' => array(
|
1121 |
+
'{{WRAPPER}} .entry-read-more span' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important;',
|
1122 |
+
)
|
1123 |
+
)
|
1124 |
+
);
|
1125 |
+
|
1126 |
+
$this->add_group_control(
|
1127 |
+
Group_Control_Border::get_type(),
|
1128 |
+
array(
|
1129 |
+
'name' => 'read_more_border',
|
1130 |
+
'label' => __( 'Read More Border', 'auxin-portfolio' ),
|
1131 |
+
'selector' => '{{WRAPPER}} .entry-read-more span',
|
1132 |
+
)
|
1133 |
+
);
|
1134 |
+
|
1135 |
+
$this->add_responsive_control(
|
1136 |
+
'read_more_border_radius',
|
1137 |
+
array(
|
1138 |
+
'label' => __( 'Border Radius', 'auxin-portfolio' ),
|
1139 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1140 |
+
'size_units' => array( 'px', '%' ),
|
1141 |
+
'selectors' => array(
|
1142 |
+
'{{WRAPPER}} .entry-read-more span' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important;',
|
1143 |
+
)
|
1144 |
+
)
|
1145 |
+
);
|
1146 |
+
|
1147 |
+
$this->end_controls_section();
|
1148 |
|
1149 |
/* Categories Section
|
1150 |
/*-------------------------------------*/
|
1360 |
|
1361 |
$settings = $this->get_settings_for_display();
|
1362 |
|
1363 |
+
$display_read_more = $settings['display_read_more'] == 'yes' ? true : false;
|
1364 |
+
|
1365 |
$args = array(
|
1366 |
'cat' => $settings['cat'],
|
1367 |
'num' => auxin_get_control_size( $settings['num'] ),
|
1391 |
'perpage' => $settings['perpage'],
|
1392 |
'display_title' => $settings['display_title'],
|
1393 |
'show_info' => $settings['show_info'],
|
1394 |
+
'display_read_more' => $display_read_more,
|
1395 |
'image_aspect_ratio' => $settings['image_aspect_ratio'] !== 'custom' ? $settings['image_aspect_ratio'] : $settings['image_aspect_ratio_custom'] ,
|
1396 |
'space' => auxin_get_control_size( $settings['space'] ),
|
1397 |
'desktop_cnum' => $settings['columns'],
|
includes/elements/elementor/recent-portfolios-tile-carousel.php
CHANGED
@@ -319,7 +319,7 @@ class Recent_Portfolios_Tile_Carousel_Carousel extends Widget_Base {
|
|
319 |
'label_on' => __( 'On', 'auxin-portfolio' ),
|
320 |
'label_off' => __( 'Off', 'auxin-portfolio' ),
|
321 |
'return_value' => 'yes',
|
322 |
-
'default' => '
|
323 |
)
|
324 |
);
|
325 |
|
319 |
'label_on' => __( 'On', 'auxin-portfolio' ),
|
320 |
'label_off' => __( 'Off', 'auxin-portfolio' ),
|
321 |
'return_value' => 'yes',
|
322 |
+
'default' => ''
|
323 |
)
|
324 |
);
|
325 |
|
includes/elements/recent-portfolios-tile-carousel.php
CHANGED
@@ -452,6 +452,8 @@ function auxin_widget_recent_portfolios_tiles_carousel_callback( $atts, $shortco
|
|
452 |
'universal_id' => '',
|
453 |
'reset_query' => true,
|
454 |
'carousel_autoplay' => false,
|
|
|
|
|
455 |
'carousel_navigation_control' => 'arrows',
|
456 |
'carousel_loop' => 1,
|
457 |
'use_wp_query' => false, // true to use the global wp_query, false to use internal custom query
|
@@ -561,14 +563,16 @@ function auxin_widget_recent_portfolios_tiles_carousel_callback( $atts, $shortco
|
|
561 |
$container_class = 'aux-portfolio-columns master-carousel aux-no-js aux-mc-before-init aux-tile-' . esc_attr( $tile_skin ) . ' ';
|
562 |
// genereate the master carousel attributes
|
563 |
$carousel_attrs = 'data-columns="1"';
|
|
|
564 |
$carousel_attrs .= ' data-autoplay="'. esc_attr( $carousel_autoplay ) .'"';
|
565 |
-
$carousel_attrs .= ' data-navigation="
|
566 |
$carousel_attrs .= ' data-loop="' . esc_attr( $carousel_loop ) . '"';
|
567 |
$carousel_attrs .= ' data-wrap-controls="true"';
|
568 |
$carousel_attrs .= ' data-bullets="' . ('bullets' == $carousel_navigation_control ? 'true' : 'false') . '"';
|
569 |
$carousel_attrs .= ' data-bullet-class="aux-bullets aux-small aux-mask"';
|
570 |
$carousel_attrs .= ' data-arrows="' . ('arrows' == $carousel_navigation_control ? 'true' : 'false') . '"';
|
571 |
$carousel_attrs .= ' data-same-height="false"';
|
|
|
572 |
$item_inner_classes = '';
|
573 |
$have_posts = $wp_query->have_posts();
|
574 |
|
452 |
'universal_id' => '',
|
453 |
'reset_query' => true,
|
454 |
'carousel_autoplay' => false,
|
455 |
+
'carousel_autoplay_delay' => '',
|
456 |
+
'carousel_navigation' => 'peritem',
|
457 |
'carousel_navigation_control' => 'arrows',
|
458 |
'carousel_loop' => 1,
|
459 |
'use_wp_query' => false, // true to use the global wp_query, false to use internal custom query
|
563 |
$container_class = 'aux-portfolio-columns master-carousel aux-no-js aux-mc-before-init aux-tile-' . esc_attr( $tile_skin ) . ' ';
|
564 |
// genereate the master carousel attributes
|
565 |
$carousel_attrs = 'data-columns="1"';
|
566 |
+
$carousel_attrs .= 'data-speed="10"';
|
567 |
$carousel_attrs .= ' data-autoplay="'. esc_attr( $carousel_autoplay ) .'"';
|
568 |
+
$carousel_attrs .= ' data-navigation="' . $carousel_navigation . '"';
|
569 |
$carousel_attrs .= ' data-loop="' . esc_attr( $carousel_loop ) . '"';
|
570 |
$carousel_attrs .= ' data-wrap-controls="true"';
|
571 |
$carousel_attrs .= ' data-bullets="' . ('bullets' == $carousel_navigation_control ? 'true' : 'false') . '"';
|
572 |
$carousel_attrs .= ' data-bullet-class="aux-bullets aux-small aux-mask"';
|
573 |
$carousel_attrs .= ' data-arrows="' . ('arrows' == $carousel_navigation_control ? 'true' : 'false') . '"';
|
574 |
$carousel_attrs .= ' data-same-height="false"';
|
575 |
+
$carousel_attrs .= ' data-delay="' . $carousel_autoplay_delay .'"';
|
576 |
$item_inner_classes = '';
|
577 |
$have_posts = $wp_query->have_posts();
|
578 |
|
includes/elements/recent-portfolios.php
CHANGED
@@ -892,6 +892,7 @@ function auxin_widget_recent_portfolios_grid_callback( $atts, $shortcode_content
|
|
892 |
// 'preload_bgcolor' => '',
|
893 |
'display_title' => true,
|
894 |
'show_info' => 1,
|
|
|
895 |
'image_aspect_ratio' => 0.75,
|
896 |
'space' => 30,
|
897 |
'desktop_cnum' => 4,
|
892 |
// 'preload_bgcolor' => '',
|
893 |
'display_title' => true,
|
894 |
'show_info' => 1,
|
895 |
+
'display_read_more' => false,
|
896 |
'image_aspect_ratio' => 0.75,
|
897 |
'space' => 30,
|
898 |
'desktop_cnum' => 4,
|
includes/general-hooks.php
CHANGED
@@ -1437,7 +1437,7 @@ function auxin_define_portfolio_theme_options( $fields_sections_list ){
|
|
1437 |
'operator'=> '=='
|
1438 |
)
|
1439 |
),
|
1440 |
-
'default' => 'chevron-right-1',
|
1441 |
'transport' => 'postMessage',
|
1442 |
'partial' => array(
|
1443 |
'selector' => '.single-portfolio .aux-customizer-page-title-container',
|
1437 |
'operator'=> '=='
|
1438 |
)
|
1439 |
),
|
1440 |
+
'default' => 'auxicon-chevron-right-1',
|
1441 |
'transport' => 'postMessage',
|
1442 |
'partial' => array(
|
1443 |
'selector' => '.single-portfolio .aux-customizer-page-title-container',
|
languages/auxin-portfolio-fa_IR.po
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Phlox Portfolio\n"
|
4 |
-
"
|
|
|
5 |
"PO-Revision-Date: 2017-12-20 13:38+0330\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
@@ -52,6 +53,7 @@ msgid "Specifies a short description about the project."
|
|
52 |
msgstr ""
|
53 |
|
54 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:52
|
|
|
55 |
msgid "Overview Title"
|
56 |
msgstr ""
|
57 |
|
@@ -60,12 +62,12 @@ msgid "Specifies an optional title for project overview."
|
|
60 |
msgstr ""
|
61 |
|
62 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:60
|
63 |
-
#: includes/general-hooks.php:
|
64 |
msgid "Overview Alignment"
|
65 |
msgstr ""
|
66 |
|
67 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:61
|
68 |
-
#: includes/general-hooks.php:
|
69 |
msgid ""
|
70 |
"Specifies alignment for the project overview and corresponding information."
|
71 |
msgstr ""
|
@@ -73,19 +75,27 @@ msgstr ""
|
|
73 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:67
|
74 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:90
|
75 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:231
|
76 |
-
#: includes/
|
|
|
|
|
77 |
msgid "Default"
|
78 |
msgstr ""
|
79 |
|
80 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:71
|
81 |
-
#: includes/elements/recent-portfolios
|
82 |
-
#: includes/
|
|
|
|
|
|
|
83 |
msgid "Left"
|
84 |
msgstr ""
|
85 |
|
86 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:75
|
87 |
-
#: includes/elements/recent-portfolios
|
88 |
-
#: includes/
|
|
|
|
|
|
|
89 |
msgid "Center"
|
90 |
msgstr ""
|
91 |
|
@@ -140,7 +150,7 @@ msgid "Info on Bottom - Metadata Below"
|
|
140 |
msgstr ""
|
141 |
|
142 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:129
|
143 |
-
#: includes/general-hooks.php:
|
144 |
msgid "Sticky Side Area"
|
145 |
msgstr ""
|
146 |
|
@@ -150,9 +160,9 @@ msgstr ""
|
|
150 |
|
151 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:135
|
152 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:212
|
153 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
154 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
155 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
156 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:29
|
157 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:64
|
158 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:84
|
@@ -160,32 +170,36 @@ msgstr ""
|
|
160 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:125
|
161 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:145
|
162 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:165
|
|
|
|
|
163 |
msgid "Theme Default"
|
164 |
msgstr ""
|
165 |
|
166 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:136
|
167 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:213
|
168 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
169 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
170 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
171 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:30
|
172 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:106
|
173 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:126
|
174 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:146
|
175 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:166
|
|
|
176 |
msgid "Yes"
|
177 |
msgstr "بله"
|
178 |
|
179 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:137
|
180 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:214
|
181 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
182 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
183 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
184 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:31
|
185 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:107
|
186 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:127
|
187 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:147
|
188 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:167
|
|
|
189 |
msgid "No"
|
190 |
msgstr "خیر"
|
191 |
|
@@ -206,111 +220,128 @@ msgid "Specifies the color of font at info box."
|
|
206 |
msgstr ""
|
207 |
|
208 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:173
|
209 |
-
#: includes/elements/recent-portfolios-tile-carousel.php:
|
210 |
-
#: includes/general-hooks.php:
|
211 |
msgid "Dark"
|
212 |
msgstr "تیره"
|
213 |
|
214 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:174
|
215 |
-
#: includes/elements/recent-portfolios-tile-carousel.php:
|
216 |
-
#: includes/general-hooks.php:
|
217 |
msgid "Light"
|
218 |
msgstr ""
|
219 |
|
220 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:205
|
221 |
-
#: includes/general-hooks.php:
|
222 |
msgid "Display Next & Previous portfolios"
|
223 |
msgstr ""
|
224 |
|
225 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:206
|
226 |
-
#: includes/general-hooks.php:
|
227 |
msgid ""
|
228 |
"Enable it to display links to next and previous portfolios on single "
|
229 |
"portfolio page."
|
230 |
msgstr ""
|
231 |
|
232 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:219
|
233 |
-
#: includes/general-hooks.php:
|
234 |
msgid "Skin for Next & Previous Links"
|
235 |
msgstr ""
|
236 |
|
237 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:220
|
238 |
-
#: includes/general-hooks.php:
|
239 |
msgid "Specifies the skin for next and previous navigation block."
|
240 |
msgstr ""
|
241 |
|
242 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:235
|
243 |
-
#: includes/general-hooks.php:
|
244 |
msgid "Classic Project Navigation"
|
245 |
msgstr ""
|
246 |
|
247 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:239
|
248 |
-
#: includes/general-hooks.php:
|
249 |
msgid "Classic Project Navigation Without Title"
|
250 |
msgstr ""
|
251 |
|
252 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:243
|
253 |
-
#: includes/general-hooks.php:
|
254 |
msgid "Minimal (default)"
|
255 |
msgstr ""
|
256 |
|
257 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:247
|
258 |
-
#: includes/general-hooks.php:
|
259 |
msgid "Thumbnail with Arrow"
|
260 |
msgstr ""
|
261 |
|
262 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:251
|
263 |
-
#: includes/general-hooks.php:
|
264 |
msgid "Thumbnail without Arrow"
|
265 |
msgstr ""
|
266 |
|
267 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:255
|
268 |
-
#: includes/general-hooks.php:
|
269 |
msgid "Navigation with Light Background"
|
270 |
msgstr ""
|
271 |
|
272 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:259
|
273 |
-
#: includes/general-hooks.php:
|
274 |
msgid "Navigation with Dark Background"
|
275 |
msgstr ""
|
276 |
|
277 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:263
|
278 |
-
#: includes/general-hooks.php:
|
279 |
msgid "Sticky Thumbnail with Arrow"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
283 |
-
#: includes/general-hooks.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
284 |
msgid "Display Portfolio Meta Info"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
288 |
msgid "Enable this option to display extra inormation about this portfolio."
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
292 |
-
#: includes/general-hooks.php:
|
293 |
msgid "Display Single Portfolio Categories"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
297 |
msgid "Specifies whether to display catetory section or not."
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
301 |
-
#: includes/general-hooks.php:
|
302 |
msgid "Display Single Portfolio Tags"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
306 |
msgid "Specifies whether to display tag section or not."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
310 |
msgid "URL for Launch Button"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:
|
314 |
msgid ""
|
315 |
"Specifies an URL for action button in order to lunch the project's webpage. "
|
316 |
"Leave it empty if you don`t need Lunch Project Button."
|
@@ -321,7 +352,7 @@ msgid "Related Portfolio"
|
|
321 |
msgstr ""
|
322 |
|
323 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:22
|
324 |
-
#: includes/general-hooks.php:
|
325 |
msgid "Display Related Portfolios"
|
326 |
msgstr ""
|
327 |
|
@@ -331,164 +362,215 @@ msgid ""
|
|
331 |
msgstr ""
|
332 |
|
333 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:36
|
334 |
-
#: includes/general-hooks.php:
|
335 |
msgid "Label of Related Section"
|
336 |
msgstr ""
|
337 |
|
338 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:37
|
339 |
-
#: includes/general-hooks.php:
|
340 |
msgid "Specifies the label of related items section."
|
341 |
msgstr ""
|
342 |
|
343 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:51
|
344 |
-
#: includes/general-hooks.php:
|
345 |
msgid "Related Items Type"
|
346 |
msgstr ""
|
347 |
|
348 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:52
|
349 |
-
#: includes/general-hooks.php:
|
350 |
msgid "Specifies the appearance type for related portfolio element."
|
351 |
msgstr ""
|
352 |
|
353 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:65
|
354 |
-
#: includes/elements/recent-portfolios.php:
|
355 |
-
#: includes/general-hooks.php:
|
356 |
msgid "Grid"
|
357 |
msgstr ""
|
358 |
|
359 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:66
|
|
|
|
|
|
|
360 |
msgid "Carousel"
|
361 |
msgstr ""
|
362 |
|
363 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:71
|
364 |
-
#: includes/general-hooks.php:
|
365 |
-
#: includes/general-hooks.php:
|
366 |
msgid "Number of Columns"
|
367 |
msgstr ""
|
368 |
|
369 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:92
|
370 |
-
#: includes/general-hooks.php:
|
371 |
msgid "Align Center"
|
372 |
msgstr ""
|
373 |
|
374 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:93
|
375 |
-
#: includes/general-hooks.php:
|
376 |
msgid "Enable it to make related portfolios section text center."
|
377 |
msgstr ""
|
378 |
|
379 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:112
|
380 |
-
#: includes/general-hooks.php:
|
381 |
msgid "Full Width Related Section"
|
382 |
msgstr ""
|
383 |
|
384 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:113
|
385 |
-
#: includes/general-hooks.php:
|
386 |
msgid "Enable it to make related portfolios section full width."
|
387 |
msgstr ""
|
388 |
|
389 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:132
|
390 |
-
#: includes/general-hooks.php:
|
391 |
msgid "Snap Related Items"
|
392 |
msgstr ""
|
393 |
|
394 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:133
|
395 |
-
#: includes/general-hooks.php:
|
396 |
msgid "Enable it to remove space between related portfolio items."
|
397 |
msgstr ""
|
398 |
|
399 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:152
|
400 |
-
#: includes/general-hooks.php:
|
401 |
msgid "Display Portfolio Categories"
|
402 |
msgstr ""
|
403 |
|
404 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:153
|
405 |
-
#: includes/general-hooks.php:
|
406 |
msgid ""
|
407 |
"Enable it to display the categories of each portfolio item in related "
|
408 |
"portfolios section."
|
409 |
msgstr ""
|
410 |
|
411 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
412 |
msgid "Phlox Core Elements"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: auxin-portfolio.php:
|
416 |
msgid "Phlox Pro"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: auxin-portfolio.php:
|
420 |
msgid "Phlox"
|
421 |
msgstr ""
|
422 |
|
423 |
#. Plugin Name of the plugin/theme
|
424 |
-
#: auxin-portfolio.php:79
|
425 |
msgid "Phlox Portfolio"
|
426 |
msgstr ""
|
427 |
|
428 |
#: includes/classes/class-auxin-plugin-requirements.php:74
|
429 |
-
#, php-format
|
430 |
msgid "%s plugin has been disabled automatically due to following reason:"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
434 |
msgid "Note for admin"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
438 |
-
#, php-format
|
439 |
msgid ""
|
440 |
"%s plugin is required in order to use this plugin. Please install and "
|
441 |
"activate the plugin."
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
445 |
-
|
|
|
|
|
|
|
|
|
|
|
446 |
msgid ""
|
447 |
"The plugin requires %s plugin version %s or higher (current version is %s). "
|
448 |
"Please update it to the latest version."
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
452 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
453 |
msgid ""
|
454 |
"The plugin requires %s theme version %s or higher in order to function "
|
455 |
"property. Your current theme version is %s, please %s update to latest "
|
456 |
"version %s."
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
460 |
-
#, php-format
|
461 |
msgid "%s path while checking the availability of theme not found."
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
465 |
-
#, php-format
|
466 |
msgid ""
|
467 |
"%s function callback while checking the availability of theme not found."
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
471 |
-
#, php-format
|
472 |
msgid ""
|
473 |
"PHP version %s or above is required for this plugin while your the current "
|
474 |
"PHP version is %s."
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: includes/classes/class-auxpfo-post-type-portfolio.php:52
|
478 |
-
msgctxt "auxin-portfolio"
|
479 |
-
msgid "Portfolios"
|
480 |
-
msgstr ""
|
481 |
-
|
482 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:53
|
483 |
-
#: includes/general-hooks.php:39
|
484 |
msgid "Portfolio"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: includes/classes/class-auxpfo-post-type-portfolio.php:54
|
488 |
-
msgctxt "Admin menu name"
|
489 |
-
msgid "Portfolios"
|
490 |
-
msgstr ""
|
491 |
-
|
492 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:55
|
493 |
msgid "Add New"
|
494 |
msgstr ""
|
@@ -534,7 +616,7 @@ msgid "Here you can add new portfolio to your website."
|
|
534 |
msgstr ""
|
535 |
|
536 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:103
|
537 |
-
#: includes/classes/class-auxpfo-post-type-portfolio.php:
|
538 |
msgid "Portfolio Categories"
|
539 |
msgstr ""
|
540 |
|
@@ -574,1335 +656,2570 @@ msgstr ""
|
|
574 |
msgid "Search in Portfolio Categories"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: includes/classes/class-auxpfo-post-type-portfolio.php:113
|
578 |
-
msgctxt "portfolio-cat admin menu name"
|
579 |
-
msgid "Categories"
|
580 |
-
msgstr ""
|
581 |
-
|
582 |
-
#: includes/classes/class-auxpfo-post-type-portfolio.php:134
|
583 |
-
msgctxt "taxonomy slug"
|
584 |
-
msgid "portfolio-cat"
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: includes/classes/class-auxpfo-post-type-portfolio.php:146
|
588 |
-
msgid "Portfolio Tags / Filters"
|
589 |
-
msgstr ""
|
590 |
-
|
591 |
-
#: includes/classes/class-auxpfo-post-type-portfolio.php:147
|
592 |
-
msgid "Portfolio Tag/Filter"
|
593 |
-
msgstr ""
|
594 |
-
|
595 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:148
|
596 |
-
|
|
|
597 |
msgstr ""
|
598 |
|
599 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:149
|
600 |
-
msgid "
|
601 |
msgstr ""
|
602 |
|
603 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:150
|
604 |
-
msgid "
|
605 |
msgstr ""
|
606 |
|
607 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:151
|
608 |
-
msgid "
|
609 |
msgstr ""
|
610 |
|
611 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:152
|
612 |
-
msgid "
|
613 |
msgstr ""
|
614 |
|
615 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:153
|
616 |
-
msgid "
|
617 |
msgstr ""
|
618 |
|
619 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:154
|
620 |
-
msgid "
|
621 |
msgstr ""
|
622 |
|
623 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:155
|
624 |
-
msgid "
|
625 |
msgstr ""
|
626 |
|
627 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:156
|
628 |
-
msgid "
|
|
|
|
|
|
|
|
|
629 |
msgstr ""
|
630 |
|
631 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:158
|
|
|
|
|
|
|
|
|
632 |
msgid "Separate tags with commas"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: includes/classes/class-auxpfo-post-type-portfolio.php:
|
636 |
-
msgid "Add or remove Tag
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: includes/classes/class-auxpfo-post-type-portfolio.php:
|
640 |
msgid "Choose from the most used tags"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: includes/classes/class-auxpfo-post-type-portfolio.php:
|
644 |
-
|
645 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: includes/classes/class-auxpfo-post-type-portfolio.php:
|
649 |
-
msgid "
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: includes/classes/class-auxpfo-post-type-portfolio.php:
|
653 |
-
|
654 |
-
msgid "portfolio-tag"
|
655 |
msgstr ""
|
656 |
|
657 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:202
|
658 |
-
|
659 |
-
msgid "Image"
|
660 |
msgstr ""
|
661 |
|
662 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:203
|
663 |
-
|
664 |
-
msgid "Title"
|
665 |
msgstr ""
|
666 |
|
667 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:204
|
668 |
-
|
669 |
-
msgid "Category / Type"
|
670 |
msgstr ""
|
671 |
|
672 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:205
|
673 |
-
|
674 |
-
msgid "Tag / Filter"
|
675 |
msgstr ""
|
676 |
|
677 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:206
|
678 |
-
|
679 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: includes/classes/class-auxpfo-post-type-portfolio.php:
|
|
|
|
|
|
|
|
|
683 |
msgid ""
|
684 |
"This is an image that is chosen as the representative/cover image for your "
|
685 |
"project."
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: includes/elements/recent-portfolios-
|
689 |
-
msgid "
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: includes/elements/recent-portfolios-
|
693 |
-
|
|
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: includes/elements/recent-portfolios-
|
697 |
-
#: includes/elements/recent-portfolios-
|
698 |
-
#: includes/elements/recent-portfolios.php:
|
699 |
-
#: includes/elements/recent-portfolios.php:
|
700 |
-
|
|
|
|
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: includes/elements/recent-portfolios-
|
704 |
-
#: includes/elements/recent-portfolios.php:
|
705 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: includes/elements/recent-portfolios-
|
709 |
-
|
710 |
-
#: includes/elements/recent-portfolios.php:381
|
711 |
-
msgid "Categories"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: includes/elements/recent-portfolios-
|
715 |
-
|
716 |
-
msgid "Specifies a category that you want to show portfolio items from it."
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: includes/elements/recent-portfolios-
|
720 |
-
msgid "
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: includes/elements/recent-portfolios-
|
724 |
-
#: includes/elements/recent-portfolios.php:
|
725 |
-
|
|
|
|
|
|
|
|
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: includes/elements/recent-portfolios-
|
729 |
-
#: includes/elements/recent-portfolios.php:
|
730 |
-
|
|
|
|
|
|
|
|
|
|
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: includes/elements/recent-portfolios-
|
734 |
-
#: includes/elements/recent-portfolios.php:
|
735 |
-
#: includes/elements/recent-portfolios
|
736 |
-
#: includes/
|
737 |
-
#: includes/
|
738 |
-
|
|
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: includes/elements/recent-portfolios-
|
742 |
-
#: includes/elements/recent-portfolios.php:
|
743 |
-
#: includes/elements/recent-portfolios
|
744 |
-
#: includes/
|
745 |
-
#: includes/
|
746 |
-
|
|
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: includes/elements/recent-portfolios-
|
750 |
-
#: includes/elements/recent-portfolios.php:
|
751 |
-
#: includes/elements/recent-portfolios
|
752 |
-
|
753 |
-
#: includes/general-hooks.php:2116
|
754 |
-
msgid "Overlay title with lightbox style 1"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: includes/elements/recent-portfolios-
|
758 |
-
#: includes/elements/recent-portfolios.php:
|
759 |
-
#: includes/elements/recent-portfolios
|
760 |
-
#: includes/
|
761 |
-
#: includes/
|
762 |
-
|
|
|
|
|
|
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: includes/elements/recent-portfolios-
|
766 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: includes/elements/recent-portfolios-
|
770 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
771 |
msgid "Exclude portfolios without media"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: includes/elements/recent-portfolios-
|
775 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
776 |
msgid "Order by"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: includes/elements/recent-portfolios-
|
780 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
781 |
msgid "Date"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: includes/elements/recent-portfolios-
|
785 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
786 |
msgid "Menu Order"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: includes/elements/recent-portfolios-
|
790 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
791 |
msgid "ID"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: includes/elements/recent-portfolios-
|
795 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
796 |
msgid "Random"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: includes/elements/recent-portfolios-
|
800 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
801 |
msgid "Comments"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: includes/elements/recent-portfolios-
|
805 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
806 |
msgid "Date Modified"
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: includes/elements/recent-portfolios-
|
810 |
-
#: includes/elements/recent-portfolios
|
|
|
|
|
|
|
|
|
|
|
811 |
msgid "Author"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: includes/elements/recent-portfolios-
|
815 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
816 |
msgid "Inserted Post IDs"
|
817 |
msgstr ""
|
818 |
|
819 |
-
#: includes/elements/recent-portfolios-
|
820 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
821 |
msgid "Order"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: includes/elements/recent-portfolios-
|
825 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
826 |
msgid "Descending"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: includes/elements/recent-portfolios-
|
830 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
831 |
msgid "Ascending"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: includes/elements/recent-portfolios-
|
835 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
836 |
msgid "Only portfolios"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: includes/elements/recent-portfolios-
|
840 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
841 |
msgid ""
|
842 |
-
"If you intend to display ONLY specific portfolios, you should specify
|
843 |
-
"here. You have to insert the post IDs that are separated by comma
|
844 |
-
"53,34,87,25)."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: includes/elements/recent-portfolios-
|
848 |
-
#: includes/elements/recent-portfolios.php:
|
849 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: includes/elements/recent-portfolios-
|
853 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
854 |
msgid ""
|
855 |
-
"If you intend to
|
856 |
-
"here. You have to insert the Post IDs that are separated by
|
857 |
-
"53,34,87,25)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: includes/elements/recent-portfolios-
|
861 |
-
#: includes/elements/recent-portfolios.php:
|
862 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: includes/elements/recent-portfolios-
|
866 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
867 |
msgid ""
|
868 |
-
"
|
869 |
-
"
|
870 |
-
"53,34,87,25)"
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: includes/elements/recent-portfolios-
|
874 |
-
#: includes/elements/recent-portfolios.php:
|
875 |
-
|
|
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: includes/elements/recent-portfolios-
|
879 |
-
#: includes/elements/recent-portfolios.php:
|
880 |
-
|
|
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: includes/elements/recent-portfolios-
|
884 |
-
#: includes/elements/recent-portfolios.php:
|
885 |
-
|
|
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: includes/elements/recent-portfolios-
|
889 |
-
#: includes/elements/recent-portfolios.php:
|
890 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
891 |
msgstr ""
|
892 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
893 |
#: includes/elements/recent-portfolios-tile-carousel.php:260
|
894 |
-
|
|
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: includes/elements/recent-portfolios-tile-carousel.php:
|
898 |
-
|
|
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: includes/elements/recent-portfolios-tile-carousel.php:
|
902 |
-
|
|
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: includes/elements/recent-portfolios-tile-carousel.php:
|
906 |
-
msgid "
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: includes/elements/recent-portfolios-tile-carousel.php:
|
910 |
-
|
911 |
-
msgid "None"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: includes/elements/recent-portfolios-tile
|
915 |
-
msgid "
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: includes/elements/recent-portfolios-
|
919 |
-
msgid "
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: includes/elements/recent-portfolios-tile-carousel.php:
|
923 |
-
msgid "
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: includes/elements/recent-portfolios-tile-carousel.php:
|
927 |
-
msgid "
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: includes/elements/recent-portfolios-tile-carousel.php:
|
931 |
-
|
|
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: includes/elements/recent-portfolios-tile-carousel.php:
|
935 |
-
|
|
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: includes/elements/recent-portfolios-tile-carousel.php:
|
939 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: includes/elements/recent-portfolios-tile-carousel.php:
|
943 |
-
#: includes/elements/recent-portfolios.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
944 |
msgid "Extra class name"
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: includes/elements/recent-portfolios-tile-carousel.php:
|
948 |
-
#: includes/elements/recent-portfolios.php:
|
949 |
msgid ""
|
950 |
"If you wish to style particular content element differently, then use this "
|
951 |
"field to add a class name and then refer to it in your css file."
|
952 |
msgstr ""
|
953 |
|
954 |
#: includes/elements/recent-portfolios.php:17
|
955 |
-
msgid "Recent Portfolio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: includes/elements/recent-portfolios.php:
|
959 |
-
|
|
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: includes/elements/recent-portfolios.php:
|
963 |
-
|
|
|
964 |
msgstr ""
|
965 |
|
966 |
-
#: includes/elements/recent-portfolios.php:
|
967 |
-
msgid "
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: includes/elements/recent-portfolios.php:
|
971 |
-
|
|
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: includes/elements/recent-portfolios.php:
|
975 |
-
#: includes/general-hooks.php:
|
976 |
-
msgid "
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: includes/elements/recent-portfolios.php:
|
980 |
-
|
981 |
-
msgid "Tiles"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: includes/elements/recent-portfolios.php:
|
985 |
-
|
|
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: includes/elements/recent-portfolios.php:
|
989 |
-
|
990 |
-
msgid "Horizontal 4:3"
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: includes/elements/recent-portfolios.php:
|
994 |
-
|
995 |
-
msgid "Horizontal 16:9"
|
996 |
msgstr ""
|
997 |
|
998 |
-
#: includes/elements/recent-portfolios.php:
|
999 |
-
|
1000 |
-
msgid "Square 1:1"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: includes/elements/recent-portfolios.php:
|
1004 |
-
#: includes/
|
1005 |
-
|
|
|
|
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: includes/elements/recent-portfolios.php:
|
1009 |
-
msgid "
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: includes/elements/recent-portfolios.php:
|
1013 |
-
msgid "
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: includes/elements/recent-portfolios.php:
|
1017 |
-
|
1018 |
-
msgid "Classic with lightbox style 1"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
-
#: includes/elements/recent-portfolios.php:
|
1022 |
-
|
1023 |
-
|
|
|
1024 |
msgstr ""
|
1025 |
|
1026 |
-
#: includes/
|
1027 |
-
|
1028 |
-
msgid "Entry Box Background Color"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: includes/
|
1032 |
-
|
1033 |
-
msgid "Entry Box Border Color"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
-
#: includes/
|
1037 |
-
msgid "
|
1038 |
msgstr ""
|
1039 |
|
1040 |
-
#: includes/
|
1041 |
-
msgid "
|
1042 |
msgstr ""
|
1043 |
|
1044 |
-
#: includes/
|
1045 |
-
msgid "
|
1046 |
msgstr ""
|
1047 |
|
1048 |
-
#: includes/
|
1049 |
-
msgid "
|
1050 |
msgstr ""
|
1051 |
|
1052 |
-
#: includes/
|
1053 |
-
msgid "
|
1054 |
msgstr ""
|
1055 |
|
1056 |
-
#: includes/
|
1057 |
-
msgid "
|
1058 |
msgstr ""
|
1059 |
|
1060 |
-
#: includes/
|
1061 |
-
msgid "
|
1062 |
msgstr ""
|
1063 |
|
1064 |
-
#: includes/
|
1065 |
-
msgid "
|
1066 |
msgstr ""
|
1067 |
|
1068 |
-
#: includes/
|
1069 |
-
msgid "
|
1070 |
msgstr ""
|
1071 |
|
1072 |
-
#: includes/
|
1073 |
-
msgid "
|
1074 |
msgstr ""
|
1075 |
|
1076 |
-
#: includes/
|
1077 |
-
msgid "
|
1078 |
msgstr ""
|
1079 |
|
1080 |
-
#: includes/
|
1081 |
-
msgid "
|
|
|
1082 |
msgstr ""
|
1083 |
|
1084 |
-
#: includes/
|
1085 |
-
msgid "
|
1086 |
msgstr ""
|
1087 |
|
1088 |
-
#: includes/
|
1089 |
-
msgid "
|
1090 |
msgstr ""
|
1091 |
|
1092 |
-
#: includes/
|
1093 |
-
msgid "
|
1094 |
msgstr ""
|
1095 |
|
1096 |
-
#: includes/
|
1097 |
-
msgid "Display
|
1098 |
msgstr ""
|
1099 |
|
1100 |
-
#: includes/
|
1101 |
-
|
1102 |
-
msgid ""
|
1103 |
-
"Enable it to display %s like button%s on gride template blog. Please note WP "
|
1104 |
-
"Ulike plugin needs to be activaited to use this option."
|
1105 |
msgstr ""
|
1106 |
|
1107 |
-
#: includes/
|
1108 |
-
msgid "
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: includes/
|
1112 |
-
msgid ""
|
1113 |
-
"Enables the deeplink feature, it updates URL based on page and filter status."
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: includes/
|
1117 |
-
msgid "
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: includes/
|
1121 |
-
msgid "
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: includes/
|
1125 |
-
msgid "
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#: includes/
|
1129 |
-
msgid "
|
1130 |
msgstr ""
|
1131 |
|
1132 |
-
#: includes/
|
1133 |
-
|
|
|
|
|
|
|
|
|
|
|
1134 |
msgstr ""
|
1135 |
|
1136 |
-
#: includes/
|
1137 |
-
|
1138 |
-
msgid "Space"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
-
#: includes/
|
1142 |
-
|
1143 |
-
msgid "Specifies space between items in pixels."
|
1144 |
msgstr ""
|
1145 |
|
1146 |
-
#: includes/
|
1147 |
-
msgid "
|
1148 |
msgstr ""
|
1149 |
|
1150 |
-
#: includes/
|
1151 |
-
msgid "
|
1152 |
msgstr ""
|
1153 |
|
1154 |
-
#: includes/
|
1155 |
-
msgid "
|
|
|
|
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#: includes/
|
1159 |
-
msgid "
|
1160 |
-
msgstr "
|
1161 |
|
1162 |
-
#: includes/general-hooks.php:
|
1163 |
-
msgid "
|
1164 |
msgstr ""
|
1165 |
|
1166 |
-
#: includes/general-hooks.php:
|
1167 |
-
|
|
|
|
|
|
|
|
|
|
|
1168 |
msgstr ""
|
1169 |
|
1170 |
-
#: includes/general-hooks.php:
|
1171 |
-
msgid "
|
1172 |
msgstr ""
|
1173 |
|
1174 |
-
#: includes/general-hooks.php:
|
1175 |
-
msgid "
|
1176 |
msgstr ""
|
1177 |
|
1178 |
-
#: includes/general-hooks.php:
|
1179 |
-
msgid "
|
1180 |
msgstr ""
|
1181 |
|
1182 |
-
#: includes/general-hooks.php:
|
1183 |
-
msgid ""
|
1184 |
-
"Enable this option to display extra inormation on portfolio single page."
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: includes/general-hooks.php:
|
1188 |
-
msgid "
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: includes/general-hooks.php:
|
1192 |
-
msgid "
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: includes/general-hooks.php:
|
1196 |
-
msgid "
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: includes/general-hooks.php:
|
1200 |
msgid "Portfolio Title"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: includes/general-hooks.php:
|
1204 |
msgid "Display Title Bar Section"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
-
#: includes/general-hooks.php:
|
1208 |
msgid "Enable it to show the title section."
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: includes/general-hooks.php:
|
1212 |
msgid "Layout presets"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#: includes/general-hooks.php:
|
1216 |
msgid "Title bar with light overlay which is aligned center"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: includes/general-hooks.php:
|
1220 |
msgid "Fullscreen title bar with light overlay on background"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: includes/general-hooks.php:
|
1224 |
msgid "Fullscreen title bar with dark overlay on background"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: includes/general-hooks.php:
|
1228 |
msgid "Fullscreen title bar with border around the title"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#: includes/general-hooks.php:
|
1232 |
msgid "Fullscreen title bar with dark box around the title"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
-
#: includes/general-hooks.php:
|
1236 |
msgid "Title aligned left with dark overlay on background"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: includes/general-hooks.php:
|
1240 |
msgid "Tile overlaps the title area section and is aligned center"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: includes/general-hooks.php:
|
1244 |
msgid "Enable advanced setting"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
-
#: includes/general-hooks.php:
|
1248 |
msgid "Enable it to customize preset layouts."
|
1249 |
msgstr ""
|
1250 |
|
1251 |
-
#: includes/general-hooks.php:
|
1252 |
msgid "Content Width"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
-
#: includes/general-hooks.php:
|
1256 |
msgid "Boxed"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
-
#: includes/general-hooks.php:
|
1260 |
msgid "Full Width Content with Space on Sides"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: includes/general-hooks.php:
|
1264 |
msgid "Full Width Content"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
-
#: includes/general-hooks.php:
|
1268 |
msgid "Title Section Height"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
-
#: includes/general-hooks.php:
|
1272 |
msgid "Auto Height"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
-
#: includes/general-hooks.php:
|
1276 |
msgid "Full Height"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
-
#: includes/general-hooks.php:
|
1280 |
msgid "Vertical Position"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
-
#: includes/general-hooks.php:
|
1284 |
msgid "Specifies vertical alignment of title and subtitle."
|
1285 |
msgstr ""
|
1286 |
|
1287 |
-
#: includes/general-hooks.php:
|
1288 |
msgid ""
|
1289 |
"Note: Parallax feature in not available for \"Bottom Overlap\" vertical mode."
|
1290 |
msgstr ""
|
1291 |
|
1292 |
-
#: includes/general-hooks.php:
|
1293 |
msgid "Top"
|
1294 |
msgstr ""
|
1295 |
|
1296 |
-
#: includes/general-hooks.php:
|
1297 |
msgid "Middle"
|
1298 |
msgstr ""
|
1299 |
|
1300 |
-
#: includes/general-hooks.php:
|
1301 |
msgid "Bottom"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: includes/general-hooks.php:
|
1305 |
msgid "Bottom Overlap"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
-
#: includes/general-hooks.php:
|
1309 |
msgid "Scroll Down Arrow"
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: includes/general-hooks.php:
|
1313 |
msgid "This option only applies if section height is \"Full Height\"."
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#: includes/general-hooks.php:
|
1317 |
msgid "Round"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
-
#: includes/general-hooks.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1321 |
msgid "Border for Heading"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#: includes/general-hooks.php:
|
1325 |
msgid "Enable it to display a border around the title and subtitle area."
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: includes/general-hooks.php:
|
1329 |
msgid "Boxed Title"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: includes/general-hooks.php:
|
1333 |
msgid ""
|
1334 |
"Enable it to wrap the title and subtitle in a box with background color."
|
1335 |
msgstr ""
|
1336 |
|
1337 |
-
#: includes/general-hooks.php:
|
1338 |
msgid "Title Box Custom Color"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
-
#: includes/general-hooks.php:
|
1342 |
msgid ""
|
1343 |
"Specifies a custom background color for the box around the title and "
|
1344 |
"subtitle."
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: includes/general-hooks.php:
|
1348 |
msgid "Display Post Meta"
|
1349 |
msgstr ""
|
1350 |
|
1351 |
-
#: includes/general-hooks.php:
|
1352 |
msgid "Enable it to display post meta information on title section."
|
1353 |
msgstr ""
|
1354 |
|
1355 |
-
#: includes/general-hooks.php:
|
1356 |
msgid "Display Breadcrumb"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
-
#: includes/general-hooks.php:
|
1360 |
msgid "Enable it to display breadcrumb on title section."
|
1361 |
msgstr ""
|
1362 |
|
1363 |
-
#: includes/general-hooks.php:
|
1364 |
msgid "Border for Breadcrumb"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: includes/general-hooks.php:
|
1368 |
msgid "Enable it to display border around breadcrumb."
|
1369 |
msgstr ""
|
1370 |
|
1371 |
-
#: includes/general-hooks.php:
|
1372 |
-
msgid "Breadcrumb Separator"
|
1373 |
-
msgstr ""
|
1374 |
-
|
1375 |
-
#: includes/general-hooks.php:755
|
1376 |
-
msgid "Enable it to display separator between breadcrumb parts."
|
1377 |
-
msgstr ""
|
1378 |
-
|
1379 |
-
#: includes/general-hooks.php:780
|
1380 |
-
msgid "Greater Than (>)"
|
1381 |
-
msgstr ""
|
1382 |
-
|
1383 |
-
#: includes/general-hooks.php:784
|
1384 |
-
msgid "Slash"
|
1385 |
-
msgstr ""
|
1386 |
-
|
1387 |
-
#: includes/general-hooks.php:788
|
1388 |
-
msgid "Arrow"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
-
#: includes/general-hooks.php:
|
1392 |
msgid "Text Align"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
-
#: includes/general-hooks.php:
|
1396 |
msgid "Overlay Color"
|
1397 |
msgstr ""
|
1398 |
|
1399 |
-
#: includes/general-hooks.php:
|
1400 |
msgid ""
|
1401 |
"The color that overlay on the background. Please note that color should have "
|
1402 |
"transparency."
|
1403 |
msgstr ""
|
1404 |
|
1405 |
-
#: includes/general-hooks.php:
|
1406 |
msgid "Overlay Pattern"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: includes/general-hooks.php:
|
1410 |
msgid "Hash"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
#: includes/general-hooks.php:
|
1414 |
msgid "Overlay Pattern Opacity"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: includes/general-hooks.php:
|
1418 |
msgid "Color Mode"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: includes/general-hooks.php:
|
1422 |
msgid "Enable Title Background"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: includes/general-hooks.php:
|
1426 |
msgid "Enable it to display custom background for title section."
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: includes/general-hooks.php:
|
1430 |
msgid "Enable Parallax Effect"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
-
#: includes/general-hooks.php:
|
1434 |
msgid "Enable it to have parallax background effect on this section."
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: includes/general-hooks.php:
|
1438 |
msgid ""
|
1439 |
"Note: Parallax feature in not available for \"Bottom Overlap\" mode for "
|
1440 |
"\"Vertical Position\" option."
|
1441 |
msgstr ""
|
1442 |
|
1443 |
-
#: includes/general-hooks.php:
|
1444 |
msgid "Background Color"
|
1445 |
msgstr "رنگ پس زمینه"
|
1446 |
|
1447 |
-
#: includes/general-hooks.php:
|
1448 |
msgid "Specifies a background color for title bar."
|
1449 |
msgstr ""
|
1450 |
|
1451 |
-
#: includes/general-hooks.php:
|
1452 |
msgid "Background Size"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
-
#: includes/general-hooks.php:
|
1456 |
msgid "Specifies the background size."
|
1457 |
msgstr ""
|
1458 |
|
1459 |
-
#: includes/general-hooks.php:
|
1460 |
msgid "Auto"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
-
#: includes/general-hooks.php:
|
1464 |
msgid "Contain"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
-
#: includes/general-hooks.php:
|
1468 |
msgid "Cover"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
-
#: includes/general-hooks.php:
|
1472 |
msgid "Background Image"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
-
#: includes/general-hooks.php:
|
1476 |
msgid "Specifies a background image for title bar."
|
1477 |
msgstr ""
|
1478 |
|
1479 |
-
#: includes/general-hooks.php:
|
1480 |
msgid "Background Video MP4"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
-
#: includes/general-hooks.php:
|
1484 |
-
#: includes/general-hooks.php:
|
1485 |
msgid ""
|
1486 |
"You can upload custom video for title background</br>Note: if you set custom "
|
1487 |
"image, default image backgrounds will be ignored."
|
1488 |
msgstr ""
|
1489 |
|
1490 |
-
#: includes/general-hooks.php:
|
1491 |
msgid "Background Video Ogg"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
-
#: includes/general-hooks.php:
|
1495 |
msgid "Background Video WebM"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
-
#: includes/general-hooks.php:
|
1499 |
msgid "Related Portfolios"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
-
#: includes/general-hooks.php:
|
1503 |
msgid "Setting for Related Portfolios Section in Single Page"
|
1504 |
msgstr ""
|
1505 |
|
1506 |
-
#: includes/general-hooks.php:
|
1507 |
msgid ""
|
1508 |
"Enable it to display related portfolios section on single portfolio page."
|
1509 |
msgstr ""
|
1510 |
|
1511 |
-
#: includes/general-hooks.php:
|
1512 |
-
msgid "
|
1513 |
-
msgstr ""
|
1514 |
-
|
1515 |
-
#: includes/general-hooks.php:1336
|
1516 |
-
msgid "Link the Button Under Related Items To"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
-
#: includes/general-hooks.php:
|
1520 |
-
msgid ""
|
1521 |
-
"Whether to display a button bellow related items section in order to direct "
|
1522 |
-
"visitors to portfolio archive page or not. You can link the button to the "
|
1523 |
-
"portfolio archive page or a custom page, or hide the button."
|
1524 |
msgstr ""
|
1525 |
|
1526 |
-
#: includes/general-hooks.php:
|
1527 |
-
msgid "
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#: includes/general-hooks.php:
|
1531 |
-
msgid "
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#: includes/general-hooks.php:
|
1535 |
msgid "Hide it"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
-
#: includes/general-hooks.php:
|
1539 |
-
msgid "
|
1540 |
msgstr ""
|
1541 |
|
1542 |
-
#: includes/general-hooks.php:
|
1543 |
-
msgid "
|
1544 |
msgstr ""
|
1545 |
|
1546 |
-
#: includes/general-hooks.php:
|
1547 |
-
|
|
|
|
|
|
|
|
|
|
|
1548 |
msgstr ""
|
1549 |
|
1550 |
-
#: includes/general-hooks.php:
|
1551 |
-
msgid "
|
1552 |
msgstr ""
|
1553 |
|
1554 |
-
#: includes/general-hooks.php:
|
1555 |
-
msgid "
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: includes/general-hooks.php:
|
1559 |
-
msgid "
|
1560 |
msgstr ""
|
1561 |
|
1562 |
-
#: includes/general-hooks.php:
|
1563 |
-
msgid "
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: includes/general-hooks.php:
|
1567 |
msgid "Portfolio Template"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: includes/general-hooks.php:
|
1571 |
msgid "Choose your portfolio template."
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: includes/general-hooks.php:
|
1575 |
msgid "Land"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: includes/general-hooks.php:
|
1579 |
msgid "Image Aspect Ratio"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: includes/general-hooks.php:
|
1583 |
msgid "Portfolio Hover Type"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: includes/general-hooks.php:
|
1587 |
-
#: includes/general-hooks.php:
|
1588 |
msgid "Hover over images to see the animation."
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#: includes/general-hooks.php:
|
1592 |
-
msgid "No animation"
|
1593 |
-
msgstr ""
|
1594 |
-
|
1595 |
-
#: includes/general-hooks.php:1528 includes/general-hooks.php:2094
|
1596 |
msgid "Tile Portfolio Item Type"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
-
#: includes/general-hooks.php:
|
1600 |
msgid "Number of Columns in Tablet"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
-
#: includes/general-hooks.php:
|
1604 |
msgid "Number of Columns in Mobile"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
-
#: includes/general-hooks.php:
|
1608 |
msgid "Display Like Button"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
-
#: includes/general-hooks.php:
|
1612 |
-
#, php-format
|
1613 |
msgid ""
|
1614 |
"Enable it to display %s like button%s on portfolio portfolios. Please note "
|
1615 |
"WP Ulike plugin needs to be activaited to use this option."
|
1616 |
msgstr ""
|
1617 |
|
1618 |
-
#: includes/general-hooks.php:
|
1619 |
msgid "Enable Entry Box Coloring"
|
1620 |
msgstr ""
|
1621 |
|
1622 |
-
#: includes/general-hooks.php:
|
1623 |
msgid "Specifies the border/background color for entry box."
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: includes/general-hooks.php:
|
1627 |
msgid "Specifies the background color for entry box."
|
1628 |
msgstr ""
|
1629 |
|
1630 |
-
#: includes/general-hooks.php:
|
1631 |
msgid "Specifies the border color for entry box."
|
1632 |
msgstr ""
|
1633 |
|
1634 |
-
#: includes/general-hooks.php:
|
1635 |
msgid "Portfolio Sidebar Position"
|
1636 |
msgstr ""
|
1637 |
|
1638 |
-
#: includes/general-hooks.php:
|
1639 |
msgid "Specifies the position of sidebar on portfolio page."
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: includes/general-hooks.php:
|
1643 |
msgid "No Sidebar"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
-
#: includes/general-hooks.php:
|
1647 |
msgid "Right Sidebar"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
-
#: includes/general-hooks.php:
|
1651 |
msgid "Left Sidebar"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
-
#: includes/general-hooks.php:
|
1655 |
msgid "Left Left Sidebar"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
-
#: includes/general-hooks.php:
|
1659 |
msgid "Right Right Sidebar"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
-
#: includes/general-hooks.php:
|
1663 |
msgid "Left Right Sidebar"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
-
#: includes/general-hooks.php:
|
1667 |
msgid "Right Left Sidebar"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
-
#: includes/general-hooks.php:
|
1671 |
msgid "Portfolio Sidebar Style"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: includes/general-hooks.php:
|
1675 |
msgid "Specifies the style of sidebar on portfolio page."
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: includes/general-hooks.php:
|
1679 |
msgid "Simple"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
-
#: includes/general-hooks.php:
|
1683 |
msgid "Bordered Sidebar"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
#: includes/general-hooks.php:
|
1687 |
msgid "Overlap Background"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
-
#: includes/general-hooks.php:
|
1691 |
msgid "Number of Portfolios Per Page"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
-
#: includes/general-hooks.php:
|
1695 |
msgid "Specifies the number of portfolios items to show on each page."
|
1696 |
msgstr ""
|
1697 |
|
1698 |
-
#: includes/general-hooks.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1699 |
msgid "Portfolio Category & tag"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
-
#: includes/general-hooks.php:
|
1703 |
msgid "Portfolio Category & tag page Setting"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
-
#: includes/general-hooks.php:
|
1707 |
msgid "Taxonomy Page Template"
|
1708 |
msgstr ""
|
1709 |
|
1710 |
-
#: includes/general-hooks.php:
|
1711 |
msgid "Taxonomy Page Sidebar Position"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
-
#: includes/general-hooks.php:
|
1715 |
msgid "Sidebar Style"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
#: includes/general-hooks.php:
|
1719 |
msgid "Specifies the style of sidebar on category & tag page."
|
1720 |
msgstr ""
|
1721 |
|
1722 |
-
#: includes/general-hooks.php:
|
1723 |
msgid "Portfolio MetaData"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
-
#: includes/general-hooks.php:
|
1727 |
msgid "Portfolio MetaData Setting"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
-
#: includes/general-hooks.php:
|
1731 |
msgid "Label for Launch Project Button"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
-
#: includes/general-hooks.php:
|
1735 |
msgid "Specify a label for launch project button."
|
1736 |
msgstr ""
|
1737 |
|
1738 |
-
#: includes/general-hooks.php:
|
1739 |
msgid "Launch Project"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
-
#: includes/general-hooks.php:
|
1743 |
msgid "Portfolio MetaDatas"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
-
#: includes/general-hooks.php:
|
1747 |
msgid ""
|
1748 |
"Specify the number of fields and the label of each one for portfolio "
|
1749 |
"metadatas"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
-
#: includes/general-hooks.php:
|
1753 |
msgid "Project URL"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
-
#: includes/general-hooks.php:
|
1757 |
msgid "Client"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
-
#: includes/general-hooks.php:
|
1761 |
msgid "Release Date"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
-
#: includes/general-hooks.php:
|
1765 |
msgid "Custom Field 1"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
-
#: includes/general-hooks.php:
|
1769 |
msgid "Custom Field 2"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
-
#: includes/general-hooks.php:
|
1773 |
msgid "Custom Field 3"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
-
#: includes/general-hooks.php:
|
1777 |
msgid "Custom Field 4"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
-
#: includes/general-hooks.php:
|
1781 |
msgid "Custom Field 5"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: includes/general-hooks.php:
|
1785 |
msgid "Custom Field 6"
|
1786 |
msgstr ""
|
1787 |
|
1788 |
-
#: includes/general-hooks.php:
|
1789 |
msgid "Custom Field 7"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
-
#: includes/general-hooks.php:
|
1793 |
msgid "Custom Field 8"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
-
#: includes/general-hooks.php:
|
1797 |
msgid "Custom Field 9"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: includes/general-hooks.php:
|
1801 |
msgid "Custom Field 10"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
-
#: includes/general-hooks.php:
|
1805 |
msgid "Custom Field 11"
|
1806 |
msgstr ""
|
1807 |
|
1808 |
-
#: includes/general-hooks.php:
|
1809 |
msgid "Custom Field 12"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
-
#: includes/general-hooks.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1813 |
msgid "Portfolio Options"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: includes/general-hooks.php:
|
1817 |
-
msgid "
|
1818 |
msgstr ""
|
1819 |
|
1820 |
-
#: includes/general-hooks.php:
|
1821 |
-
msgid "
|
1822 |
msgstr ""
|
1823 |
|
1824 |
-
#: includes/general-hooks.php:
|
1825 |
msgid "Share"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
-
#: includes/general-hooks.php:
|
1829 |
msgid "Related Projects"
|
1830 |
msgstr ""
|
1831 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1832 |
#: public/includes/templates-post.php:12
|
1833 |
msgid "Please activate \"Auxin Elements\" plugin."
|
1834 |
msgstr ""
|
1835 |
|
1836 |
-
#: public/templates/theme-parts/entry/portfolio-column-overlay.php:
|
1837 |
-
#: public/templates/theme-parts/entry/portfolio-column.php:
|
1838 |
#: public/templates/theme-parts/entry/portfolio-land.php:86
|
1839 |
-
#: public/templates/theme-parts/entry/portfolio.php:
|
1840 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
1841 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
1842 |
msgid "View all posts in "
|
1843 |
msgstr ""
|
1844 |
|
1845 |
-
#: public/templates/theme-parts/entry/portfolio-column.php:68
|
1846 |
-
#: public/templates/theme-parts/entry/portfolio-column.php:70
|
1847 |
#: public/templates/theme-parts/entry/portfolio-land.php:92
|
1848 |
#: public/templates/theme-parts/entry/portfolio-land.php:94
|
1849 |
-
#: public/templates/theme-parts/entry/portfolio.php:47
|
1850 |
msgid "Edit"
|
1851 |
msgstr ""
|
1852 |
|
1853 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
1854 |
-
msgid "
|
1855 |
msgstr ""
|
1856 |
|
1857 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
1858 |
-
msgid "
|
1859 |
msgstr ""
|
1860 |
|
1861 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
1862 |
-
msgid "
|
1863 |
msgstr ""
|
1864 |
|
1865 |
-
#: public/templates/theme-parts/
|
1866 |
-
|
|
|
1867 |
msgstr ""
|
1868 |
|
1869 |
-
|
1870 |
-
msgid "
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
|
1874 |
-
msgid "
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
|
1878 |
-
msgid "
|
1879 |
msgstr ""
|
1880 |
|
1881 |
-
|
1882 |
-
msgid "
|
1883 |
msgstr ""
|
1884 |
|
1885 |
-
#:
|
1886 |
-
|
|
|
1887 |
msgstr ""
|
1888 |
|
1889 |
-
#:
|
1890 |
-
|
1891 |
-
msgid "
|
1892 |
msgstr ""
|
1893 |
|
1894 |
-
|
1895 |
-
|
|
|
1896 |
msgstr ""
|
1897 |
|
1898 |
-
|
1899 |
-
|
|
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
|
1903 |
-
|
|
|
1904 |
msgstr ""
|
1905 |
|
1906 |
-
|
1907 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1908 |
msgstr ""
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Phlox Portfolio\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
5 |
+
"POT-Creation-Date: 2020-10-04 12:02:24+00:00\n"
|
6 |
"PO-Revision-Date: 2017-12-20 13:38+0330\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
53 |
msgstr ""
|
54 |
|
55 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:52
|
56 |
+
#: includes/general-hooks.php:3465
|
57 |
msgid "Overview Title"
|
58 |
msgstr ""
|
59 |
|
62 |
msgstr ""
|
63 |
|
64 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:60
|
65 |
+
#: includes/general-hooks.php:128
|
66 |
msgid "Overview Alignment"
|
67 |
msgstr ""
|
68 |
|
69 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:61
|
70 |
+
#: includes/general-hooks.php:129
|
71 |
msgid ""
|
72 |
"Specifies alignment for the project overview and corresponding information."
|
73 |
msgstr ""
|
75 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:67
|
76 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:90
|
77 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:231
|
78 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:152
|
79 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:150
|
80 |
+
#: includes/elements/recent-portfolios.php:254 includes/general-hooks.php:864
|
81 |
msgid "Default"
|
82 |
msgstr ""
|
83 |
|
84 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:71
|
85 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:422
|
86 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:410
|
87 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:428
|
88 |
+
#: includes/elements/recent-portfolios.php:459 includes/general-hooks.php:137
|
89 |
+
#: includes/general-hooks.php:1481
|
90 |
msgid "Left"
|
91 |
msgstr ""
|
92 |
|
93 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:75
|
94 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:426
|
95 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:414
|
96 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:432
|
97 |
+
#: includes/elements/recent-portfolios.php:463 includes/general-hooks.php:141
|
98 |
+
#: includes/general-hooks.php:1485
|
99 |
msgid "Center"
|
100 |
msgstr ""
|
101 |
|
150 |
msgstr ""
|
151 |
|
152 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:129
|
153 |
+
#: includes/general-hooks.php:203
|
154 |
msgid "Sticky Side Area"
|
155 |
msgstr ""
|
156 |
|
160 |
|
161 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:135
|
162 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:212
|
163 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:302
|
164 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:315
|
165 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:335
|
166 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:29
|
167 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:64
|
168 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:84
|
170 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:125
|
171 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:145
|
172 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:165
|
173 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:185
|
174 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:210
|
175 |
msgid "Theme Default"
|
176 |
msgstr ""
|
177 |
|
178 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:136
|
179 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:213
|
180 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:303
|
181 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:316
|
182 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:336
|
183 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:30
|
184 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:106
|
185 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:126
|
186 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:146
|
187 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:166
|
188 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:186
|
189 |
msgid "Yes"
|
190 |
msgstr "بله"
|
191 |
|
192 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:137
|
193 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:214
|
194 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:304
|
195 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:317
|
196 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:337
|
197 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:31
|
198 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:107
|
199 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:127
|
200 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:147
|
201 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:167
|
202 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:187
|
203 |
msgid "No"
|
204 |
msgstr "خیر"
|
205 |
|
220 |
msgstr ""
|
221 |
|
222 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:173
|
223 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:285
|
224 |
+
#: includes/general-hooks.php:1627
|
225 |
msgid "Dark"
|
226 |
msgstr "تیره"
|
227 |
|
228 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:174
|
229 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:286
|
230 |
+
#: includes/general-hooks.php:1628
|
231 |
msgid "Light"
|
232 |
msgstr ""
|
233 |
|
234 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:205
|
235 |
+
#: includes/general-hooks.php:229
|
236 |
msgid "Display Next & Previous portfolios"
|
237 |
msgstr ""
|
238 |
|
239 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:206
|
240 |
+
#: includes/general-hooks.php:230
|
241 |
msgid ""
|
242 |
"Enable it to display links to next and previous portfolios on single "
|
243 |
"portfolio page."
|
244 |
msgstr ""
|
245 |
|
246 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:219
|
247 |
+
#: includes/general-hooks.php:700
|
248 |
msgid "Skin for Next & Previous Links"
|
249 |
msgstr ""
|
250 |
|
251 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:220
|
252 |
+
#: includes/general-hooks.php:701
|
253 |
msgid "Specifies the skin for next and previous navigation block."
|
254 |
msgstr ""
|
255 |
|
256 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:235
|
257 |
+
#: includes/general-hooks.php:718
|
258 |
msgid "Classic Project Navigation"
|
259 |
msgstr ""
|
260 |
|
261 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:239
|
262 |
+
#: includes/general-hooks.php:722
|
263 |
msgid "Classic Project Navigation Without Title"
|
264 |
msgstr ""
|
265 |
|
266 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:243
|
267 |
+
#: includes/general-hooks.php:714
|
268 |
msgid "Minimal (default)"
|
269 |
msgstr ""
|
270 |
|
271 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:247
|
272 |
+
#: includes/general-hooks.php:726
|
273 |
msgid "Thumbnail with Arrow"
|
274 |
msgstr ""
|
275 |
|
276 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:251
|
277 |
+
#: includes/general-hooks.php:730
|
278 |
msgid "Thumbnail without Arrow"
|
279 |
msgstr ""
|
280 |
|
281 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:255
|
282 |
+
#: includes/general-hooks.php:734
|
283 |
msgid "Navigation with Light Background"
|
284 |
msgstr ""
|
285 |
|
286 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:259
|
287 |
+
#: includes/general-hooks.php:738
|
288 |
msgid "Navigation with Dark Background"
|
289 |
msgstr ""
|
290 |
|
291 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:263
|
292 |
+
#: includes/general-hooks.php:742
|
293 |
msgid "Sticky Thumbnail with Arrow"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:267
|
297 |
+
#: includes/general-hooks.php:746
|
298 |
+
msgid "Modern"
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:276
|
302 |
+
#: includes/general-hooks.php:791
|
303 |
+
msgid "Next & Previous Button Link"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:277
|
307 |
+
#: includes/general-hooks.php:792
|
308 |
+
msgid ""
|
309 |
+
"Specifies the link of button in next and previous navigation. leave it blank "
|
310 |
+
"to use default portfolio archive link"
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:296
|
314 |
+
#: includes/general-hooks.php:149
|
315 |
msgid "Display Portfolio Meta Info"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:297
|
319 |
msgid "Enable this option to display extra inormation about this portfolio."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:309
|
323 |
+
#: includes/general-hooks.php:167
|
324 |
msgid "Display Single Portfolio Categories"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:310
|
328 |
msgid "Specifies whether to display catetory section or not."
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:329
|
332 |
+
#: includes/general-hooks.php:185
|
333 |
msgid "Display Single Portfolio Tags"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:330
|
337 |
msgid "Specifies whether to display tag section or not."
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:349
|
341 |
msgid "URL for Launch Button"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:350
|
345 |
msgid ""
|
346 |
"Specifies an URL for action button in order to lunch the project's webpage. "
|
347 |
"Leave it empty if you don`t need Lunch Project Button."
|
352 |
msgstr ""
|
353 |
|
354 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:22
|
355 |
+
#: includes/general-hooks.php:1934
|
356 |
msgid "Display Related Portfolios"
|
357 |
msgstr ""
|
358 |
|
362 |
msgstr ""
|
363 |
|
364 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:36
|
365 |
+
#: includes/general-hooks.php:1962
|
366 |
msgid "Label of Related Section"
|
367 |
msgstr ""
|
368 |
|
369 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:37
|
370 |
+
#: includes/general-hooks.php:1963
|
371 |
msgid "Specifies the label of related items section."
|
372 |
msgstr ""
|
373 |
|
374 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:51
|
375 |
+
#: includes/general-hooks.php:2020
|
376 |
msgid "Related Items Type"
|
377 |
msgstr ""
|
378 |
|
379 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:52
|
380 |
+
#: includes/general-hooks.php:2021
|
381 |
msgid "Specifies the appearance type for related portfolio element."
|
382 |
msgstr ""
|
383 |
|
384 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:65
|
385 |
+
#: includes/elements/recent-portfolios.php:217 includes/general-hooks.php:2338
|
386 |
+
#: includes/general-hooks.php:3042
|
387 |
msgid "Grid"
|
388 |
msgstr ""
|
389 |
|
390 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:66
|
391 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:270
|
392 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:887
|
393 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:247
|
394 |
msgid "Carousel"
|
395 |
msgstr ""
|
396 |
|
397 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:71
|
398 |
+
#: includes/general-hooks.php:2041 includes/general-hooks.php:2519
|
399 |
+
#: includes/general-hooks.php:3214
|
400 |
msgid "Number of Columns"
|
401 |
msgstr ""
|
402 |
|
403 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:92
|
404 |
+
#: includes/general-hooks.php:2061
|
405 |
msgid "Align Center"
|
406 |
msgstr ""
|
407 |
|
408 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:93
|
409 |
+
#: includes/general-hooks.php:2062
|
410 |
msgid "Enable it to make related portfolios section text center."
|
411 |
msgstr ""
|
412 |
|
413 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:112
|
414 |
+
#: includes/general-hooks.php:2079
|
415 |
msgid "Full Width Related Section"
|
416 |
msgstr ""
|
417 |
|
418 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:113
|
419 |
+
#: includes/general-hooks.php:2080
|
420 |
msgid "Enable it to make related portfolios section full width."
|
421 |
msgstr ""
|
422 |
|
423 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:132
|
424 |
+
#: includes/general-hooks.php:2097
|
425 |
msgid "Snap Related Items"
|
426 |
msgstr ""
|
427 |
|
428 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:133
|
429 |
+
#: includes/general-hooks.php:2098
|
430 |
msgid "Enable it to remove space between related portfolio items."
|
431 |
msgstr ""
|
432 |
|
433 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:152
|
434 |
+
#: includes/general-hooks.php:2115
|
435 |
msgid "Display Portfolio Categories"
|
436 |
msgstr ""
|
437 |
|
438 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:153
|
439 |
+
#: includes/general-hooks.php:2116
|
440 |
msgid ""
|
441 |
"Enable it to display the categories of each portfolio item in related "
|
442 |
"portfolios section."
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:172
|
446 |
+
#: includes/general-hooks.php:2154
|
447 |
+
msgid "Display The Button Under Related Items"
|
448 |
+
msgstr ""
|
449 |
+
|
450 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:173
|
451 |
+
#: includes/general-hooks.php:2155
|
452 |
+
msgid "You can specific to show the button under related items"
|
453 |
+
msgstr ""
|
454 |
+
|
455 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:192
|
456 |
+
#: includes/general-hooks.php:2172
|
457 |
+
msgid "Link the Button Under Related Items To"
|
458 |
+
msgstr ""
|
459 |
+
|
460 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:193
|
461 |
+
#: includes/general-hooks.php:2173
|
462 |
+
msgid ""
|
463 |
+
"Whether to display a button bellow related items section in order to direct "
|
464 |
+
"visitors to portfolio archive page or not. You can link the button to the "
|
465 |
+
"portfolio archive page or a custom page, or hide the button."
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:211
|
469 |
+
#: includes/general-hooks.php:2179
|
470 |
+
msgid "Archive page"
|
471 |
+
msgstr ""
|
472 |
+
|
473 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:212
|
474 |
+
#: includes/general-hooks.php:2180
|
475 |
+
msgid "Custom URL"
|
476 |
+
msgstr ""
|
477 |
+
|
478 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:217
|
479 |
+
#: includes/general-hooks.php:2198
|
480 |
+
msgid "Custom Link for Related Items Button"
|
481 |
+
msgstr ""
|
482 |
+
|
483 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:218
|
484 |
+
#: includes/general-hooks.php:2199
|
485 |
+
msgid "A custom link for the button under related items section."
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:242
|
489 |
+
#: includes/general-hooks.php:2224
|
490 |
+
msgid "Custom label for Related Items Button"
|
491 |
+
msgstr ""
|
492 |
+
|
493 |
+
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:243
|
494 |
+
#: includes/general-hooks.php:2225
|
495 |
+
msgid "A custom label for the button under related items section."
|
496 |
+
msgstr ""
|
497 |
+
|
498 |
+
#: auxin-portfolio.php:54
|
499 |
msgid "Phlox Core Elements"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: auxin-portfolio.php:65
|
503 |
msgid "Phlox Pro"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: auxin-portfolio.php:73
|
507 |
msgid "Phlox"
|
508 |
msgstr ""
|
509 |
|
510 |
#. Plugin Name of the plugin/theme
|
|
|
511 |
msgid "Phlox Portfolio"
|
512 |
msgstr ""
|
513 |
|
514 |
#: includes/classes/class-auxin-plugin-requirements.php:74
|
|
|
515 |
msgid "%s plugin has been disabled automatically due to following reason:"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: includes/classes/class-auxin-plugin-requirements.php:97
|
519 |
msgid "Note for admin"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: includes/classes/class-auxin-plugin-requirements.php:223
|
|
|
523 |
msgid ""
|
524 |
"%s plugin is required in order to use this plugin. Please install and "
|
525 |
"activate the plugin."
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: includes/classes/class-auxin-plugin-requirements.php:224
|
529 |
+
#: includes/classes/class-auxin-plugin-requirements.php:330
|
530 |
+
#: includes/classes/class-auxin-plugin-requirements.php:355
|
531 |
+
msgid "How to upgrade"
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: includes/classes/class-auxin-plugin-requirements.php:244
|
535 |
msgid ""
|
536 |
"The plugin requires %s plugin version %s or higher (current version is %s). "
|
537 |
"Please update it to the latest version."
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: includes/classes/class-auxin-plugin-requirements.php:329
|
541 |
+
msgid ""
|
542 |
+
"%s theme requires %s plugin version %s or higher in order to function "
|
543 |
+
"property. Your current plugin version is %s, please update it to latest "
|
544 |
+
"version."
|
545 |
+
msgstr ""
|
546 |
+
|
547 |
+
#: includes/classes/class-auxin-plugin-requirements.php:354
|
548 |
msgid ""
|
549 |
"The plugin requires %s theme version %s or higher in order to function "
|
550 |
"property. Your current theme version is %s, please %s update to latest "
|
551 |
"version %s."
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: includes/classes/class-auxin-plugin-requirements.php:366
|
|
|
555 |
msgid "%s path while checking the availability of theme not found."
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: includes/classes/class-auxin-plugin-requirements.php:371
|
|
|
559 |
msgid ""
|
560 |
"%s function callback while checking the availability of theme not found."
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: includes/classes/class-auxin-plugin-requirements.php:408
|
|
|
564 |
msgid ""
|
565 |
"PHP version %s or above is required for this plugin while your the current "
|
566 |
"PHP version is %s."
|
567 |
msgstr ""
|
568 |
|
|
|
|
|
|
|
|
|
|
|
569 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:53
|
570 |
+
#: includes/general-hooks.php:39 includes/general-hooks.php:3012
|
571 |
msgid "Portfolio"
|
572 |
msgstr ""
|
573 |
|
|
|
|
|
|
|
|
|
|
|
574 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:55
|
575 |
msgid "Add New"
|
576 |
msgstr ""
|
616 |
msgstr ""
|
617 |
|
618 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:103
|
619 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:123
|
620 |
msgid "Portfolio Categories"
|
621 |
msgstr ""
|
622 |
|
656 |
msgid "Search in Portfolio Categories"
|
657 |
msgstr ""
|
658 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
659 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:148
|
660 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:172
|
661 |
+
msgid "Portfolio Tags"
|
662 |
msgstr ""
|
663 |
|
664 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:149
|
665 |
+
msgid "Portfolio Tag"
|
666 |
msgstr ""
|
667 |
|
668 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:150
|
669 |
+
msgid "Search in Portfolio Tags"
|
670 |
msgstr ""
|
671 |
|
672 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:151
|
673 |
+
msgid "Popular Tags"
|
674 |
msgstr ""
|
675 |
|
676 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:152
|
677 |
+
msgid "All Portfolio Tags"
|
678 |
msgstr ""
|
679 |
|
680 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:153
|
681 |
+
msgid "Parent Portfolio Tag"
|
682 |
msgstr ""
|
683 |
|
684 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:154
|
685 |
+
msgid "Parent Portfolio Tag:"
|
686 |
msgstr ""
|
687 |
|
688 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:155
|
689 |
+
msgid "Edit Portfolio Tag"
|
690 |
msgstr ""
|
691 |
|
692 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:156
|
693 |
+
msgid "Update Portfolio Tag"
|
694 |
+
msgstr ""
|
695 |
+
|
696 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:157
|
697 |
+
msgid "Add new Portfolio Tag"
|
698 |
msgstr ""
|
699 |
|
700 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:158
|
701 |
+
msgid "New Portfolio Tag"
|
702 |
+
msgstr ""
|
703 |
+
|
704 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:160
|
705 |
msgid "Separate tags with commas"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:161
|
709 |
+
msgid "Add or remove Tag"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:162
|
713 |
msgid "Choose from the most used tags"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:197
|
717 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:221
|
718 |
+
msgid "Portfolio Filters"
|
719 |
+
msgstr ""
|
720 |
+
|
721 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:198
|
722 |
+
msgid "Portfolio Filter"
|
723 |
+
msgstr ""
|
724 |
+
|
725 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:199
|
726 |
+
msgid "Search in Portfolio Filters"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:200
|
730 |
+
msgid "Popular Filters"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:201
|
734 |
+
msgid "All Portfolio Filters"
|
|
|
735 |
msgstr ""
|
736 |
|
737 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:202
|
738 |
+
msgid "Parent Portfolio Filter"
|
|
|
739 |
msgstr ""
|
740 |
|
741 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:203
|
742 |
+
msgid "Parent Portfolio Filter:"
|
|
|
743 |
msgstr ""
|
744 |
|
745 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:204
|
746 |
+
msgid "Edit Portfolio Filter"
|
|
|
747 |
msgstr ""
|
748 |
|
749 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:205
|
750 |
+
msgid "Update Portfolio Filter"
|
|
|
751 |
msgstr ""
|
752 |
|
753 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:206
|
754 |
+
msgid "Add new Portfolio Filter"
|
755 |
+
msgstr ""
|
756 |
+
|
757 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:207
|
758 |
+
msgid "New Portfolio Filter"
|
759 |
+
msgstr ""
|
760 |
+
|
761 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:209
|
762 |
+
msgid "Separate filters with commas"
|
763 |
+
msgstr ""
|
764 |
+
|
765 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:210
|
766 |
+
msgid "Add or remove filter"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:211
|
770 |
+
msgid "Choose from the most used filters"
|
771 |
+
msgstr ""
|
772 |
+
|
773 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:296
|
774 |
msgid ""
|
775 |
"This is an image that is chosen as the representative/cover image for your "
|
776 |
"project."
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:56
|
780 |
+
msgid "Grid Carousel Portfolios"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:108
|
784 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:107
|
785 |
+
msgid "All Categories"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:139
|
789 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:136
|
790 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:135
|
791 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:138
|
792 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:136
|
793 |
+
#: includes/elements/recent-portfolios.php:203
|
794 |
+
msgid "Layout"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:147
|
798 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:144
|
799 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:143
|
800 |
+
msgid "Columns"
|
801 |
+
msgstr ""
|
802 |
+
|
803 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:153
|
804 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:150
|
805 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:149
|
806 |
+
msgid "Inherited from larger"
|
807 |
+
msgstr ""
|
808 |
+
|
809 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:168
|
810 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:165
|
811 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:164
|
812 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:195
|
813 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:193
|
814 |
+
msgid "Display title"
|
815 |
+
msgstr ""
|
816 |
+
|
817 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:170
|
818 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:181
|
819 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:192
|
820 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:203
|
821 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:243
|
822 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:355
|
823 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:367
|
824 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:487
|
825 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:167
|
826 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:178
|
827 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:189
|
828 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:201
|
829 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:213
|
830 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:238
|
831 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:289
|
832 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:387
|
833 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:698
|
834 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:166
|
835 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:177
|
836 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:188
|
837 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:200
|
838 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:225
|
839 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:276
|
840 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:375
|
841 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:553
|
842 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:197
|
843 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:208
|
844 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:220
|
845 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:307
|
846 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:319
|
847 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:393
|
848 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:195
|
849 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:206
|
850 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:218
|
851 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:243
|
852 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:294
|
853 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:393
|
854 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:571
|
855 |
+
msgid "On"
|
856 |
+
msgstr ""
|
857 |
+
|
858 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:171
|
859 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:182
|
860 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:193
|
861 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:204
|
862 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:244
|
863 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:356
|
864 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:368
|
865 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:488
|
866 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:168
|
867 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:179
|
868 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:190
|
869 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:202
|
870 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:214
|
871 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:239
|
872 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:290
|
873 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:388
|
874 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:699
|
875 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:167
|
876 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:178
|
877 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:189
|
878 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:201
|
879 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:226
|
880 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:277
|
881 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:376
|
882 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:554
|
883 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:198
|
884 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:209
|
885 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:221
|
886 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:308
|
887 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:320
|
888 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:394
|
889 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:196
|
890 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:207
|
891 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:219
|
892 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:244
|
893 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:295
|
894 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:394
|
895 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:572
|
896 |
+
msgid "Off"
|
897 |
+
msgstr ""
|
898 |
+
|
899 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:179
|
900 |
+
msgid "Display Info"
|
901 |
+
msgstr ""
|
902 |
+
|
903 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:190
|
904 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:199
|
905 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:186
|
906 |
+
#: includes/elements/recent-portfolios.php:766 includes/general-hooks.php:463
|
907 |
+
msgid "Display like button"
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:201
|
911 |
+
msgid "Preload image"
|
|
|
|
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:213
|
915 |
+
msgid "While loading image display"
|
|
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:228
|
919 |
+
msgid "Placeholder color while loading image"
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:240
|
923 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:210
|
924 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:197
|
925 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:217
|
926 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:215
|
927 |
+
#: includes/elements/recent-portfolios.php:783
|
928 |
+
msgid "Deeplink"
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:241
|
932 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:211
|
933 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:198
|
934 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:218
|
935 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:216
|
936 |
+
#: includes/elements/recent-portfolios.php:784
|
937 |
+
msgid ""
|
938 |
+
"Enables the deeplink feature, it updates URL based on page and filter status."
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:252
|
942 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:222
|
943 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:209
|
944 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:229
|
945 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:227
|
946 |
+
#: includes/elements/recent-portfolios.php:807
|
947 |
+
msgid "Deeplink slug"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:253
|
951 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:223
|
952 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:210
|
953 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:230
|
954 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:228
|
955 |
+
#: includes/elements/recent-portfolios.php:808
|
956 |
+
msgid "Specifies the deeplink slug value in address bar."
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:278
|
960 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:255
|
961 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:290
|
962 |
+
msgid "Navigation control"
|
|
|
|
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:282
|
966 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:724
|
967 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:579
|
968 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:259
|
969 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:597
|
970 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:300
|
971 |
+
#: includes/elements/recent-portfolios.php:621 includes/general-hooks.php:1180
|
972 |
+
#: includes/general-hooks.php:1553
|
973 |
+
msgid "None"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:283
|
977 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:260
|
978 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:298
|
979 |
+
msgid "Arrows"
|
980 |
+
msgstr ""
|
981 |
+
|
982 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:284
|
983 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:261
|
984 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:299
|
985 |
+
msgid "Bullets"
|
986 |
+
msgstr ""
|
987 |
+
|
988 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:285
|
989 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:754
|
990 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:609
|
991 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:627
|
992 |
+
#: includes/elements/recent-portfolios.php:647 includes/general-hooks.php:291
|
993 |
+
#: includes/general-hooks.php:495
|
994 |
+
msgid "Text"
|
995 |
+
msgstr ""
|
996 |
+
|
997 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:293
|
998 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:732
|
999 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:587
|
1000 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:605
|
1001 |
+
#: includes/elements/recent-portfolios.php:629
|
1002 |
+
msgid "Next Button"
|
1003 |
+
msgstr ""
|
1004 |
+
|
1005 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:295
|
1006 |
+
#: includes/elements/recent-portfolios-grid-carousel.php:36
|
1007 |
+
msgid "Next"
|
1008 |
+
msgstr ""
|
1009 |
+
|
1010 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:305
|
1011 |
+
msgid "Previous Button"
|
1012 |
+
msgstr ""
|
1013 |
+
|
1014 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:307
|
1015 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:187
|
1016 |
+
msgid "Prev"
|
1017 |
+
msgstr ""
|
1018 |
+
|
1019 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:317
|
1020 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:269
|
1021 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:312
|
1022 |
+
msgid "Button Navigation Style"
|
1023 |
+
msgstr ""
|
1024 |
+
|
1025 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:322
|
1026 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:156
|
1027 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:274
|
1028 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:154
|
1029 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:329
|
1030 |
+
#: includes/elements/recent-portfolios.php:258
|
1031 |
+
msgid "Pattern 1"
|
1032 |
+
msgstr ""
|
1033 |
+
|
1034 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:326
|
1035 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:160
|
1036 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:278
|
1037 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:158
|
1038 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:333
|
1039 |
+
#: includes/elements/recent-portfolios.php:262
|
1040 |
+
msgid "Pattern 2"
|
1041 |
+
msgstr ""
|
1042 |
+
|
1043 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:339
|
1044 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:291
|
1045 |
+
msgid "Navigation type"
|
1046 |
+
msgstr ""
|
1047 |
+
|
1048 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:343
|
1049 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:295
|
1050 |
+
msgid "Move per column"
|
1051 |
+
msgstr ""
|
1052 |
+
|
1053 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:344
|
1054 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:296
|
1055 |
+
msgid "Move per page"
|
1056 |
+
msgstr ""
|
1057 |
+
|
1058 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:345
|
1059 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:297
|
1060 |
+
msgid "Smooth scroll"
|
1061 |
+
msgstr ""
|
1062 |
+
|
1063 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:353
|
1064 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:305
|
1065 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:339
|
1066 |
+
msgid "Loop navigation"
|
1067 |
+
msgstr ""
|
1068 |
+
|
1069 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:365
|
1070 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:317
|
1071 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:354
|
1072 |
+
msgid "Autoplay carousel"
|
1073 |
+
msgstr ""
|
1074 |
+
|
1075 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:377
|
1076 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:329
|
1077 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:370
|
1078 |
+
msgid "Autoplay delay"
|
1079 |
+
msgstr ""
|
1080 |
+
|
1081 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:378
|
1082 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:330
|
1083 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:371
|
1084 |
+
msgid "Specifies the delay between auto-forwarding in seconds."
|
1085 |
+
msgstr ""
|
1086 |
+
|
1087 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:392
|
1088 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:630
|
1089 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:485
|
1090 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:503
|
1091 |
+
msgid "Transition"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:400
|
1095 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:638
|
1096 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:493
|
1097 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:511
|
1098 |
+
#: includes/elements/recent-portfolios.php:529
|
1099 |
+
msgid "Transition duration on reveal"
|
1100 |
+
msgstr ""
|
1101 |
+
|
1102 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:401
|
1103 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:639
|
1104 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:494
|
1105 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:512
|
1106 |
+
#: includes/elements/recent-portfolios.php:530
|
1107 |
+
msgid ""
|
1108 |
+
"The transition duration while the element is going to be displayed "
|
1109 |
+
"(milliseconds)."
|
1110 |
+
msgstr ""
|
1111 |
+
|
1112 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:411
|
1113 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:649
|
1114 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:504
|
1115 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:522
|
1116 |
+
#: includes/elements/recent-portfolios.php:541
|
1117 |
+
msgid "Delay between reveal"
|
1118 |
+
msgstr ""
|
1119 |
+
|
1120 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:412
|
1121 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:650
|
1122 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:505
|
1123 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:523
|
1124 |
+
#: includes/elements/recent-portfolios.php:542
|
1125 |
+
msgid ""
|
1126 |
+
"The delay between each sequence of revealing transitions (milliseconds)."
|
1127 |
+
msgstr ""
|
1128 |
+
|
1129 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:422
|
1130 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:660
|
1131 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:515
|
1132 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:533
|
1133 |
+
#: includes/elements/recent-portfolios.php:553
|
1134 |
+
msgid "Transition duration on hide"
|
1135 |
+
msgstr ""
|
1136 |
+
|
1137 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:423
|
1138 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:661
|
1139 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:516
|
1140 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:534
|
1141 |
+
#: includes/elements/recent-portfolios.php:554
|
1142 |
+
msgid ""
|
1143 |
+
"The transition duration while the element is going to be hidden "
|
1144 |
+
"(milliseconds)."
|
1145 |
+
msgstr ""
|
1146 |
+
|
1147 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:433
|
1148 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:671
|
1149 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:526
|
1150 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:544
|
1151 |
+
#: includes/elements/recent-portfolios.php:565
|
1152 |
+
msgid "Delay between hide"
|
1153 |
+
msgstr ""
|
1154 |
+
|
1155 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:434
|
1156 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:672
|
1157 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:527
|
1158 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:545
|
1159 |
+
#: includes/elements/recent-portfolios.php:566
|
1160 |
+
msgid "The delay between each sequence of hiding transitions (milliseconds)."
|
1161 |
+
msgstr ""
|
1162 |
+
|
1163 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:453
|
1164 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:256
|
1165 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:243
|
1166 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:348
|
1167 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:261
|
1168 |
+
msgid "Query"
|
1169 |
+
msgstr ""
|
1170 |
+
|
1171 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:460
|
1172 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:263
|
1173 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1155
|
1174 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:250
|
1175 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:853
|
1176 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:355
|
1177 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:268
|
1178 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:814
|
1179 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:57
|
1180 |
+
#: includes/elements/recent-portfolios.php:58
|
1181 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:114
|
1182 |
+
msgid "Categories"
|
1183 |
+
msgstr ""
|
1184 |
+
|
1185 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:461
|
1186 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:356
|
1187 |
+
msgid "Specifies a category that you want to show posts from it."
|
1188 |
+
msgstr ""
|
1189 |
+
|
1190 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:472
|
1191 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:367
|
1192 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:73
|
1193 |
+
msgid "Number of portfolios to show in per page"
|
1194 |
+
msgstr ""
|
1195 |
+
|
1196 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:473
|
1197 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:368
|
1198 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:74
|
1199 |
+
#: includes/elements/recent-portfolios.php:78
|
1200 |
+
msgid "Leave it empty to show all items"
|
1201 |
+
msgstr ""
|
1202 |
+
|
1203 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:485
|
1204 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:391
|
1205 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:135
|
1206 |
+
#: includes/elements/recent-portfolios.php:91
|
1207 |
msgid "Exclude portfolios without media"
|
1208 |
msgstr ""
|
1209 |
|
1210 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:497
|
1211 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:298
|
1212 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:286
|
1213 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:403
|
1214 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:304
|
1215 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:148
|
1216 |
+
#: includes/elements/recent-portfolios.php:104
|
1217 |
msgid "Order by"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:501
|
1221 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:302
|
1222 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:290
|
1223 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:407
|
1224 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:308
|
1225 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:156
|
1226 |
+
#: includes/elements/recent-portfolios.php:112
|
1227 |
msgid "Date"
|
1228 |
msgstr ""
|
1229 |
|
1230 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:502
|
1231 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:303
|
1232 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:291
|
1233 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:408
|
1234 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:309
|
1235 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:157
|
1236 |
+
#: includes/elements/recent-portfolios.php:113
|
1237 |
msgid "Menu Order"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:503
|
1241 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:698
|
1242 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:304
|
1243 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:898
|
1244 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:292
|
1245 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:740
|
1246 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:409
|
1247 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:534
|
1248 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:310
|
1249 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:701
|
1250 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:43
|
1251 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:158
|
1252 |
+
#: includes/elements/recent-portfolios.php:44
|
1253 |
+
#: includes/elements/recent-portfolios.php:114
|
1254 |
+
msgid "Title"
|
1255 |
+
msgstr ""
|
1256 |
+
|
1257 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:504
|
1258 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:305
|
1259 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:293
|
1260 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:410
|
1261 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:311
|
1262 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:159
|
1263 |
+
#: includes/elements/recent-portfolios.php:115
|
1264 |
msgid "ID"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:505
|
1268 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:306
|
1269 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:294
|
1270 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:411
|
1271 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:312
|
1272 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:160
|
1273 |
+
#: includes/elements/recent-portfolios.php:116
|
1274 |
msgid "Random"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:506
|
1278 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:307
|
1279 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:295
|
1280 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:412
|
1281 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:313
|
1282 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:161
|
1283 |
+
#: includes/elements/recent-portfolios.php:117
|
1284 |
msgid "Comments"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:507
|
1288 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:308
|
1289 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:296
|
1290 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:413
|
1291 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:314
|
1292 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:162
|
1293 |
+
#: includes/elements/recent-portfolios.php:118
|
1294 |
msgid "Date Modified"
|
1295 |
msgstr ""
|
1296 |
|
1297 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:508
|
1298 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:309
|
1299 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:297
|
1300 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:414
|
1301 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:315
|
1302 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:163
|
1303 |
+
#: includes/elements/recent-portfolios.php:119 includes/general-hooks.php:3428
|
1304 |
msgid "Author"
|
1305 |
msgstr ""
|
1306 |
|
1307 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:509
|
1308 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:310
|
1309 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:298
|
1310 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:415
|
1311 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:316
|
1312 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:164
|
1313 |
+
#: includes/elements/recent-portfolios.php:120
|
1314 |
msgid "Inserted Post IDs"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:517
|
1318 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:318
|
1319 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:306
|
1320 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:423
|
1321 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:324
|
1322 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:173
|
1323 |
+
#: includes/elements/recent-portfolios.php:129
|
1324 |
msgid "Order"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:521
|
1328 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:322
|
1329 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:310
|
1330 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:427
|
1331 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:328
|
1332 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:181
|
1333 |
+
#: includes/elements/recent-portfolios.php:137
|
1334 |
msgid "Descending"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:522
|
1338 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:323
|
1339 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:311
|
1340 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:428
|
1341 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:329
|
1342 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:182
|
1343 |
+
#: includes/elements/recent-portfolios.php:138
|
1344 |
msgid "Ascending"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:530
|
1348 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:331
|
1349 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:319
|
1350 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:436
|
1351 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:337
|
1352 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:191
|
1353 |
+
#: includes/elements/recent-portfolios.php:147
|
1354 |
msgid "Only portfolios"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:531
|
1358 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:332
|
1359 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:320
|
1360 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:437
|
1361 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:338
|
1362 |
msgid ""
|
1363 |
+
"If you intend to display ONLY specific portfolios, you should specify the "
|
1364 |
+
"portfolios here. You have to insert the post IDs that are separated by comma "
|
1365 |
+
"(eg. 53,34,87,25)."
|
1366 |
+
msgstr ""
|
1367 |
+
|
1368 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:539
|
1369 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:340
|
1370 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:328
|
1371 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:445
|
1372 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:346
|
1373 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:205
|
1374 |
+
#: includes/elements/recent-portfolios.php:161
|
1375 |
+
msgid "Include portfolios"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:540
|
1379 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:341
|
1380 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:329
|
1381 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:446
|
1382 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:347
|
1383 |
+
msgid ""
|
1384 |
+
"If you intend to include additional portfolios, you should specify the "
|
1385 |
+
"portfolios here. You have to insert the Post IDs that are separated by comma "
|
1386 |
+
"(eg. 53,34,87,25)"
|
1387 |
+
msgstr ""
|
1388 |
+
|
1389 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:548
|
1390 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:349
|
1391 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:337
|
1392 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:454
|
1393 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:355
|
1394 |
+
msgid "Exclude portfolios"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:549
|
1398 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:350
|
1399 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:338
|
1400 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:455
|
1401 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:356
|
1402 |
msgid ""
|
1403 |
+
"If you intend to exclude specific portfolios from result, you should specify "
|
1404 |
+
"the portfolios here. You have to insert the Post IDs that are separated by "
|
1405 |
+
"comma (eg. 53,34,87,25)"
|
1406 |
+
msgstr ""
|
1407 |
+
|
1408 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:557
|
1409 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:358
|
1410 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:346
|
1411 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:463
|
1412 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:364
|
1413 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:233
|
1414 |
+
#: includes/elements/recent-portfolios.php:189
|
1415 |
+
msgid "Start offset"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:558
|
1419 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:359
|
1420 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:347
|
1421 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:464
|
1422 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:365
|
1423 |
+
#: includes/elements/recent-portfolios.php:190
|
1424 |
+
msgid "Number of portfolios to display or pass over."
|
1425 |
+
msgstr ""
|
1426 |
+
|
1427 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:576
|
1428 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:776
|
1429 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:643
|
1430 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:649
|
1431 |
+
msgid "Image"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:584
|
1435 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:784
|
1436 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:651
|
1437 |
+
#: includes/elements/recent-portfolios.php:661 includes/general-hooks.php:2493
|
1438 |
+
#: includes/general-hooks.php:3190
|
1439 |
+
msgid "Space"
|
1440 |
+
msgstr ""
|
1441 |
+
|
1442 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:585
|
1443 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:785
|
1444 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:652
|
1445 |
+
#: includes/elements/recent-portfolios.php:662 includes/general-hooks.php:2494
|
1446 |
+
#: includes/general-hooks.php:3191
|
1447 |
+
msgid "Specifies horizontal space between items (pixel)."
|
1448 |
+
msgstr ""
|
1449 |
+
|
1450 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:597
|
1451 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:797
|
1452 |
+
#: includes/elements/recent-portfolios.php:293 includes/general-hooks.php:1997
|
1453 |
+
msgid "Image aspect ratio"
|
1454 |
+
msgstr ""
|
1455 |
+
|
1456 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:601
|
1457 |
+
#: includes/elements/recent-portfolios.php:301 includes/general-hooks.php:2010
|
1458 |
+
#: includes/general-hooks.php:2372 includes/general-hooks.php:3076
|
1459 |
+
msgid "Horizontal 4:3"
|
1460 |
+
msgstr ""
|
1461 |
+
|
1462 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:602
|
1463 |
+
#: includes/elements/recent-portfolios.php:302 includes/general-hooks.php:2011
|
1464 |
+
#: includes/general-hooks.php:2373 includes/general-hooks.php:3077
|
1465 |
+
msgid "Horizontal 16:9"
|
1466 |
+
msgstr ""
|
1467 |
+
|
1468 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:603
|
1469 |
+
msgid "Square 1:1"
|
1470 |
+
msgstr ""
|
1471 |
+
|
1472 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:604
|
1473 |
+
msgid "Vertical 3:4"
|
1474 |
+
msgstr ""
|
1475 |
+
|
1476 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:605
|
1477 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:805
|
1478 |
+
msgid "Custom"
|
1479 |
+
msgstr ""
|
1480 |
+
|
1481 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:613
|
1482 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:813
|
1483 |
+
msgid "Custom image aspect ratio"
|
1484 |
+
msgstr ""
|
1485 |
+
|
1486 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:628
|
1487 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:828
|
1488 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:681
|
1489 |
+
msgid "Hover Type"
|
1490 |
+
msgstr ""
|
1491 |
+
|
1492 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:629
|
1493 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:829
|
1494 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:682
|
1495 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:147
|
1496 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:145
|
1497 |
+
msgid "Move your mouse over each item in order to preview the hover effect."
|
1498 |
+
msgstr ""
|
1499 |
+
|
1500 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:634
|
1501 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:834
|
1502 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:687
|
1503 |
+
#: includes/elements/recent-portfolios.php:332 includes/general-hooks.php:2404
|
1504 |
+
#: includes/general-hooks.php:3108
|
1505 |
+
msgid "No animation"
|
1506 |
+
msgstr ""
|
1507 |
+
|
1508 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:638
|
1509 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:838
|
1510 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:691
|
1511 |
+
#: includes/elements/recent-portfolios.php:336 includes/general-hooks.php:2409
|
1512 |
+
#: includes/general-hooks.php:3112
|
1513 |
+
msgid "Classic with lightbox style 1"
|
1514 |
+
msgstr ""
|
1515 |
+
|
1516 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:642
|
1517 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:842
|
1518 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:695
|
1519 |
+
#: includes/elements/recent-portfolios.php:340 includes/general-hooks.php:2414
|
1520 |
+
#: includes/general-hooks.php:3116
|
1521 |
+
msgid "Classic with lightbox style 2"
|
1522 |
+
msgstr ""
|
1523 |
+
|
1524 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:646
|
1525 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:846
|
1526 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:699
|
1527 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:496
|
1528 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:663
|
1529 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:103
|
1530 |
+
#: includes/elements/recent-portfolios.php:344
|
1531 |
+
#: includes/elements/recent-portfolios.php:412 includes/general-hooks.php:2419
|
1532 |
+
#: includes/general-hooks.php:2465 includes/general-hooks.php:3120
|
1533 |
+
#: includes/general-hooks.php:3162
|
1534 |
+
msgid "Overlay title style 1"
|
1535 |
+
msgstr ""
|
1536 |
+
|
1537 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:650
|
1538 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:850
|
1539 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:703
|
1540 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:500
|
1541 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:667
|
1542 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:107
|
1543 |
+
#: includes/elements/recent-portfolios.php:348
|
1544 |
+
#: includes/elements/recent-portfolios.php:413 includes/general-hooks.php:2424
|
1545 |
+
#: includes/general-hooks.php:2469 includes/general-hooks.php:3124
|
1546 |
+
#: includes/general-hooks.php:3166
|
1547 |
+
msgid "Overlay title style 2"
|
1548 |
+
msgstr ""
|
1549 |
+
|
1550 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:654
|
1551 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:854
|
1552 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:707
|
1553 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:504
|
1554 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:671
|
1555 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:111
|
1556 |
+
#: includes/elements/recent-portfolios.php:352
|
1557 |
+
#: includes/elements/recent-portfolios.php:414 includes/general-hooks.php:2429
|
1558 |
+
#: includes/general-hooks.php:2473 includes/general-hooks.php:3128
|
1559 |
+
#: includes/general-hooks.php:3170
|
1560 |
+
msgid "Overlay title with lightbox style 1"
|
1561 |
+
msgstr ""
|
1562 |
+
|
1563 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:658
|
1564 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:858
|
1565 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:711
|
1566 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:508
|
1567 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:675
|
1568 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:115
|
1569 |
+
#: includes/elements/recent-portfolios.php:356
|
1570 |
+
#: includes/elements/recent-portfolios.php:415 includes/general-hooks.php:2434
|
1571 |
+
#: includes/general-hooks.php:2477 includes/general-hooks.php:3132
|
1572 |
+
#: includes/general-hooks.php:3174
|
1573 |
+
msgid "Overlay title with lightbox style 2"
|
1574 |
+
msgstr ""
|
1575 |
+
|
1576 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:669
|
1577 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:869
|
1578 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1138
|
1579 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:722
|
1580 |
+
msgid "Border Radius"
|
1581 |
+
msgstr ""
|
1582 |
+
|
1583 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:683
|
1584 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:883
|
1585 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:686
|
1586 |
+
#, fuzzy
|
1587 |
+
msgid "Background"
|
1588 |
+
msgstr "رنگ پس زمینه"
|
1589 |
+
|
1590 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:713
|
1591 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:799
|
1592 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:900
|
1593 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:500
|
1594 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:920
|
1595 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1025
|
1596 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1175
|
1597 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:762
|
1598 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:873
|
1599 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:556
|
1600 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:667
|
1601 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:723
|
1602 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:834
|
1603 |
+
msgid "Normal"
|
1604 |
+
msgstr ""
|
1605 |
+
|
1606 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:720
|
1607 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:740
|
1608 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:806
|
1609 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:826
|
1610 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:907
|
1611 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:927
|
1612 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:507
|
1613 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:548
|
1614 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:589
|
1615 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:930
|
1616 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:956
|
1617 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1048
|
1618 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1087
|
1619 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1185
|
1620 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1211
|
1621 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:772
|
1622 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:798
|
1623 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:883
|
1624 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:909
|
1625 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:566
|
1626 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:592
|
1627 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:677
|
1628 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:703
|
1629 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:733
|
1630 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:759
|
1631 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:844
|
1632 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:870
|
1633 |
+
msgid "Color"
|
1634 |
+
msgstr ""
|
1635 |
+
|
1636 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:733
|
1637 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:819
|
1638 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:920
|
1639 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:541
|
1640 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:946
|
1641 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1064
|
1642 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1201
|
1643 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:788
|
1644 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:899
|
1645 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:482
|
1646 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:582
|
1647 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:693
|
1648 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:749
|
1649 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:860
|
1650 |
+
msgid "Hover"
|
1651 |
+
msgstr ""
|
1652 |
+
|
1653 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:764
|
1654 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:850
|
1655 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:986
|
1656 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1241
|
1657 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:828
|
1658 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:939
|
1659 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:622
|
1660 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:733
|
1661 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:789
|
1662 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:900
|
1663 |
+
msgid "Bottom space"
|
1664 |
+
msgstr ""
|
1665 |
+
|
1666 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:786
|
1667 |
+
msgid "Info Meta"
|
1668 |
+
msgstr ""
|
1669 |
+
|
1670 |
+
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:866
|
1671 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1260
|
1672 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:958
|
1673 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:752
|
1674 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:919
|
1675 |
+
msgid "Space between metas"
|
1676 |
+
msgstr ""
|
1677 |
+
|
1678 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:56
|
1679 |
+
msgid "Grid Portfolios"
|
1680 |
+
msgstr ""
|
1681 |
+
|
1682 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:176
|
1683 |
+
msgid "Display categories"
|
1684 |
+
msgstr ""
|
1685 |
+
|
1686 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:187
|
1687 |
+
msgid "Display Read More"
|
1688 |
+
msgstr ""
|
1689 |
+
|
1690 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:235
|
1691 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:222
|
1692 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:240
|
1693 |
+
#: includes/elements/recent-portfolios.php:795
|
1694 |
+
msgid "Ajax Compatibility"
|
1695 |
+
msgstr ""
|
1696 |
+
|
1697 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:236
|
1698 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:223
|
1699 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:241
|
1700 |
+
#: includes/elements/recent-portfolios.php:796
|
1701 |
+
msgid "Using the Ajax feature Makes the performance better"
|
1702 |
+
msgstr ""
|
1703 |
+
|
1704 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:264
|
1705 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:251
|
1706 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:269
|
1707 |
msgid ""
|
1708 |
+
"Specifies a category that you want to show posts from it. In order to choose "
|
1709 |
+
"the all categories leave the field empty"
|
|
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:275
|
1713 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:262
|
1714 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:280
|
1715 |
+
msgid "Number of posts to show"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:287
|
1719 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:274
|
1720 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:292
|
1721 |
+
msgid "Exclude posts without media"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:377
|
1725 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:365
|
1726 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:383
|
1727 |
+
msgid "Filters"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:385
|
1731 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:373
|
1732 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:391
|
1733 |
+
msgid "Display filters"
|
1734 |
+
msgstr ""
|
1735 |
+
|
1736 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:397
|
1737 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:385
|
1738 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:403
|
1739 |
+
msgid "Filter By"
|
1740 |
+
msgstr ""
|
1741 |
+
|
1742 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:398
|
1743 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:386
|
1744 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:404
|
1745 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:404
|
1746 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:422
|
1747 |
+
#: includes/elements/recent-portfolios.php:433
|
1748 |
+
msgid "Filter by categories or tags"
|
1749 |
+
msgstr ""
|
1750 |
+
|
1751 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:402
|
1752 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:390
|
1753 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:408
|
1754 |
+
#: includes/elements/recent-portfolios.php:439
|
1755 |
+
msgid "Filter"
|
1756 |
+
msgstr ""
|
1757 |
+
|
1758 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:403
|
1759 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:391
|
1760 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:409
|
1761 |
+
#: includes/elements/recent-portfolios.php:440
|
1762 |
+
msgid "Category"
|
1763 |
+
msgstr ""
|
1764 |
+
|
1765 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:404
|
1766 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:392
|
1767 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:410
|
1768 |
+
#: includes/elements/recent-portfolios.php:441
|
1769 |
+
msgid "Tag"
|
1770 |
+
msgstr ""
|
1771 |
+
|
1772 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:415
|
1773 |
+
msgid "Alignment"
|
1774 |
+
msgstr ""
|
1775 |
+
|
1776 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:416
|
1777 |
+
msgid "Set the alignment for filters"
|
1778 |
+
msgstr ""
|
1779 |
+
|
1780 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:430
|
1781 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:418
|
1782 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:436
|
1783 |
+
#: includes/elements/recent-portfolios.php:467 includes/general-hooks.php:1489
|
1784 |
+
msgid "Right"
|
1785 |
+
msgstr ""
|
1786 |
+
|
1787 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:444
|
1788 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:432
|
1789 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:450
|
1790 |
+
msgid "Filter Button Style"
|
1791 |
+
msgstr ""
|
1792 |
+
|
1793 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:445
|
1794 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:433
|
1795 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:451
|
1796 |
+
#: includes/elements/recent-portfolios.php:481
|
1797 |
+
msgid "Style of filter buttons."
|
1798 |
+
msgstr ""
|
1799 |
+
|
1800 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:450
|
1801 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:439
|
1802 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:457
|
1803 |
+
#: includes/elements/recent-portfolios.php:495
|
1804 |
+
msgid "Slide up"
|
1805 |
+
msgstr ""
|
1806 |
+
|
1807 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:454
|
1808 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:443
|
1809 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:461
|
1810 |
+
#: includes/elements/recent-portfolios.php:499
|
1811 |
+
msgid "Fill"
|
1812 |
+
msgstr ""
|
1813 |
+
|
1814 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:458
|
1815 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:447
|
1816 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:465
|
1817 |
+
#: includes/elements/recent-portfolios.php:503
|
1818 |
+
msgid "Cube"
|
1819 |
+
msgstr ""
|
1820 |
+
|
1821 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:462
|
1822 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:451
|
1823 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:469
|
1824 |
+
#: includes/elements/recent-portfolios.php:507
|
1825 |
+
msgid "Underline"
|
1826 |
+
msgstr ""
|
1827 |
+
|
1828 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:466
|
1829 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:455
|
1830 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:473
|
1831 |
+
#: includes/elements/recent-portfolios.php:511
|
1832 |
+
msgid "Float frame"
|
1833 |
+
msgstr ""
|
1834 |
+
|
1835 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:470
|
1836 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:459
|
1837 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:477
|
1838 |
+
#: includes/elements/recent-portfolios.php:515
|
1839 |
+
msgid "Borderd"
|
1840 |
+
msgstr ""
|
1841 |
+
|
1842 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:474
|
1843 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:463
|
1844 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:481
|
1845 |
+
#: includes/elements/recent-portfolios.php:519
|
1846 |
+
msgid "Float underline"
|
1847 |
+
msgstr ""
|
1848 |
+
|
1849 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:478
|
1850 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:467
|
1851 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:485
|
1852 |
+
#: includes/elements/recent-portfolios.php:523
|
1853 |
+
msgid "DropDown"
|
1854 |
+
msgstr ""
|
1855 |
+
|
1856 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:527
|
1857 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:568
|
1858 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:609
|
1859 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1117
|
1860 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1290
|
1861 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:987
|
1862 |
+
msgid "Padding"
|
1863 |
+
msgstr ""
|
1864 |
+
|
1865 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:582
|
1866 |
+
msgid "Active"
|
1867 |
+
msgstr ""
|
1868 |
+
|
1869 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:687
|
1870 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:695
|
1871 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:542
|
1872 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:550
|
1873 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:560
|
1874 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:568
|
1875 |
+
#: includes/elements/recent-portfolios.php:577
|
1876 |
+
msgid "Paginate"
|
1877 |
+
msgstr ""
|
1878 |
+
|
1879 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:696
|
1880 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:551
|
1881 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:569
|
1882 |
+
#: includes/elements/recent-portfolios.php:578
|
1883 |
+
msgid "Paginates the portfolio items"
|
1884 |
+
msgstr ""
|
1885 |
+
|
1886 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:707
|
1887 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:562
|
1888 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:580
|
1889 |
+
#: includes/elements/recent-portfolios.php:589
|
1890 |
+
msgid "Items number perpage"
|
1891 |
+
msgstr ""
|
1892 |
+
|
1893 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:720
|
1894 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:575
|
1895 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:593
|
1896 |
+
#: includes/elements/recent-portfolios.php:605
|
1897 |
+
msgid "Load More Type"
|
1898 |
+
msgstr ""
|
1899 |
+
|
1900 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:728
|
1901 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:583
|
1902 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:601
|
1903 |
+
#: includes/elements/recent-portfolios.php:625
|
1904 |
+
msgid "Infinite Scroll"
|
1905 |
msgstr ""
|
1906 |
|
1907 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:736
|
1908 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:591
|
1909 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:609
|
1910 |
+
#: includes/elements/recent-portfolios.php:633
|
1911 |
+
msgid "Next Prev"
|
1912 |
+
msgstr ""
|
1913 |
+
|
1914 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:750
|
1915 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:605
|
1916 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:623
|
1917 |
+
#: includes/elements/recent-portfolios.php:639
|
1918 |
+
msgid "Load More Label"
|
1919 |
+
msgstr ""
|
1920 |
+
|
1921 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:755
|
1922 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:610
|
1923 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:628
|
1924 |
+
#: includes/elements/recent-portfolios.php:648
|
1925 |
+
msgid "Arrow"
|
1926 |
+
msgstr ""
|
1927 |
+
|
1928 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:756
|
1929 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:611
|
1930 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:629
|
1931 |
+
#: includes/elements/recent-portfolios.php:649
|
1932 |
+
msgid "Text & Arrow"
|
1933 |
+
msgstr ""
|
1934 |
+
|
1935 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:801
|
1936 |
+
msgid "Horizontal 4 : 3"
|
1937 |
+
msgstr ""
|
1938 |
+
|
1939 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:802
|
1940 |
+
msgid "Horizontal 16: 9"
|
1941 |
+
msgstr ""
|
1942 |
+
|
1943 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:803
|
1944 |
+
msgid "Square 1 : 1"
|
1945 |
+
msgstr ""
|
1946 |
+
|
1947 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:804
|
1948 |
+
msgid "Vertical 3 : 4"
|
1949 |
+
msgstr ""
|
1950 |
+
|
1951 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1010
|
1952 |
+
#: public/templates/theme-parts/entry/portfolio-column-overlay.php:68
|
1953 |
+
#: public/templates/theme-parts/entry/portfolio-column.php:77
|
1954 |
+
msgid "Read More"
|
1955 |
+
msgstr ""
|
1956 |
+
|
1957 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1036
|
1958 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1075
|
1959 |
+
msgid "Read More Background"
|
1960 |
+
msgstr ""
|
1961 |
+
|
1962 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1130
|
1963 |
+
msgid "Read More Border"
|
1964 |
+
msgstr ""
|
1965 |
+
|
1966 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1282
|
1967 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:979
|
1968 |
+
msgid "Wrapper"
|
1969 |
+
msgstr ""
|
1970 |
+
|
1971 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1302
|
1972 |
+
msgid "Item Bottom space"
|
1973 |
+
msgstr ""
|
1974 |
+
|
1975 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1323
|
1976 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:1000
|
1977 |
+
msgid "Entry Box Background"
|
1978 |
+
msgstr ""
|
1979 |
+
|
1980 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1336
|
1981 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:1013
|
1982 |
+
#: includes/elements/recent-portfolios.php:380 includes/general-hooks.php:2705
|
1983 |
+
#: includes/general-hooks.php:2784
|
1984 |
+
msgid "Entry Box Border Color"
|
1985 |
+
msgstr ""
|
1986 |
+
|
1987 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:55
|
1988 |
+
msgid "Masonry Portfolios"
|
1989 |
+
msgstr ""
|
1990 |
+
|
1991 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:175
|
1992 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:204
|
1993 |
+
msgid "Display Categories"
|
1994 |
+
msgstr ""
|
1995 |
+
|
1996 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:403
|
1997 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:421
|
1998 |
+
#: includes/elements/recent-portfolios.php:452
|
1999 |
+
msgid "Filter Control Alignment"
|
2000 |
+
msgstr ""
|
2001 |
+
|
2002 |
+
#: includes/elements/elementor/recent-portfolios-masonry.php:622
|
2003 |
+
msgid "Load More Per Page"
|
2004 |
+
msgstr ""
|
2005 |
+
|
2006 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:55
|
2007 |
+
msgid "Tiles Carousel Portfolios"
|
2008 |
+
msgstr ""
|
2009 |
+
|
2010 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:146
|
2011 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:144
|
2012 |
+
msgid "Post tile styles"
|
2013 |
+
msgstr ""
|
2014 |
+
|
2015 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:164
|
2016 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:162
|
2017 |
+
#: includes/elements/recent-portfolios.php:266
|
2018 |
+
msgid "Pattern 3"
|
2019 |
+
msgstr ""
|
2020 |
+
|
2021 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:168
|
2022 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:166
|
2023 |
+
#: includes/elements/recent-portfolios.php:270
|
2024 |
+
msgid "Pattern 4"
|
2025 |
+
msgstr ""
|
2026 |
+
|
2027 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:172
|
2028 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:170
|
2029 |
+
#: includes/elements/recent-portfolios.php:274
|
2030 |
+
msgid "Pattern 5"
|
2031 |
+
msgstr ""
|
2032 |
+
|
2033 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:176
|
2034 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:174
|
2035 |
+
#: includes/elements/recent-portfolios.php:278
|
2036 |
+
msgid "Pattern 6"
|
2037 |
+
msgstr ""
|
2038 |
+
|
2039 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:180
|
2040 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:178
|
2041 |
+
#: includes/elements/recent-portfolios.php:282
|
2042 |
+
msgid "Pattern 7"
|
2043 |
+
msgstr ""
|
2044 |
+
|
2045 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:184
|
2046 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:182
|
2047 |
+
#: includes/elements/recent-portfolios.php:286
|
2048 |
+
msgid "Pattern 8"
|
2049 |
+
msgstr ""
|
2050 |
+
|
2051 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:206
|
2052 |
#: includes/elements/recent-portfolios-tile-carousel.php:260
|
2053 |
+
#: includes/elements/recent-portfolios.php:754
|
2054 |
+
msgid "Insert portfolio meta"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:380
|
2058 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:121
|
2059 |
+
msgid "Number of Pages"
|
2060 |
msgstr ""
|
2061 |
|
2062 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:490
|
2063 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:657
|
2064 |
+
msgid "Tiles hover type"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:518
|
2068 |
+
msgid "Tiles Hover Background"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
+
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:647
|
2072 |
+
msgid "Meta Info"
|
|
|
2073 |
msgstr ""
|
2074 |
|
2075 |
+
#: includes/elements/elementor/recent-portfolios-tile.php:56
|
2076 |
+
msgid "Tiles Portfolios"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: includes/elements/recent-portfolios-grid-carousel.php:37
|
2080 |
+
msgid "Previous"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:16
|
2084 |
+
msgid "Recent Portfolio on Tile Carousel"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:19
|
2088 |
+
msgid "It adds recent portfolio items in tile carousel"
|
2089 |
msgstr ""
|
2090 |
|
2091 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:44
|
2092 |
+
#: includes/elements/recent-portfolios.php:45
|
2093 |
+
msgid "Recent items title, leave it empty if you don`t need title."
|
2094 |
msgstr ""
|
2095 |
|
2096 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:58
|
2097 |
+
#: includes/elements/recent-portfolios.php:59
|
2098 |
+
msgid "Specifies a category that you want to show portfolio items from it."
|
2099 |
msgstr ""
|
2100 |
|
2101 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:87
|
2102 |
+
#: includes/elements/recent-portfolios.php:398
|
2103 |
+
msgid "Portfolio tiles hover type"
|
2104 |
+
msgstr ""
|
2105 |
+
|
2106 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:192
|
2107 |
+
#: includes/elements/recent-portfolios.php:148
|
2108 |
+
msgid ""
|
2109 |
+
"If you intend to display ONLY specific portfolios, you should specify them "
|
2110 |
+
"here. You have to insert the post IDs that are separated by comma (eg. "
|
2111 |
+
"53,34,87,25)."
|
2112 |
msgstr ""
|
2113 |
|
2114 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:206
|
2115 |
+
#: includes/elements/recent-portfolios.php:162
|
2116 |
+
msgid ""
|
2117 |
+
"If you intend to include additional portfolios, you should specify them "
|
2118 |
+
"here. You have to insert the Post IDs that are separated by comma (eg. "
|
2119 |
+
"53,34,87,25)"
|
2120 |
+
msgstr ""
|
2121 |
+
|
2122 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:219
|
2123 |
+
#: includes/elements/recent-portfolios.php:175
|
2124 |
+
msgid "Exclude posts"
|
2125 |
+
msgstr ""
|
2126 |
+
|
2127 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:220
|
2128 |
+
#: includes/elements/recent-portfolios.php:176
|
2129 |
+
msgid ""
|
2130 |
+
"If you intend to exclude specific posts from result, you should specify the "
|
2131 |
+
"posts here. You have to insert the Post IDs that are separated by comma (eg. "
|
2132 |
+
"53,34,87,25)"
|
2133 |
+
msgstr ""
|
2134 |
+
|
2135 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:234
|
2136 |
+
msgid "Number of post to displace or pass over."
|
2137 |
+
msgstr ""
|
2138 |
+
|
2139 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:247
|
2140 |
+
#: includes/elements/recent-portfolios.php:741
|
2141 |
+
msgid "Insert portfolio title"
|
2142 |
+
msgstr ""
|
2143 |
+
|
2144 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:272
|
2145 |
+
msgid "Post tile style"
|
2146 |
+
msgstr ""
|
2147 |
+
|
2148 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:387
|
2149 |
+
#: includes/elements/recent-portfolios.php:824
|
2150 |
msgid "Extra class name"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: includes/elements/recent-portfolios-tile-carousel.php:388
|
2154 |
+
#: includes/elements/recent-portfolios.php:825
|
2155 |
msgid ""
|
2156 |
"If you wish to style particular content element differently, then use this "
|
2157 |
"field to add a class name and then refer to it in your css file."
|
2158 |
msgstr ""
|
2159 |
|
2160 |
#: includes/elements/recent-portfolios.php:17
|
2161 |
+
msgid "Recent Portfolio Grid/Tile/Masonry"
|
2162 |
+
msgstr ""
|
2163 |
+
|
2164 |
+
#: includes/elements/recent-portfolios.php:20
|
2165 |
+
msgid "It adds recent portfolio items in gird, tile or masonry style."
|
2166 |
+
msgstr ""
|
2167 |
+
|
2168 |
+
#: includes/elements/recent-portfolios.php:77
|
2169 |
+
msgid "Number of items to show"
|
2170 |
+
msgstr ""
|
2171 |
+
|
2172 |
+
#: includes/elements/recent-portfolios.php:204
|
2173 |
+
msgid "Different layout types of appearing items."
|
2174 |
msgstr ""
|
2175 |
|
2176 |
+
#: includes/elements/recent-portfolios.php:221 includes/general-hooks.php:2342
|
2177 |
+
#: includes/general-hooks.php:3046
|
2178 |
+
msgid "Masonry"
|
2179 |
msgstr ""
|
2180 |
|
2181 |
+
#: includes/elements/recent-portfolios.php:225 includes/general-hooks.php:2346
|
2182 |
+
#: includes/general-hooks.php:3050
|
2183 |
+
msgid "Tiles"
|
2184 |
msgstr ""
|
2185 |
|
2186 |
+
#: includes/elements/recent-portfolios.php:237
|
2187 |
+
msgid "Post Tile styles"
|
2188 |
msgstr ""
|
2189 |
|
2190 |
+
#: includes/elements/recent-portfolios.php:303 includes/general-hooks.php:2012
|
2191 |
+
#: includes/general-hooks.php:2374 includes/general-hooks.php:3078
|
2192 |
+
msgid "Square 1:1"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
+
#: includes/elements/recent-portfolios.php:304 includes/general-hooks.php:2013
|
2196 |
+
#: includes/general-hooks.php:2375 includes/general-hooks.php:3079
|
2197 |
+
msgid "Vertical 3:4"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
+
#: includes/elements/recent-portfolios.php:316
|
2201 |
+
msgid "Portfolio hover type"
|
|
|
2202 |
msgstr ""
|
2203 |
|
2204 |
+
#: includes/elements/recent-portfolios.php:362 includes/general-hooks.php:2672
|
2205 |
+
#: includes/general-hooks.php:2756
|
2206 |
+
msgid "Entry Box Background Color"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
+
#: includes/elements/recent-portfolios.php:420
|
2210 |
+
msgid "Show filters"
|
|
|
2211 |
msgstr ""
|
2212 |
|
2213 |
+
#: includes/elements/recent-portfolios.php:432
|
2214 |
+
msgid "Filter by"
|
|
|
2215 |
msgstr ""
|
2216 |
|
2217 |
+
#: includes/elements/recent-portfolios.php:480
|
2218 |
+
msgid "Filter button style"
|
|
|
2219 |
msgstr ""
|
2220 |
|
2221 |
+
#: includes/elements/recent-portfolios.php:537
|
2222 |
+
#: includes/elements/recent-portfolios.php:549
|
2223 |
+
#: includes/elements/recent-portfolios.php:561
|
2224 |
+
#: includes/elements/recent-portfolios.php:573
|
2225 |
+
msgid "Transitions"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
+
#: includes/elements/recent-portfolios.php:678
|
2229 |
+
msgid "Number of columns"
|
2230 |
msgstr ""
|
2231 |
|
2232 |
+
#: includes/elements/recent-portfolios.php:699
|
2233 |
+
msgid "Number of columns in tablet size"
|
2234 |
msgstr ""
|
2235 |
|
2236 |
+
#: includes/elements/recent-portfolios.php:721
|
2237 |
+
msgid "Number of columns in phone size"
|
|
|
2238 |
msgstr ""
|
2239 |
|
2240 |
+
#: includes/elements/recent-portfolios.php:767
|
2241 |
+
msgid ""
|
2242 |
+
"Enable it to display %s like button%s on gride template blog. Please note WP "
|
2243 |
+
"Ulike plugin needs to be activaited to use this option."
|
2244 |
msgstr ""
|
2245 |
|
2246 |
+
#: includes/general-hooks.php:40
|
2247 |
+
msgid "Portfolio Setting"
|
|
|
2248 |
msgstr ""
|
2249 |
|
2250 |
+
#: includes/general-hooks.php:49
|
2251 |
+
msgid "Single Portfolio"
|
|
|
2252 |
msgstr ""
|
2253 |
|
2254 |
+
#: includes/general-hooks.php:50 includes/general-hooks.php:819
|
2255 |
+
msgid "Preview a Single Portfolio Page"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
+
#: includes/general-hooks.php:56
|
2259 |
+
msgid "Single Portfolio Template"
|
2260 |
msgstr ""
|
2261 |
|
2262 |
+
#: includes/general-hooks.php:57
|
2263 |
+
msgid "Specifies single portfolio template."
|
2264 |
msgstr ""
|
2265 |
|
2266 |
+
#: includes/general-hooks.php:108 includes/general-hooks.php:2547
|
2267 |
+
msgid "Custom Max Width"
|
2268 |
msgstr ""
|
2269 |
|
2270 |
+
#: includes/general-hooks.php:109 includes/general-hooks.php:2548
|
2271 |
+
msgid "Specifies the maximum width of website."
|
2272 |
msgstr ""
|
2273 |
|
2274 |
+
#: includes/general-hooks.php:116 includes/general-hooks.php:2555
|
2275 |
+
msgid "Default Site Max Width"
|
2276 |
msgstr ""
|
2277 |
|
2278 |
+
#: includes/general-hooks.php:117 includes/general-hooks.php:2556
|
2279 |
+
msgid "1000 Pixels"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
+
#: includes/general-hooks.php:118 includes/general-hooks.php:2557
|
2283 |
+
msgid "1200 Pixels"
|
2284 |
msgstr ""
|
2285 |
|
2286 |
+
#: includes/general-hooks.php:119 includes/general-hooks.php:2558
|
2287 |
+
msgid "1400 Pixels"
|
2288 |
msgstr ""
|
2289 |
|
2290 |
+
#: includes/general-hooks.php:120 includes/general-hooks.php:2559
|
2291 |
+
msgid "1600 Pixels"
|
2292 |
msgstr ""
|
2293 |
|
2294 |
+
#: includes/general-hooks.php:121 includes/general-hooks.php:2560
|
2295 |
+
msgid "1900 Pixels"
|
2296 |
msgstr ""
|
2297 |
|
2298 |
+
#: includes/general-hooks.php:150
|
2299 |
+
msgid ""
|
2300 |
+
"Enable this option to display extra inormation on portfolio single page."
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: includes/general-hooks.php:168
|
2304 |
+
msgid "Enable it to display category section in single portfolio."
|
2305 |
msgstr ""
|
2306 |
|
2307 |
+
#: includes/general-hooks.php:186
|
2308 |
+
msgid "Enable it to display Tag section in single portfolio."
|
2309 |
msgstr ""
|
2310 |
|
2311 |
+
#: includes/general-hooks.php:204
|
2312 |
+
msgid "Enable it to stick the side area on page while scrolling.."
|
2313 |
msgstr ""
|
2314 |
|
2315 |
+
#: includes/general-hooks.php:241
|
2316 |
+
msgid "Display share/action bar"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
+
#: includes/general-hooks.php:242
|
2320 |
+
msgid "Enable it to display the section for share and like button."
|
|
|
|
|
|
|
2321 |
msgstr ""
|
2322 |
|
2323 |
+
#: includes/general-hooks.php:259
|
2324 |
+
msgid "Display share button"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
+
#: includes/general-hooks.php:260
|
2328 |
+
msgid "Enable it to display the share button."
|
|
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: includes/general-hooks.php:283
|
2332 |
+
msgid "Share Type"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
+
#: includes/general-hooks.php:284 includes/general-hooks.php:488
|
2336 |
+
msgid "Enable it to display text instead of icon."
|
2337 |
msgstr ""
|
2338 |
|
2339 |
+
#: includes/general-hooks.php:290 includes/general-hooks.php:494
|
2340 |
+
msgid "Icon"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
+
#: includes/general-hooks.php:309
|
2344 |
+
msgid "Share Button Icon"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
+
#: includes/general-hooks.php:335
|
2348 |
+
#, fuzzy
|
2349 |
+
msgid "Icon Color"
|
2350 |
+
msgstr "رنگ پس زمینه"
|
2351 |
+
|
2352 |
+
#: includes/general-hooks.php:336
|
2353 |
+
msgid "Share icon color"
|
2354 |
msgstr ""
|
2355 |
|
2356 |
+
#: includes/general-hooks.php:368 includes/general-hooks.php:605
|
2357 |
+
msgid "Icon Hover Color"
|
|
|
2358 |
msgstr ""
|
2359 |
|
2360 |
+
#: includes/general-hooks.php:369
|
2361 |
+
msgid "Share icon hover color"
|
|
|
2362 |
msgstr ""
|
2363 |
|
2364 |
+
#: includes/general-hooks.php:401
|
2365 |
+
msgid "Share Button Icon Size"
|
2366 |
msgstr ""
|
2367 |
|
2368 |
+
#: includes/general-hooks.php:435
|
2369 |
+
msgid "Share Button Margin"
|
2370 |
msgstr ""
|
2371 |
|
2372 |
+
#: includes/general-hooks.php:464
|
2373 |
+
msgid ""
|
2374 |
+
"Enable it to display the like button. Please note that you should have "
|
2375 |
+
"\"ulike\" plugin installed for this feature."
|
2376 |
msgstr ""
|
2377 |
|
2378 |
+
#: includes/general-hooks.php:487
|
2379 |
+
msgid "Like Type"
|
2380 |
+
msgstr ""
|
2381 |
|
2382 |
+
#: includes/general-hooks.php:513
|
2383 |
+
msgid "Like Icon"
|
2384 |
msgstr ""
|
2385 |
|
2386 |
+
#: includes/general-hooks.php:539
|
2387 |
+
#, fuzzy
|
2388 |
+
msgid "Icon Liked Color"
|
2389 |
+
msgstr "رنگ پس زمینه"
|
2390 |
+
|
2391 |
+
#: includes/general-hooks.php:540 includes/general-hooks.php:573
|
2392 |
+
msgid "Like icon color"
|
2393 |
msgstr ""
|
2394 |
|
2395 |
+
#: includes/general-hooks.php:572
|
2396 |
+
msgid "Icon Not Liked Color"
|
2397 |
msgstr ""
|
2398 |
|
2399 |
+
#: includes/general-hooks.php:606
|
2400 |
+
msgid "Like icon hover color"
|
2401 |
msgstr ""
|
2402 |
|
2403 |
+
#: includes/general-hooks.php:638
|
2404 |
+
msgid "Like Button Icon Size"
|
2405 |
msgstr ""
|
2406 |
|
2407 |
+
#: includes/general-hooks.php:672
|
2408 |
+
msgid "Like Button Margin"
|
|
|
2409 |
msgstr ""
|
2410 |
|
2411 |
+
#: includes/general-hooks.php:755
|
2412 |
+
msgid "Next Portfolio Label"
|
2413 |
msgstr ""
|
2414 |
|
2415 |
+
#: includes/general-hooks.php:756 includes/general-hooks.php:774
|
2416 |
+
msgid "Specifies the word after next and previous navigation."
|
2417 |
msgstr ""
|
2418 |
|
2419 |
+
#: includes/general-hooks.php:773
|
2420 |
+
msgid "Previous Portfolio Label"
|
2421 |
msgstr ""
|
2422 |
|
2423 |
+
#: includes/general-hooks.php:818
|
2424 |
msgid "Portfolio Title"
|
2425 |
msgstr ""
|
2426 |
|
2427 |
+
#: includes/general-hooks.php:824
|
2428 |
msgid "Display Title Bar Section"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
+
#: includes/general-hooks.php:825
|
2432 |
msgid "Enable it to show the title section."
|
2433 |
msgstr ""
|
2434 |
|
2435 |
+
#: includes/general-hooks.php:841
|
2436 |
msgid "Layout presets"
|
2437 |
msgstr ""
|
2438 |
|
2439 |
+
#: includes/general-hooks.php:883
|
2440 |
msgid "Title bar with light overlay which is aligned center"
|
2441 |
msgstr ""
|
2442 |
|
2443 |
+
#: includes/general-hooks.php:901
|
2444 |
msgid "Fullscreen title bar with light overlay on background"
|
2445 |
msgstr ""
|
2446 |
|
2447 |
+
#: includes/general-hooks.php:919
|
2448 |
msgid "Fullscreen title bar with dark overlay on background"
|
2449 |
msgstr ""
|
2450 |
|
2451 |
+
#: includes/general-hooks.php:937
|
2452 |
msgid "Fullscreen title bar with border around the title"
|
2453 |
msgstr ""
|
2454 |
|
2455 |
+
#: includes/general-hooks.php:955
|
2456 |
msgid "Fullscreen title bar with dark box around the title"
|
2457 |
msgstr ""
|
2458 |
|
2459 |
+
#: includes/general-hooks.php:973
|
2460 |
msgid "Title aligned left with dark overlay on background"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
+
#: includes/general-hooks.php:991
|
2464 |
msgid "Tile overlaps the title area section and is aligned center"
|
2465 |
msgstr ""
|
2466 |
|
2467 |
+
#: includes/general-hooks.php:1012
|
2468 |
msgid "Enable advanced setting"
|
2469 |
msgstr ""
|
2470 |
|
2471 |
+
#: includes/general-hooks.php:1013
|
2472 |
msgid "Enable it to customize preset layouts."
|
2473 |
msgstr ""
|
2474 |
|
2475 |
+
#: includes/general-hooks.php:1036
|
2476 |
msgid "Content Width"
|
2477 |
msgstr ""
|
2478 |
|
2479 |
+
#: includes/general-hooks.php:1056
|
2480 |
msgid "Boxed"
|
2481 |
msgstr ""
|
2482 |
|
2483 |
+
#: includes/general-hooks.php:1060
|
2484 |
msgid "Full Width Content with Space on Sides"
|
2485 |
msgstr ""
|
2486 |
|
2487 |
+
#: includes/general-hooks.php:1064
|
2488 |
msgid "Full Width Content"
|
2489 |
msgstr ""
|
2490 |
|
2491 |
+
#: includes/general-hooks.php:1073
|
2492 |
msgid "Title Section Height"
|
2493 |
msgstr ""
|
2494 |
|
2495 |
+
#: includes/general-hooks.php:1100
|
2496 |
msgid "Auto Height"
|
2497 |
msgstr ""
|
2498 |
|
2499 |
+
#: includes/general-hooks.php:1101
|
2500 |
msgid "Full Height"
|
2501 |
msgstr ""
|
2502 |
|
2503 |
+
#: includes/general-hooks.php:1106
|
2504 |
msgid "Vertical Position"
|
2505 |
msgstr ""
|
2506 |
|
2507 |
+
#: includes/general-hooks.php:1107
|
2508 |
msgid "Specifies vertical alignment of title and subtitle."
|
2509 |
msgstr ""
|
2510 |
|
2511 |
+
#: includes/general-hooks.php:1108
|
2512 |
msgid ""
|
2513 |
"Note: Parallax feature in not available for \"Bottom Overlap\" vertical mode."
|
2514 |
msgstr ""
|
2515 |
|
2516 |
+
#: includes/general-hooks.php:1134
|
2517 |
msgid "Top"
|
2518 |
msgstr ""
|
2519 |
|
2520 |
+
#: includes/general-hooks.php:1135
|
2521 |
msgid "Middle"
|
2522 |
msgstr ""
|
2523 |
|
2524 |
+
#: includes/general-hooks.php:1136
|
2525 |
msgid "Bottom"
|
2526 |
msgstr ""
|
2527 |
|
2528 |
+
#: includes/general-hooks.php:1137
|
2529 |
msgid "Bottom Overlap"
|
2530 |
msgstr ""
|
2531 |
|
2532 |
+
#: includes/general-hooks.php:1142
|
2533 |
msgid "Scroll Down Arrow"
|
2534 |
msgstr ""
|
2535 |
|
2536 |
+
#: includes/general-hooks.php:1143
|
2537 |
msgid "This option only applies if section height is \"Full Height\"."
|
2538 |
msgstr ""
|
2539 |
|
2540 |
+
#: includes/general-hooks.php:1184
|
2541 |
msgid "Round"
|
2542 |
msgstr ""
|
2543 |
|
2544 |
+
#: includes/general-hooks.php:1191
|
2545 |
+
msgid "Display Titles"
|
2546 |
+
msgstr ""
|
2547 |
+
|
2548 |
+
#: includes/general-hooks.php:1192
|
2549 |
+
msgid "Enable it to display title/subtitle in title section."
|
2550 |
+
msgstr ""
|
2551 |
+
|
2552 |
+
#: includes/general-hooks.php:1220
|
2553 |
msgid "Border for Heading"
|
2554 |
msgstr ""
|
2555 |
|
2556 |
+
#: includes/general-hooks.php:1221
|
2557 |
msgid "Enable it to display a border around the title and subtitle area."
|
2558 |
msgstr ""
|
2559 |
|
2560 |
+
#: includes/general-hooks.php:1254
|
2561 |
msgid "Boxed Title"
|
2562 |
msgstr ""
|
2563 |
|
2564 |
+
#: includes/general-hooks.php:1255
|
2565 |
msgid ""
|
2566 |
"Enable it to wrap the title and subtitle in a box with background color."
|
2567 |
msgstr ""
|
2568 |
|
2569 |
+
#: includes/general-hooks.php:1288
|
2570 |
msgid "Title Box Custom Color"
|
2571 |
msgstr ""
|
2572 |
|
2573 |
+
#: includes/general-hooks.php:1289
|
2574 |
msgid ""
|
2575 |
"Specifies a custom background color for the box around the title and "
|
2576 |
"subtitle."
|
2577 |
msgstr ""
|
2578 |
|
2579 |
+
#: includes/general-hooks.php:1327
|
2580 |
msgid "Display Post Meta"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: includes/general-hooks.php:1328
|
2584 |
msgid "Enable it to display post meta information on title section."
|
2585 |
msgstr ""
|
2586 |
|
2587 |
+
#: includes/general-hooks.php:1356
|
2588 |
msgid "Display Breadcrumb"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
+
#: includes/general-hooks.php:1357
|
2592 |
msgid "Enable it to display breadcrumb on title section."
|
2593 |
msgstr ""
|
2594 |
|
2595 |
+
#: includes/general-hooks.php:1385
|
2596 |
msgid "Border for Breadcrumb"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
+
#: includes/general-hooks.php:1386
|
2600 |
msgid "Enable it to display border around breadcrumb."
|
2601 |
msgstr ""
|
2602 |
|
2603 |
+
#: includes/general-hooks.php:1419
|
2604 |
+
msgid "Breadcrumb Separator Icon"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2605 |
msgstr ""
|
2606 |
|
2607 |
+
#: includes/general-hooks.php:1453
|
2608 |
msgid "Text Align"
|
2609 |
msgstr ""
|
2610 |
|
2611 |
+
#: includes/general-hooks.php:1496
|
2612 |
msgid "Overlay Color"
|
2613 |
msgstr ""
|
2614 |
|
2615 |
+
#: includes/general-hooks.php:1497
|
2616 |
msgid ""
|
2617 |
"The color that overlay on the background. Please note that color should have "
|
2618 |
"transparency."
|
2619 |
msgstr ""
|
2620 |
|
2621 |
+
#: includes/general-hooks.php:1525
|
2622 |
msgid "Overlay Pattern"
|
2623 |
msgstr ""
|
2624 |
|
2625 |
+
#: includes/general-hooks.php:1557
|
2626 |
msgid "Hash"
|
2627 |
msgstr ""
|
2628 |
|
2629 |
+
#: includes/general-hooks.php:1564
|
2630 |
msgid "Overlay Pattern Opacity"
|
2631 |
msgstr ""
|
2632 |
|
2633 |
+
#: includes/general-hooks.php:1600
|
2634 |
msgid "Color Mode"
|
2635 |
msgstr ""
|
2636 |
|
2637 |
+
#: includes/general-hooks.php:1635
|
2638 |
msgid "Enable Title Background"
|
2639 |
msgstr ""
|
2640 |
|
2641 |
+
#: includes/general-hooks.php:1636
|
2642 |
msgid "Enable it to display custom background for title section."
|
2643 |
msgstr ""
|
2644 |
|
2645 |
+
#: includes/general-hooks.php:1664
|
2646 |
msgid "Enable Parallax Effect"
|
2647 |
msgstr ""
|
2648 |
|
2649 |
+
#: includes/general-hooks.php:1665
|
2650 |
msgid "Enable it to have parallax background effect on this section."
|
2651 |
msgstr ""
|
2652 |
|
2653 |
+
#: includes/general-hooks.php:1666
|
2654 |
msgid ""
|
2655 |
"Note: Parallax feature in not available for \"Bottom Overlap\" mode for "
|
2656 |
"\"Vertical Position\" option."
|
2657 |
msgstr ""
|
2658 |
|
2659 |
+
#: includes/general-hooks.php:1699
|
2660 |
msgid "Background Color"
|
2661 |
msgstr "رنگ پس زمینه"
|
2662 |
|
2663 |
+
#: includes/general-hooks.php:1700
|
2664 |
msgid "Specifies a background color for title bar."
|
2665 |
msgstr ""
|
2666 |
|
2667 |
+
#: includes/general-hooks.php:1734
|
2668 |
msgid "Background Size"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
+
#: includes/general-hooks.php:1735
|
2672 |
msgid "Specifies the background size."
|
2673 |
msgstr ""
|
2674 |
|
2675 |
+
#: includes/general-hooks.php:1767
|
2676 |
msgid "Auto"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
+
#: includes/general-hooks.php:1771
|
2680 |
msgid "Contain"
|
2681 |
msgstr ""
|
2682 |
|
2683 |
+
#: includes/general-hooks.php:1775
|
2684 |
msgid "Cover"
|
2685 |
msgstr ""
|
2686 |
|
2687 |
+
#: includes/general-hooks.php:1783
|
2688 |
msgid "Background Image"
|
2689 |
msgstr ""
|
2690 |
|
2691 |
+
#: includes/general-hooks.php:1784
|
2692 |
msgid "Specifies a background image for title bar."
|
2693 |
msgstr ""
|
2694 |
|
2695 |
+
#: includes/general-hooks.php:1818
|
2696 |
msgid "Background Video MP4"
|
2697 |
msgstr ""
|
2698 |
|
2699 |
+
#: includes/general-hooks.php:1819 includes/general-hooks.php:1854
|
2700 |
+
#: includes/general-hooks.php:1889
|
2701 |
msgid ""
|
2702 |
"You can upload custom video for title background</br>Note: if you set custom "
|
2703 |
"image, default image backgrounds will be ignored."
|
2704 |
msgstr ""
|
2705 |
|
2706 |
+
#: includes/general-hooks.php:1853
|
2707 |
msgid "Background Video Ogg"
|
2708 |
msgstr ""
|
2709 |
|
2710 |
+
#: includes/general-hooks.php:1888
|
2711 |
msgid "Background Video WebM"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: includes/general-hooks.php:1928
|
2715 |
msgid "Related Portfolios"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
+
#: includes/general-hooks.php:1929
|
2719 |
msgid "Setting for Related Portfolios Section in Single Page"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: includes/general-hooks.php:1935
|
2723 |
msgid ""
|
2724 |
"Enable it to display related portfolios section on single portfolio page."
|
2725 |
msgstr ""
|
2726 |
|
2727 |
+
#: includes/general-hooks.php:1946
|
2728 |
+
msgid "Title Typography"
|
|
|
|
|
|
|
|
|
2729 |
msgstr ""
|
2730 |
|
2731 |
+
#: includes/general-hooks.php:1975
|
2732 |
+
msgid "Related Projects/Works"
|
|
|
|
|
|
|
2733 |
msgstr ""
|
2734 |
|
2735 |
+
#: includes/general-hooks.php:1980
|
2736 |
+
msgid "Label Typography"
|
2737 |
msgstr ""
|
2738 |
|
2739 |
+
#: includes/general-hooks.php:2133
|
2740 |
+
msgid "Category Terms Typography"
|
2741 |
msgstr ""
|
2742 |
|
2743 |
+
#: includes/general-hooks.php:2178
|
2744 |
msgid "Hide it"
|
2745 |
msgstr ""
|
2746 |
|
2747 |
+
#: includes/general-hooks.php:2246
|
2748 |
+
msgid "Browse All Projects"
|
2749 |
msgstr ""
|
2750 |
|
2751 |
+
#: includes/general-hooks.php:2250
|
2752 |
+
msgid "Button Typography"
|
2753 |
msgstr ""
|
2754 |
|
2755 |
+
#: includes/general-hooks.php:2271
|
2756 |
+
#, fuzzy
|
2757 |
+
msgid "Button Background"
|
2758 |
+
msgstr "رنگ پس زمینه"
|
2759 |
+
|
2760 |
+
#: includes/general-hooks.php:2297
|
2761 |
+
msgid "Portfolio Page"
|
2762 |
msgstr ""
|
2763 |
|
2764 |
+
#: includes/general-hooks.php:2298
|
2765 |
+
msgid "Preview Portfolio Page"
|
2766 |
msgstr ""
|
2767 |
|
2768 |
+
#: includes/general-hooks.php:2303
|
2769 |
+
msgid "Custom Page For Archive"
|
2770 |
msgstr ""
|
2771 |
|
2772 |
+
#: includes/general-hooks.php:2304
|
2773 |
+
msgid "Enable this option to select custom page for archive page"
|
2774 |
msgstr ""
|
2775 |
|
2776 |
+
#: includes/general-hooks.php:2313
|
2777 |
+
msgid "Select Page"
|
2778 |
msgstr ""
|
2779 |
|
2780 |
+
#: includes/general-hooks.php:2329
|
2781 |
msgid "Portfolio Template"
|
2782 |
msgstr ""
|
2783 |
|
2784 |
+
#: includes/general-hooks.php:2330
|
2785 |
msgid "Choose your portfolio template."
|
2786 |
msgstr ""
|
2787 |
|
2788 |
+
#: includes/general-hooks.php:2350 includes/general-hooks.php:3054
|
2789 |
msgid "Land"
|
2790 |
msgstr ""
|
2791 |
|
2792 |
+
#: includes/general-hooks.php:2359 includes/general-hooks.php:3063
|
2793 |
msgid "Image Aspect Ratio"
|
2794 |
msgstr ""
|
2795 |
|
2796 |
+
#: includes/general-hooks.php:2389 includes/general-hooks.php:3093
|
2797 |
msgid "Portfolio Hover Type"
|
2798 |
msgstr ""
|
2799 |
|
2800 |
+
#: includes/general-hooks.php:2390 includes/general-hooks.php:2452
|
2801 |
+
#: includes/general-hooks.php:3094 includes/general-hooks.php:3149
|
2802 |
msgid "Hover over images to see the animation."
|
2803 |
msgstr ""
|
2804 |
|
2805 |
+
#: includes/general-hooks.php:2451 includes/general-hooks.php:3148
|
|
|
|
|
|
|
|
|
2806 |
msgid "Tile Portfolio Item Type"
|
2807 |
msgstr ""
|
2808 |
|
2809 |
+
#: includes/general-hooks.php:2567 includes/general-hooks.php:3242
|
2810 |
msgid "Number of Columns in Tablet"
|
2811 |
msgstr ""
|
2812 |
|
2813 |
+
#: includes/general-hooks.php:2596 includes/general-hooks.php:3271
|
2814 |
msgid "Number of Columns in Mobile"
|
2815 |
msgstr ""
|
2816 |
|
2817 |
+
#: includes/general-hooks.php:2624 includes/general-hooks.php:3299
|
2818 |
msgid "Display Like Button"
|
2819 |
msgstr ""
|
2820 |
|
2821 |
+
#: includes/general-hooks.php:2625 includes/general-hooks.php:3300
|
|
|
2822 |
msgid ""
|
2823 |
"Enable it to display %s like button%s on portfolio portfolios. Please note "
|
2824 |
"WP Ulike plugin needs to be activaited to use this option."
|
2825 |
msgstr ""
|
2826 |
|
2827 |
+
#: includes/general-hooks.php:2649 includes/general-hooks.php:2738
|
2828 |
msgid "Enable Entry Box Coloring"
|
2829 |
msgstr ""
|
2830 |
|
2831 |
+
#: includes/general-hooks.php:2650 includes/general-hooks.php:2739
|
2832 |
msgid "Specifies the border/background color for entry box."
|
2833 |
msgstr ""
|
2834 |
|
2835 |
+
#: includes/general-hooks.php:2674 includes/general-hooks.php:2758
|
2836 |
msgid "Specifies the background color for entry box."
|
2837 |
msgstr ""
|
2838 |
|
2839 |
+
#: includes/general-hooks.php:2707 includes/general-hooks.php:2786
|
2840 |
msgid "Specifies the border color for entry box."
|
2841 |
msgstr ""
|
2842 |
|
2843 |
+
#: includes/general-hooks.php:2812
|
2844 |
msgid "Portfolio Sidebar Position"
|
2845 |
msgstr ""
|
2846 |
|
2847 |
+
#: includes/general-hooks.php:2813
|
2848 |
msgid "Specifies the position of sidebar on portfolio page."
|
2849 |
msgstr ""
|
2850 |
|
2851 |
+
#: includes/general-hooks.php:2819 includes/general-hooks.php:3333
|
2852 |
msgid "No Sidebar"
|
2853 |
msgstr ""
|
2854 |
|
2855 |
+
#: includes/general-hooks.php:2823 includes/general-hooks.php:3337
|
2856 |
msgid "Right Sidebar"
|
2857 |
msgstr ""
|
2858 |
|
2859 |
+
#: includes/general-hooks.php:2827 includes/general-hooks.php:3341
|
2860 |
msgid "Left Sidebar"
|
2861 |
msgstr ""
|
2862 |
|
2863 |
+
#: includes/general-hooks.php:2831 includes/general-hooks.php:3345
|
2864 |
msgid "Left Left Sidebar"
|
2865 |
msgstr ""
|
2866 |
|
2867 |
+
#: includes/general-hooks.php:2835 includes/general-hooks.php:3349
|
2868 |
msgid "Right Right Sidebar"
|
2869 |
msgstr ""
|
2870 |
|
2871 |
+
#: includes/general-hooks.php:2839 includes/general-hooks.php:3353
|
2872 |
msgid "Left Right Sidebar"
|
2873 |
msgstr ""
|
2874 |
|
2875 |
+
#: includes/general-hooks.php:2843 includes/general-hooks.php:3357
|
2876 |
msgid "Right Left Sidebar"
|
2877 |
msgstr ""
|
2878 |
|
2879 |
+
#: includes/general-hooks.php:2855
|
2880 |
msgid "Portfolio Sidebar Style"
|
2881 |
msgstr ""
|
2882 |
|
2883 |
+
#: includes/general-hooks.php:2856
|
2884 |
msgid "Specifies the style of sidebar on portfolio page."
|
2885 |
msgstr ""
|
2886 |
|
2887 |
+
#: includes/general-hooks.php:2870 includes/general-hooks.php:3380
|
2888 |
msgid "Simple"
|
2889 |
msgstr ""
|
2890 |
|
2891 |
+
#: includes/general-hooks.php:2874 includes/general-hooks.php:3384
|
2892 |
msgid "Bordered Sidebar"
|
2893 |
msgstr ""
|
2894 |
|
2895 |
+
#: includes/general-hooks.php:2878 includes/general-hooks.php:3388
|
2896 |
msgid "Overlap Background"
|
2897 |
msgstr ""
|
2898 |
|
2899 |
+
#: includes/general-hooks.php:2887
|
2900 |
msgid "Number of Portfolios Per Page"
|
2901 |
msgstr ""
|
2902 |
|
2903 |
+
#: includes/general-hooks.php:2888
|
2904 |
msgid "Specifies the number of portfolios items to show on each page."
|
2905 |
msgstr ""
|
2906 |
|
2907 |
+
#: includes/general-hooks.php:2906
|
2908 |
+
msgid "Display Title Bar?"
|
2909 |
+
msgstr ""
|
2910 |
+
|
2911 |
+
#: includes/general-hooks.php:2907
|
2912 |
+
msgid ""
|
2913 |
+
"Specifies whether to display the title bar at top of portfolio archive page "
|
2914 |
+
"or not."
|
2915 |
+
msgstr ""
|
2916 |
+
|
2917 |
+
#: includes/general-hooks.php:2925
|
2918 |
+
msgid "Display Breadcrumb?"
|
2919 |
+
msgstr ""
|
2920 |
+
|
2921 |
+
#: includes/general-hooks.php:2926
|
2922 |
+
msgid ""
|
2923 |
+
"Specifies whether to display the breadcrumb in title bar of portfolio "
|
2924 |
+
"archive page or not."
|
2925 |
+
msgstr ""
|
2926 |
+
|
2927 |
+
#: includes/general-hooks.php:2948
|
2928 |
+
msgid "Display Title?"
|
2929 |
+
msgstr ""
|
2930 |
+
|
2931 |
+
#: includes/general-hooks.php:2949
|
2932 |
+
msgid ""
|
2933 |
+
"Specifies whether to display the title in title bar of portfolio archive "
|
2934 |
+
"page or not."
|
2935 |
+
msgstr ""
|
2936 |
+
|
2937 |
+
#: includes/general-hooks.php:2971
|
2938 |
+
msgid "Custom Title"
|
2939 |
+
msgstr ""
|
2940 |
+
|
2941 |
+
#: includes/general-hooks.php:2994
|
2942 |
+
msgid "Custom Breadcrumb Label"
|
2943 |
+
msgstr ""
|
2944 |
+
|
2945 |
+
#: includes/general-hooks.php:3021
|
2946 |
msgid "Portfolio Category & tag"
|
2947 |
msgstr ""
|
2948 |
|
2949 |
+
#: includes/general-hooks.php:3022
|
2950 |
msgid "Portfolio Category & tag page Setting"
|
2951 |
msgstr ""
|
2952 |
|
2953 |
+
#: includes/general-hooks.php:3026
|
2954 |
msgid "Taxonomy Page Template"
|
2955 |
msgstr ""
|
2956 |
|
2957 |
+
#: includes/general-hooks.php:3325
|
2958 |
msgid "Taxonomy Page Sidebar Position"
|
2959 |
msgstr ""
|
2960 |
|
2961 |
+
#: includes/general-hooks.php:3366
|
2962 |
msgid "Sidebar Style"
|
2963 |
msgstr ""
|
2964 |
|
2965 |
+
#: includes/general-hooks.php:3367
|
2966 |
msgid "Specifies the style of sidebar on category & tag page."
|
2967 |
msgstr ""
|
2968 |
|
2969 |
+
#: includes/general-hooks.php:3401
|
2970 |
msgid "Portfolio MetaData"
|
2971 |
msgstr ""
|
2972 |
|
2973 |
+
#: includes/general-hooks.php:3402
|
2974 |
msgid "Portfolio MetaData Setting"
|
2975 |
msgstr ""
|
2976 |
|
2977 |
+
#: includes/general-hooks.php:3406
|
2978 |
msgid "Label for Launch Project Button"
|
2979 |
msgstr ""
|
2980 |
|
2981 |
+
#: includes/general-hooks.php:3407
|
2982 |
msgid "Specify a label for launch project button."
|
2983 |
msgstr ""
|
2984 |
|
2985 |
+
#: includes/general-hooks.php:3414
|
2986 |
msgid "Launch Project"
|
2987 |
msgstr ""
|
2988 |
|
2989 |
+
#: includes/general-hooks.php:3418
|
2990 |
msgid "Portfolio MetaDatas"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
+
#: includes/general-hooks.php:3419
|
2994 |
msgid ""
|
2995 |
"Specify the number of fields and the label of each one for portfolio "
|
2996 |
"metadatas"
|
2997 |
msgstr ""
|
2998 |
|
2999 |
+
#: includes/general-hooks.php:3425
|
3000 |
msgid "Project URL"
|
3001 |
msgstr ""
|
3002 |
|
3003 |
+
#: includes/general-hooks.php:3426
|
3004 |
msgid "Client"
|
3005 |
msgstr ""
|
3006 |
|
3007 |
+
#: includes/general-hooks.php:3427
|
3008 |
msgid "Release Date"
|
3009 |
msgstr ""
|
3010 |
|
3011 |
+
#: includes/general-hooks.php:3429
|
3012 |
msgid "Custom Field 1"
|
3013 |
msgstr ""
|
3014 |
|
3015 |
+
#: includes/general-hooks.php:3430
|
3016 |
msgid "Custom Field 2"
|
3017 |
msgstr ""
|
3018 |
|
3019 |
+
#: includes/general-hooks.php:3431
|
3020 |
msgid "Custom Field 3"
|
3021 |
msgstr ""
|
3022 |
|
3023 |
+
#: includes/general-hooks.php:3432
|
3024 |
msgid "Custom Field 4"
|
3025 |
msgstr ""
|
3026 |
|
3027 |
+
#: includes/general-hooks.php:3433
|
3028 |
msgid "Custom Field 5"
|
3029 |
msgstr ""
|
3030 |
|
3031 |
+
#: includes/general-hooks.php:3434
|
3032 |
msgid "Custom Field 6"
|
3033 |
msgstr ""
|
3034 |
|
3035 |
+
#: includes/general-hooks.php:3435
|
3036 |
msgid "Custom Field 7"
|
3037 |
msgstr ""
|
3038 |
|
3039 |
+
#: includes/general-hooks.php:3436
|
3040 |
msgid "Custom Field 8"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
+
#: includes/general-hooks.php:3437
|
3044 |
msgid "Custom Field 9"
|
3045 |
msgstr ""
|
3046 |
|
3047 |
+
#: includes/general-hooks.php:3438
|
3048 |
msgid "Custom Field 10"
|
3049 |
msgstr ""
|
3050 |
|
3051 |
+
#: includes/general-hooks.php:3439
|
3052 |
msgid "Custom Field 11"
|
3053 |
msgstr ""
|
3054 |
|
3055 |
+
#: includes/general-hooks.php:3440
|
3056 |
msgid "Custom Field 12"
|
3057 |
msgstr ""
|
3058 |
|
3059 |
+
#: includes/general-hooks.php:3451 includes/general-hooks.php:3452
|
3060 |
+
msgid "Single Portfolio Appearance"
|
3061 |
+
msgstr ""
|
3062 |
+
|
3063 |
+
#: includes/general-hooks.php:3456
|
3064 |
+
msgid "Content"
|
3065 |
+
msgstr ""
|
3066 |
+
|
3067 |
+
#: includes/general-hooks.php:3474
|
3068 |
+
msgid "Overview Content"
|
3069 |
+
msgstr ""
|
3070 |
+
|
3071 |
+
#: includes/general-hooks.php:3483
|
3072 |
+
msgid "Meta"
|
3073 |
+
msgstr ""
|
3074 |
+
|
3075 |
+
#: includes/general-hooks.php:3492
|
3076 |
+
msgid "Meta Terms"
|
3077 |
+
msgstr ""
|
3078 |
+
|
3079 |
+
#: includes/general-hooks.php:3501
|
3080 |
+
msgid "Launch Button"
|
3081 |
+
msgstr ""
|
3082 |
+
|
3083 |
+
#: includes/general-hooks.php:3510
|
3084 |
+
msgid "Launch Button Background"
|
3085 |
+
msgstr ""
|
3086 |
+
|
3087 |
+
#: includes/general-hooks.php:3555
|
3088 |
msgid "Portfolio Options"
|
3089 |
msgstr ""
|
3090 |
|
3091 |
+
#: includes/general-hooks.php:3576
|
3092 |
+
msgid "Likes"
|
3093 |
msgstr ""
|
3094 |
|
3095 |
+
#: includes/general-hooks.php:3608
|
3096 |
+
msgid "Like"
|
3097 |
msgstr ""
|
3098 |
|
3099 |
+
#: includes/general-hooks.php:3635
|
3100 |
msgid "Share"
|
3101 |
msgstr ""
|
3102 |
|
3103 |
+
#: includes/general-hooks.php:3674 public/includes/templates-post.php:19
|
3104 |
msgid "Related Projects"
|
3105 |
msgstr ""
|
3106 |
|
3107 |
+
#: public/includes/class-auxpfo-frontend-assets.php:31
|
3108 |
+
msgid "This is a required field"
|
3109 |
+
msgstr ""
|
3110 |
+
|
3111 |
+
#: public/includes/class-auxpfo-frontend-assets.php:32
|
3112 |
+
msgid "Zipcode must be digits"
|
3113 |
+
msgstr ""
|
3114 |
+
|
3115 |
+
#: public/includes/class-auxpfo-frontend-assets.php:33
|
3116 |
+
msgid "Enter a valid phone number"
|
3117 |
+
msgstr ""
|
3118 |
+
|
3119 |
+
#: public/includes/class-auxpfo-frontend-assets.php:34
|
3120 |
+
msgid "Enter a valid email address"
|
3121 |
+
msgstr ""
|
3122 |
+
|
3123 |
#: public/includes/templates-post.php:12
|
3124 |
msgid "Please activate \"Auxin Elements\" plugin."
|
3125 |
msgstr ""
|
3126 |
|
3127 |
+
#: public/templates/theme-parts/entry/portfolio-column-overlay.php:58
|
3128 |
+
#: public/templates/theme-parts/entry/portfolio-column.php:67
|
3129 |
#: public/templates/theme-parts/entry/portfolio-land.php:86
|
3130 |
+
#: public/templates/theme-parts/entry/portfolio.php:46
|
3131 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:116
|
3132 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:124
|
3133 |
msgid "View all posts in "
|
3134 |
msgstr ""
|
3135 |
|
|
|
|
|
3136 |
#: public/templates/theme-parts/entry/portfolio-land.php:92
|
3137 |
#: public/templates/theme-parts/entry/portfolio-land.php:94
|
|
|
3138 |
msgid "Edit"
|
3139 |
msgstr ""
|
3140 |
|
3141 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:122
|
3142 |
+
msgid "Tags"
|
3143 |
msgstr ""
|
3144 |
|
3145 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:161
|
3146 |
+
msgid "Pages:"
|
3147 |
msgstr ""
|
3148 |
|
3149 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:188
|
3150 |
+
msgid "Next "
|
3151 |
msgstr ""
|
3152 |
|
3153 |
+
#: public/templates/theme-parts/loop-portfolio.php:62
|
3154 |
+
#: public/templates/theme-parts/tax-portfolio.php:66
|
3155 |
+
msgid "To enable this feature, please install \"Auxin Portfolio\" plugin."
|
3156 |
msgstr ""
|
3157 |
|
3158 |
+
#. Plugin URI of the plugin/theme
|
3159 |
+
msgid "http://phlox.pro/"
|
3160 |
msgstr ""
|
3161 |
|
3162 |
+
#. Description of the plugin/theme
|
3163 |
+
msgid "Showcase your projects beautifully in Phlox theme"
|
3164 |
msgstr ""
|
3165 |
|
3166 |
+
#. Author of the plugin/theme
|
3167 |
+
msgid "averta"
|
3168 |
msgstr ""
|
3169 |
|
3170 |
+
#. Author URI of the plugin/theme
|
3171 |
+
msgid "http://averta.net"
|
3172 |
msgstr ""
|
3173 |
|
3174 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:52
|
3175 |
+
msgctxt "auxin-portfolio"
|
3176 |
+
msgid "Portfolios"
|
3177 |
msgstr ""
|
3178 |
|
3179 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:54
|
3180 |
+
msgctxt "Admin menu name"
|
3181 |
+
msgid "Portfolios"
|
3182 |
msgstr ""
|
3183 |
|
3184 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:113
|
3185 |
+
msgctxt "portfolio-cat admin menu name"
|
3186 |
+
msgid "Categories"
|
3187 |
msgstr ""
|
3188 |
|
3189 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:163
|
3190 |
+
msgctxt "portfolio-tag admin menu name"
|
3191 |
+
msgid "Tags"
|
3192 |
msgstr ""
|
3193 |
|
3194 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:212
|
3195 |
+
msgctxt "portfolio-filter admin menu name"
|
3196 |
+
msgid "Filters"
|
3197 |
msgstr ""
|
3198 |
|
3199 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:251
|
3200 |
+
msgctxt "Image column at portfolio edit columns"
|
3201 |
+
msgid "Image"
|
3202 |
+
msgstr ""
|
3203 |
+
|
3204 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:252
|
3205 |
+
msgctxt "Title column at portfolio edit columns"
|
3206 |
+
msgid "Title"
|
3207 |
+
msgstr ""
|
3208 |
+
|
3209 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:253
|
3210 |
+
msgctxt "Type column at portfolio edit columns"
|
3211 |
+
msgid "Category / Type"
|
3212 |
+
msgstr ""
|
3213 |
+
|
3214 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:254
|
3215 |
+
msgctxt "Tag/Filter column at portfolio edit columns"
|
3216 |
+
msgid "Tag / Filter"
|
3217 |
+
msgstr ""
|
3218 |
+
|
3219 |
+
#: includes/classes/class-auxpfo-post-type-portfolio.php:255
|
3220 |
+
msgctxt "Date column at portfolio edit columns"
|
3221 |
+
msgid "Release Date"
|
3222 |
msgstr ""
|
3223 |
+
|
3224 |
+
#~ msgid "all"
|
3225 |
+
#~ msgstr "همه"
|
languages/auxin-portfolio.pot
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
# Averta Copyright (c) {2020}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
-
"Project-Id-Version: Phlox Portfolio 2.0.
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
-
"POT-Creation-Date: 2020-
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -84,7 +84,7 @@ msgid "Default"
|
|
84 |
msgstr ""
|
85 |
|
86 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:71
|
87 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
88 |
#: includes/elements/elementor/recent-portfolios-masonry.php:410
|
89 |
#: includes/elements/elementor/recent-portfolios-tile.php:428
|
90 |
#: includes/elements/recent-portfolios.php:459 includes/general-hooks.php:137
|
@@ -93,7 +93,7 @@ msgid "Left"
|
|
93 |
msgstr ""
|
94 |
|
95 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:75
|
96 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
97 |
#: includes/elements/elementor/recent-portfolios-masonry.php:414
|
98 |
#: includes/elements/elementor/recent-portfolios-tile.php:432
|
99 |
#: includes/elements/recent-portfolios.php:463 includes/general-hooks.php:141
|
@@ -826,10 +826,11 @@ msgstr ""
|
|
826 |
#: includes/elements/elementor/recent-portfolios-grid.php:178
|
827 |
#: includes/elements/elementor/recent-portfolios-grid.php:189
|
828 |
#: includes/elements/elementor/recent-portfolios-grid.php:201
|
829 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
830 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
831 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
832 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
|
|
833 |
#: includes/elements/elementor/recent-portfolios-masonry.php:166
|
834 |
#: includes/elements/elementor/recent-portfolios-masonry.php:177
|
835 |
#: includes/elements/elementor/recent-portfolios-masonry.php:188
|
@@ -866,10 +867,11 @@ msgstr ""
|
|
866 |
#: includes/elements/elementor/recent-portfolios-grid.php:179
|
867 |
#: includes/elements/elementor/recent-portfolios-grid.php:190
|
868 |
#: includes/elements/elementor/recent-portfolios-grid.php:202
|
869 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
870 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
871 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
872 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
|
|
873 |
#: includes/elements/elementor/recent-portfolios-masonry.php:167
|
874 |
#: includes/elements/elementor/recent-portfolios-masonry.php:178
|
875 |
#: includes/elements/elementor/recent-portfolios-masonry.php:189
|
@@ -899,7 +901,7 @@ msgid "Display Info"
|
|
899 |
msgstr ""
|
900 |
|
901 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:190
|
902 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
903 |
#: includes/elements/elementor/recent-portfolios-masonry.php:186
|
904 |
#: includes/elements/recent-portfolios.php:766 includes/general-hooks.php:463
|
905 |
msgid "Display like button"
|
@@ -918,7 +920,7 @@ msgid "Placeholder color while loading image"
|
|
918 |
msgstr ""
|
919 |
|
920 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:240
|
921 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
922 |
#: includes/elements/elementor/recent-portfolios-masonry.php:197
|
923 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:217
|
924 |
#: includes/elements/elementor/recent-portfolios-tile.php:215
|
@@ -927,7 +929,7 @@ msgid "Deeplink"
|
|
927 |
msgstr ""
|
928 |
|
929 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:241
|
930 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
931 |
#: includes/elements/elementor/recent-portfolios-masonry.php:198
|
932 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:218
|
933 |
#: includes/elements/elementor/recent-portfolios-tile.php:216
|
@@ -938,7 +940,7 @@ msgid ""
|
|
938 |
msgstr ""
|
939 |
|
940 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:252
|
941 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
942 |
#: includes/elements/elementor/recent-portfolios-masonry.php:209
|
943 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:229
|
944 |
#: includes/elements/elementor/recent-portfolios-tile.php:227
|
@@ -947,7 +949,7 @@ msgid "Deeplink slug"
|
|
947 |
msgstr ""
|
948 |
|
949 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:253
|
950 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
951 |
#: includes/elements/elementor/recent-portfolios-masonry.php:210
|
952 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:230
|
953 |
#: includes/elements/elementor/recent-portfolios-tile.php:228
|
@@ -962,7 +964,7 @@ msgid "Navigation control"
|
|
962 |
msgstr ""
|
963 |
|
964 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:282
|
965 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
966 |
#: includes/elements/elementor/recent-portfolios-masonry.php:579
|
967 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:259
|
968 |
#: includes/elements/elementor/recent-portfolios-tile.php:597
|
@@ -985,7 +987,7 @@ msgid "Bullets"
|
|
985 |
msgstr ""
|
986 |
|
987 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:285
|
988 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
989 |
#: includes/elements/elementor/recent-portfolios-masonry.php:609
|
990 |
#: includes/elements/elementor/recent-portfolios-tile.php:627
|
991 |
#: includes/elements/recent-portfolios.php:647 includes/general-hooks.php:291
|
@@ -994,7 +996,7 @@ msgid "Text"
|
|
994 |
msgstr ""
|
995 |
|
996 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:293
|
997 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
998 |
#: includes/elements/elementor/recent-portfolios-masonry.php:587
|
999 |
#: includes/elements/elementor/recent-portfolios-tile.php:605
|
1000 |
#: includes/elements/recent-portfolios.php:629
|
@@ -1084,14 +1086,14 @@ msgid "Specifies the delay between auto-forwarding in seconds."
|
|
1084 |
msgstr ""
|
1085 |
|
1086 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:392
|
1087 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1088 |
#: includes/elements/elementor/recent-portfolios-masonry.php:485
|
1089 |
#: includes/elements/elementor/recent-portfolios-tile.php:503
|
1090 |
msgid "Transition"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:400
|
1094 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1095 |
#: includes/elements/elementor/recent-portfolios-masonry.php:493
|
1096 |
#: includes/elements/elementor/recent-portfolios-tile.php:511
|
1097 |
#: includes/elements/recent-portfolios.php:529
|
@@ -1099,7 +1101,7 @@ msgid "Transition duration on reveal"
|
|
1099 |
msgstr ""
|
1100 |
|
1101 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:401
|
1102 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1103 |
#: includes/elements/elementor/recent-portfolios-masonry.php:494
|
1104 |
#: includes/elements/elementor/recent-portfolios-tile.php:512
|
1105 |
#: includes/elements/recent-portfolios.php:530
|
@@ -1109,7 +1111,7 @@ msgid ""
|
|
1109 |
msgstr ""
|
1110 |
|
1111 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:411
|
1112 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1113 |
#: includes/elements/elementor/recent-portfolios-masonry.php:504
|
1114 |
#: includes/elements/elementor/recent-portfolios-tile.php:522
|
1115 |
#: includes/elements/recent-portfolios.php:541
|
@@ -1117,7 +1119,7 @@ msgid "Delay between reveal"
|
|
1117 |
msgstr ""
|
1118 |
|
1119 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:412
|
1120 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1121 |
#: includes/elements/elementor/recent-portfolios-masonry.php:505
|
1122 |
#: includes/elements/elementor/recent-portfolios-tile.php:523
|
1123 |
#: includes/elements/recent-portfolios.php:542
|
@@ -1125,7 +1127,7 @@ msgid "The delay between each sequence of revealing transitions (milliseconds)."
|
|
1125 |
msgstr ""
|
1126 |
|
1127 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:422
|
1128 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1129 |
#: includes/elements/elementor/recent-portfolios-masonry.php:515
|
1130 |
#: includes/elements/elementor/recent-portfolios-tile.php:533
|
1131 |
#: includes/elements/recent-portfolios.php:553
|
@@ -1133,7 +1135,7 @@ msgid "Transition duration on hide"
|
|
1133 |
msgstr ""
|
1134 |
|
1135 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:423
|
1136 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1137 |
#: includes/elements/elementor/recent-portfolios-masonry.php:516
|
1138 |
#: includes/elements/elementor/recent-portfolios-tile.php:534
|
1139 |
#: includes/elements/recent-portfolios.php:554
|
@@ -1143,7 +1145,7 @@ msgid ""
|
|
1143 |
msgstr ""
|
1144 |
|
1145 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:433
|
1146 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1147 |
#: includes/elements/elementor/recent-portfolios-masonry.php:526
|
1148 |
#: includes/elements/elementor/recent-portfolios-tile.php:544
|
1149 |
#: includes/elements/recent-portfolios.php:565
|
@@ -1151,7 +1153,7 @@ msgid "Delay between hide"
|
|
1151 |
msgstr ""
|
1152 |
|
1153 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:434
|
1154 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1155 |
#: includes/elements/elementor/recent-portfolios-masonry.php:527
|
1156 |
#: includes/elements/elementor/recent-portfolios-tile.php:545
|
1157 |
#: includes/elements/recent-portfolios.php:566
|
@@ -1159,7 +1161,7 @@ msgid "The delay between each sequence of hiding transitions (milliseconds)."
|
|
1159 |
msgstr ""
|
1160 |
|
1161 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:453
|
1162 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1163 |
#: includes/elements/elementor/recent-portfolios-masonry.php:243
|
1164 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:348
|
1165 |
#: includes/elements/elementor/recent-portfolios-tile.php:261
|
@@ -1167,8 +1169,8 @@ msgid "Query"
|
|
1167 |
msgstr ""
|
1168 |
|
1169 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:460
|
1170 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1171 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1172 |
#: includes/elements/elementor/recent-portfolios-masonry.php:250
|
1173 |
#: includes/elements/elementor/recent-portfolios-masonry.php:853
|
1174 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:355
|
@@ -1206,7 +1208,7 @@ msgid "Exclude portfolios without media"
|
|
1206 |
msgstr ""
|
1207 |
|
1208 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:497
|
1209 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1210 |
#: includes/elements/elementor/recent-portfolios-masonry.php:286
|
1211 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:403
|
1212 |
#: includes/elements/elementor/recent-portfolios-tile.php:304
|
@@ -1216,7 +1218,7 @@ msgid "Order by"
|
|
1216 |
msgstr ""
|
1217 |
|
1218 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:501
|
1219 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1220 |
#: includes/elements/elementor/recent-portfolios-masonry.php:290
|
1221 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:407
|
1222 |
#: includes/elements/elementor/recent-portfolios-tile.php:308
|
@@ -1226,7 +1228,7 @@ msgid "Date"
|
|
1226 |
msgstr ""
|
1227 |
|
1228 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:502
|
1229 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1230 |
#: includes/elements/elementor/recent-portfolios-masonry.php:291
|
1231 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:408
|
1232 |
#: includes/elements/elementor/recent-portfolios-tile.php:309
|
@@ -1237,8 +1239,8 @@ msgstr ""
|
|
1237 |
|
1238 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:503
|
1239 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:698
|
1240 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1241 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1242 |
#: includes/elements/elementor/recent-portfolios-masonry.php:292
|
1243 |
#: includes/elements/elementor/recent-portfolios-masonry.php:740
|
1244 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:409
|
@@ -1253,7 +1255,7 @@ msgid "Title"
|
|
1253 |
msgstr ""
|
1254 |
|
1255 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:504
|
1256 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1257 |
#: includes/elements/elementor/recent-portfolios-masonry.php:293
|
1258 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:410
|
1259 |
#: includes/elements/elementor/recent-portfolios-tile.php:311
|
@@ -1263,7 +1265,7 @@ msgid "ID"
|
|
1263 |
msgstr ""
|
1264 |
|
1265 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:505
|
1266 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1267 |
#: includes/elements/elementor/recent-portfolios-masonry.php:294
|
1268 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:411
|
1269 |
#: includes/elements/elementor/recent-portfolios-tile.php:312
|
@@ -1273,7 +1275,7 @@ msgid "Random"
|
|
1273 |
msgstr ""
|
1274 |
|
1275 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:506
|
1276 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1277 |
#: includes/elements/elementor/recent-portfolios-masonry.php:295
|
1278 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:412
|
1279 |
#: includes/elements/elementor/recent-portfolios-tile.php:313
|
@@ -1283,7 +1285,7 @@ msgid "Comments"
|
|
1283 |
msgstr ""
|
1284 |
|
1285 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:507
|
1286 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1287 |
#: includes/elements/elementor/recent-portfolios-masonry.php:296
|
1288 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:413
|
1289 |
#: includes/elements/elementor/recent-portfolios-tile.php:314
|
@@ -1293,7 +1295,7 @@ msgid "Date Modified"
|
|
1293 |
msgstr ""
|
1294 |
|
1295 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:508
|
1296 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1297 |
#: includes/elements/elementor/recent-portfolios-masonry.php:297
|
1298 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:414
|
1299 |
#: includes/elements/elementor/recent-portfolios-tile.php:315
|
@@ -1303,7 +1305,7 @@ msgid "Author"
|
|
1303 |
msgstr ""
|
1304 |
|
1305 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:509
|
1306 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1307 |
#: includes/elements/elementor/recent-portfolios-masonry.php:298
|
1308 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:415
|
1309 |
#: includes/elements/elementor/recent-portfolios-tile.php:316
|
@@ -1313,7 +1315,7 @@ msgid "Inserted Post IDs"
|
|
1313 |
msgstr ""
|
1314 |
|
1315 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:517
|
1316 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1317 |
#: includes/elements/elementor/recent-portfolios-masonry.php:306
|
1318 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:423
|
1319 |
#: includes/elements/elementor/recent-portfolios-tile.php:324
|
@@ -1323,7 +1325,7 @@ msgid "Order"
|
|
1323 |
msgstr ""
|
1324 |
|
1325 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:521
|
1326 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1327 |
#: includes/elements/elementor/recent-portfolios-masonry.php:310
|
1328 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:427
|
1329 |
#: includes/elements/elementor/recent-portfolios-tile.php:328
|
@@ -1333,7 +1335,7 @@ msgid "Descending"
|
|
1333 |
msgstr ""
|
1334 |
|
1335 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:522
|
1336 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1337 |
#: includes/elements/elementor/recent-portfolios-masonry.php:311
|
1338 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:428
|
1339 |
#: includes/elements/elementor/recent-portfolios-tile.php:329
|
@@ -1343,7 +1345,7 @@ msgid "Ascending"
|
|
1343 |
msgstr ""
|
1344 |
|
1345 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:530
|
1346 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1347 |
#: includes/elements/elementor/recent-portfolios-masonry.php:319
|
1348 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:436
|
1349 |
#: includes/elements/elementor/recent-portfolios-tile.php:337
|
@@ -1353,7 +1355,7 @@ msgid "Only portfolios"
|
|
1353 |
msgstr ""
|
1354 |
|
1355 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:531
|
1356 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1357 |
#: includes/elements/elementor/recent-portfolios-masonry.php:320
|
1358 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:437
|
1359 |
#: includes/elements/elementor/recent-portfolios-tile.php:338
|
@@ -1364,7 +1366,7 @@ msgid ""
|
|
1364 |
msgstr ""
|
1365 |
|
1366 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:539
|
1367 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1368 |
#: includes/elements/elementor/recent-portfolios-masonry.php:328
|
1369 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:445
|
1370 |
#: includes/elements/elementor/recent-portfolios-tile.php:346
|
@@ -1374,7 +1376,7 @@ msgid "Include portfolios"
|
|
1374 |
msgstr ""
|
1375 |
|
1376 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:540
|
1377 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1378 |
#: includes/elements/elementor/recent-portfolios-masonry.php:329
|
1379 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:446
|
1380 |
#: includes/elements/elementor/recent-portfolios-tile.php:347
|
@@ -1385,7 +1387,7 @@ msgid ""
|
|
1385 |
msgstr ""
|
1386 |
|
1387 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:548
|
1388 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1389 |
#: includes/elements/elementor/recent-portfolios-masonry.php:337
|
1390 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:454
|
1391 |
#: includes/elements/elementor/recent-portfolios-tile.php:355
|
@@ -1393,7 +1395,7 @@ msgid "Exclude portfolios"
|
|
1393 |
msgstr ""
|
1394 |
|
1395 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:549
|
1396 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1397 |
#: includes/elements/elementor/recent-portfolios-masonry.php:338
|
1398 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:455
|
1399 |
#: includes/elements/elementor/recent-portfolios-tile.php:356
|
@@ -1404,7 +1406,7 @@ msgid ""
|
|
1404 |
msgstr ""
|
1405 |
|
1406 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:557
|
1407 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1408 |
#: includes/elements/elementor/recent-portfolios-masonry.php:346
|
1409 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:463
|
1410 |
#: includes/elements/elementor/recent-portfolios-tile.php:364
|
@@ -1414,7 +1416,7 @@ msgid "Start offset"
|
|
1414 |
msgstr ""
|
1415 |
|
1416 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:558
|
1417 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1418 |
#: includes/elements/elementor/recent-portfolios-masonry.php:347
|
1419 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:464
|
1420 |
#: includes/elements/elementor/recent-portfolios-tile.php:365
|
@@ -1423,14 +1425,14 @@ msgid "Number of portfolios to display or pass over."
|
|
1423 |
msgstr ""
|
1424 |
|
1425 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:576
|
1426 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1427 |
#: includes/elements/elementor/recent-portfolios-masonry.php:643
|
1428 |
#: includes/elements/elementor/recent-portfolios-tile.php:649
|
1429 |
msgid "Image"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:584
|
1433 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1434 |
#: includes/elements/elementor/recent-portfolios-masonry.php:651
|
1435 |
#: includes/elements/recent-portfolios.php:661 includes/general-hooks.php:2493
|
1436 |
#: includes/general-hooks.php:3190
|
@@ -1438,7 +1440,7 @@ msgid "Space"
|
|
1438 |
msgstr ""
|
1439 |
|
1440 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:585
|
1441 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1442 |
#: includes/elements/elementor/recent-portfolios-masonry.php:652
|
1443 |
#: includes/elements/recent-portfolios.php:662 includes/general-hooks.php:2494
|
1444 |
#: includes/general-hooks.php:3191
|
@@ -1446,7 +1448,7 @@ msgid "Specifies horizontal space between items (pixel)."
|
|
1446 |
msgstr ""
|
1447 |
|
1448 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:597
|
1449 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1450 |
#: includes/elements/recent-portfolios.php:293 includes/general-hooks.php:1997
|
1451 |
msgid "Image aspect ratio"
|
1452 |
msgstr ""
|
@@ -1472,23 +1474,23 @@ msgid "Vertical 3:4"
|
|
1472 |
msgstr ""
|
1473 |
|
1474 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:605
|
1475 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1476 |
msgid "Custom"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:613
|
1480 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1481 |
msgid "Custom image aspect ratio"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:628
|
1485 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1486 |
#: includes/elements/elementor/recent-portfolios-masonry.php:681
|
1487 |
msgid "Hover Type"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:629
|
1491 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1492 |
#: includes/elements/elementor/recent-portfolios-masonry.php:682
|
1493 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:147
|
1494 |
#: includes/elements/elementor/recent-portfolios-tile.php:145
|
@@ -1496,7 +1498,7 @@ msgid "Move your mouse over each item in order to preview the hover effect."
|
|
1496 |
msgstr ""
|
1497 |
|
1498 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:634
|
1499 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1500 |
#: includes/elements/elementor/recent-portfolios-masonry.php:687
|
1501 |
#: includes/elements/recent-portfolios.php:332 includes/general-hooks.php:2404
|
1502 |
#: includes/general-hooks.php:3108
|
@@ -1504,7 +1506,7 @@ msgid "No animation"
|
|
1504 |
msgstr ""
|
1505 |
|
1506 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:638
|
1507 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1508 |
#: includes/elements/elementor/recent-portfolios-masonry.php:691
|
1509 |
#: includes/elements/recent-portfolios.php:336 includes/general-hooks.php:2409
|
1510 |
#: includes/general-hooks.php:3112
|
@@ -1512,7 +1514,7 @@ msgid "Classic with lightbox style 1"
|
|
1512 |
msgstr ""
|
1513 |
|
1514 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:642
|
1515 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1516 |
#: includes/elements/elementor/recent-portfolios-masonry.php:695
|
1517 |
#: includes/elements/recent-portfolios.php:340 includes/general-hooks.php:2414
|
1518 |
#: includes/general-hooks.php:3116
|
@@ -1520,7 +1522,7 @@ msgid "Classic with lightbox style 2"
|
|
1520 |
msgstr ""
|
1521 |
|
1522 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:646
|
1523 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1524 |
#: includes/elements/elementor/recent-portfolios-masonry.php:699
|
1525 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:496
|
1526 |
#: includes/elements/elementor/recent-portfolios-tile.php:663
|
@@ -1533,7 +1535,7 @@ msgid "Overlay title style 1"
|
|
1533 |
msgstr ""
|
1534 |
|
1535 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:650
|
1536 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1537 |
#: includes/elements/elementor/recent-portfolios-masonry.php:703
|
1538 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:500
|
1539 |
#: includes/elements/elementor/recent-portfolios-tile.php:667
|
@@ -1546,7 +1548,7 @@ msgid "Overlay title style 2"
|
|
1546 |
msgstr ""
|
1547 |
|
1548 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:654
|
1549 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1550 |
#: includes/elements/elementor/recent-portfolios-masonry.php:707
|
1551 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:504
|
1552 |
#: includes/elements/elementor/recent-portfolios-tile.php:671
|
@@ -1559,7 +1561,7 @@ msgid "Overlay title with lightbox style 1"
|
|
1559 |
msgstr ""
|
1560 |
|
1561 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:658
|
1562 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1563 |
#: includes/elements/elementor/recent-portfolios-masonry.php:711
|
1564 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:508
|
1565 |
#: includes/elements/elementor/recent-portfolios-tile.php:675
|
@@ -1572,13 +1574,14 @@ msgid "Overlay title with lightbox style 2"
|
|
1572 |
msgstr ""
|
1573 |
|
1574 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:669
|
1575 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
|
|
1576 |
#: includes/elements/elementor/recent-portfolios-masonry.php:722
|
1577 |
msgid "Border Radius"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:683
|
1581 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1582 |
#: includes/elements/elementor/recent-portfolios-tile.php:686
|
1583 |
msgid "Background"
|
1584 |
msgstr ""
|
@@ -1586,9 +1589,10 @@ msgstr ""
|
|
1586 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:713
|
1587 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:799
|
1588 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:900
|
1589 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1590 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1591 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
|
|
1592 |
#: includes/elements/elementor/recent-portfolios-masonry.php:762
|
1593 |
#: includes/elements/elementor/recent-portfolios-masonry.php:873
|
1594 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:556
|
@@ -1604,13 +1608,15 @@ msgstr ""
|
|
1604 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:826
|
1605 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:907
|
1606 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:927
|
1607 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1608 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1609 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1610 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1611 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1612 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1613 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
|
|
|
|
1614 |
#: includes/elements/elementor/recent-portfolios-masonry.php:772
|
1615 |
#: includes/elements/elementor/recent-portfolios-masonry.php:798
|
1616 |
#: includes/elements/elementor/recent-portfolios-masonry.php:883
|
@@ -1629,9 +1635,10 @@ msgstr ""
|
|
1629 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:733
|
1630 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:819
|
1631 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:920
|
1632 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1633 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1634 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
|
|
1635 |
#: includes/elements/elementor/recent-portfolios-masonry.php:788
|
1636 |
#: includes/elements/elementor/recent-portfolios-masonry.php:899
|
1637 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:482
|
@@ -1644,8 +1651,8 @@ msgstr ""
|
|
1644 |
|
1645 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:764
|
1646 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:850
|
1647 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1648 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1649 |
#: includes/elements/elementor/recent-portfolios-masonry.php:828
|
1650 |
#: includes/elements/elementor/recent-portfolios-masonry.php:939
|
1651 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:622
|
@@ -1660,7 +1667,7 @@ msgid "Info Meta"
|
|
1660 |
msgstr ""
|
1661 |
|
1662 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:866
|
1663 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1664 |
#: includes/elements/elementor/recent-portfolios-masonry.php:958
|
1665 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:752
|
1666 |
#: includes/elements/elementor/recent-portfolios-tile.php:919
|
@@ -1675,21 +1682,25 @@ msgstr ""
|
|
1675 |
msgid "Display categories"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
|
|
|
|
|
|
|
|
1679 |
#: includes/elements/elementor/recent-portfolios-masonry.php:222
|
1680 |
#: includes/elements/elementor/recent-portfolios-tile.php:240
|
1681 |
#: includes/elements/recent-portfolios.php:795
|
1682 |
msgid "Ajax Compatibility"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1686 |
#: includes/elements/elementor/recent-portfolios-masonry.php:223
|
1687 |
#: includes/elements/elementor/recent-portfolios-tile.php:241
|
1688 |
#: includes/elements/recent-portfolios.php:796
|
1689 |
msgid "Using the Ajax feature Makes the performance better"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1693 |
#: includes/elements/elementor/recent-portfolios-masonry.php:251
|
1694 |
#: includes/elements/elementor/recent-portfolios-tile.php:269
|
1695 |
msgid ""
|
@@ -1697,37 +1708,37 @@ msgid ""
|
|
1697 |
"choose the all categories leave the field empty"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1701 |
#: includes/elements/elementor/recent-portfolios-masonry.php:262
|
1702 |
#: includes/elements/elementor/recent-portfolios-tile.php:280
|
1703 |
msgid "Number of posts to show"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1707 |
#: includes/elements/elementor/recent-portfolios-masonry.php:274
|
1708 |
#: includes/elements/elementor/recent-portfolios-tile.php:292
|
1709 |
msgid "Exclude posts without media"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1713 |
#: includes/elements/elementor/recent-portfolios-masonry.php:365
|
1714 |
#: includes/elements/elementor/recent-portfolios-tile.php:383
|
1715 |
msgid "Filters"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1719 |
#: includes/elements/elementor/recent-portfolios-masonry.php:373
|
1720 |
#: includes/elements/elementor/recent-portfolios-tile.php:391
|
1721 |
msgid "Display filters"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1725 |
#: includes/elements/elementor/recent-portfolios-masonry.php:385
|
1726 |
#: includes/elements/elementor/recent-portfolios-tile.php:403
|
1727 |
msgid "Filter By"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1731 |
#: includes/elements/elementor/recent-portfolios-masonry.php:386
|
1732 |
#: includes/elements/elementor/recent-portfolios-masonry.php:404
|
1733 |
#: includes/elements/elementor/recent-portfolios-tile.php:404
|
@@ -1736,125 +1747,126 @@ msgstr ""
|
|
1736 |
msgid "Filter by categories or tags"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1740 |
#: includes/elements/elementor/recent-portfolios-masonry.php:390
|
1741 |
#: includes/elements/elementor/recent-portfolios-tile.php:408
|
1742 |
#: includes/elements/recent-portfolios.php:439
|
1743 |
msgid "Filter"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1747 |
#: includes/elements/elementor/recent-portfolios-masonry.php:391
|
1748 |
#: includes/elements/elementor/recent-portfolios-tile.php:409
|
1749 |
#: includes/elements/recent-portfolios.php:440
|
1750 |
msgid "Category"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1754 |
#: includes/elements/elementor/recent-portfolios-masonry.php:392
|
1755 |
#: includes/elements/elementor/recent-portfolios-tile.php:410
|
1756 |
#: includes/elements/recent-portfolios.php:441
|
1757 |
msgid "Tag"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1761 |
msgid "Alignment"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1765 |
msgid "Set the alignment for filters"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1769 |
#: includes/elements/elementor/recent-portfolios-masonry.php:418
|
1770 |
#: includes/elements/elementor/recent-portfolios-tile.php:436
|
1771 |
#: includes/elements/recent-portfolios.php:467 includes/general-hooks.php:1489
|
1772 |
msgid "Right"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1776 |
#: includes/elements/elementor/recent-portfolios-masonry.php:432
|
1777 |
#: includes/elements/elementor/recent-portfolios-tile.php:450
|
1778 |
msgid "Filter Button Style"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1782 |
#: includes/elements/elementor/recent-portfolios-masonry.php:433
|
1783 |
#: includes/elements/elementor/recent-portfolios-tile.php:451
|
1784 |
#: includes/elements/recent-portfolios.php:481
|
1785 |
msgid "Style of filter buttons."
|
1786 |
msgstr ""
|
1787 |
|
1788 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1789 |
#: includes/elements/elementor/recent-portfolios-masonry.php:439
|
1790 |
#: includes/elements/elementor/recent-portfolios-tile.php:457
|
1791 |
#: includes/elements/recent-portfolios.php:495
|
1792 |
msgid "Slide up"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1796 |
#: includes/elements/elementor/recent-portfolios-masonry.php:443
|
1797 |
#: includes/elements/elementor/recent-portfolios-tile.php:461
|
1798 |
#: includes/elements/recent-portfolios.php:499
|
1799 |
msgid "Fill"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1803 |
#: includes/elements/elementor/recent-portfolios-masonry.php:447
|
1804 |
#: includes/elements/elementor/recent-portfolios-tile.php:465
|
1805 |
#: includes/elements/recent-portfolios.php:503
|
1806 |
msgid "Cube"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1810 |
#: includes/elements/elementor/recent-portfolios-masonry.php:451
|
1811 |
#: includes/elements/elementor/recent-portfolios-tile.php:469
|
1812 |
#: includes/elements/recent-portfolios.php:507
|
1813 |
msgid "Underline"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1817 |
#: includes/elements/elementor/recent-portfolios-masonry.php:455
|
1818 |
#: includes/elements/elementor/recent-portfolios-tile.php:473
|
1819 |
#: includes/elements/recent-portfolios.php:511
|
1820 |
msgid "Float frame"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1824 |
#: includes/elements/elementor/recent-portfolios-masonry.php:459
|
1825 |
#: includes/elements/elementor/recent-portfolios-tile.php:477
|
1826 |
#: includes/elements/recent-portfolios.php:515
|
1827 |
msgid "Borderd"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1831 |
#: includes/elements/elementor/recent-portfolios-masonry.php:463
|
1832 |
#: includes/elements/elementor/recent-portfolios-tile.php:481
|
1833 |
#: includes/elements/recent-portfolios.php:519
|
1834 |
msgid "Float underline"
|
1835 |
msgstr ""
|
1836 |
|
1837 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1838 |
#: includes/elements/elementor/recent-portfolios-masonry.php:467
|
1839 |
#: includes/elements/elementor/recent-portfolios-tile.php:485
|
1840 |
#: includes/elements/recent-portfolios.php:523
|
1841 |
msgid "DropDown"
|
1842 |
msgstr ""
|
1843 |
|
1844 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1845 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1846 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1847 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
|
|
1848 |
#: includes/elements/elementor/recent-portfolios-masonry.php:987
|
1849 |
msgid "Padding"
|
1850 |
msgstr ""
|
1851 |
|
1852 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1853 |
msgid "Active"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1857 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1858 |
#: includes/elements/elementor/recent-portfolios-masonry.php:542
|
1859 |
#: includes/elements/elementor/recent-portfolios-masonry.php:550
|
1860 |
#: includes/elements/elementor/recent-portfolios-tile.php:560
|
@@ -1863,93 +1875,108 @@ msgstr ""
|
|
1863 |
msgid "Paginate"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1867 |
#: includes/elements/elementor/recent-portfolios-masonry.php:551
|
1868 |
#: includes/elements/elementor/recent-portfolios-tile.php:569
|
1869 |
#: includes/elements/recent-portfolios.php:578
|
1870 |
msgid "Paginates the portfolio items"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1874 |
#: includes/elements/elementor/recent-portfolios-masonry.php:562
|
1875 |
#: includes/elements/elementor/recent-portfolios-tile.php:580
|
1876 |
#: includes/elements/recent-portfolios.php:589
|
1877 |
msgid "Items number perpage"
|
1878 |
msgstr ""
|
1879 |
|
1880 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1881 |
#: includes/elements/elementor/recent-portfolios-masonry.php:575
|
1882 |
#: includes/elements/elementor/recent-portfolios-tile.php:593
|
1883 |
#: includes/elements/recent-portfolios.php:605
|
1884 |
msgid "Load More Type"
|
1885 |
msgstr ""
|
1886 |
|
1887 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1888 |
#: includes/elements/elementor/recent-portfolios-masonry.php:583
|
1889 |
#: includes/elements/elementor/recent-portfolios-tile.php:601
|
1890 |
#: includes/elements/recent-portfolios.php:625
|
1891 |
msgid "Infinite Scroll"
|
1892 |
msgstr ""
|
1893 |
|
1894 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1895 |
#: includes/elements/elementor/recent-portfolios-masonry.php:591
|
1896 |
#: includes/elements/elementor/recent-portfolios-tile.php:609
|
1897 |
#: includes/elements/recent-portfolios.php:633
|
1898 |
msgid "Next Prev"
|
1899 |
msgstr ""
|
1900 |
|
1901 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1902 |
#: includes/elements/elementor/recent-portfolios-masonry.php:605
|
1903 |
#: includes/elements/elementor/recent-portfolios-tile.php:623
|
1904 |
#: includes/elements/recent-portfolios.php:639
|
1905 |
msgid "Load More Label"
|
1906 |
msgstr ""
|
1907 |
|
1908 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1909 |
#: includes/elements/elementor/recent-portfolios-masonry.php:610
|
1910 |
#: includes/elements/elementor/recent-portfolios-tile.php:628
|
1911 |
#: includes/elements/recent-portfolios.php:648
|
1912 |
msgid "Arrow"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1916 |
#: includes/elements/elementor/recent-portfolios-masonry.php:611
|
1917 |
#: includes/elements/elementor/recent-portfolios-tile.php:629
|
1918 |
#: includes/elements/recent-portfolios.php:649
|
1919 |
msgid "Text & Arrow"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1923 |
msgid "Horizontal 4 : 3"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1927 |
msgid "Horizontal 16: 9"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1931 |
msgid "Square 1 : 1"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1935 |
msgid "Vertical 3 : 4"
|
1936 |
msgstr ""
|
1937 |
|
1938 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1939 |
#: includes/elements/elementor/recent-portfolios-masonry.php:979
|
1940 |
msgid "Wrapper"
|
1941 |
msgstr ""
|
1942 |
|
1943 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1944 |
msgid "Item Bottom space"
|
1945 |
msgstr ""
|
1946 |
|
1947 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1948 |
#: includes/elements/elementor/recent-portfolios-masonry.php:1000
|
1949 |
msgid "Entry Box Background"
|
1950 |
msgstr ""
|
1951 |
|
1952 |
-
#: includes/elements/elementor/recent-portfolios-grid.php:
|
1953 |
#: includes/elements/elementor/recent-portfolios-masonry.php:1013
|
1954 |
#: includes/elements/recent-portfolios.php:380 includes/general-hooks.php:2705
|
1955 |
#: includes/general-hooks.php:2784
|
@@ -3091,8 +3118,8 @@ msgstr ""
|
|
3091 |
msgid "Please activate \"Auxin Elements\" plugin."
|
3092 |
msgstr ""
|
3093 |
|
3094 |
-
#: public/templates/theme-parts/entry/portfolio-column-overlay.php:
|
3095 |
-
#: public/templates/theme-parts/entry/portfolio-column.php:
|
3096 |
#: public/templates/theme-parts/entry/portfolio-land.php:86
|
3097 |
#: public/templates/theme-parts/entry/portfolio.php:46
|
3098 |
#: public/templates/theme-parts/entry/single-portfolio.php:116
|
1 |
# Averta Copyright (c) {2020}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
+
"Project-Id-Version: Phlox Portfolio 2.0.3\n"
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
+
"POT-Creation-Date: 2020-10-04 12:02:24+00:00\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
84 |
msgstr ""
|
85 |
|
86 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:71
|
87 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:422
|
88 |
#: includes/elements/elementor/recent-portfolios-masonry.php:410
|
89 |
#: includes/elements/elementor/recent-portfolios-tile.php:428
|
90 |
#: includes/elements/recent-portfolios.php:459 includes/general-hooks.php:137
|
93 |
msgstr ""
|
94 |
|
95 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:75
|
96 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:426
|
97 |
#: includes/elements/elementor/recent-portfolios-masonry.php:414
|
98 |
#: includes/elements/elementor/recent-portfolios-tile.php:432
|
99 |
#: includes/elements/recent-portfolios.php:463 includes/general-hooks.php:141
|
826 |
#: includes/elements/elementor/recent-portfolios-grid.php:178
|
827 |
#: includes/elements/elementor/recent-portfolios-grid.php:189
|
828 |
#: includes/elements/elementor/recent-portfolios-grid.php:201
|
829 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:213
|
830 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:238
|
831 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:289
|
832 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:387
|
833 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:698
|
834 |
#: includes/elements/elementor/recent-portfolios-masonry.php:166
|
835 |
#: includes/elements/elementor/recent-portfolios-masonry.php:177
|
836 |
#: includes/elements/elementor/recent-portfolios-masonry.php:188
|
867 |
#: includes/elements/elementor/recent-portfolios-grid.php:179
|
868 |
#: includes/elements/elementor/recent-portfolios-grid.php:190
|
869 |
#: includes/elements/elementor/recent-portfolios-grid.php:202
|
870 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:214
|
871 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:239
|
872 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:290
|
873 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:388
|
874 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:699
|
875 |
#: includes/elements/elementor/recent-portfolios-masonry.php:167
|
876 |
#: includes/elements/elementor/recent-portfolios-masonry.php:178
|
877 |
#: includes/elements/elementor/recent-portfolios-masonry.php:189
|
901 |
msgstr ""
|
902 |
|
903 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:190
|
904 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:199
|
905 |
#: includes/elements/elementor/recent-portfolios-masonry.php:186
|
906 |
#: includes/elements/recent-portfolios.php:766 includes/general-hooks.php:463
|
907 |
msgid "Display like button"
|
920 |
msgstr ""
|
921 |
|
922 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:240
|
923 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:210
|
924 |
#: includes/elements/elementor/recent-portfolios-masonry.php:197
|
925 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:217
|
926 |
#: includes/elements/elementor/recent-portfolios-tile.php:215
|
929 |
msgstr ""
|
930 |
|
931 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:241
|
932 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:211
|
933 |
#: includes/elements/elementor/recent-portfolios-masonry.php:198
|
934 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:218
|
935 |
#: includes/elements/elementor/recent-portfolios-tile.php:216
|
940 |
msgstr ""
|
941 |
|
942 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:252
|
943 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:222
|
944 |
#: includes/elements/elementor/recent-portfolios-masonry.php:209
|
945 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:229
|
946 |
#: includes/elements/elementor/recent-portfolios-tile.php:227
|
949 |
msgstr ""
|
950 |
|
951 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:253
|
952 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:223
|
953 |
#: includes/elements/elementor/recent-portfolios-masonry.php:210
|
954 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:230
|
955 |
#: includes/elements/elementor/recent-portfolios-tile.php:228
|
964 |
msgstr ""
|
965 |
|
966 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:282
|
967 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:724
|
968 |
#: includes/elements/elementor/recent-portfolios-masonry.php:579
|
969 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:259
|
970 |
#: includes/elements/elementor/recent-portfolios-tile.php:597
|
987 |
msgstr ""
|
988 |
|
989 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:285
|
990 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:754
|
991 |
#: includes/elements/elementor/recent-portfolios-masonry.php:609
|
992 |
#: includes/elements/elementor/recent-portfolios-tile.php:627
|
993 |
#: includes/elements/recent-portfolios.php:647 includes/general-hooks.php:291
|
996 |
msgstr ""
|
997 |
|
998 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:293
|
999 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:732
|
1000 |
#: includes/elements/elementor/recent-portfolios-masonry.php:587
|
1001 |
#: includes/elements/elementor/recent-portfolios-tile.php:605
|
1002 |
#: includes/elements/recent-portfolios.php:629
|
1086 |
msgstr ""
|
1087 |
|
1088 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:392
|
1089 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:630
|
1090 |
#: includes/elements/elementor/recent-portfolios-masonry.php:485
|
1091 |
#: includes/elements/elementor/recent-portfolios-tile.php:503
|
1092 |
msgid "Transition"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:400
|
1096 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:638
|
1097 |
#: includes/elements/elementor/recent-portfolios-masonry.php:493
|
1098 |
#: includes/elements/elementor/recent-portfolios-tile.php:511
|
1099 |
#: includes/elements/recent-portfolios.php:529
|
1101 |
msgstr ""
|
1102 |
|
1103 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:401
|
1104 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:639
|
1105 |
#: includes/elements/elementor/recent-portfolios-masonry.php:494
|
1106 |
#: includes/elements/elementor/recent-portfolios-tile.php:512
|
1107 |
#: includes/elements/recent-portfolios.php:530
|
1111 |
msgstr ""
|
1112 |
|
1113 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:411
|
1114 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:649
|
1115 |
#: includes/elements/elementor/recent-portfolios-masonry.php:504
|
1116 |
#: includes/elements/elementor/recent-portfolios-tile.php:522
|
1117 |
#: includes/elements/recent-portfolios.php:541
|
1119 |
msgstr ""
|
1120 |
|
1121 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:412
|
1122 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:650
|
1123 |
#: includes/elements/elementor/recent-portfolios-masonry.php:505
|
1124 |
#: includes/elements/elementor/recent-portfolios-tile.php:523
|
1125 |
#: includes/elements/recent-portfolios.php:542
|
1127 |
msgstr ""
|
1128 |
|
1129 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:422
|
1130 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:660
|
1131 |
#: includes/elements/elementor/recent-portfolios-masonry.php:515
|
1132 |
#: includes/elements/elementor/recent-portfolios-tile.php:533
|
1133 |
#: includes/elements/recent-portfolios.php:553
|
1135 |
msgstr ""
|
1136 |
|
1137 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:423
|
1138 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:661
|
1139 |
#: includes/elements/elementor/recent-portfolios-masonry.php:516
|
1140 |
#: includes/elements/elementor/recent-portfolios-tile.php:534
|
1141 |
#: includes/elements/recent-portfolios.php:554
|
1145 |
msgstr ""
|
1146 |
|
1147 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:433
|
1148 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:671
|
1149 |
#: includes/elements/elementor/recent-portfolios-masonry.php:526
|
1150 |
#: includes/elements/elementor/recent-portfolios-tile.php:544
|
1151 |
#: includes/elements/recent-portfolios.php:565
|
1153 |
msgstr ""
|
1154 |
|
1155 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:434
|
1156 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:672
|
1157 |
#: includes/elements/elementor/recent-portfolios-masonry.php:527
|
1158 |
#: includes/elements/elementor/recent-portfolios-tile.php:545
|
1159 |
#: includes/elements/recent-portfolios.php:566
|
1161 |
msgstr ""
|
1162 |
|
1163 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:453
|
1164 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:256
|
1165 |
#: includes/elements/elementor/recent-portfolios-masonry.php:243
|
1166 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:348
|
1167 |
#: includes/elements/elementor/recent-portfolios-tile.php:261
|
1169 |
msgstr ""
|
1170 |
|
1171 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:460
|
1172 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:263
|
1173 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1155
|
1174 |
#: includes/elements/elementor/recent-portfolios-masonry.php:250
|
1175 |
#: includes/elements/elementor/recent-portfolios-masonry.php:853
|
1176 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:355
|
1208 |
msgstr ""
|
1209 |
|
1210 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:497
|
1211 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:298
|
1212 |
#: includes/elements/elementor/recent-portfolios-masonry.php:286
|
1213 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:403
|
1214 |
#: includes/elements/elementor/recent-portfolios-tile.php:304
|
1218 |
msgstr ""
|
1219 |
|
1220 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:501
|
1221 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:302
|
1222 |
#: includes/elements/elementor/recent-portfolios-masonry.php:290
|
1223 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:407
|
1224 |
#: includes/elements/elementor/recent-portfolios-tile.php:308
|
1228 |
msgstr ""
|
1229 |
|
1230 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:502
|
1231 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:303
|
1232 |
#: includes/elements/elementor/recent-portfolios-masonry.php:291
|
1233 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:408
|
1234 |
#: includes/elements/elementor/recent-portfolios-tile.php:309
|
1239 |
|
1240 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:503
|
1241 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:698
|
1242 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:304
|
1243 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:898
|
1244 |
#: includes/elements/elementor/recent-portfolios-masonry.php:292
|
1245 |
#: includes/elements/elementor/recent-portfolios-masonry.php:740
|
1246 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:409
|
1255 |
msgstr ""
|
1256 |
|
1257 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:504
|
1258 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:305
|
1259 |
#: includes/elements/elementor/recent-portfolios-masonry.php:293
|
1260 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:410
|
1261 |
#: includes/elements/elementor/recent-portfolios-tile.php:311
|
1265 |
msgstr ""
|
1266 |
|
1267 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:505
|
1268 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:306
|
1269 |
#: includes/elements/elementor/recent-portfolios-masonry.php:294
|
1270 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:411
|
1271 |
#: includes/elements/elementor/recent-portfolios-tile.php:312
|
1275 |
msgstr ""
|
1276 |
|
1277 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:506
|
1278 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:307
|
1279 |
#: includes/elements/elementor/recent-portfolios-masonry.php:295
|
1280 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:412
|
1281 |
#: includes/elements/elementor/recent-portfolios-tile.php:313
|
1285 |
msgstr ""
|
1286 |
|
1287 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:507
|
1288 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:308
|
1289 |
#: includes/elements/elementor/recent-portfolios-masonry.php:296
|
1290 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:413
|
1291 |
#: includes/elements/elementor/recent-portfolios-tile.php:314
|
1295 |
msgstr ""
|
1296 |
|
1297 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:508
|
1298 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:309
|
1299 |
#: includes/elements/elementor/recent-portfolios-masonry.php:297
|
1300 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:414
|
1301 |
#: includes/elements/elementor/recent-portfolios-tile.php:315
|
1305 |
msgstr ""
|
1306 |
|
1307 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:509
|
1308 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:310
|
1309 |
#: includes/elements/elementor/recent-portfolios-masonry.php:298
|
1310 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:415
|
1311 |
#: includes/elements/elementor/recent-portfolios-tile.php:316
|
1315 |
msgstr ""
|
1316 |
|
1317 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:517
|
1318 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:318
|
1319 |
#: includes/elements/elementor/recent-portfolios-masonry.php:306
|
1320 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:423
|
1321 |
#: includes/elements/elementor/recent-portfolios-tile.php:324
|
1325 |
msgstr ""
|
1326 |
|
1327 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:521
|
1328 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:322
|
1329 |
#: includes/elements/elementor/recent-portfolios-masonry.php:310
|
1330 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:427
|
1331 |
#: includes/elements/elementor/recent-portfolios-tile.php:328
|
1335 |
msgstr ""
|
1336 |
|
1337 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:522
|
1338 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:323
|
1339 |
#: includes/elements/elementor/recent-portfolios-masonry.php:311
|
1340 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:428
|
1341 |
#: includes/elements/elementor/recent-portfolios-tile.php:329
|
1345 |
msgstr ""
|
1346 |
|
1347 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:530
|
1348 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:331
|
1349 |
#: includes/elements/elementor/recent-portfolios-masonry.php:319
|
1350 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:436
|
1351 |
#: includes/elements/elementor/recent-portfolios-tile.php:337
|
1355 |
msgstr ""
|
1356 |
|
1357 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:531
|
1358 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:332
|
1359 |
#: includes/elements/elementor/recent-portfolios-masonry.php:320
|
1360 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:437
|
1361 |
#: includes/elements/elementor/recent-portfolios-tile.php:338
|
1366 |
msgstr ""
|
1367 |
|
1368 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:539
|
1369 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:340
|
1370 |
#: includes/elements/elementor/recent-portfolios-masonry.php:328
|
1371 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:445
|
1372 |
#: includes/elements/elementor/recent-portfolios-tile.php:346
|
1376 |
msgstr ""
|
1377 |
|
1378 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:540
|
1379 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:341
|
1380 |
#: includes/elements/elementor/recent-portfolios-masonry.php:329
|
1381 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:446
|
1382 |
#: includes/elements/elementor/recent-portfolios-tile.php:347
|
1387 |
msgstr ""
|
1388 |
|
1389 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:548
|
1390 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:349
|
1391 |
#: includes/elements/elementor/recent-portfolios-masonry.php:337
|
1392 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:454
|
1393 |
#: includes/elements/elementor/recent-portfolios-tile.php:355
|
1395 |
msgstr ""
|
1396 |
|
1397 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:549
|
1398 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:350
|
1399 |
#: includes/elements/elementor/recent-portfolios-masonry.php:338
|
1400 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:455
|
1401 |
#: includes/elements/elementor/recent-portfolios-tile.php:356
|
1406 |
msgstr ""
|
1407 |
|
1408 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:557
|
1409 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:358
|
1410 |
#: includes/elements/elementor/recent-portfolios-masonry.php:346
|
1411 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:463
|
1412 |
#: includes/elements/elementor/recent-portfolios-tile.php:364
|
1416 |
msgstr ""
|
1417 |
|
1418 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:558
|
1419 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:359
|
1420 |
#: includes/elements/elementor/recent-portfolios-masonry.php:347
|
1421 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:464
|
1422 |
#: includes/elements/elementor/recent-portfolios-tile.php:365
|
1425 |
msgstr ""
|
1426 |
|
1427 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:576
|
1428 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:776
|
1429 |
#: includes/elements/elementor/recent-portfolios-masonry.php:643
|
1430 |
#: includes/elements/elementor/recent-portfolios-tile.php:649
|
1431 |
msgid "Image"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:584
|
1435 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:784
|
1436 |
#: includes/elements/elementor/recent-portfolios-masonry.php:651
|
1437 |
#: includes/elements/recent-portfolios.php:661 includes/general-hooks.php:2493
|
1438 |
#: includes/general-hooks.php:3190
|
1440 |
msgstr ""
|
1441 |
|
1442 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:585
|
1443 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:785
|
1444 |
#: includes/elements/elementor/recent-portfolios-masonry.php:652
|
1445 |
#: includes/elements/recent-portfolios.php:662 includes/general-hooks.php:2494
|
1446 |
#: includes/general-hooks.php:3191
|
1448 |
msgstr ""
|
1449 |
|
1450 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:597
|
1451 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:797
|
1452 |
#: includes/elements/recent-portfolios.php:293 includes/general-hooks.php:1997
|
1453 |
msgid "Image aspect ratio"
|
1454 |
msgstr ""
|
1474 |
msgstr ""
|
1475 |
|
1476 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:605
|
1477 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:805
|
1478 |
msgid "Custom"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:613
|
1482 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:813
|
1483 |
msgid "Custom image aspect ratio"
|
1484 |
msgstr ""
|
1485 |
|
1486 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:628
|
1487 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:828
|
1488 |
#: includes/elements/elementor/recent-portfolios-masonry.php:681
|
1489 |
msgid "Hover Type"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:629
|
1493 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:829
|
1494 |
#: includes/elements/elementor/recent-portfolios-masonry.php:682
|
1495 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:147
|
1496 |
#: includes/elements/elementor/recent-portfolios-tile.php:145
|
1498 |
msgstr ""
|
1499 |
|
1500 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:634
|
1501 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:834
|
1502 |
#: includes/elements/elementor/recent-portfolios-masonry.php:687
|
1503 |
#: includes/elements/recent-portfolios.php:332 includes/general-hooks.php:2404
|
1504 |
#: includes/general-hooks.php:3108
|
1506 |
msgstr ""
|
1507 |
|
1508 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:638
|
1509 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:838
|
1510 |
#: includes/elements/elementor/recent-portfolios-masonry.php:691
|
1511 |
#: includes/elements/recent-portfolios.php:336 includes/general-hooks.php:2409
|
1512 |
#: includes/general-hooks.php:3112
|
1514 |
msgstr ""
|
1515 |
|
1516 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:642
|
1517 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:842
|
1518 |
#: includes/elements/elementor/recent-portfolios-masonry.php:695
|
1519 |
#: includes/elements/recent-portfolios.php:340 includes/general-hooks.php:2414
|
1520 |
#: includes/general-hooks.php:3116
|
1522 |
msgstr ""
|
1523 |
|
1524 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:646
|
1525 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:846
|
1526 |
#: includes/elements/elementor/recent-portfolios-masonry.php:699
|
1527 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:496
|
1528 |
#: includes/elements/elementor/recent-portfolios-tile.php:663
|
1535 |
msgstr ""
|
1536 |
|
1537 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:650
|
1538 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:850
|
1539 |
#: includes/elements/elementor/recent-portfolios-masonry.php:703
|
1540 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:500
|
1541 |
#: includes/elements/elementor/recent-portfolios-tile.php:667
|
1548 |
msgstr ""
|
1549 |
|
1550 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:654
|
1551 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:854
|
1552 |
#: includes/elements/elementor/recent-portfolios-masonry.php:707
|
1553 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:504
|
1554 |
#: includes/elements/elementor/recent-portfolios-tile.php:671
|
1561 |
msgstr ""
|
1562 |
|
1563 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:658
|
1564 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:858
|
1565 |
#: includes/elements/elementor/recent-portfolios-masonry.php:711
|
1566 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:508
|
1567 |
#: includes/elements/elementor/recent-portfolios-tile.php:675
|
1574 |
msgstr ""
|
1575 |
|
1576 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:669
|
1577 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:869
|
1578 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1138
|
1579 |
#: includes/elements/elementor/recent-portfolios-masonry.php:722
|
1580 |
msgid "Border Radius"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:683
|
1584 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:883
|
1585 |
#: includes/elements/elementor/recent-portfolios-tile.php:686
|
1586 |
msgid "Background"
|
1587 |
msgstr ""
|
1589 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:713
|
1590 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:799
|
1591 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:900
|
1592 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:500
|
1593 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:920
|
1594 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1025
|
1595 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1175
|
1596 |
#: includes/elements/elementor/recent-portfolios-masonry.php:762
|
1597 |
#: includes/elements/elementor/recent-portfolios-masonry.php:873
|
1598 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:556
|
1608 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:826
|
1609 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:907
|
1610 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:927
|
1611 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:507
|
1612 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:548
|
1613 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:589
|
1614 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:930
|
1615 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:956
|
1616 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1048
|
1617 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1087
|
1618 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1185
|
1619 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1211
|
1620 |
#: includes/elements/elementor/recent-portfolios-masonry.php:772
|
1621 |
#: includes/elements/elementor/recent-portfolios-masonry.php:798
|
1622 |
#: includes/elements/elementor/recent-portfolios-masonry.php:883
|
1635 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:733
|
1636 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:819
|
1637 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:920
|
1638 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:541
|
1639 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:946
|
1640 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1064
|
1641 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1201
|
1642 |
#: includes/elements/elementor/recent-portfolios-masonry.php:788
|
1643 |
#: includes/elements/elementor/recent-portfolios-masonry.php:899
|
1644 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:482
|
1651 |
|
1652 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:764
|
1653 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:850
|
1654 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:986
|
1655 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1241
|
1656 |
#: includes/elements/elementor/recent-portfolios-masonry.php:828
|
1657 |
#: includes/elements/elementor/recent-portfolios-masonry.php:939
|
1658 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:622
|
1667 |
msgstr ""
|
1668 |
|
1669 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:866
|
1670 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1260
|
1671 |
#: includes/elements/elementor/recent-portfolios-masonry.php:958
|
1672 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:752
|
1673 |
#: includes/elements/elementor/recent-portfolios-tile.php:919
|
1682 |
msgid "Display categories"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:187
|
1686 |
+
msgid "Display Read More"
|
1687 |
+
msgstr ""
|
1688 |
+
|
1689 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:235
|
1690 |
#: includes/elements/elementor/recent-portfolios-masonry.php:222
|
1691 |
#: includes/elements/elementor/recent-portfolios-tile.php:240
|
1692 |
#: includes/elements/recent-portfolios.php:795
|
1693 |
msgid "Ajax Compatibility"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:236
|
1697 |
#: includes/elements/elementor/recent-portfolios-masonry.php:223
|
1698 |
#: includes/elements/elementor/recent-portfolios-tile.php:241
|
1699 |
#: includes/elements/recent-portfolios.php:796
|
1700 |
msgid "Using the Ajax feature Makes the performance better"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:264
|
1704 |
#: includes/elements/elementor/recent-portfolios-masonry.php:251
|
1705 |
#: includes/elements/elementor/recent-portfolios-tile.php:269
|
1706 |
msgid ""
|
1708 |
"choose the all categories leave the field empty"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:275
|
1712 |
#: includes/elements/elementor/recent-portfolios-masonry.php:262
|
1713 |
#: includes/elements/elementor/recent-portfolios-tile.php:280
|
1714 |
msgid "Number of posts to show"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:287
|
1718 |
#: includes/elements/elementor/recent-portfolios-masonry.php:274
|
1719 |
#: includes/elements/elementor/recent-portfolios-tile.php:292
|
1720 |
msgid "Exclude posts without media"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:377
|
1724 |
#: includes/elements/elementor/recent-portfolios-masonry.php:365
|
1725 |
#: includes/elements/elementor/recent-portfolios-tile.php:383
|
1726 |
msgid "Filters"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:385
|
1730 |
#: includes/elements/elementor/recent-portfolios-masonry.php:373
|
1731 |
#: includes/elements/elementor/recent-portfolios-tile.php:391
|
1732 |
msgid "Display filters"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:397
|
1736 |
#: includes/elements/elementor/recent-portfolios-masonry.php:385
|
1737 |
#: includes/elements/elementor/recent-portfolios-tile.php:403
|
1738 |
msgid "Filter By"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:398
|
1742 |
#: includes/elements/elementor/recent-portfolios-masonry.php:386
|
1743 |
#: includes/elements/elementor/recent-portfolios-masonry.php:404
|
1744 |
#: includes/elements/elementor/recent-portfolios-tile.php:404
|
1747 |
msgid "Filter by categories or tags"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:402
|
1751 |
#: includes/elements/elementor/recent-portfolios-masonry.php:390
|
1752 |
#: includes/elements/elementor/recent-portfolios-tile.php:408
|
1753 |
#: includes/elements/recent-portfolios.php:439
|
1754 |
msgid "Filter"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:403
|
1758 |
#: includes/elements/elementor/recent-portfolios-masonry.php:391
|
1759 |
#: includes/elements/elementor/recent-portfolios-tile.php:409
|
1760 |
#: includes/elements/recent-portfolios.php:440
|
1761 |
msgid "Category"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:404
|
1765 |
#: includes/elements/elementor/recent-portfolios-masonry.php:392
|
1766 |
#: includes/elements/elementor/recent-portfolios-tile.php:410
|
1767 |
#: includes/elements/recent-portfolios.php:441
|
1768 |
msgid "Tag"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:415
|
1772 |
msgid "Alignment"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:416
|
1776 |
msgid "Set the alignment for filters"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:430
|
1780 |
#: includes/elements/elementor/recent-portfolios-masonry.php:418
|
1781 |
#: includes/elements/elementor/recent-portfolios-tile.php:436
|
1782 |
#: includes/elements/recent-portfolios.php:467 includes/general-hooks.php:1489
|
1783 |
msgid "Right"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:444
|
1787 |
#: includes/elements/elementor/recent-portfolios-masonry.php:432
|
1788 |
#: includes/elements/elementor/recent-portfolios-tile.php:450
|
1789 |
msgid "Filter Button Style"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:445
|
1793 |
#: includes/elements/elementor/recent-portfolios-masonry.php:433
|
1794 |
#: includes/elements/elementor/recent-portfolios-tile.php:451
|
1795 |
#: includes/elements/recent-portfolios.php:481
|
1796 |
msgid "Style of filter buttons."
|
1797 |
msgstr ""
|
1798 |
|
1799 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:450
|
1800 |
#: includes/elements/elementor/recent-portfolios-masonry.php:439
|
1801 |
#: includes/elements/elementor/recent-portfolios-tile.php:457
|
1802 |
#: includes/elements/recent-portfolios.php:495
|
1803 |
msgid "Slide up"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:454
|
1807 |
#: includes/elements/elementor/recent-portfolios-masonry.php:443
|
1808 |
#: includes/elements/elementor/recent-portfolios-tile.php:461
|
1809 |
#: includes/elements/recent-portfolios.php:499
|
1810 |
msgid "Fill"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:458
|
1814 |
#: includes/elements/elementor/recent-portfolios-masonry.php:447
|
1815 |
#: includes/elements/elementor/recent-portfolios-tile.php:465
|
1816 |
#: includes/elements/recent-portfolios.php:503
|
1817 |
msgid "Cube"
|
1818 |
msgstr ""
|
1819 |
|
1820 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:462
|
1821 |
#: includes/elements/elementor/recent-portfolios-masonry.php:451
|
1822 |
#: includes/elements/elementor/recent-portfolios-tile.php:469
|
1823 |
#: includes/elements/recent-portfolios.php:507
|
1824 |
msgid "Underline"
|
1825 |
msgstr ""
|
1826 |
|
1827 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:466
|
1828 |
#: includes/elements/elementor/recent-portfolios-masonry.php:455
|
1829 |
#: includes/elements/elementor/recent-portfolios-tile.php:473
|
1830 |
#: includes/elements/recent-portfolios.php:511
|
1831 |
msgid "Float frame"
|
1832 |
msgstr ""
|
1833 |
|
1834 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:470
|
1835 |
#: includes/elements/elementor/recent-portfolios-masonry.php:459
|
1836 |
#: includes/elements/elementor/recent-portfolios-tile.php:477
|
1837 |
#: includes/elements/recent-portfolios.php:515
|
1838 |
msgid "Borderd"
|
1839 |
msgstr ""
|
1840 |
|
1841 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:474
|
1842 |
#: includes/elements/elementor/recent-portfolios-masonry.php:463
|
1843 |
#: includes/elements/elementor/recent-portfolios-tile.php:481
|
1844 |
#: includes/elements/recent-portfolios.php:519
|
1845 |
msgid "Float underline"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:478
|
1849 |
#: includes/elements/elementor/recent-portfolios-masonry.php:467
|
1850 |
#: includes/elements/elementor/recent-portfolios-tile.php:485
|
1851 |
#: includes/elements/recent-portfolios.php:523
|
1852 |
msgid "DropDown"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:527
|
1856 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:568
|
1857 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:609
|
1858 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1117
|
1859 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1290
|
1860 |
#: includes/elements/elementor/recent-portfolios-masonry.php:987
|
1861 |
msgid "Padding"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:582
|
1865 |
msgid "Active"
|
1866 |
msgstr ""
|
1867 |
|
1868 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:687
|
1869 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:695
|
1870 |
#: includes/elements/elementor/recent-portfolios-masonry.php:542
|
1871 |
#: includes/elements/elementor/recent-portfolios-masonry.php:550
|
1872 |
#: includes/elements/elementor/recent-portfolios-tile.php:560
|
1875 |
msgid "Paginate"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:696
|
1879 |
#: includes/elements/elementor/recent-portfolios-masonry.php:551
|
1880 |
#: includes/elements/elementor/recent-portfolios-tile.php:569
|
1881 |
#: includes/elements/recent-portfolios.php:578
|
1882 |
msgid "Paginates the portfolio items"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:707
|
1886 |
#: includes/elements/elementor/recent-portfolios-masonry.php:562
|
1887 |
#: includes/elements/elementor/recent-portfolios-tile.php:580
|
1888 |
#: includes/elements/recent-portfolios.php:589
|
1889 |
msgid "Items number perpage"
|
1890 |
msgstr ""
|
1891 |
|
1892 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:720
|
1893 |
#: includes/elements/elementor/recent-portfolios-masonry.php:575
|
1894 |
#: includes/elements/elementor/recent-portfolios-tile.php:593
|
1895 |
#: includes/elements/recent-portfolios.php:605
|
1896 |
msgid "Load More Type"
|
1897 |
msgstr ""
|
1898 |
|
1899 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:728
|
1900 |
#: includes/elements/elementor/recent-portfolios-masonry.php:583
|
1901 |
#: includes/elements/elementor/recent-portfolios-tile.php:601
|
1902 |
#: includes/elements/recent-portfolios.php:625
|
1903 |
msgid "Infinite Scroll"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:736
|
1907 |
#: includes/elements/elementor/recent-portfolios-masonry.php:591
|
1908 |
#: includes/elements/elementor/recent-portfolios-tile.php:609
|
1909 |
#: includes/elements/recent-portfolios.php:633
|
1910 |
msgid "Next Prev"
|
1911 |
msgstr ""
|
1912 |
|
1913 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:750
|
1914 |
#: includes/elements/elementor/recent-portfolios-masonry.php:605
|
1915 |
#: includes/elements/elementor/recent-portfolios-tile.php:623
|
1916 |
#: includes/elements/recent-portfolios.php:639
|
1917 |
msgid "Load More Label"
|
1918 |
msgstr ""
|
1919 |
|
1920 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:755
|
1921 |
#: includes/elements/elementor/recent-portfolios-masonry.php:610
|
1922 |
#: includes/elements/elementor/recent-portfolios-tile.php:628
|
1923 |
#: includes/elements/recent-portfolios.php:648
|
1924 |
msgid "Arrow"
|
1925 |
msgstr ""
|
1926 |
|
1927 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:756
|
1928 |
#: includes/elements/elementor/recent-portfolios-masonry.php:611
|
1929 |
#: includes/elements/elementor/recent-portfolios-tile.php:629
|
1930 |
#: includes/elements/recent-portfolios.php:649
|
1931 |
msgid "Text & Arrow"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:801
|
1935 |
msgid "Horizontal 4 : 3"
|
1936 |
msgstr ""
|
1937 |
|
1938 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:802
|
1939 |
msgid "Horizontal 16: 9"
|
1940 |
msgstr ""
|
1941 |
|
1942 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:803
|
1943 |
msgid "Square 1 : 1"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:804
|
1947 |
msgid "Vertical 3 : 4"
|
1948 |
msgstr ""
|
1949 |
|
1950 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1010
|
1951 |
+
#: public/templates/theme-parts/entry/portfolio-column-overlay.php:68
|
1952 |
+
#: public/templates/theme-parts/entry/portfolio-column.php:77
|
1953 |
+
msgid "Read More"
|
1954 |
+
msgstr ""
|
1955 |
+
|
1956 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1036
|
1957 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1075
|
1958 |
+
msgid "Read More Background"
|
1959 |
+
msgstr ""
|
1960 |
+
|
1961 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1130
|
1962 |
+
msgid "Read More Border"
|
1963 |
+
msgstr ""
|
1964 |
+
|
1965 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1282
|
1966 |
#: includes/elements/elementor/recent-portfolios-masonry.php:979
|
1967 |
msgid "Wrapper"
|
1968 |
msgstr ""
|
1969 |
|
1970 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1302
|
1971 |
msgid "Item Bottom space"
|
1972 |
msgstr ""
|
1973 |
|
1974 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1323
|
1975 |
#: includes/elements/elementor/recent-portfolios-masonry.php:1000
|
1976 |
msgid "Entry Box Background"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
+
#: includes/elements/elementor/recent-portfolios-grid.php:1336
|
1980 |
#: includes/elements/elementor/recent-portfolios-masonry.php:1013
|
1981 |
#: includes/elements/recent-portfolios.php:380 includes/general-hooks.php:2705
|
1982 |
#: includes/general-hooks.php:2784
|
3118 |
msgid "Please activate \"Auxin Elements\" plugin."
|
3119 |
msgstr ""
|
3120 |
|
3121 |
+
#: public/templates/theme-parts/entry/portfolio-column-overlay.php:58
|
3122 |
+
#: public/templates/theme-parts/entry/portfolio-column.php:67
|
3123 |
#: public/templates/theme-parts/entry/portfolio-land.php:86
|
3124 |
#: public/templates/theme-parts/entry/portfolio.php:46
|
3125 |
#: public/templates/theme-parts/entry/single-portfolio.php:116
|
public/assets/js/portfolio.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! 2.0.
|
2 |
* All required plugins
|
3 |
* http://averta.net/phlox/
|
4 |
*/
|
1 |
+
/*! 2.0.3
|
2 |
* All required plugins
|
3 |
* http://averta.net/phlox/
|
4 |
*/
|
public/templates/elements/recent-portfolio.php
CHANGED
@@ -35,6 +35,7 @@ function auxin_recent_portfolio( $args= array() ) {
|
|
35 |
'perpage' => 10,
|
36 |
'crop' => true,
|
37 |
'display_title' => 1,
|
|
|
38 |
'show_info' => 1,
|
39 |
'image_aspect_ratio' => 0.75,
|
40 |
'space' => 30,
|
@@ -375,6 +376,9 @@ function auxin_recent_portfolio( $args= array() ) {
|
|
375 |
echo auxin_get_load_more_controller( $loadmore_type, $loadmore_label );
|
376 |
}
|
377 |
|
|
|
|
|
|
|
378 |
}
|
379 |
|
380 |
if ( $is_boxed ) {
|
35 |
'perpage' => 10,
|
36 |
'crop' => true,
|
37 |
'display_title' => 1,
|
38 |
+
'display_read_more' => 0,
|
39 |
'show_info' => 1,
|
40 |
'image_aspect_ratio' => 0.75,
|
41 |
'space' => 30,
|
376 |
echo auxin_get_load_more_controller( $loadmore_type, $loadmore_label );
|
377 |
}
|
378 |
|
379 |
+
} else {
|
380 |
+
// Get post counter in the query
|
381 |
+
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
382 |
}
|
383 |
|
384 |
if ( $is_boxed ) {
|
public/templates/theme-parts/entry/portfolio-column-overlay.php
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
// validate the boolean variables
|
6 |
$show_title = auxin_is_true( $display_title );
|
7 |
$show_info = auxin_is_true( $show_info );
|
|
|
8 |
?>
|
9 |
<article <?php post_class( 'aux-item-overlay' . ' ' . $hover_classes . ' ' . $item_inner_classes ); ?> >
|
10 |
<div class="entry-media <?php echo $frame_effect_classes . ' ' . $item_inner_classes ?>">
|
@@ -35,7 +36,7 @@
|
|
35 |
|
36 |
</div>
|
37 |
<?php } ?>
|
38 |
-
<?php if( $show_title || $show_info ) { ?>
|
39 |
<div class="entry-main">
|
40 |
|
41 |
<?php if( $show_title ) { ?>
|
@@ -61,6 +62,13 @@
|
|
61 |
</span>
|
62 |
</div>
|
63 |
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
</div>
|
65 |
<?php } ?>
|
66 |
</div>
|
5 |
// validate the boolean variables
|
6 |
$show_title = auxin_is_true( $display_title );
|
7 |
$show_info = auxin_is_true( $show_info );
|
8 |
+
$display_read_more = auxin_is_true( $display_read_more );
|
9 |
?>
|
10 |
<article <?php post_class( 'aux-item-overlay' . ' ' . $hover_classes . ' ' . $item_inner_classes ); ?> >
|
11 |
<div class="entry-media <?php echo $frame_effect_classes . ' ' . $item_inner_classes ?>">
|
36 |
|
37 |
</div>
|
38 |
<?php } ?>
|
39 |
+
<?php if( $show_title || $show_info || $display_read_more ) { ?>
|
40 |
<div class="entry-main">
|
41 |
|
42 |
<?php if( $show_title ) { ?>
|
62 |
</span>
|
63 |
</div>
|
64 |
<?php } ?>
|
65 |
+
<?php if( $display_read_more ) { ?>
|
66 |
+
<div class="entry-read-more aux-hover-move-up aux-delay-1x">
|
67 |
+
<span class="aux-read-more">
|
68 |
+
<a href="<?php echo get_permalink( $post->ID );?>"><?php echo esc_html__( 'Read More', 'auxin-portfolio' );?></a>
|
69 |
+
</span>
|
70 |
+
</div>
|
71 |
+
<?php } ?>
|
72 |
</div>
|
73 |
<?php } ?>
|
74 |
</div>
|
public/templates/theme-parts/entry/portfolio-column.php
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
$show_title = auxin_is_true( $display_title );
|
7 |
$show_info = auxin_is_true( $show_info );
|
8 |
$show_lightbox = auxin_is_true( $show_lightbox );
|
|
|
9 |
?>
|
10 |
<article <?php post_class( $classic_item_class_name ); ?> >
|
11 |
<div class="<?php echo $hover_classes ?>">
|
@@ -39,7 +40,7 @@
|
|
39 |
<?php } ?>
|
40 |
</div>
|
41 |
|
42 |
-
<?php if( $show_title || $show_info ) { ?>
|
43 |
<div class="entry-main">
|
44 |
|
45 |
<?php if( $show_title ) { ?>
|
@@ -70,6 +71,13 @@
|
|
70 |
</span>
|
71 |
</div>
|
72 |
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
</div>
|
74 |
<?php } ?>
|
75 |
|
6 |
$show_title = auxin_is_true( $display_title );
|
7 |
$show_info = auxin_is_true( $show_info );
|
8 |
$show_lightbox = auxin_is_true( $show_lightbox );
|
9 |
+
$display_read_more = ! empty( $display_read_more ) ? auxin_is_true( $display_read_more ) : false ;
|
10 |
?>
|
11 |
<article <?php post_class( $classic_item_class_name ); ?> >
|
12 |
<div class="<?php echo $hover_classes ?>">
|
40 |
<?php } ?>
|
41 |
</div>
|
42 |
|
43 |
+
<?php if( $show_title || $show_info || $display_read_more ) { ?>
|
44 |
<div class="entry-main">
|
45 |
|
46 |
<?php if( $show_title ) { ?>
|
71 |
</span>
|
72 |
</div>
|
73 |
<?php } ?>
|
74 |
+
<?php if( $display_read_more ) { ?>
|
75 |
+
<div class="entry-read-more">
|
76 |
+
<span class="aux-read-more">
|
77 |
+
<a href="<?php echo get_permalink( $post->ID );?>"><?php echo esc_html__( 'Read More', 'auxin-portfolio' );?></a>
|
78 |
+
</span>
|
79 |
+
</div>
|
80 |
+
<?php } ?>
|
81 |
</div>
|
82 |
<?php } ?>
|
83 |
|