Version Description
Download this release
Release Info
Developer | averta |
Plugin | Premium Portfolio Features for Phlox theme |
Version | 2.2.5 |
Comparing to | |
See all releases |
Code changes from version 2.2.2 to 2.2.5
- README.txt +2 -2
- auxin-portfolio.php +2 -2
- includes/define.php +1 -1
- includes/elements/elementor/recent-portfolios-grid.php +3 -3
- includes/elements/elementor/recent-portfolios-masonry.php +3 -3
- includes/elements/elementor/recent-portfolios-tile.php +3 -3
- includes/general-hooks.php +60 -2
- languages/auxin-portfolio-fa_IR.po +286 -277
- languages/auxin-portfolio.pot +286 -278
- public/assets/js/portfolio.js +1 -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.6
|
8 |
Requires at least: 4.6
|
9 |
-
Tested up to: 5.
|
10 |
-
Stable tag: 2.2.
|
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.6
|
8 |
Requires at least: 4.6
|
9 |
+
Tested up to: 5.8.1
|
10 |
+
Stable tag: 2.2.5
|
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.2.
|
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.8.
|
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.2.5
|
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.8.2
|
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.2.
|
19 |
|
20 |
define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
|
21 |
|
15 |
|
16 |
|
17 |
|
18 |
+
define( 'AUXPFO_VERSION' , '2.2.5' );
|
19 |
|
20 |
define( 'AUXPFO_SLUG' , 'auxin-portfolio' );
|
21 |
|
includes/elements/elementor/recent-portfolios-grid.php
CHANGED
@@ -420,15 +420,15 @@ class Recent_Portfolios_Grid extends Widget_Base {
|
|
420 |
'options' => array(
|
421 |
'aux-left' => array(
|
422 |
'title' => __( 'Left', 'auxin-portfolio' ),
|
423 |
-
'icon' => '
|
424 |
),
|
425 |
'aux-center' => array(
|
426 |
'title' => __( 'Center', 'auxin-portfolio' ),
|
427 |
-
'icon' => '
|
428 |
),
|
429 |
'aux-right' => array(
|
430 |
'title' => __( 'Right', 'auxin-portfolio' ),
|
431 |
-
'icon' => '
|
432 |
)
|
433 |
),
|
434 |
'devices' => array('desktop'),
|
420 |
'options' => array(
|
421 |
'aux-left' => array(
|
422 |
'title' => __( 'Left', 'auxin-portfolio' ),
|
423 |
+
'icon' => 'eicon-text-align-left',
|
424 |
),
|
425 |
'aux-center' => array(
|
426 |
'title' => __( 'Center', 'auxin-portfolio' ),
|
427 |
+
'icon' => 'eicon-text-align-center',
|
428 |
),
|
429 |
'aux-right' => array(
|
430 |
'title' => __( 'Right', 'auxin-portfolio' ),
|
431 |
+
'icon' => 'eicon-text-align-right',
|
432 |
)
|
433 |
),
|
434 |
'devices' => array('desktop'),
|
includes/elements/elementor/recent-portfolios-masonry.php
CHANGED
@@ -408,15 +408,15 @@ class Recent_Portfolios_Masonry extends Widget_Base {
|
|
408 |
'options' => array(
|
409 |
'aux-left' => array(
|
410 |
'title' => __( 'Left', 'auxin-portfolio' ),
|
411 |
-
'icon' => '
|
412 |
),
|
413 |
'aux-center' => array(
|
414 |
'title' => __( 'Center', 'auxin-portfolio' ),
|
415 |
-
'icon' => '
|
416 |
),
|
417 |
'aux-right' => array(
|
418 |
'title' => __( 'Right', 'auxin-portfolio' ),
|
419 |
-
'icon' => '
|
420 |
)
|
421 |
),
|
422 |
'devices' => array('desktop'),
|
408 |
'options' => array(
|
409 |
'aux-left' => array(
|
410 |
'title' => __( 'Left', 'auxin-portfolio' ),
|
411 |
+
'icon' => 'eicon-text-align-left',
|
412 |
),
|
413 |
'aux-center' => array(
|
414 |
'title' => __( 'Center', 'auxin-portfolio' ),
|
415 |
+
'icon' => 'eicon-text-align-center',
|
416 |
),
|
417 |
'aux-right' => array(
|
418 |
'title' => __( 'Right', 'auxin-portfolio' ),
|
419 |
+
'icon' => 'eicon-text-align-right',
|
420 |
)
|
421 |
),
|
422 |
'devices' => array('desktop'),
|
includes/elements/elementor/recent-portfolios-tile.php
CHANGED
@@ -426,15 +426,15 @@ class Recent_Portfolios_Tile extends Widget_Base {
|
|
426 |
'options' => array(
|
427 |
'aux-left' => array(
|
428 |
'title' => __( 'Left', 'auxin-portfolio' ),
|
429 |
-
'icon' => '
|
430 |
),
|
431 |
'aux-center' => array(
|
432 |
'title' => __( 'Center', 'auxin-portfolio' ),
|
433 |
-
'icon' => '
|
434 |
),
|
435 |
'aux-right' => array(
|
436 |
'title' => __( 'Right', 'auxin-portfolio' ),
|
437 |
-
'icon' => '
|
438 |
)
|
439 |
),
|
440 |
'devices' => array('desktop'),
|
426 |
'options' => array(
|
427 |
'aux-left' => array(
|
428 |
'title' => __( 'Left', 'auxin-portfolio' ),
|
429 |
+
'icon' => 'eicon-text-align-left',
|
430 |
),
|
431 |
'aux-center' => array(
|
432 |
'title' => __( 'Center', 'auxin-portfolio' ),
|
433 |
+
'icon' => 'eicon-text-align-center',
|
434 |
),
|
435 |
'aux-right' => array(
|
436 |
'title' => __( 'Right', 'auxin-portfolio' ),
|
437 |
+
'icon' => 'eicon-text-align-right',
|
438 |
)
|
439 |
),
|
440 |
'devices' => array('desktop'),
|
includes/general-hooks.php
CHANGED
@@ -518,6 +518,33 @@ function auxin_define_portfolio_theme_options( $fields_sections_list ){
|
|
518 |
'default' => 'icon',
|
519 |
);
|
520 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
521 |
$options[] = array(
|
522 |
'title' => __( 'Like Icon', 'auxin-portfolio' ),
|
523 |
'id' => 'portfolio_single_like_icon',
|
@@ -3555,8 +3582,7 @@ add_action( 'init', 'auxpfo_init_portfolio_post_type_and_metafields' );
|
|
3555 |
if ( auxin_is_plugin_active( 'wp-ulike/wp-ulike.php' ) ) {
|
3556 |
|
3557 |
function auxpfo_respond_for_liked_data( $value, $id ) {
|
3558 |
-
|
3559 |
-
if( get_post_type( $id ) === 'portfolio' & is_single() ){
|
3560 |
return __( 'Likes', 'auxin-portfolio' ) . ' (' . $value . ')' ;
|
3561 |
} else {
|
3562 |
return $value;
|
@@ -3801,3 +3827,35 @@ function auxpfo_exclude_posts_without_media( $query ){
|
|
3801 |
|
3802 |
}
|
3803 |
add_action('pre_get_posts','auxpfo_exclude_posts_without_media');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
518 |
'default' => 'icon',
|
519 |
);
|
520 |
|
521 |
+
$options[] = array(
|
522 |
+
'title' => __('Show "likes" label ', 'auxin-portfolio'),
|
523 |
+
'description' => __( 'Enable to show "Likes" label in front of like icon after clicking on it.', 'auxin-portfolio' ),
|
524 |
+
'id' => 'show_portfolio_single_like_label',
|
525 |
+
'section' => 'portfolio-section-single',
|
526 |
+
'dependency' => '',
|
527 |
+
'transport' => 'postMessage',
|
528 |
+
'dependency' => array(
|
529 |
+
array(
|
530 |
+
'id' => 'show_portfolio_single_share_like_section',
|
531 |
+
'value' => '1'
|
532 |
+
),
|
533 |
+
array(
|
534 |
+
'id' => 'show_portfolio_single_like',
|
535 |
+
'value' => array('1'),
|
536 |
+
'operator'=> ''
|
537 |
+
),
|
538 |
+
array(
|
539 |
+
'id' => 'portfolio_single_like_button_type',
|
540 |
+
'value' => array('icon'),
|
541 |
+
'operator'=> ''
|
542 |
+
)
|
543 |
+
),
|
544 |
+
'default' => '1',
|
545 |
+
'type' => 'switch'
|
546 |
+
);
|
547 |
+
|
548 |
$options[] = array(
|
549 |
'title' => __( 'Like Icon', 'auxin-portfolio' ),
|
550 |
'id' => 'portfolio_single_like_icon',
|
3582 |
if ( auxin_is_plugin_active( 'wp-ulike/wp-ulike.php' ) ) {
|
3583 |
|
3584 |
function auxpfo_respond_for_liked_data( $value, $id ) {
|
3585 |
+
if( auxin_is_true( auxin_get_option( 'show_portfolio_single_like_label' ) ) ){
|
|
|
3586 |
return __( 'Likes', 'auxin-portfolio' ) . ' (' . $value . ')' ;
|
3587 |
} else {
|
3588 |
return $value;
|
3827 |
|
3828 |
}
|
3829 |
add_action('pre_get_posts','auxpfo_exclude_posts_without_media');
|
3830 |
+
|
3831 |
+
/**
|
3832 |
+
* Include portfolio post type in author archive page
|
3833 |
+
*
|
3834 |
+
* @param [type] $query
|
3835 |
+
* @return void
|
3836 |
+
*/
|
3837 |
+
function auxpfo_post_types_author_archives($query) {
|
3838 |
+
if ($query->is_author) {
|
3839 |
+
$post_types = $query->get('post_type');
|
3840 |
+
if ( is_array( $post_types ) ) {
|
3841 |
+
$post_types[] = 'portfolio';
|
3842 |
+
} else {
|
3843 |
+
$post_types = [ 'portfolio', 'post' ];
|
3844 |
+
}
|
3845 |
+
$query->set( 'post_type', $post_types );
|
3846 |
+
}
|
3847 |
+
}
|
3848 |
+
add_action('pre_get_posts', 'auxpfo_post_types_author_archives');
|
3849 |
+
|
3850 |
+
/**
|
3851 |
+
* Add portfolio active post type
|
3852 |
+
*
|
3853 |
+
* @param array $active_post_types The list of allowed post types
|
3854 |
+
* @return array
|
3855 |
+
*/
|
3856 |
+
function auxpfo_allow_portfolio_active_post_types( $active_post_types ){
|
3857 |
+
$active_post_types['portfolio'] = true;
|
3858 |
+
|
3859 |
+
return $active_post_types;
|
3860 |
+
}
|
3861 |
+
add_filter( 'auxin_active_post_types', 'auxpfo_allow_portfolio_active_post_types' );
|
languages/auxin-portfolio-fa_IR.po
CHANGED
@@ -2,7 +2,7 @@ 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: 2021-
|
6 |
"PO-Revision-Date: 2017-12-20 13:38+0330\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -53,7 +53,7 @@ msgid "Specifies a short description about the project."
|
|
53 |
msgstr ""
|
54 |
|
55 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:52
|
56 |
-
#: includes/general-hooks.php:
|
57 |
msgid "Overview Title"
|
58 |
msgstr ""
|
59 |
|
@@ -78,7 +78,7 @@ msgstr ""
|
|
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:156
|
81 |
-
#: includes/general-hooks.php:
|
82 |
msgid "Default"
|
83 |
msgstr ""
|
84 |
|
@@ -87,7 +87,7 @@ msgstr ""
|
|
87 |
#: includes/elements/elementor/recent-portfolios-masonry.php:410
|
88 |
#: includes/elements/elementor/recent-portfolios-tile.php:428
|
89 |
#: includes/elements/recent-portfolios.php:459 includes/general-hooks.php:137
|
90 |
-
#: includes/general-hooks.php:
|
91 |
msgid "Left"
|
92 |
msgstr ""
|
93 |
|
@@ -96,7 +96,7 @@ msgstr ""
|
|
96 |
#: includes/elements/elementor/recent-portfolios-masonry.php:414
|
97 |
#: includes/elements/elementor/recent-portfolios-tile.php:432
|
98 |
#: includes/elements/recent-portfolios.php:463 includes/general-hooks.php:141
|
99 |
-
#: includes/general-hooks.php:
|
100 |
msgid "Center"
|
101 |
msgstr ""
|
102 |
|
@@ -226,13 +226,13 @@ msgstr ""
|
|
226 |
|
227 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:174
|
228 |
#: includes/elements/recent-portfolios-tile-carousel.php:285
|
229 |
-
#: includes/general-hooks.php:
|
230 |
msgid "Dark"
|
231 |
msgstr "تیره"
|
232 |
|
233 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:175
|
234 |
#: includes/elements/recent-portfolios-tile-carousel.php:286
|
235 |
-
#: includes/general-hooks.php:
|
236 |
msgid "Light"
|
237 |
msgstr ""
|
238 |
|
@@ -249,67 +249,67 @@ msgid ""
|
|
249 |
msgstr ""
|
250 |
|
251 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:220
|
252 |
-
#: includes/general-hooks.php:
|
253 |
msgid "Skin for Next & Previous Links"
|
254 |
msgstr ""
|
255 |
|
256 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:221
|
257 |
-
#: includes/general-hooks.php:
|
258 |
msgid "Specifies the skin for next and previous navigation block."
|
259 |
msgstr ""
|
260 |
|
261 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:236
|
262 |
-
#: includes/general-hooks.php:
|
263 |
msgid "Classic Project Navigation"
|
264 |
msgstr ""
|
265 |
|
266 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:240
|
267 |
-
#: includes/general-hooks.php:
|
268 |
msgid "Classic Project Navigation Without Title"
|
269 |
msgstr ""
|
270 |
|
271 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:244
|
272 |
-
#: includes/general-hooks.php:
|
273 |
msgid "Minimal (default)"
|
274 |
msgstr ""
|
275 |
|
276 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:248
|
277 |
-
#: includes/general-hooks.php:
|
278 |
msgid "Thumbnail with Arrow"
|
279 |
msgstr ""
|
280 |
|
281 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:252
|
282 |
-
#: includes/general-hooks.php:
|
283 |
msgid "Thumbnail without Arrow"
|
284 |
msgstr ""
|
285 |
|
286 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:256
|
287 |
-
#: includes/general-hooks.php:
|
288 |
msgid "Navigation with Light Background"
|
289 |
msgstr ""
|
290 |
|
291 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:260
|
292 |
-
#: includes/general-hooks.php:
|
293 |
msgid "Navigation with Dark Background"
|
294 |
msgstr ""
|
295 |
|
296 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:264
|
297 |
-
#: includes/general-hooks.php:
|
298 |
msgid "Sticky Thumbnail with Arrow"
|
299 |
msgstr ""
|
300 |
|
301 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:268
|
302 |
-
#: includes/general-hooks.php:
|
303 |
msgid "Modern"
|
304 |
msgstr ""
|
305 |
|
306 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:277
|
307 |
-
#: includes/general-hooks.php:
|
308 |
msgid "Next & Previous Button Link"
|
309 |
msgstr ""
|
310 |
|
311 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:278
|
312 |
-
#: includes/general-hooks.php:
|
313 |
msgid ""
|
314 |
"Specifies the link of button in next and previous navigation. leave it blank "
|
315 |
"to use default portfolio archive link"
|
@@ -357,7 +357,7 @@ msgid "Related Portfolio"
|
|
357 |
msgstr ""
|
358 |
|
359 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:22
|
360 |
-
#: includes/general-hooks.php:
|
361 |
msgid "Display Related Portfolios"
|
362 |
msgstr ""
|
363 |
|
@@ -367,28 +367,28 @@ msgid ""
|
|
367 |
msgstr ""
|
368 |
|
369 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:36
|
370 |
-
#: includes/general-hooks.php:
|
371 |
msgid "Label of Related Section"
|
372 |
msgstr ""
|
373 |
|
374 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:37
|
375 |
-
#: includes/general-hooks.php:
|
376 |
msgid "Specifies the label of related items section."
|
377 |
msgstr ""
|
378 |
|
379 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:51
|
380 |
-
#: includes/general-hooks.php:
|
381 |
msgid "Related Items Type"
|
382 |
msgstr ""
|
383 |
|
384 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:52
|
385 |
-
#: includes/general-hooks.php:
|
386 |
msgid "Specifies the appearance type for related portfolio element."
|
387 |
msgstr ""
|
388 |
|
389 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:65
|
390 |
-
#: includes/elements/recent-portfolios.php:217 includes/general-hooks.php:
|
391 |
-
#: includes/general-hooks.php:
|
392 |
msgid "Grid"
|
393 |
msgstr ""
|
394 |
|
@@ -400,70 +400,70 @@ msgid "Carousel"
|
|
400 |
msgstr ""
|
401 |
|
402 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:71
|
403 |
-
#: includes/general-hooks.php:
|
404 |
-
#: includes/general-hooks.php:
|
405 |
msgid "Number of Columns"
|
406 |
msgstr ""
|
407 |
|
408 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:92
|
409 |
-
#: includes/general-hooks.php:
|
410 |
msgid "Align Center"
|
411 |
msgstr ""
|
412 |
|
413 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:93
|
414 |
-
#: includes/general-hooks.php:
|
415 |
msgid "Enable it to make related portfolios section text center."
|
416 |
msgstr ""
|
417 |
|
418 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:112
|
419 |
-
#: includes/general-hooks.php:
|
420 |
msgid "Full Width Related Section"
|
421 |
msgstr ""
|
422 |
|
423 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:113
|
424 |
-
#: includes/general-hooks.php:
|
425 |
msgid "Enable it to make related portfolios section full width."
|
426 |
msgstr ""
|
427 |
|
428 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:132
|
429 |
-
#: includes/general-hooks.php:
|
430 |
msgid "Snap Related Items"
|
431 |
msgstr ""
|
432 |
|
433 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:133
|
434 |
-
#: includes/general-hooks.php:
|
435 |
msgid "Enable it to remove space between related portfolio items."
|
436 |
msgstr ""
|
437 |
|
438 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:152
|
439 |
-
#: includes/general-hooks.php:
|
440 |
msgid "Display Portfolio Categories"
|
441 |
msgstr ""
|
442 |
|
443 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:153
|
444 |
-
#: includes/general-hooks.php:
|
445 |
msgid ""
|
446 |
"Enable it to display the categories of each portfolio item in related "
|
447 |
"portfolios section."
|
448 |
msgstr ""
|
449 |
|
450 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:172
|
451 |
-
#: includes/general-hooks.php:
|
452 |
msgid "Display The Button Under Related Items"
|
453 |
msgstr ""
|
454 |
|
455 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:173
|
456 |
-
#: includes/general-hooks.php:
|
457 |
msgid "You can specific to show the button under related items"
|
458 |
msgstr ""
|
459 |
|
460 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:192
|
461 |
-
#: includes/general-hooks.php:
|
462 |
msgid "Link the Button Under Related Items To"
|
463 |
msgstr ""
|
464 |
|
465 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:193
|
466 |
-
#: includes/general-hooks.php:
|
467 |
msgid ""
|
468 |
"Whether to display a button bellow related items section in order to direct "
|
469 |
"visitors to portfolio archive page or not. You can link the button to the "
|
@@ -471,32 +471,32 @@ msgid ""
|
|
471 |
msgstr ""
|
472 |
|
473 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:211
|
474 |
-
#: includes/general-hooks.php:
|
475 |
msgid "Archive page"
|
476 |
msgstr ""
|
477 |
|
478 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:212
|
479 |
-
#: includes/general-hooks.php:
|
480 |
msgid "Custom URL"
|
481 |
msgstr ""
|
482 |
|
483 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:217
|
484 |
-
#: includes/general-hooks.php:
|
485 |
msgid "Custom Link for Related Items Button"
|
486 |
msgstr ""
|
487 |
|
488 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:218
|
489 |
-
#: includes/general-hooks.php:
|
490 |
msgid "A custom link for the button under related items section."
|
491 |
msgstr ""
|
492 |
|
493 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:242
|
494 |
-
#: includes/general-hooks.php:
|
495 |
msgid "Custom label for Related Items Button"
|
496 |
msgstr ""
|
497 |
|
498 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:243
|
499 |
-
#: includes/general-hooks.php:
|
500 |
msgid "A custom label for the button under related items section."
|
501 |
msgstr ""
|
502 |
|
@@ -572,7 +572,7 @@ msgid ""
|
|
572 |
msgstr ""
|
573 |
|
574 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:53
|
575 |
-
#: includes/general-hooks.php:39 includes/general-hooks.php:
|
576 |
msgid "Portfolio"
|
577 |
msgstr ""
|
578 |
|
@@ -982,8 +982,8 @@ msgstr ""
|
|
982 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:259
|
983 |
#: includes/elements/elementor/recent-portfolios-tile.php:597
|
984 |
#: includes/elements/recent-portfolios-tile-carousel.php:300
|
985 |
-
#: includes/elements/recent-portfolios.php:621 includes/general-hooks.php:
|
986 |
-
#: includes/general-hooks.php:
|
987 |
msgid "None"
|
988 |
msgstr ""
|
989 |
|
@@ -1314,7 +1314,7 @@ msgstr ""
|
|
1314 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:414
|
1315 |
#: includes/elements/elementor/recent-portfolios-tile.php:315
|
1316 |
#: includes/elements/recent-portfolios-tile-carousel.php:163
|
1317 |
-
#: includes/elements/recent-portfolios.php:119 includes/general-hooks.php:
|
1318 |
msgid "Author"
|
1319 |
msgstr ""
|
1320 |
|
@@ -1448,34 +1448,34 @@ msgstr ""
|
|
1448 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:584
|
1449 |
#: includes/elements/elementor/recent-portfolios-grid.php:784
|
1450 |
#: includes/elements/elementor/recent-portfolios-masonry.php:651
|
1451 |
-
#: includes/elements/recent-portfolios.php:661 includes/general-hooks.php:
|
1452 |
-
#: includes/general-hooks.php:
|
1453 |
msgid "Space"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:585
|
1457 |
#: includes/elements/elementor/recent-portfolios-grid.php:785
|
1458 |
#: includes/elements/elementor/recent-portfolios-masonry.php:652
|
1459 |
-
#: includes/elements/recent-portfolios.php:662 includes/general-hooks.php:
|
1460 |
-
#: includes/general-hooks.php:
|
1461 |
msgid "Specifies horizontal space between items (pixel)."
|
1462 |
msgstr ""
|
1463 |
|
1464 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:597
|
1465 |
#: includes/elements/elementor/recent-portfolios-grid.php:797
|
1466 |
-
#: includes/elements/recent-portfolios.php:293 includes/general-hooks.php:
|
1467 |
msgid "Image aspect ratio"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:601
|
1471 |
-
#: includes/elements/recent-portfolios.php:301 includes/general-hooks.php:
|
1472 |
-
#: includes/general-hooks.php:
|
1473 |
msgid "Horizontal 4:3"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:602
|
1477 |
-
#: includes/elements/recent-portfolios.php:302 includes/general-hooks.php:
|
1478 |
-
#: includes/general-hooks.php:
|
1479 |
msgid "Horizontal 16:9"
|
1480 |
msgstr ""
|
1481 |
|
@@ -1514,24 +1514,24 @@ msgstr ""
|
|
1514 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:634
|
1515 |
#: includes/elements/elementor/recent-portfolios-grid.php:834
|
1516 |
#: includes/elements/elementor/recent-portfolios-masonry.php:687
|
1517 |
-
#: includes/elements/recent-portfolios.php:332 includes/general-hooks.php:
|
1518 |
-
#: includes/general-hooks.php:
|
1519 |
msgid "No animation"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:638
|
1523 |
#: includes/elements/elementor/recent-portfolios-grid.php:838
|
1524 |
#: includes/elements/elementor/recent-portfolios-masonry.php:691
|
1525 |
-
#: includes/elements/recent-portfolios.php:336 includes/general-hooks.php:
|
1526 |
-
#: includes/general-hooks.php:
|
1527 |
msgid "Classic with lightbox style 1"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:642
|
1531 |
#: includes/elements/elementor/recent-portfolios-grid.php:842
|
1532 |
#: includes/elements/elementor/recent-portfolios-masonry.php:695
|
1533 |
-
#: includes/elements/recent-portfolios.php:340 includes/general-hooks.php:
|
1534 |
-
#: includes/general-hooks.php:
|
1535 |
msgid "Classic with lightbox style 2"
|
1536 |
msgstr ""
|
1537 |
|
@@ -1542,9 +1542,9 @@ msgstr ""
|
|
1542 |
#: includes/elements/elementor/recent-portfolios-tile.php:663
|
1543 |
#: includes/elements/recent-portfolios-tile-carousel.php:103
|
1544 |
#: includes/elements/recent-portfolios.php:344
|
1545 |
-
#: includes/elements/recent-portfolios.php:412 includes/general-hooks.php:
|
1546 |
-
#: includes/general-hooks.php:
|
1547 |
-
#: includes/general-hooks.php:
|
1548 |
msgid "Overlay title style 1"
|
1549 |
msgstr ""
|
1550 |
|
@@ -1555,9 +1555,9 @@ msgstr ""
|
|
1555 |
#: includes/elements/elementor/recent-portfolios-tile.php:667
|
1556 |
#: includes/elements/recent-portfolios-tile-carousel.php:107
|
1557 |
#: includes/elements/recent-portfolios.php:348
|
1558 |
-
#: includes/elements/recent-portfolios.php:413 includes/general-hooks.php:
|
1559 |
-
#: includes/general-hooks.php:
|
1560 |
-
#: includes/general-hooks.php:
|
1561 |
msgid "Overlay title style 2"
|
1562 |
msgstr ""
|
1563 |
|
@@ -1568,9 +1568,9 @@ msgstr ""
|
|
1568 |
#: includes/elements/elementor/recent-portfolios-tile.php:671
|
1569 |
#: includes/elements/recent-portfolios-tile-carousel.php:111
|
1570 |
#: includes/elements/recent-portfolios.php:352
|
1571 |
-
#: includes/elements/recent-portfolios.php:414 includes/general-hooks.php:
|
1572 |
-
#: includes/general-hooks.php:
|
1573 |
-
#: includes/general-hooks.php:
|
1574 |
msgid "Overlay title with lightbox style 1"
|
1575 |
msgstr ""
|
1576 |
|
@@ -1581,9 +1581,9 @@ msgstr ""
|
|
1581 |
#: includes/elements/elementor/recent-portfolios-tile.php:675
|
1582 |
#: includes/elements/recent-portfolios-tile-carousel.php:115
|
1583 |
#: includes/elements/recent-portfolios.php:356
|
1584 |
-
#: includes/elements/recent-portfolios.php:415 includes/general-hooks.php:
|
1585 |
-
#: includes/general-hooks.php:
|
1586 |
-
#: includes/general-hooks.php:
|
1587 |
msgid "Overlay title with lightbox style 2"
|
1588 |
msgstr ""
|
1589 |
|
@@ -1794,7 +1794,7 @@ msgstr ""
|
|
1794 |
#: includes/elements/elementor/recent-portfolios-grid.php:430
|
1795 |
#: includes/elements/elementor/recent-portfolios-masonry.php:418
|
1796 |
#: includes/elements/elementor/recent-portfolios-tile.php:436
|
1797 |
-
#: includes/elements/recent-portfolios.php:467 includes/general-hooks.php:
|
1798 |
msgid "Right"
|
1799 |
msgstr ""
|
1800 |
|
@@ -1993,8 +1993,8 @@ msgstr ""
|
|
1993 |
|
1994 |
#: includes/elements/elementor/recent-portfolios-grid.php:1336
|
1995 |
#: includes/elements/elementor/recent-portfolios-masonry.php:1013
|
1996 |
-
#: includes/elements/recent-portfolios.php:380 includes/general-hooks.php:
|
1997 |
-
#: includes/general-hooks.php:
|
1998 |
msgid "Entry Box Border Color"
|
1999 |
msgstr ""
|
2000 |
|
@@ -2187,13 +2187,13 @@ msgstr ""
|
|
2187 |
msgid "Different layout types of appearing items."
|
2188 |
msgstr ""
|
2189 |
|
2190 |
-
#: includes/elements/recent-portfolios.php:221 includes/general-hooks.php:
|
2191 |
-
#: includes/general-hooks.php:
|
2192 |
msgid "Masonry"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
-
#: includes/elements/recent-portfolios.php:225 includes/general-hooks.php:
|
2196 |
-
#: includes/general-hooks.php:
|
2197 |
msgid "Tiles"
|
2198 |
msgstr ""
|
2199 |
|
@@ -2201,13 +2201,13 @@ msgstr ""
|
|
2201 |
msgid "Post Tile styles"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
-
#: includes/elements/recent-portfolios.php:303 includes/general-hooks.php:
|
2205 |
-
#: includes/general-hooks.php:
|
2206 |
msgid "Square 1:1"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
-
#: includes/elements/recent-portfolios.php:304 includes/general-hooks.php:
|
2210 |
-
#: includes/general-hooks.php:
|
2211 |
msgid "Vertical 3:4"
|
2212 |
msgstr ""
|
2213 |
|
@@ -2215,8 +2215,8 @@ msgstr ""
|
|
2215 |
msgid "Portfolio hover type"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
-
#: includes/elements/recent-portfolios.php:362 includes/general-hooks.php:
|
2219 |
-
#: includes/general-hooks.php:
|
2220 |
msgid "Entry Box Background Color"
|
2221 |
msgstr ""
|
2222 |
|
@@ -2265,7 +2265,7 @@ msgstr ""
|
|
2265 |
msgid "Single Portfolio"
|
2266 |
msgstr ""
|
2267 |
|
2268 |
-
#: includes/general-hooks.php:50 includes/general-hooks.php:
|
2269 |
msgid "Preview a Single Portfolio Page"
|
2270 |
msgstr ""
|
2271 |
|
@@ -2277,35 +2277,35 @@ msgstr ""
|
|
2277 |
msgid "Specifies single portfolio template."
|
2278 |
msgstr ""
|
2279 |
|
2280 |
-
#: includes/general-hooks.php:108 includes/general-hooks.php:
|
2281 |
msgid "Custom Max Width"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
-
#: includes/general-hooks.php:109 includes/general-hooks.php:
|
2285 |
msgid "Specifies the maximum width of website."
|
2286 |
msgstr ""
|
2287 |
|
2288 |
-
#: includes/general-hooks.php:116 includes/general-hooks.php:
|
2289 |
msgid "Default Site Max Width"
|
2290 |
msgstr ""
|
2291 |
|
2292 |
-
#: includes/general-hooks.php:117 includes/general-hooks.php:
|
2293 |
msgid "1000 Pixels"
|
2294 |
msgstr ""
|
2295 |
|
2296 |
-
#: includes/general-hooks.php:118 includes/general-hooks.php:
|
2297 |
msgid "1200 Pixels"
|
2298 |
msgstr ""
|
2299 |
|
2300 |
-
#: includes/general-hooks.php:119 includes/general-hooks.php:
|
2301 |
msgid "1400 Pixels"
|
2302 |
msgstr ""
|
2303 |
|
2304 |
-
#: includes/general-hooks.php:120 includes/general-hooks.php:
|
2305 |
msgid "1600 Pixels"
|
2306 |
msgstr ""
|
2307 |
|
2308 |
-
#: includes/general-hooks.php:121 includes/general-hooks.php:
|
2309 |
msgid "1900 Pixels"
|
2310 |
msgstr ""
|
2311 |
|
@@ -2391,7 +2391,7 @@ msgstr "رنگ پس زمینه"
|
|
2391 |
msgid "Share icon color"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
-
#: includes/general-hooks.php:381 includes/general-hooks.php:
|
2395 |
msgid "Icon Hover Color"
|
2396 |
msgstr ""
|
2397 |
|
@@ -2418,727 +2418,736 @@ msgid "Like Type"
|
|
2418 |
msgstr ""
|
2419 |
|
2420 |
#: includes/general-hooks.php:522
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2421 |
msgid "Like Icon"
|
2422 |
msgstr ""
|
2423 |
|
2424 |
-
#: includes/general-hooks.php:
|
2425 |
#, fuzzy
|
2426 |
msgid "Icon Liked Color"
|
2427 |
msgstr "رنگ پس زمینه"
|
2428 |
|
2429 |
-
#: includes/general-hooks.php:
|
2430 |
msgid "Like icon color"
|
2431 |
msgstr ""
|
2432 |
|
2433 |
-
#: includes/general-hooks.php:
|
2434 |
msgid "Icon Not Liked Color"
|
2435 |
msgstr ""
|
2436 |
|
2437 |
-
#: includes/general-hooks.php:
|
2438 |
msgid "Like icon hover color"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
-
#: includes/general-hooks.php:
|
2442 |
msgid "Like Button Icon Size"
|
2443 |
msgstr ""
|
2444 |
|
2445 |
-
#: includes/general-hooks.php:
|
2446 |
msgid "Like Button Margin"
|
2447 |
msgstr ""
|
2448 |
|
2449 |
-
#: includes/general-hooks.php:
|
2450 |
msgid "Next Portfolio Label"
|
2451 |
msgstr ""
|
2452 |
|
2453 |
-
#: includes/general-hooks.php:
|
2454 |
msgid "Specifies the word after next and previous navigation."
|
2455 |
msgstr ""
|
2456 |
|
2457 |
-
#: includes/general-hooks.php:
|
2458 |
msgid "Previous Portfolio Label"
|
2459 |
msgstr ""
|
2460 |
|
2461 |
-
#: includes/general-hooks.php:
|
2462 |
msgid "Portfolio Title"
|
2463 |
msgstr ""
|
2464 |
|
2465 |
-
#: includes/general-hooks.php:
|
2466 |
msgid "Display Title Bar Section"
|
2467 |
msgstr ""
|
2468 |
|
2469 |
-
#: includes/general-hooks.php:
|
2470 |
msgid "Enable it to show the title section."
|
2471 |
msgstr ""
|
2472 |
|
2473 |
-
#: includes/general-hooks.php:
|
2474 |
msgid "Layout presets"
|
2475 |
msgstr ""
|
2476 |
|
2477 |
-
#: includes/general-hooks.php:
|
2478 |
msgid "Title bar with light overlay which is aligned center"
|
2479 |
msgstr ""
|
2480 |
|
2481 |
-
#: includes/general-hooks.php:
|
2482 |
msgid "Fullscreen title bar with light overlay on background"
|
2483 |
msgstr ""
|
2484 |
|
2485 |
-
#: includes/general-hooks.php:
|
2486 |
msgid "Fullscreen title bar with dark overlay on background"
|
2487 |
msgstr ""
|
2488 |
|
2489 |
-
#: includes/general-hooks.php:
|
2490 |
msgid "Fullscreen title bar with border around the title"
|
2491 |
msgstr ""
|
2492 |
|
2493 |
-
#: includes/general-hooks.php:
|
2494 |
msgid "Fullscreen title bar with dark box around the title"
|
2495 |
msgstr ""
|
2496 |
|
2497 |
-
#: includes/general-hooks.php:
|
2498 |
msgid "Title aligned left with dark overlay on background"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
-
#: includes/general-hooks.php:
|
2502 |
msgid "Tile overlaps the title area section and is aligned center"
|
2503 |
msgstr ""
|
2504 |
|
2505 |
-
#: includes/general-hooks.php:
|
2506 |
msgid "Enable advanced setting"
|
2507 |
msgstr ""
|
2508 |
|
2509 |
-
#: includes/general-hooks.php:
|
2510 |
msgid "Enable it to customize preset layouts."
|
2511 |
msgstr ""
|
2512 |
|
2513 |
-
#: includes/general-hooks.php:
|
2514 |
msgid "Content Width"
|
2515 |
msgstr ""
|
2516 |
|
2517 |
-
#: includes/general-hooks.php:
|
2518 |
msgid "Boxed"
|
2519 |
msgstr ""
|
2520 |
|
2521 |
-
#: includes/general-hooks.php:
|
2522 |
msgid "Full Width Content with Space on Sides"
|
2523 |
msgstr ""
|
2524 |
|
2525 |
-
#: includes/general-hooks.php:
|
2526 |
msgid "Full Width Content"
|
2527 |
msgstr ""
|
2528 |
|
2529 |
-
#: includes/general-hooks.php:
|
2530 |
msgid "Title Section Height"
|
2531 |
msgstr ""
|
2532 |
|
2533 |
-
#: includes/general-hooks.php:
|
2534 |
msgid "Auto Height"
|
2535 |
msgstr ""
|
2536 |
|
2537 |
-
#: includes/general-hooks.php:
|
2538 |
msgid "Full Height"
|
2539 |
msgstr ""
|
2540 |
|
2541 |
-
#: includes/general-hooks.php:
|
2542 |
msgid "Vertical Position"
|
2543 |
msgstr ""
|
2544 |
|
2545 |
-
#: includes/general-hooks.php:
|
2546 |
msgid "Specifies vertical alignment of title and subtitle."
|
2547 |
msgstr ""
|
2548 |
|
2549 |
-
#: includes/general-hooks.php:
|
2550 |
msgid ""
|
2551 |
"Note: Parallax feature in not available for \"Bottom Overlap\" vertical mode."
|
2552 |
msgstr ""
|
2553 |
|
2554 |
-
#: includes/general-hooks.php:
|
2555 |
msgid "Top"
|
2556 |
msgstr ""
|
2557 |
|
2558 |
-
#: includes/general-hooks.php:
|
2559 |
msgid "Middle"
|
2560 |
msgstr ""
|
2561 |
|
2562 |
-
#: includes/general-hooks.php:
|
2563 |
msgid "Bottom"
|
2564 |
msgstr ""
|
2565 |
|
2566 |
-
#: includes/general-hooks.php:
|
2567 |
msgid "Bottom Overlap"
|
2568 |
msgstr ""
|
2569 |
|
2570 |
-
#: includes/general-hooks.php:
|
2571 |
msgid "Scroll Down Arrow"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
-
#: includes/general-hooks.php:
|
2575 |
msgid "This option only applies if section height is \"Full Height\"."
|
2576 |
msgstr ""
|
2577 |
|
2578 |
-
#: includes/general-hooks.php:
|
2579 |
msgid "Round"
|
2580 |
msgstr ""
|
2581 |
|
2582 |
-
#: includes/general-hooks.php:
|
2583 |
msgid "Display Titles"
|
2584 |
msgstr ""
|
2585 |
|
2586 |
-
#: includes/general-hooks.php:
|
2587 |
msgid "Enable it to display title/subtitle in title section."
|
2588 |
msgstr ""
|
2589 |
|
2590 |
-
#: includes/general-hooks.php:
|
2591 |
msgid "Border for Heading"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: includes/general-hooks.php:
|
2595 |
msgid "Enable it to display a border around the title and subtitle area."
|
2596 |
msgstr ""
|
2597 |
|
2598 |
-
#: includes/general-hooks.php:
|
2599 |
msgid "Boxed Title"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
-
#: includes/general-hooks.php:
|
2603 |
msgid ""
|
2604 |
"Enable it to wrap the title and subtitle in a box with background color."
|
2605 |
msgstr ""
|
2606 |
|
2607 |
-
#: includes/general-hooks.php:
|
2608 |
msgid "Title Box Custom Color"
|
2609 |
msgstr ""
|
2610 |
|
2611 |
-
#: includes/general-hooks.php:
|
2612 |
msgid ""
|
2613 |
"Specifies a custom background color for the box around the title and "
|
2614 |
"subtitle."
|
2615 |
msgstr ""
|
2616 |
|
2617 |
-
#: includes/general-hooks.php:
|
2618 |
msgid "Display Post Meta"
|
2619 |
msgstr ""
|
2620 |
|
2621 |
-
#: includes/general-hooks.php:
|
2622 |
msgid "Enable it to display post meta information on title section."
|
2623 |
msgstr ""
|
2624 |
|
2625 |
-
#: includes/general-hooks.php:
|
2626 |
msgid "Display Breadcrumb"
|
2627 |
msgstr ""
|
2628 |
|
2629 |
-
#: includes/general-hooks.php:
|
2630 |
msgid "Enable it to display breadcrumb on title section."
|
2631 |
msgstr ""
|
2632 |
|
2633 |
-
#: includes/general-hooks.php:
|
2634 |
msgid "Border for Breadcrumb"
|
2635 |
msgstr ""
|
2636 |
|
2637 |
-
#: includes/general-hooks.php:
|
2638 |
msgid "Enable it to display border around breadcrumb."
|
2639 |
msgstr ""
|
2640 |
|
2641 |
-
#: includes/general-hooks.php:
|
2642 |
msgid "Breadcrumb Separator Icon"
|
2643 |
msgstr ""
|
2644 |
|
2645 |
-
#: includes/general-hooks.php:
|
2646 |
msgid "Text Align"
|
2647 |
msgstr ""
|
2648 |
|
2649 |
-
#: includes/general-hooks.php:
|
2650 |
msgid "Overlay Color"
|
2651 |
msgstr ""
|
2652 |
|
2653 |
-
#: includes/general-hooks.php:
|
2654 |
msgid ""
|
2655 |
"The color that overlay on the background. Please note that color should have "
|
2656 |
"transparency."
|
2657 |
msgstr ""
|
2658 |
|
2659 |
-
#: includes/general-hooks.php:
|
2660 |
msgid "Overlay Pattern"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
-
#: includes/general-hooks.php:
|
2664 |
msgid "Hash"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
-
#: includes/general-hooks.php:
|
2668 |
msgid "Overlay Pattern Opacity"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
-
#: includes/general-hooks.php:
|
2672 |
msgid "Color Mode"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
-
#: includes/general-hooks.php:
|
2676 |
msgid "Enable Title Background"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
-
#: includes/general-hooks.php:
|
2680 |
msgid "Enable it to display custom background for title section."
|
2681 |
msgstr ""
|
2682 |
|
2683 |
-
#: includes/general-hooks.php:
|
2684 |
msgid "Enable Parallax Effect"
|
2685 |
msgstr ""
|
2686 |
|
2687 |
-
#: includes/general-hooks.php:
|
2688 |
msgid "Enable it to have parallax background effect on this section."
|
2689 |
msgstr ""
|
2690 |
|
2691 |
-
#: includes/general-hooks.php:
|
2692 |
msgid ""
|
2693 |
"Note: Parallax feature in not available for \"Bottom Overlap\" mode for "
|
2694 |
"\"Vertical Position\" option."
|
2695 |
msgstr ""
|
2696 |
|
2697 |
-
#: includes/general-hooks.php:
|
2698 |
msgid "Background Color"
|
2699 |
msgstr "رنگ پس زمینه"
|
2700 |
|
2701 |
-
#: includes/general-hooks.php:
|
2702 |
msgid "Specifies a background color for title bar."
|
2703 |
msgstr ""
|
2704 |
|
2705 |
-
#: includes/general-hooks.php:
|
2706 |
msgid "Background Size"
|
2707 |
msgstr ""
|
2708 |
|
2709 |
-
#: includes/general-hooks.php:
|
2710 |
msgid "Specifies the background size."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: includes/general-hooks.php:
|
2714 |
msgid "Auto"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: includes/general-hooks.php:
|
2718 |
msgid "Contain"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: includes/general-hooks.php:
|
2722 |
msgid "Cover"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: includes/general-hooks.php:
|
2726 |
msgid "Background Image"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: includes/general-hooks.php:
|
2730 |
msgid "Specifies a background image for title bar."
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: includes/general-hooks.php:
|
2734 |
msgid "Background Video MP4"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: includes/general-hooks.php:
|
2738 |
-
#: includes/general-hooks.php:
|
2739 |
msgid ""
|
2740 |
"You can upload custom video for title background</br>Note: if you set custom "
|
2741 |
"image, default image backgrounds will be ignored."
|
2742 |
msgstr ""
|
2743 |
|
2744 |
-
#: includes/general-hooks.php:
|
2745 |
msgid "Background Video Ogg"
|
2746 |
msgstr ""
|
2747 |
|
2748 |
-
#: includes/general-hooks.php:
|
2749 |
msgid "Background Video WebM"
|
2750 |
msgstr ""
|
2751 |
|
2752 |
-
#: includes/general-hooks.php:
|
2753 |
msgid "Related Portfolios"
|
2754 |
msgstr ""
|
2755 |
|
2756 |
-
#: includes/general-hooks.php:
|
2757 |
msgid "Setting for Related Portfolios Section in Single Page"
|
2758 |
msgstr ""
|
2759 |
|
2760 |
-
#: includes/general-hooks.php:
|
2761 |
msgid ""
|
2762 |
"Enable it to display related portfolios section on single portfolio page."
|
2763 |
msgstr ""
|
2764 |
|
2765 |
-
#: includes/general-hooks.php:
|
2766 |
msgid "Title Typography"
|
2767 |
msgstr ""
|
2768 |
|
2769 |
-
#: includes/general-hooks.php:
|
2770 |
msgid "Related Projects/Works"
|
2771 |
msgstr ""
|
2772 |
|
2773 |
-
#: includes/general-hooks.php:
|
2774 |
msgid "Label Typography"
|
2775 |
msgstr ""
|
2776 |
|
2777 |
-
#: includes/general-hooks.php:
|
2778 |
msgid "Category Terms Typography"
|
2779 |
msgstr ""
|
2780 |
|
2781 |
-
#: includes/general-hooks.php:
|
2782 |
msgid "Hide it"
|
2783 |
msgstr ""
|
2784 |
|
2785 |
-
#: includes/general-hooks.php:
|
2786 |
msgid "Browse All Projects"
|
2787 |
msgstr ""
|
2788 |
|
2789 |
-
#: includes/general-hooks.php:
|
2790 |
msgid "Button Typography"
|
2791 |
msgstr ""
|
2792 |
|
2793 |
-
#: includes/general-hooks.php:
|
2794 |
#, fuzzy
|
2795 |
msgid "Button Background"
|
2796 |
msgstr "رنگ پس زمینه"
|
2797 |
|
2798 |
-
#: includes/general-hooks.php:
|
2799 |
msgid "Portfolio Page"
|
2800 |
msgstr ""
|
2801 |
|
2802 |
-
#: includes/general-hooks.php:
|
2803 |
msgid "Preview Portfolio Page"
|
2804 |
msgstr ""
|
2805 |
|
2806 |
-
#: includes/general-hooks.php:
|
2807 |
msgid "Custom Page For Archive"
|
2808 |
msgstr ""
|
2809 |
|
2810 |
-
#: includes/general-hooks.php:
|
2811 |
msgid "Enable this option to select custom page for archive page"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
-
#: includes/general-hooks.php:
|
2815 |
msgid "Select Page"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
-
#: includes/general-hooks.php:
|
2819 |
msgid "Portfolio Template"
|
2820 |
msgstr ""
|
2821 |
|
2822 |
-
#: includes/general-hooks.php:
|
2823 |
msgid "Choose your portfolio template."
|
2824 |
msgstr ""
|
2825 |
|
2826 |
-
#: includes/general-hooks.php:
|
2827 |
msgid "Land"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
-
#: includes/general-hooks.php:
|
2831 |
msgid "Image Aspect Ratio"
|
2832 |
msgstr ""
|
2833 |
|
2834 |
-
#: includes/general-hooks.php:
|
2835 |
msgid "Portfolio Hover Type"
|
2836 |
msgstr ""
|
2837 |
|
2838 |
-
#: includes/general-hooks.php:
|
2839 |
-
#: includes/general-hooks.php:
|
2840 |
msgid "Hover over images to see the animation."
|
2841 |
msgstr ""
|
2842 |
|
2843 |
-
#: includes/general-hooks.php:
|
2844 |
msgid "Tile Portfolio Item Type"
|
2845 |
msgstr ""
|
2846 |
|
2847 |
-
#: includes/general-hooks.php:
|
2848 |
msgid "Number of Columns in Tablet"
|
2849 |
msgstr ""
|
2850 |
|
2851 |
-
#: includes/general-hooks.php:
|
2852 |
msgid "Number of Columns in Mobile"
|
2853 |
msgstr ""
|
2854 |
|
2855 |
-
#: includes/general-hooks.php:
|
2856 |
msgid "Display Like Button"
|
2857 |
msgstr ""
|
2858 |
|
2859 |
-
#: includes/general-hooks.php:
|
2860 |
msgid ""
|
2861 |
"Enable it to display %s like button%s on portfolio portfolios. Please note "
|
2862 |
"WP Ulike plugin needs to be activaited to use this option."
|
2863 |
msgstr ""
|
2864 |
|
2865 |
-
#: includes/general-hooks.php:
|
2866 |
msgid "Enable Entry Box Coloring"
|
2867 |
msgstr ""
|
2868 |
|
2869 |
-
#: includes/general-hooks.php:
|
2870 |
msgid "Specifies the border/background color for entry box."
|
2871 |
msgstr ""
|
2872 |
|
2873 |
-
#: includes/general-hooks.php:
|
2874 |
msgid "Specifies the background color for entry box."
|
2875 |
msgstr ""
|
2876 |
|
2877 |
-
#: includes/general-hooks.php:
|
2878 |
msgid "Specifies the border color for entry box."
|
2879 |
msgstr ""
|
2880 |
|
2881 |
-
#: includes/general-hooks.php:
|
2882 |
msgid "Portfolio Sidebar Position"
|
2883 |
msgstr ""
|
2884 |
|
2885 |
-
#: includes/general-hooks.php:
|
2886 |
msgid "Specifies the position of sidebar on portfolio page."
|
2887 |
msgstr ""
|
2888 |
|
2889 |
-
#: includes/general-hooks.php:
|
2890 |
msgid "No Sidebar"
|
2891 |
msgstr ""
|
2892 |
|
2893 |
-
#: includes/general-hooks.php:
|
2894 |
msgid "Right Sidebar"
|
2895 |
msgstr ""
|
2896 |
|
2897 |
-
#: includes/general-hooks.php:
|
2898 |
msgid "Left Sidebar"
|
2899 |
msgstr ""
|
2900 |
|
2901 |
-
#: includes/general-hooks.php:
|
2902 |
msgid "Left Left Sidebar"
|
2903 |
msgstr ""
|
2904 |
|
2905 |
-
#: includes/general-hooks.php:
|
2906 |
msgid "Right Right Sidebar"
|
2907 |
msgstr ""
|
2908 |
|
2909 |
-
#: includes/general-hooks.php:
|
2910 |
msgid "Left Right Sidebar"
|
2911 |
msgstr ""
|
2912 |
|
2913 |
-
#: includes/general-hooks.php:
|
2914 |
msgid "Right Left Sidebar"
|
2915 |
msgstr ""
|
2916 |
|
2917 |
-
#: includes/general-hooks.php:
|
2918 |
msgid "Portfolio Sidebar Style"
|
2919 |
msgstr ""
|
2920 |
|
2921 |
-
#: includes/general-hooks.php:
|
2922 |
msgid "Specifies the style of sidebar on portfolio page."
|
2923 |
msgstr ""
|
2924 |
|
2925 |
-
#: includes/general-hooks.php:
|
2926 |
msgid "Simple"
|
2927 |
msgstr ""
|
2928 |
|
2929 |
-
#: includes/general-hooks.php:
|
2930 |
msgid "Bordered Sidebar"
|
2931 |
msgstr ""
|
2932 |
|
2933 |
-
#: includes/general-hooks.php:
|
2934 |
msgid "Overlap Background"
|
2935 |
msgstr ""
|
2936 |
|
2937 |
-
#: includes/general-hooks.php:
|
2938 |
msgid "Number of Portfolios Per Page"
|
2939 |
msgstr ""
|
2940 |
|
2941 |
-
#: includes/general-hooks.php:
|
2942 |
msgid "Specifies the number of portfolios items to show on each page."
|
2943 |
msgstr ""
|
2944 |
|
2945 |
-
#: includes/general-hooks.php:
|
2946 |
msgid "Display Title Bar?"
|
2947 |
msgstr ""
|
2948 |
|
2949 |
-
#: includes/general-hooks.php:
|
2950 |
msgid ""
|
2951 |
"Specifies whether to display the title bar at top of portfolio archive page "
|
2952 |
"or not."
|
2953 |
msgstr ""
|
2954 |
|
2955 |
-
#: includes/general-hooks.php:
|
2956 |
msgid "Display Breadcrumb?"
|
2957 |
msgstr ""
|
2958 |
|
2959 |
-
#: includes/general-hooks.php:
|
2960 |
msgid ""
|
2961 |
"Specifies whether to display the breadcrumb in title bar of portfolio "
|
2962 |
"archive page or not."
|
2963 |
msgstr ""
|
2964 |
|
2965 |
-
#: includes/general-hooks.php:
|
2966 |
msgid "Display Title?"
|
2967 |
msgstr ""
|
2968 |
|
2969 |
-
#: includes/general-hooks.php:
|
2970 |
msgid ""
|
2971 |
"Specifies whether to display the title in title bar of portfolio archive "
|
2972 |
"page or not."
|
2973 |
msgstr ""
|
2974 |
|
2975 |
-
#: includes/general-hooks.php:
|
2976 |
msgid "Custom Title"
|
2977 |
msgstr ""
|
2978 |
|
2979 |
-
#: includes/general-hooks.php:
|
2980 |
msgid "Custom Breadcrumb Label"
|
2981 |
msgstr ""
|
2982 |
|
2983 |
-
#: includes/general-hooks.php:
|
2984 |
msgid "Portfolio Category & tag"
|
2985 |
msgstr ""
|
2986 |
|
2987 |
-
#: includes/general-hooks.php:
|
2988 |
msgid "Portfolio Category & tag page Setting"
|
2989 |
msgstr ""
|
2990 |
|
2991 |
-
#: includes/general-hooks.php:
|
2992 |
msgid "Taxonomy Page Template"
|
2993 |
msgstr ""
|
2994 |
|
2995 |
-
#: includes/general-hooks.php:
|
2996 |
msgid "Taxonomy Page Sidebar Position"
|
2997 |
msgstr ""
|
2998 |
|
2999 |
-
#: includes/general-hooks.php:
|
3000 |
msgid "Sidebar Style"
|
3001 |
msgstr ""
|
3002 |
|
3003 |
-
#: includes/general-hooks.php:
|
3004 |
msgid "Specifies the style of sidebar on category & tag page."
|
3005 |
msgstr ""
|
3006 |
|
3007 |
-
#: includes/general-hooks.php:
|
3008 |
msgid "Portfolio MetaData"
|
3009 |
msgstr ""
|
3010 |
|
3011 |
-
#: includes/general-hooks.php:
|
3012 |
msgid "Portfolio MetaData Setting"
|
3013 |
msgstr ""
|
3014 |
|
3015 |
-
#: includes/general-hooks.php:
|
3016 |
msgid "Label for Launch Project Button"
|
3017 |
msgstr ""
|
3018 |
|
3019 |
-
#: includes/general-hooks.php:
|
3020 |
msgid "Specify a label for launch project button."
|
3021 |
msgstr ""
|
3022 |
|
3023 |
-
#: includes/general-hooks.php:
|
3024 |
msgid "Launch Project"
|
3025 |
msgstr ""
|
3026 |
|
3027 |
-
#: includes/general-hooks.php:
|
3028 |
msgid "Portfolio MetaDatas"
|
3029 |
msgstr ""
|
3030 |
|
3031 |
-
#: includes/general-hooks.php:
|
3032 |
msgid ""
|
3033 |
"Specify the number of fields and the label of each one for portfolio "
|
3034 |
"metadatas"
|
3035 |
msgstr ""
|
3036 |
|
3037 |
-
#: includes/general-hooks.php:
|
3038 |
msgid "Project URL"
|
3039 |
msgstr ""
|
3040 |
|
3041 |
-
#: includes/general-hooks.php:
|
3042 |
msgid "Client"
|
3043 |
msgstr ""
|
3044 |
|
3045 |
-
#: includes/general-hooks.php:
|
3046 |
msgid "Release Date"
|
3047 |
msgstr ""
|
3048 |
|
3049 |
-
#: includes/general-hooks.php:
|
3050 |
msgid "Custom Field 1"
|
3051 |
msgstr ""
|
3052 |
|
3053 |
-
#: includes/general-hooks.php:
|
3054 |
msgid "Custom Field 2"
|
3055 |
msgstr ""
|
3056 |
|
3057 |
-
#: includes/general-hooks.php:
|
3058 |
msgid "Custom Field 3"
|
3059 |
msgstr ""
|
3060 |
|
3061 |
-
#: includes/general-hooks.php:
|
3062 |
msgid "Custom Field 4"
|
3063 |
msgstr ""
|
3064 |
|
3065 |
-
#: includes/general-hooks.php:
|
3066 |
msgid "Custom Field 5"
|
3067 |
msgstr ""
|
3068 |
|
3069 |
-
#: includes/general-hooks.php:
|
3070 |
msgid "Custom Field 6"
|
3071 |
msgstr ""
|
3072 |
|
3073 |
-
#: includes/general-hooks.php:
|
3074 |
msgid "Custom Field 7"
|
3075 |
msgstr ""
|
3076 |
|
3077 |
-
#: includes/general-hooks.php:
|
3078 |
msgid "Custom Field 8"
|
3079 |
msgstr ""
|
3080 |
|
3081 |
-
#: includes/general-hooks.php:
|
3082 |
msgid "Custom Field 9"
|
3083 |
msgstr ""
|
3084 |
|
3085 |
-
#: includes/general-hooks.php:
|
3086 |
msgid "Custom Field 10"
|
3087 |
msgstr ""
|
3088 |
|
3089 |
-
#: includes/general-hooks.php:
|
3090 |
msgid "Custom Field 11"
|
3091 |
msgstr ""
|
3092 |
|
3093 |
-
#: includes/general-hooks.php:
|
3094 |
msgid "Custom Field 12"
|
3095 |
msgstr ""
|
3096 |
|
3097 |
-
#: includes/general-hooks.php:
|
3098 |
msgid "Single Portfolio Appearance"
|
3099 |
msgstr ""
|
3100 |
|
3101 |
-
#: includes/general-hooks.php:
|
3102 |
msgid "Content"
|
3103 |
msgstr ""
|
3104 |
|
3105 |
-
#: includes/general-hooks.php:
|
3106 |
msgid "Overview Content"
|
3107 |
msgstr ""
|
3108 |
|
3109 |
-
#: includes/general-hooks.php:
|
3110 |
msgid "Meta"
|
3111 |
msgstr ""
|
3112 |
|
3113 |
-
#: includes/general-hooks.php:
|
3114 |
msgid "Meta Terms"
|
3115 |
msgstr ""
|
3116 |
|
3117 |
-
#: includes/general-hooks.php:
|
3118 |
msgid "Launch Button"
|
3119 |
msgstr ""
|
3120 |
|
3121 |
-
#: includes/general-hooks.php:
|
3122 |
msgid "Launch Button Background"
|
3123 |
msgstr ""
|
3124 |
|
3125 |
-
#: includes/general-hooks.php:
|
3126 |
msgid "Portfolio Options"
|
3127 |
msgstr ""
|
3128 |
|
3129 |
-
#: includes/general-hooks.php:
|
3130 |
msgid "Likes"
|
3131 |
msgstr ""
|
3132 |
|
3133 |
-
#: includes/general-hooks.php:
|
3134 |
msgid "Like"
|
3135 |
msgstr ""
|
3136 |
|
3137 |
-
#: includes/general-hooks.php:
|
3138 |
msgid "Share"
|
3139 |
msgstr ""
|
3140 |
|
3141 |
-
#: includes/general-hooks.php:
|
3142 |
msgid "Related Projects"
|
3143 |
msgstr ""
|
3144 |
|
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: 2021-11-22 11:56:02+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:3476
|
57 |
msgid "Overview Title"
|
58 |
msgstr ""
|
59 |
|
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:156
|
81 |
+
#: includes/general-hooks.php:888
|
82 |
msgid "Default"
|
83 |
msgstr ""
|
84 |
|
87 |
#: includes/elements/elementor/recent-portfolios-masonry.php:410
|
88 |
#: includes/elements/elementor/recent-portfolios-tile.php:428
|
89 |
#: includes/elements/recent-portfolios.php:459 includes/general-hooks.php:137
|
90 |
+
#: includes/general-hooks.php:1506
|
91 |
msgid "Left"
|
92 |
msgstr ""
|
93 |
|
96 |
#: includes/elements/elementor/recent-portfolios-masonry.php:414
|
97 |
#: includes/elements/elementor/recent-portfolios-tile.php:432
|
98 |
#: includes/elements/recent-portfolios.php:463 includes/general-hooks.php:141
|
99 |
+
#: includes/general-hooks.php:1510
|
100 |
msgid "Center"
|
101 |
msgstr ""
|
102 |
|
226 |
|
227 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:174
|
228 |
#: includes/elements/recent-portfolios-tile-carousel.php:285
|
229 |
+
#: includes/general-hooks.php:1653
|
230 |
msgid "Dark"
|
231 |
msgstr "تیره"
|
232 |
|
233 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:175
|
234 |
#: includes/elements/recent-portfolios-tile-carousel.php:286
|
235 |
+
#: includes/general-hooks.php:1654
|
236 |
msgid "Light"
|
237 |
msgstr ""
|
238 |
|
249 |
msgstr ""
|
250 |
|
251 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:220
|
252 |
+
#: includes/general-hooks.php:724
|
253 |
msgid "Skin for Next & Previous Links"
|
254 |
msgstr ""
|
255 |
|
256 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:221
|
257 |
+
#: includes/general-hooks.php:725
|
258 |
msgid "Specifies the skin for next and previous navigation block."
|
259 |
msgstr ""
|
260 |
|
261 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:236
|
262 |
+
#: includes/general-hooks.php:742
|
263 |
msgid "Classic Project Navigation"
|
264 |
msgstr ""
|
265 |
|
266 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:240
|
267 |
+
#: includes/general-hooks.php:746
|
268 |
msgid "Classic Project Navigation Without Title"
|
269 |
msgstr ""
|
270 |
|
271 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:244
|
272 |
+
#: includes/general-hooks.php:738
|
273 |
msgid "Minimal (default)"
|
274 |
msgstr ""
|
275 |
|
276 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:248
|
277 |
+
#: includes/general-hooks.php:750
|
278 |
msgid "Thumbnail with Arrow"
|
279 |
msgstr ""
|
280 |
|
281 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:252
|
282 |
+
#: includes/general-hooks.php:754
|
283 |
msgid "Thumbnail without Arrow"
|
284 |
msgstr ""
|
285 |
|
286 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:256
|
287 |
+
#: includes/general-hooks.php:758
|
288 |
msgid "Navigation with Light Background"
|
289 |
msgstr ""
|
290 |
|
291 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:260
|
292 |
+
#: includes/general-hooks.php:762
|
293 |
msgid "Navigation with Dark Background"
|
294 |
msgstr ""
|
295 |
|
296 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:264
|
297 |
+
#: includes/general-hooks.php:766
|
298 |
msgid "Sticky Thumbnail with Arrow"
|
299 |
msgstr ""
|
300 |
|
301 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:268
|
302 |
+
#: includes/general-hooks.php:770
|
303 |
msgid "Modern"
|
304 |
msgstr ""
|
305 |
|
306 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:277
|
307 |
+
#: includes/general-hooks.php:815
|
308 |
msgid "Next & Previous Button Link"
|
309 |
msgstr ""
|
310 |
|
311 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:278
|
312 |
+
#: includes/general-hooks.php:816
|
313 |
msgid ""
|
314 |
"Specifies the link of button in next and previous navigation. leave it blank "
|
315 |
"to use default portfolio archive link"
|
357 |
msgstr ""
|
358 |
|
359 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:22
|
360 |
+
#: includes/general-hooks.php:1961
|
361 |
msgid "Display Related Portfolios"
|
362 |
msgstr ""
|
363 |
|
367 |
msgstr ""
|
368 |
|
369 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:36
|
370 |
+
#: includes/general-hooks.php:1989
|
371 |
msgid "Label of Related Section"
|
372 |
msgstr ""
|
373 |
|
374 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:37
|
375 |
+
#: includes/general-hooks.php:1990
|
376 |
msgid "Specifies the label of related items section."
|
377 |
msgstr ""
|
378 |
|
379 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:51
|
380 |
+
#: includes/general-hooks.php:2047
|
381 |
msgid "Related Items Type"
|
382 |
msgstr ""
|
383 |
|
384 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:52
|
385 |
+
#: includes/general-hooks.php:2048
|
386 |
msgid "Specifies the appearance type for related portfolio element."
|
387 |
msgstr ""
|
388 |
|
389 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:65
|
390 |
+
#: includes/elements/recent-portfolios.php:217 includes/general-hooks.php:2365
|
391 |
+
#: includes/general-hooks.php:3053
|
392 |
msgid "Grid"
|
393 |
msgstr ""
|
394 |
|
400 |
msgstr ""
|
401 |
|
402 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:71
|
403 |
+
#: includes/general-hooks.php:2068 includes/general-hooks.php:2546
|
404 |
+
#: includes/general-hooks.php:3225
|
405 |
msgid "Number of Columns"
|
406 |
msgstr ""
|
407 |
|
408 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:92
|
409 |
+
#: includes/general-hooks.php:2088
|
410 |
msgid "Align Center"
|
411 |
msgstr ""
|
412 |
|
413 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:93
|
414 |
+
#: includes/general-hooks.php:2089
|
415 |
msgid "Enable it to make related portfolios section text center."
|
416 |
msgstr ""
|
417 |
|
418 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:112
|
419 |
+
#: includes/general-hooks.php:2106
|
420 |
msgid "Full Width Related Section"
|
421 |
msgstr ""
|
422 |
|
423 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:113
|
424 |
+
#: includes/general-hooks.php:2107
|
425 |
msgid "Enable it to make related portfolios section full width."
|
426 |
msgstr ""
|
427 |
|
428 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:132
|
429 |
+
#: includes/general-hooks.php:2124
|
430 |
msgid "Snap Related Items"
|
431 |
msgstr ""
|
432 |
|
433 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:133
|
434 |
+
#: includes/general-hooks.php:2125
|
435 |
msgid "Enable it to remove space between related portfolio items."
|
436 |
msgstr ""
|
437 |
|
438 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:152
|
439 |
+
#: includes/general-hooks.php:2142
|
440 |
msgid "Display Portfolio Categories"
|
441 |
msgstr ""
|
442 |
|
443 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:153
|
444 |
+
#: includes/general-hooks.php:2143
|
445 |
msgid ""
|
446 |
"Enable it to display the categories of each portfolio item in related "
|
447 |
"portfolios section."
|
448 |
msgstr ""
|
449 |
|
450 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:172
|
451 |
+
#: includes/general-hooks.php:2181
|
452 |
msgid "Display The Button Under Related Items"
|
453 |
msgstr ""
|
454 |
|
455 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:173
|
456 |
+
#: includes/general-hooks.php:2182
|
457 |
msgid "You can specific to show the button under related items"
|
458 |
msgstr ""
|
459 |
|
460 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:192
|
461 |
+
#: includes/general-hooks.php:2199
|
462 |
msgid "Link the Button Under Related Items To"
|
463 |
msgstr ""
|
464 |
|
465 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:193
|
466 |
+
#: includes/general-hooks.php:2200
|
467 |
msgid ""
|
468 |
"Whether to display a button bellow related items section in order to direct "
|
469 |
"visitors to portfolio archive page or not. You can link the button to the "
|
471 |
msgstr ""
|
472 |
|
473 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:211
|
474 |
+
#: includes/general-hooks.php:2206
|
475 |
msgid "Archive page"
|
476 |
msgstr ""
|
477 |
|
478 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:212
|
479 |
+
#: includes/general-hooks.php:2207
|
480 |
msgid "Custom URL"
|
481 |
msgstr ""
|
482 |
|
483 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:217
|
484 |
+
#: includes/general-hooks.php:2225
|
485 |
msgid "Custom Link for Related Items Button"
|
486 |
msgstr ""
|
487 |
|
488 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:218
|
489 |
+
#: includes/general-hooks.php:2226
|
490 |
msgid "A custom link for the button under related items section."
|
491 |
msgstr ""
|
492 |
|
493 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:242
|
494 |
+
#: includes/general-hooks.php:2251
|
495 |
msgid "Custom label for Related Items Button"
|
496 |
msgstr ""
|
497 |
|
498 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:243
|
499 |
+
#: includes/general-hooks.php:2252
|
500 |
msgid "A custom label for the button under related items section."
|
501 |
msgstr ""
|
502 |
|
572 |
msgstr ""
|
573 |
|
574 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:53
|
575 |
+
#: includes/general-hooks.php:39 includes/general-hooks.php:3023
|
576 |
msgid "Portfolio"
|
577 |
msgstr ""
|
578 |
|
982 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:259
|
983 |
#: includes/elements/elementor/recent-portfolios-tile.php:597
|
984 |
#: includes/elements/recent-portfolios-tile-carousel.php:300
|
985 |
+
#: includes/elements/recent-portfolios.php:621 includes/general-hooks.php:1204
|
986 |
+
#: includes/general-hooks.php:1579
|
987 |
msgid "None"
|
988 |
msgstr ""
|
989 |
|
1314 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:414
|
1315 |
#: includes/elements/elementor/recent-portfolios-tile.php:315
|
1316 |
#: includes/elements/recent-portfolios-tile-carousel.php:163
|
1317 |
+
#: includes/elements/recent-portfolios.php:119 includes/general-hooks.php:3439
|
1318 |
msgid "Author"
|
1319 |
msgstr ""
|
1320 |
|
1448 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:584
|
1449 |
#: includes/elements/elementor/recent-portfolios-grid.php:784
|
1450 |
#: includes/elements/elementor/recent-portfolios-masonry.php:651
|
1451 |
+
#: includes/elements/recent-portfolios.php:661 includes/general-hooks.php:2520
|
1452 |
+
#: includes/general-hooks.php:3201
|
1453 |
msgid "Space"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:585
|
1457 |
#: includes/elements/elementor/recent-portfolios-grid.php:785
|
1458 |
#: includes/elements/elementor/recent-portfolios-masonry.php:652
|
1459 |
+
#: includes/elements/recent-portfolios.php:662 includes/general-hooks.php:2521
|
1460 |
+
#: includes/general-hooks.php:3202
|
1461 |
msgid "Specifies horizontal space between items (pixel)."
|
1462 |
msgstr ""
|
1463 |
|
1464 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:597
|
1465 |
#: includes/elements/elementor/recent-portfolios-grid.php:797
|
1466 |
+
#: includes/elements/recent-portfolios.php:293 includes/general-hooks.php:2024
|
1467 |
msgid "Image aspect ratio"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:601
|
1471 |
+
#: includes/elements/recent-portfolios.php:301 includes/general-hooks.php:2037
|
1472 |
+
#: includes/general-hooks.php:2399 includes/general-hooks.php:3087
|
1473 |
msgid "Horizontal 4:3"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:602
|
1477 |
+
#: includes/elements/recent-portfolios.php:302 includes/general-hooks.php:2038
|
1478 |
+
#: includes/general-hooks.php:2400 includes/general-hooks.php:3088
|
1479 |
msgid "Horizontal 16:9"
|
1480 |
msgstr ""
|
1481 |
|
1514 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:634
|
1515 |
#: includes/elements/elementor/recent-portfolios-grid.php:834
|
1516 |
#: includes/elements/elementor/recent-portfolios-masonry.php:687
|
1517 |
+
#: includes/elements/recent-portfolios.php:332 includes/general-hooks.php:2431
|
1518 |
+
#: includes/general-hooks.php:3119
|
1519 |
msgid "No animation"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:638
|
1523 |
#: includes/elements/elementor/recent-portfolios-grid.php:838
|
1524 |
#: includes/elements/elementor/recent-portfolios-masonry.php:691
|
1525 |
+
#: includes/elements/recent-portfolios.php:336 includes/general-hooks.php:2436
|
1526 |
+
#: includes/general-hooks.php:3123
|
1527 |
msgid "Classic with lightbox style 1"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:642
|
1531 |
#: includes/elements/elementor/recent-portfolios-grid.php:842
|
1532 |
#: includes/elements/elementor/recent-portfolios-masonry.php:695
|
1533 |
+
#: includes/elements/recent-portfolios.php:340 includes/general-hooks.php:2441
|
1534 |
+
#: includes/general-hooks.php:3127
|
1535 |
msgid "Classic with lightbox style 2"
|
1536 |
msgstr ""
|
1537 |
|
1542 |
#: includes/elements/elementor/recent-portfolios-tile.php:663
|
1543 |
#: includes/elements/recent-portfolios-tile-carousel.php:103
|
1544 |
#: includes/elements/recent-portfolios.php:344
|
1545 |
+
#: includes/elements/recent-portfolios.php:412 includes/general-hooks.php:2446
|
1546 |
+
#: includes/general-hooks.php:2492 includes/general-hooks.php:3131
|
1547 |
+
#: includes/general-hooks.php:3173
|
1548 |
msgid "Overlay title style 1"
|
1549 |
msgstr ""
|
1550 |
|
1555 |
#: includes/elements/elementor/recent-portfolios-tile.php:667
|
1556 |
#: includes/elements/recent-portfolios-tile-carousel.php:107
|
1557 |
#: includes/elements/recent-portfolios.php:348
|
1558 |
+
#: includes/elements/recent-portfolios.php:413 includes/general-hooks.php:2451
|
1559 |
+
#: includes/general-hooks.php:2496 includes/general-hooks.php:3135
|
1560 |
+
#: includes/general-hooks.php:3177
|
1561 |
msgid "Overlay title style 2"
|
1562 |
msgstr ""
|
1563 |
|
1568 |
#: includes/elements/elementor/recent-portfolios-tile.php:671
|
1569 |
#: includes/elements/recent-portfolios-tile-carousel.php:111
|
1570 |
#: includes/elements/recent-portfolios.php:352
|
1571 |
+
#: includes/elements/recent-portfolios.php:414 includes/general-hooks.php:2456
|
1572 |
+
#: includes/general-hooks.php:2500 includes/general-hooks.php:3139
|
1573 |
+
#: includes/general-hooks.php:3181
|
1574 |
msgid "Overlay title with lightbox style 1"
|
1575 |
msgstr ""
|
1576 |
|
1581 |
#: includes/elements/elementor/recent-portfolios-tile.php:675
|
1582 |
#: includes/elements/recent-portfolios-tile-carousel.php:115
|
1583 |
#: includes/elements/recent-portfolios.php:356
|
1584 |
+
#: includes/elements/recent-portfolios.php:415 includes/general-hooks.php:2461
|
1585 |
+
#: includes/general-hooks.php:2504 includes/general-hooks.php:3143
|
1586 |
+
#: includes/general-hooks.php:3185
|
1587 |
msgid "Overlay title with lightbox style 2"
|
1588 |
msgstr ""
|
1589 |
|
1794 |
#: includes/elements/elementor/recent-portfolios-grid.php:430
|
1795 |
#: includes/elements/elementor/recent-portfolios-masonry.php:418
|
1796 |
#: includes/elements/elementor/recent-portfolios-tile.php:436
|
1797 |
+
#: includes/elements/recent-portfolios.php:467 includes/general-hooks.php:1514
|
1798 |
msgid "Right"
|
1799 |
msgstr ""
|
1800 |
|
1993 |
|
1994 |
#: includes/elements/elementor/recent-portfolios-grid.php:1336
|
1995 |
#: includes/elements/elementor/recent-portfolios-masonry.php:1013
|
1996 |
+
#: includes/elements/recent-portfolios.php:380 includes/general-hooks.php:2728
|
1997 |
+
#: includes/general-hooks.php:2799
|
1998 |
msgid "Entry Box Border Color"
|
1999 |
msgstr ""
|
2000 |
|
2187 |
msgid "Different layout types of appearing items."
|
2188 |
msgstr ""
|
2189 |
|
2190 |
+
#: includes/elements/recent-portfolios.php:221 includes/general-hooks.php:2369
|
2191 |
+
#: includes/general-hooks.php:3057
|
2192 |
msgid "Masonry"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
+
#: includes/elements/recent-portfolios.php:225 includes/general-hooks.php:2373
|
2196 |
+
#: includes/general-hooks.php:3061
|
2197 |
msgid "Tiles"
|
2198 |
msgstr ""
|
2199 |
|
2201 |
msgid "Post Tile styles"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
+
#: includes/elements/recent-portfolios.php:303 includes/general-hooks.php:2039
|
2205 |
+
#: includes/general-hooks.php:2401 includes/general-hooks.php:3089
|
2206 |
msgid "Square 1:1"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
+
#: includes/elements/recent-portfolios.php:304 includes/general-hooks.php:2040
|
2210 |
+
#: includes/general-hooks.php:2402 includes/general-hooks.php:3090
|
2211 |
msgid "Vertical 3:4"
|
2212 |
msgstr ""
|
2213 |
|
2215 |
msgid "Portfolio hover type"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
+
#: includes/elements/recent-portfolios.php:362 includes/general-hooks.php:2699
|
2219 |
+
#: includes/general-hooks.php:2775
|
2220 |
msgid "Entry Box Background Color"
|
2221 |
msgstr ""
|
2222 |
|
2265 |
msgid "Single Portfolio"
|
2266 |
msgstr ""
|
2267 |
|
2268 |
+
#: includes/general-hooks.php:50 includes/general-hooks.php:843
|
2269 |
msgid "Preview a Single Portfolio Page"
|
2270 |
msgstr ""
|
2271 |
|
2277 |
msgid "Specifies single portfolio template."
|
2278 |
msgstr ""
|
2279 |
|
2280 |
+
#: includes/general-hooks.php:108 includes/general-hooks.php:2574
|
2281 |
msgid "Custom Max Width"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
+
#: includes/general-hooks.php:109 includes/general-hooks.php:2575
|
2285 |
msgid "Specifies the maximum width of website."
|
2286 |
msgstr ""
|
2287 |
|
2288 |
+
#: includes/general-hooks.php:116 includes/general-hooks.php:2582
|
2289 |
msgid "Default Site Max Width"
|
2290 |
msgstr ""
|
2291 |
|
2292 |
+
#: includes/general-hooks.php:117 includes/general-hooks.php:2583
|
2293 |
msgid "1000 Pixels"
|
2294 |
msgstr ""
|
2295 |
|
2296 |
+
#: includes/general-hooks.php:118 includes/general-hooks.php:2584
|
2297 |
msgid "1200 Pixels"
|
2298 |
msgstr ""
|
2299 |
|
2300 |
+
#: includes/general-hooks.php:119 includes/general-hooks.php:2585
|
2301 |
msgid "1400 Pixels"
|
2302 |
msgstr ""
|
2303 |
|
2304 |
+
#: includes/general-hooks.php:120 includes/general-hooks.php:2586
|
2305 |
msgid "1600 Pixels"
|
2306 |
msgstr ""
|
2307 |
|
2308 |
+
#: includes/general-hooks.php:121 includes/general-hooks.php:2587
|
2309 |
msgid "1900 Pixels"
|
2310 |
msgstr ""
|
2311 |
|
2391 |
msgid "Share icon color"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
+
#: includes/general-hooks.php:381 includes/general-hooks.php:633
|
2395 |
msgid "Icon Hover Color"
|
2396 |
msgstr ""
|
2397 |
|
2418 |
msgstr ""
|
2419 |
|
2420 |
#: includes/general-hooks.php:522
|
2421 |
+
msgid "Show \"likes\" label "
|
2422 |
+
msgstr ""
|
2423 |
+
|
2424 |
+
#: includes/general-hooks.php:523
|
2425 |
+
msgid ""
|
2426 |
+
"Enable to show \"Likes\" label in front of like icon after clicking on it."
|
2427 |
+
msgstr ""
|
2428 |
+
|
2429 |
+
#: includes/general-hooks.php:549
|
2430 |
msgid "Like Icon"
|
2431 |
msgstr ""
|
2432 |
|
2433 |
+
#: includes/general-hooks.php:575
|
2434 |
#, fuzzy
|
2435 |
msgid "Icon Liked Color"
|
2436 |
msgstr "رنگ پس زمینه"
|
2437 |
|
2438 |
+
#: includes/general-hooks.php:576 includes/general-hooks.php:605
|
2439 |
msgid "Like icon color"
|
2440 |
msgstr ""
|
2441 |
|
2442 |
+
#: includes/general-hooks.php:604
|
2443 |
msgid "Icon Not Liked Color"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
+
#: includes/general-hooks.php:634
|
2447 |
msgid "Like icon hover color"
|
2448 |
msgstr ""
|
2449 |
|
2450 |
+
#: includes/general-hooks.php:662
|
2451 |
msgid "Like Button Icon Size"
|
2452 |
msgstr ""
|
2453 |
|
2454 |
+
#: includes/general-hooks.php:696
|
2455 |
msgid "Like Button Margin"
|
2456 |
msgstr ""
|
2457 |
|
2458 |
+
#: includes/general-hooks.php:779
|
2459 |
msgid "Next Portfolio Label"
|
2460 |
msgstr ""
|
2461 |
|
2462 |
+
#: includes/general-hooks.php:780 includes/general-hooks.php:798
|
2463 |
msgid "Specifies the word after next and previous navigation."
|
2464 |
msgstr ""
|
2465 |
|
2466 |
+
#: includes/general-hooks.php:797
|
2467 |
msgid "Previous Portfolio Label"
|
2468 |
msgstr ""
|
2469 |
|
2470 |
+
#: includes/general-hooks.php:842
|
2471 |
msgid "Portfolio Title"
|
2472 |
msgstr ""
|
2473 |
|
2474 |
+
#: includes/general-hooks.php:848
|
2475 |
msgid "Display Title Bar Section"
|
2476 |
msgstr ""
|
2477 |
|
2478 |
+
#: includes/general-hooks.php:849
|
2479 |
msgid "Enable it to show the title section."
|
2480 |
msgstr ""
|
2481 |
|
2482 |
+
#: includes/general-hooks.php:865
|
2483 |
msgid "Layout presets"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
+
#: includes/general-hooks.php:907
|
2487 |
msgid "Title bar with light overlay which is aligned center"
|
2488 |
msgstr ""
|
2489 |
|
2490 |
+
#: includes/general-hooks.php:925
|
2491 |
msgid "Fullscreen title bar with light overlay on background"
|
2492 |
msgstr ""
|
2493 |
|
2494 |
+
#: includes/general-hooks.php:943
|
2495 |
msgid "Fullscreen title bar with dark overlay on background"
|
2496 |
msgstr ""
|
2497 |
|
2498 |
+
#: includes/general-hooks.php:961
|
2499 |
msgid "Fullscreen title bar with border around the title"
|
2500 |
msgstr ""
|
2501 |
|
2502 |
+
#: includes/general-hooks.php:979
|
2503 |
msgid "Fullscreen title bar with dark box around the title"
|
2504 |
msgstr ""
|
2505 |
|
2506 |
+
#: includes/general-hooks.php:997
|
2507 |
msgid "Title aligned left with dark overlay on background"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
+
#: includes/general-hooks.php:1015
|
2511 |
msgid "Tile overlaps the title area section and is aligned center"
|
2512 |
msgstr ""
|
2513 |
|
2514 |
+
#: includes/general-hooks.php:1036
|
2515 |
msgid "Enable advanced setting"
|
2516 |
msgstr ""
|
2517 |
|
2518 |
+
#: includes/general-hooks.php:1037
|
2519 |
msgid "Enable it to customize preset layouts."
|
2520 |
msgstr ""
|
2521 |
|
2522 |
+
#: includes/general-hooks.php:1060
|
2523 |
msgid "Content Width"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
+
#: includes/general-hooks.php:1080
|
2527 |
msgid "Boxed"
|
2528 |
msgstr ""
|
2529 |
|
2530 |
+
#: includes/general-hooks.php:1084
|
2531 |
msgid "Full Width Content with Space on Sides"
|
2532 |
msgstr ""
|
2533 |
|
2534 |
+
#: includes/general-hooks.php:1088
|
2535 |
msgid "Full Width Content"
|
2536 |
msgstr ""
|
2537 |
|
2538 |
+
#: includes/general-hooks.php:1097
|
2539 |
msgid "Title Section Height"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
+
#: includes/general-hooks.php:1124
|
2543 |
msgid "Auto Height"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
+
#: includes/general-hooks.php:1125
|
2547 |
msgid "Full Height"
|
2548 |
msgstr ""
|
2549 |
|
2550 |
+
#: includes/general-hooks.php:1130
|
2551 |
msgid "Vertical Position"
|
2552 |
msgstr ""
|
2553 |
|
2554 |
+
#: includes/general-hooks.php:1131
|
2555 |
msgid "Specifies vertical alignment of title and subtitle."
|
2556 |
msgstr ""
|
2557 |
|
2558 |
+
#: includes/general-hooks.php:1132
|
2559 |
msgid ""
|
2560 |
"Note: Parallax feature in not available for \"Bottom Overlap\" vertical mode."
|
2561 |
msgstr ""
|
2562 |
|
2563 |
+
#: includes/general-hooks.php:1158
|
2564 |
msgid "Top"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
+
#: includes/general-hooks.php:1159
|
2568 |
msgid "Middle"
|
2569 |
msgstr ""
|
2570 |
|
2571 |
+
#: includes/general-hooks.php:1160
|
2572 |
msgid "Bottom"
|
2573 |
msgstr ""
|
2574 |
|
2575 |
+
#: includes/general-hooks.php:1161
|
2576 |
msgid "Bottom Overlap"
|
2577 |
msgstr ""
|
2578 |
|
2579 |
+
#: includes/general-hooks.php:1166
|
2580 |
msgid "Scroll Down Arrow"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: includes/general-hooks.php:1167
|
2584 |
msgid "This option only applies if section height is \"Full Height\"."
|
2585 |
msgstr ""
|
2586 |
|
2587 |
+
#: includes/general-hooks.php:1208
|
2588 |
msgid "Round"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
+
#: includes/general-hooks.php:1215
|
2592 |
msgid "Display Titles"
|
2593 |
msgstr ""
|
2594 |
|
2595 |
+
#: includes/general-hooks.php:1216
|
2596 |
msgid "Enable it to display title/subtitle in title section."
|
2597 |
msgstr ""
|
2598 |
|
2599 |
+
#: includes/general-hooks.php:1244
|
2600 |
msgid "Border for Heading"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
+
#: includes/general-hooks.php:1245
|
2604 |
msgid "Enable it to display a border around the title and subtitle area."
|
2605 |
msgstr ""
|
2606 |
|
2607 |
+
#: includes/general-hooks.php:1278
|
2608 |
msgid "Boxed Title"
|
2609 |
msgstr ""
|
2610 |
|
2611 |
+
#: includes/general-hooks.php:1279
|
2612 |
msgid ""
|
2613 |
"Enable it to wrap the title and subtitle in a box with background color."
|
2614 |
msgstr ""
|
2615 |
|
2616 |
+
#: includes/general-hooks.php:1312
|
2617 |
msgid "Title Box Custom Color"
|
2618 |
msgstr ""
|
2619 |
|
2620 |
+
#: includes/general-hooks.php:1313
|
2621 |
msgid ""
|
2622 |
"Specifies a custom background color for the box around the title and "
|
2623 |
"subtitle."
|
2624 |
msgstr ""
|
2625 |
|
2626 |
+
#: includes/general-hooks.php:1352
|
2627 |
msgid "Display Post Meta"
|
2628 |
msgstr ""
|
2629 |
|
2630 |
+
#: includes/general-hooks.php:1353
|
2631 |
msgid "Enable it to display post meta information on title section."
|
2632 |
msgstr ""
|
2633 |
|
2634 |
+
#: includes/general-hooks.php:1381
|
2635 |
msgid "Display Breadcrumb"
|
2636 |
msgstr ""
|
2637 |
|
2638 |
+
#: includes/general-hooks.php:1382
|
2639 |
msgid "Enable it to display breadcrumb on title section."
|
2640 |
msgstr ""
|
2641 |
|
2642 |
+
#: includes/general-hooks.php:1410
|
2643 |
msgid "Border for Breadcrumb"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
+
#: includes/general-hooks.php:1411
|
2647 |
msgid "Enable it to display border around breadcrumb."
|
2648 |
msgstr ""
|
2649 |
|
2650 |
+
#: includes/general-hooks.php:1444
|
2651 |
msgid "Breadcrumb Separator Icon"
|
2652 |
msgstr ""
|
2653 |
|
2654 |
+
#: includes/general-hooks.php:1478
|
2655 |
msgid "Text Align"
|
2656 |
msgstr ""
|
2657 |
|
2658 |
+
#: includes/general-hooks.php:1521
|
2659 |
msgid "Overlay Color"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
+
#: includes/general-hooks.php:1522
|
2663 |
msgid ""
|
2664 |
"The color that overlay on the background. Please note that color should have "
|
2665 |
"transparency."
|
2666 |
msgstr ""
|
2667 |
|
2668 |
+
#: includes/general-hooks.php:1551
|
2669 |
msgid "Overlay Pattern"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
+
#: includes/general-hooks.php:1583
|
2673 |
msgid "Hash"
|
2674 |
msgstr ""
|
2675 |
|
2676 |
+
#: includes/general-hooks.php:1590
|
2677 |
msgid "Overlay Pattern Opacity"
|
2678 |
msgstr ""
|
2679 |
|
2680 |
+
#: includes/general-hooks.php:1626
|
2681 |
msgid "Color Mode"
|
2682 |
msgstr ""
|
2683 |
|
2684 |
+
#: includes/general-hooks.php:1661
|
2685 |
msgid "Enable Title Background"
|
2686 |
msgstr ""
|
2687 |
|
2688 |
+
#: includes/general-hooks.php:1662
|
2689 |
msgid "Enable it to display custom background for title section."
|
2690 |
msgstr ""
|
2691 |
|
2692 |
+
#: includes/general-hooks.php:1690
|
2693 |
msgid "Enable Parallax Effect"
|
2694 |
msgstr ""
|
2695 |
|
2696 |
+
#: includes/general-hooks.php:1691
|
2697 |
msgid "Enable it to have parallax background effect on this section."
|
2698 |
msgstr ""
|
2699 |
|
2700 |
+
#: includes/general-hooks.php:1692
|
2701 |
msgid ""
|
2702 |
"Note: Parallax feature in not available for \"Bottom Overlap\" mode for "
|
2703 |
"\"Vertical Position\" option."
|
2704 |
msgstr ""
|
2705 |
|
2706 |
+
#: includes/general-hooks.php:1725
|
2707 |
msgid "Background Color"
|
2708 |
msgstr "رنگ پس زمینه"
|
2709 |
|
2710 |
+
#: includes/general-hooks.php:1726
|
2711 |
msgid "Specifies a background color for title bar."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: includes/general-hooks.php:1761
|
2715 |
msgid "Background Size"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
+
#: includes/general-hooks.php:1762
|
2719 |
msgid "Specifies the background size."
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: includes/general-hooks.php:1794
|
2723 |
msgid "Auto"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: includes/general-hooks.php:1798
|
2727 |
msgid "Contain"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: includes/general-hooks.php:1802
|
2731 |
msgid "Cover"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: includes/general-hooks.php:1810
|
2735 |
msgid "Background Image"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: includes/general-hooks.php:1811
|
2739 |
msgid "Specifies a background image for title bar."
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: includes/general-hooks.php:1845
|
2743 |
msgid "Background Video MP4"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: includes/general-hooks.php:1846 includes/general-hooks.php:1881
|
2747 |
+
#: includes/general-hooks.php:1916
|
2748 |
msgid ""
|
2749 |
"You can upload custom video for title background</br>Note: if you set custom "
|
2750 |
"image, default image backgrounds will be ignored."
|
2751 |
msgstr ""
|
2752 |
|
2753 |
+
#: includes/general-hooks.php:1880
|
2754 |
msgid "Background Video Ogg"
|
2755 |
msgstr ""
|
2756 |
|
2757 |
+
#: includes/general-hooks.php:1915
|
2758 |
msgid "Background Video WebM"
|
2759 |
msgstr ""
|
2760 |
|
2761 |
+
#: includes/general-hooks.php:1955
|
2762 |
msgid "Related Portfolios"
|
2763 |
msgstr ""
|
2764 |
|
2765 |
+
#: includes/general-hooks.php:1956
|
2766 |
msgid "Setting for Related Portfolios Section in Single Page"
|
2767 |
msgstr ""
|
2768 |
|
2769 |
+
#: includes/general-hooks.php:1962
|
2770 |
msgid ""
|
2771 |
"Enable it to display related portfolios section on single portfolio page."
|
2772 |
msgstr ""
|
2773 |
|
2774 |
+
#: includes/general-hooks.php:1973
|
2775 |
msgid "Title Typography"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
+
#: includes/general-hooks.php:2002
|
2779 |
msgid "Related Projects/Works"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
+
#: includes/general-hooks.php:2007
|
2783 |
msgid "Label Typography"
|
2784 |
msgstr ""
|
2785 |
|
2786 |
+
#: includes/general-hooks.php:2160
|
2787 |
msgid "Category Terms Typography"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
+
#: includes/general-hooks.php:2205
|
2791 |
msgid "Hide it"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
+
#: includes/general-hooks.php:2273
|
2795 |
msgid "Browse All Projects"
|
2796 |
msgstr ""
|
2797 |
|
2798 |
+
#: includes/general-hooks.php:2277
|
2799 |
msgid "Button Typography"
|
2800 |
msgstr ""
|
2801 |
|
2802 |
+
#: includes/general-hooks.php:2298
|
2803 |
#, fuzzy
|
2804 |
msgid "Button Background"
|
2805 |
msgstr "رنگ پس زمینه"
|
2806 |
|
2807 |
+
#: includes/general-hooks.php:2324
|
2808 |
msgid "Portfolio Page"
|
2809 |
msgstr ""
|
2810 |
|
2811 |
+
#: includes/general-hooks.php:2325
|
2812 |
msgid "Preview Portfolio Page"
|
2813 |
msgstr ""
|
2814 |
|
2815 |
+
#: includes/general-hooks.php:2330
|
2816 |
msgid "Custom Page For Archive"
|
2817 |
msgstr ""
|
2818 |
|
2819 |
+
#: includes/general-hooks.php:2331
|
2820 |
msgid "Enable this option to select custom page for archive page"
|
2821 |
msgstr ""
|
2822 |
|
2823 |
+
#: includes/general-hooks.php:2340
|
2824 |
msgid "Select Page"
|
2825 |
msgstr ""
|
2826 |
|
2827 |
+
#: includes/general-hooks.php:2356
|
2828 |
msgid "Portfolio Template"
|
2829 |
msgstr ""
|
2830 |
|
2831 |
+
#: includes/general-hooks.php:2357
|
2832 |
msgid "Choose your portfolio template."
|
2833 |
msgstr ""
|
2834 |
|
2835 |
+
#: includes/general-hooks.php:2377 includes/general-hooks.php:3065
|
2836 |
msgid "Land"
|
2837 |
msgstr ""
|
2838 |
|
2839 |
+
#: includes/general-hooks.php:2386 includes/general-hooks.php:3074
|
2840 |
msgid "Image Aspect Ratio"
|
2841 |
msgstr ""
|
2842 |
|
2843 |
+
#: includes/general-hooks.php:2416 includes/general-hooks.php:3104
|
2844 |
msgid "Portfolio Hover Type"
|
2845 |
msgstr ""
|
2846 |
|
2847 |
+
#: includes/general-hooks.php:2417 includes/general-hooks.php:2479
|
2848 |
+
#: includes/general-hooks.php:3105 includes/general-hooks.php:3160
|
2849 |
msgid "Hover over images to see the animation."
|
2850 |
msgstr ""
|
2851 |
|
2852 |
+
#: includes/general-hooks.php:2478 includes/general-hooks.php:3159
|
2853 |
msgid "Tile Portfolio Item Type"
|
2854 |
msgstr ""
|
2855 |
|
2856 |
+
#: includes/general-hooks.php:2594 includes/general-hooks.php:3253
|
2857 |
msgid "Number of Columns in Tablet"
|
2858 |
msgstr ""
|
2859 |
|
2860 |
+
#: includes/general-hooks.php:2623 includes/general-hooks.php:3282
|
2861 |
msgid "Number of Columns in Mobile"
|
2862 |
msgstr ""
|
2863 |
|
2864 |
+
#: includes/general-hooks.php:2651 includes/general-hooks.php:3310
|
2865 |
msgid "Display Like Button"
|
2866 |
msgstr ""
|
2867 |
|
2868 |
+
#: includes/general-hooks.php:2652 includes/general-hooks.php:3311
|
2869 |
msgid ""
|
2870 |
"Enable it to display %s like button%s on portfolio portfolios. Please note "
|
2871 |
"WP Ulike plugin needs to be activaited to use this option."
|
2872 |
msgstr ""
|
2873 |
|
2874 |
+
#: includes/general-hooks.php:2676 includes/general-hooks.php:2757
|
2875 |
msgid "Enable Entry Box Coloring"
|
2876 |
msgstr ""
|
2877 |
|
2878 |
+
#: includes/general-hooks.php:2677 includes/general-hooks.php:2758
|
2879 |
msgid "Specifies the border/background color for entry box."
|
2880 |
msgstr ""
|
2881 |
|
2882 |
+
#: includes/general-hooks.php:2701 includes/general-hooks.php:2777
|
2883 |
msgid "Specifies the background color for entry box."
|
2884 |
msgstr ""
|
2885 |
|
2886 |
+
#: includes/general-hooks.php:2730 includes/general-hooks.php:2801
|
2887 |
msgid "Specifies the border color for entry box."
|
2888 |
msgstr ""
|
2889 |
|
2890 |
+
#: includes/general-hooks.php:2823
|
2891 |
msgid "Portfolio Sidebar Position"
|
2892 |
msgstr ""
|
2893 |
|
2894 |
+
#: includes/general-hooks.php:2824
|
2895 |
msgid "Specifies the position of sidebar on portfolio page."
|
2896 |
msgstr ""
|
2897 |
|
2898 |
+
#: includes/general-hooks.php:2830 includes/general-hooks.php:3344
|
2899 |
msgid "No Sidebar"
|
2900 |
msgstr ""
|
2901 |
|
2902 |
+
#: includes/general-hooks.php:2834 includes/general-hooks.php:3348
|
2903 |
msgid "Right Sidebar"
|
2904 |
msgstr ""
|
2905 |
|
2906 |
+
#: includes/general-hooks.php:2838 includes/general-hooks.php:3352
|
2907 |
msgid "Left Sidebar"
|
2908 |
msgstr ""
|
2909 |
|
2910 |
+
#: includes/general-hooks.php:2842 includes/general-hooks.php:3356
|
2911 |
msgid "Left Left Sidebar"
|
2912 |
msgstr ""
|
2913 |
|
2914 |
+
#: includes/general-hooks.php:2846 includes/general-hooks.php:3360
|
2915 |
msgid "Right Right Sidebar"
|
2916 |
msgstr ""
|
2917 |
|
2918 |
+
#: includes/general-hooks.php:2850 includes/general-hooks.php:3364
|
2919 |
msgid "Left Right Sidebar"
|
2920 |
msgstr ""
|
2921 |
|
2922 |
+
#: includes/general-hooks.php:2854 includes/general-hooks.php:3368
|
2923 |
msgid "Right Left Sidebar"
|
2924 |
msgstr ""
|
2925 |
|
2926 |
+
#: includes/general-hooks.php:2866
|
2927 |
msgid "Portfolio Sidebar Style"
|
2928 |
msgstr ""
|
2929 |
|
2930 |
+
#: includes/general-hooks.php:2867
|
2931 |
msgid "Specifies the style of sidebar on portfolio page."
|
2932 |
msgstr ""
|
2933 |
|
2934 |
+
#: includes/general-hooks.php:2881 includes/general-hooks.php:3391
|
2935 |
msgid "Simple"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
+
#: includes/general-hooks.php:2885 includes/general-hooks.php:3395
|
2939 |
msgid "Bordered Sidebar"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
+
#: includes/general-hooks.php:2889 includes/general-hooks.php:3399
|
2943 |
msgid "Overlap Background"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
+
#: includes/general-hooks.php:2898
|
2947 |
msgid "Number of Portfolios Per Page"
|
2948 |
msgstr ""
|
2949 |
|
2950 |
+
#: includes/general-hooks.php:2899
|
2951 |
msgid "Specifies the number of portfolios items to show on each page."
|
2952 |
msgstr ""
|
2953 |
|
2954 |
+
#: includes/general-hooks.php:2917
|
2955 |
msgid "Display Title Bar?"
|
2956 |
msgstr ""
|
2957 |
|
2958 |
+
#: includes/general-hooks.php:2918
|
2959 |
msgid ""
|
2960 |
"Specifies whether to display the title bar at top of portfolio archive page "
|
2961 |
"or not."
|
2962 |
msgstr ""
|
2963 |
|
2964 |
+
#: includes/general-hooks.php:2936
|
2965 |
msgid "Display Breadcrumb?"
|
2966 |
msgstr ""
|
2967 |
|
2968 |
+
#: includes/general-hooks.php:2937
|
2969 |
msgid ""
|
2970 |
"Specifies whether to display the breadcrumb in title bar of portfolio "
|
2971 |
"archive page or not."
|
2972 |
msgstr ""
|
2973 |
|
2974 |
+
#: includes/general-hooks.php:2959
|
2975 |
msgid "Display Title?"
|
2976 |
msgstr ""
|
2977 |
|
2978 |
+
#: includes/general-hooks.php:2960
|
2979 |
msgid ""
|
2980 |
"Specifies whether to display the title in title bar of portfolio archive "
|
2981 |
"page or not."
|
2982 |
msgstr ""
|
2983 |
|
2984 |
+
#: includes/general-hooks.php:2982
|
2985 |
msgid "Custom Title"
|
2986 |
msgstr ""
|
2987 |
|
2988 |
+
#: includes/general-hooks.php:3005
|
2989 |
msgid "Custom Breadcrumb Label"
|
2990 |
msgstr ""
|
2991 |
|
2992 |
+
#: includes/general-hooks.php:3032
|
2993 |
msgid "Portfolio Category & tag"
|
2994 |
msgstr ""
|
2995 |
|
2996 |
+
#: includes/general-hooks.php:3033
|
2997 |
msgid "Portfolio Category & tag page Setting"
|
2998 |
msgstr ""
|
2999 |
|
3000 |
+
#: includes/general-hooks.php:3037
|
3001 |
msgid "Taxonomy Page Template"
|
3002 |
msgstr ""
|
3003 |
|
3004 |
+
#: includes/general-hooks.php:3336
|
3005 |
msgid "Taxonomy Page Sidebar Position"
|
3006 |
msgstr ""
|
3007 |
|
3008 |
+
#: includes/general-hooks.php:3377
|
3009 |
msgid "Sidebar Style"
|
3010 |
msgstr ""
|
3011 |
|
3012 |
+
#: includes/general-hooks.php:3378
|
3013 |
msgid "Specifies the style of sidebar on category & tag page."
|
3014 |
msgstr ""
|
3015 |
|
3016 |
+
#: includes/general-hooks.php:3412
|
3017 |
msgid "Portfolio MetaData"
|
3018 |
msgstr ""
|
3019 |
|
3020 |
+
#: includes/general-hooks.php:3413
|
3021 |
msgid "Portfolio MetaData Setting"
|
3022 |
msgstr ""
|
3023 |
|
3024 |
+
#: includes/general-hooks.php:3417
|
3025 |
msgid "Label for Launch Project Button"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
+
#: includes/general-hooks.php:3418
|
3029 |
msgid "Specify a label for launch project button."
|
3030 |
msgstr ""
|
3031 |
|
3032 |
+
#: includes/general-hooks.php:3425
|
3033 |
msgid "Launch Project"
|
3034 |
msgstr ""
|
3035 |
|
3036 |
+
#: includes/general-hooks.php:3429
|
3037 |
msgid "Portfolio MetaDatas"
|
3038 |
msgstr ""
|
3039 |
|
3040 |
+
#: includes/general-hooks.php:3430
|
3041 |
msgid ""
|
3042 |
"Specify the number of fields and the label of each one for portfolio "
|
3043 |
"metadatas"
|
3044 |
msgstr ""
|
3045 |
|
3046 |
+
#: includes/general-hooks.php:3436
|
3047 |
msgid "Project URL"
|
3048 |
msgstr ""
|
3049 |
|
3050 |
+
#: includes/general-hooks.php:3437
|
3051 |
msgid "Client"
|
3052 |
msgstr ""
|
3053 |
|
3054 |
+
#: includes/general-hooks.php:3438
|
3055 |
msgid "Release Date"
|
3056 |
msgstr ""
|
3057 |
|
3058 |
+
#: includes/general-hooks.php:3440
|
3059 |
msgid "Custom Field 1"
|
3060 |
msgstr ""
|
3061 |
|
3062 |
+
#: includes/general-hooks.php:3441
|
3063 |
msgid "Custom Field 2"
|
3064 |
msgstr ""
|
3065 |
|
3066 |
+
#: includes/general-hooks.php:3442
|
3067 |
msgid "Custom Field 3"
|
3068 |
msgstr ""
|
3069 |
|
3070 |
+
#: includes/general-hooks.php:3443
|
3071 |
msgid "Custom Field 4"
|
3072 |
msgstr ""
|
3073 |
|
3074 |
+
#: includes/general-hooks.php:3444
|
3075 |
msgid "Custom Field 5"
|
3076 |
msgstr ""
|
3077 |
|
3078 |
+
#: includes/general-hooks.php:3445
|
3079 |
msgid "Custom Field 6"
|
3080 |
msgstr ""
|
3081 |
|
3082 |
+
#: includes/general-hooks.php:3446
|
3083 |
msgid "Custom Field 7"
|
3084 |
msgstr ""
|
3085 |
|
3086 |
+
#: includes/general-hooks.php:3447
|
3087 |
msgid "Custom Field 8"
|
3088 |
msgstr ""
|
3089 |
|
3090 |
+
#: includes/general-hooks.php:3448
|
3091 |
msgid "Custom Field 9"
|
3092 |
msgstr ""
|
3093 |
|
3094 |
+
#: includes/general-hooks.php:3449
|
3095 |
msgid "Custom Field 10"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
+
#: includes/general-hooks.php:3450
|
3099 |
msgid "Custom Field 11"
|
3100 |
msgstr ""
|
3101 |
|
3102 |
+
#: includes/general-hooks.php:3451
|
3103 |
msgid "Custom Field 12"
|
3104 |
msgstr ""
|
3105 |
|
3106 |
+
#: includes/general-hooks.php:3462 includes/general-hooks.php:3463
|
3107 |
msgid "Single Portfolio Appearance"
|
3108 |
msgstr ""
|
3109 |
|
3110 |
+
#: includes/general-hooks.php:3467
|
3111 |
msgid "Content"
|
3112 |
msgstr ""
|
3113 |
|
3114 |
+
#: includes/general-hooks.php:3485
|
3115 |
msgid "Overview Content"
|
3116 |
msgstr ""
|
3117 |
|
3118 |
+
#: includes/general-hooks.php:3494
|
3119 |
msgid "Meta"
|
3120 |
msgstr ""
|
3121 |
|
3122 |
+
#: includes/general-hooks.php:3503
|
3123 |
msgid "Meta Terms"
|
3124 |
msgstr ""
|
3125 |
|
3126 |
+
#: includes/general-hooks.php:3512
|
3127 |
msgid "Launch Button"
|
3128 |
msgstr ""
|
3129 |
|
3130 |
+
#: includes/general-hooks.php:3521
|
3131 |
msgid "Launch Button Background"
|
3132 |
msgstr ""
|
3133 |
|
3134 |
+
#: includes/general-hooks.php:3566
|
3135 |
msgid "Portfolio Options"
|
3136 |
msgstr ""
|
3137 |
|
3138 |
+
#: includes/general-hooks.php:3586
|
3139 |
msgid "Likes"
|
3140 |
msgstr ""
|
3141 |
|
3142 |
+
#: includes/general-hooks.php:3618
|
3143 |
msgid "Like"
|
3144 |
msgstr ""
|
3145 |
|
3146 |
+
#: includes/general-hooks.php:3645
|
3147 |
msgid "Share"
|
3148 |
msgstr ""
|
3149 |
|
3150 |
+
#: includes/general-hooks.php:3684 public/includes/templates-post.php:19
|
3151 |
msgid "Related Projects"
|
3152 |
msgstr ""
|
3153 |
|
languages/auxin-portfolio.pot
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
# Averta Copyright (c) {2021}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
-
"Project-Id-Version: Phlox Portfolio 2.2.
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
-
"POT-Creation-Date: 2021-
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -56,7 +56,7 @@ msgid "Specifies a short description about the project."
|
|
56 |
msgstr ""
|
57 |
|
58 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:52
|
59 |
-
#: includes/general-hooks.php:
|
60 |
msgid "Overview Title"
|
61 |
msgstr ""
|
62 |
|
@@ -80,7 +80,7 @@ msgstr ""
|
|
80 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:152
|
81 |
#: includes/elements/elementor/recent-portfolios-tile.php:150
|
82 |
#: includes/elements/recent-portfolios.php:254 includes/general-hooks.php:156
|
83 |
-
#: includes/general-hooks.php:
|
84 |
msgid "Default"
|
85 |
msgstr ""
|
86 |
|
@@ -89,7 +89,7 @@ msgstr ""
|
|
89 |
#: includes/elements/elementor/recent-portfolios-masonry.php:410
|
90 |
#: includes/elements/elementor/recent-portfolios-tile.php:428
|
91 |
#: includes/elements/recent-portfolios.php:459 includes/general-hooks.php:137
|
92 |
-
#: includes/general-hooks.php:
|
93 |
msgid "Left"
|
94 |
msgstr ""
|
95 |
|
@@ -98,7 +98,7 @@ msgstr ""
|
|
98 |
#: includes/elements/elementor/recent-portfolios-masonry.php:414
|
99 |
#: includes/elements/elementor/recent-portfolios-tile.php:432
|
100 |
#: includes/elements/recent-portfolios.php:463 includes/general-hooks.php:141
|
101 |
-
#: includes/general-hooks.php:
|
102 |
msgid "Center"
|
103 |
msgstr ""
|
104 |
|
@@ -228,13 +228,13 @@ msgstr ""
|
|
228 |
|
229 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:174
|
230 |
#: includes/elements/recent-portfolios-tile-carousel.php:285
|
231 |
-
#: includes/general-hooks.php:
|
232 |
msgid "Dark"
|
233 |
msgstr ""
|
234 |
|
235 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:175
|
236 |
#: includes/elements/recent-portfolios-tile-carousel.php:286
|
237 |
-
#: includes/general-hooks.php:
|
238 |
msgid "Light"
|
239 |
msgstr ""
|
240 |
|
@@ -251,67 +251,67 @@ msgid ""
|
|
251 |
msgstr ""
|
252 |
|
253 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:220
|
254 |
-
#: includes/general-hooks.php:
|
255 |
msgid "Skin for Next & Previous Links"
|
256 |
msgstr ""
|
257 |
|
258 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:221
|
259 |
-
#: includes/general-hooks.php:
|
260 |
msgid "Specifies the skin for next and previous navigation block."
|
261 |
msgstr ""
|
262 |
|
263 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:236
|
264 |
-
#: includes/general-hooks.php:
|
265 |
msgid "Classic Project Navigation"
|
266 |
msgstr ""
|
267 |
|
268 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:240
|
269 |
-
#: includes/general-hooks.php:
|
270 |
msgid "Classic Project Navigation Without Title"
|
271 |
msgstr ""
|
272 |
|
273 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:244
|
274 |
-
#: includes/general-hooks.php:
|
275 |
msgid "Minimal (default)"
|
276 |
msgstr ""
|
277 |
|
278 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:248
|
279 |
-
#: includes/general-hooks.php:
|
280 |
msgid "Thumbnail with Arrow"
|
281 |
msgstr ""
|
282 |
|
283 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:252
|
284 |
-
#: includes/general-hooks.php:
|
285 |
msgid "Thumbnail without Arrow"
|
286 |
msgstr ""
|
287 |
|
288 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:256
|
289 |
-
#: includes/general-hooks.php:
|
290 |
msgid "Navigation with Light Background"
|
291 |
msgstr ""
|
292 |
|
293 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:260
|
294 |
-
#: includes/general-hooks.php:
|
295 |
msgid "Navigation with Dark Background"
|
296 |
msgstr ""
|
297 |
|
298 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:264
|
299 |
-
#: includes/general-hooks.php:
|
300 |
msgid "Sticky Thumbnail with Arrow"
|
301 |
msgstr ""
|
302 |
|
303 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:268
|
304 |
-
#: includes/general-hooks.php:
|
305 |
msgid "Modern"
|
306 |
msgstr ""
|
307 |
|
308 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:277
|
309 |
-
#: includes/general-hooks.php:
|
310 |
msgid "Next & Previous Button Link"
|
311 |
msgstr ""
|
312 |
|
313 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:278
|
314 |
-
#: includes/general-hooks.php:
|
315 |
msgid ""
|
316 |
"Specifies the link of button in next and previous navigation. leave it "
|
317 |
"blank to use default portfolio archive link"
|
@@ -359,7 +359,7 @@ msgid "Related Portfolio"
|
|
359 |
msgstr ""
|
360 |
|
361 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:22
|
362 |
-
#: includes/general-hooks.php:
|
363 |
msgid "Display Related Portfolios"
|
364 |
msgstr ""
|
365 |
|
@@ -368,28 +368,28 @@ msgid "Enable it to display related porfolios section on single portfolio page."
|
|
368 |
msgstr ""
|
369 |
|
370 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:36
|
371 |
-
#: includes/general-hooks.php:
|
372 |
msgid "Label of Related Section"
|
373 |
msgstr ""
|
374 |
|
375 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:37
|
376 |
-
#: includes/general-hooks.php:
|
377 |
msgid "Specifies the label of related items section."
|
378 |
msgstr ""
|
379 |
|
380 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:51
|
381 |
-
#: includes/general-hooks.php:
|
382 |
msgid "Related Items Type"
|
383 |
msgstr ""
|
384 |
|
385 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:52
|
386 |
-
#: includes/general-hooks.php:
|
387 |
msgid "Specifies the appearance type for related portfolio element."
|
388 |
msgstr ""
|
389 |
|
390 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:65
|
391 |
-
#: includes/elements/recent-portfolios.php:217 includes/general-hooks.php:
|
392 |
-
#: includes/general-hooks.php:
|
393 |
msgid "Grid"
|
394 |
msgstr ""
|
395 |
|
@@ -401,70 +401,70 @@ msgid "Carousel"
|
|
401 |
msgstr ""
|
402 |
|
403 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:71
|
404 |
-
#: includes/general-hooks.php:
|
405 |
-
#: includes/general-hooks.php:
|
406 |
msgid "Number of Columns"
|
407 |
msgstr ""
|
408 |
|
409 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:92
|
410 |
-
#: includes/general-hooks.php:
|
411 |
msgid "Align Center"
|
412 |
msgstr ""
|
413 |
|
414 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:93
|
415 |
-
#: includes/general-hooks.php:
|
416 |
msgid "Enable it to make related portfolios section text center."
|
417 |
msgstr ""
|
418 |
|
419 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:112
|
420 |
-
#: includes/general-hooks.php:
|
421 |
msgid "Full Width Related Section"
|
422 |
msgstr ""
|
423 |
|
424 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:113
|
425 |
-
#: includes/general-hooks.php:
|
426 |
msgid "Enable it to make related portfolios section full width."
|
427 |
msgstr ""
|
428 |
|
429 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:132
|
430 |
-
#: includes/general-hooks.php:
|
431 |
msgid "Snap Related Items"
|
432 |
msgstr ""
|
433 |
|
434 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:133
|
435 |
-
#: includes/general-hooks.php:
|
436 |
msgid "Enable it to remove space between related portfolio items."
|
437 |
msgstr ""
|
438 |
|
439 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:152
|
440 |
-
#: includes/general-hooks.php:
|
441 |
msgid "Display Portfolio Categories"
|
442 |
msgstr ""
|
443 |
|
444 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:153
|
445 |
-
#: includes/general-hooks.php:
|
446 |
msgid ""
|
447 |
"Enable it to display the categories of each portfolio item in related "
|
448 |
"portfolios section."
|
449 |
msgstr ""
|
450 |
|
451 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:172
|
452 |
-
#: includes/general-hooks.php:
|
453 |
msgid "Display The Button Under Related Items"
|
454 |
msgstr ""
|
455 |
|
456 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:173
|
457 |
-
#: includes/general-hooks.php:
|
458 |
msgid "You can specific to show the button under related items"
|
459 |
msgstr ""
|
460 |
|
461 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:192
|
462 |
-
#: includes/general-hooks.php:
|
463 |
msgid "Link the Button Under Related Items To"
|
464 |
msgstr ""
|
465 |
|
466 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:193
|
467 |
-
#: includes/general-hooks.php:
|
468 |
msgid ""
|
469 |
"Whether to display a button bellow related items section in order to direct "
|
470 |
"visitors to portfolio archive page or not. You can link the button to the "
|
@@ -472,32 +472,32 @@ msgid ""
|
|
472 |
msgstr ""
|
473 |
|
474 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:211
|
475 |
-
#: includes/general-hooks.php:
|
476 |
msgid "Archive page"
|
477 |
msgstr ""
|
478 |
|
479 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:212
|
480 |
-
#: includes/general-hooks.php:
|
481 |
msgid "Custom URL"
|
482 |
msgstr ""
|
483 |
|
484 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:217
|
485 |
-
#: includes/general-hooks.php:
|
486 |
msgid "Custom Link for Related Items Button"
|
487 |
msgstr ""
|
488 |
|
489 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:218
|
490 |
-
#: includes/general-hooks.php:
|
491 |
msgid "A custom link for the button under related items section."
|
492 |
msgstr ""
|
493 |
|
494 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:242
|
495 |
-
#: includes/general-hooks.php:
|
496 |
msgid "Custom label for Related Items Button"
|
497 |
msgstr ""
|
498 |
|
499 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:243
|
500 |
-
#: includes/general-hooks.php:
|
501 |
msgid "A custom label for the button under related items section."
|
502 |
msgstr ""
|
503 |
|
@@ -572,7 +572,7 @@ msgid ""
|
|
572 |
msgstr ""
|
573 |
|
574 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:53
|
575 |
-
#: includes/general-hooks.php:39 includes/general-hooks.php:
|
576 |
msgid "Portfolio"
|
577 |
msgstr ""
|
578 |
|
@@ -983,8 +983,8 @@ msgstr ""
|
|
983 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:259
|
984 |
#: includes/elements/elementor/recent-portfolios-tile.php:597
|
985 |
#: includes/elements/recent-portfolios-tile-carousel.php:300
|
986 |
-
#: includes/elements/recent-portfolios.php:621 includes/general-hooks.php:
|
987 |
-
#: includes/general-hooks.php:
|
988 |
msgid "None"
|
989 |
msgstr ""
|
990 |
|
@@ -1314,7 +1314,7 @@ msgstr ""
|
|
1314 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:414
|
1315 |
#: includes/elements/elementor/recent-portfolios-tile.php:315
|
1316 |
#: includes/elements/recent-portfolios-tile-carousel.php:163
|
1317 |
-
#: includes/elements/recent-portfolios.php:119 includes/general-hooks.php:
|
1318 |
msgid "Author"
|
1319 |
msgstr ""
|
1320 |
|
@@ -1448,34 +1448,34 @@ msgstr ""
|
|
1448 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:584
|
1449 |
#: includes/elements/elementor/recent-portfolios-grid.php:784
|
1450 |
#: includes/elements/elementor/recent-portfolios-masonry.php:651
|
1451 |
-
#: includes/elements/recent-portfolios.php:661 includes/general-hooks.php:
|
1452 |
-
#: includes/general-hooks.php:
|
1453 |
msgid "Space"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:585
|
1457 |
#: includes/elements/elementor/recent-portfolios-grid.php:785
|
1458 |
#: includes/elements/elementor/recent-portfolios-masonry.php:652
|
1459 |
-
#: includes/elements/recent-portfolios.php:662 includes/general-hooks.php:
|
1460 |
-
#: includes/general-hooks.php:
|
1461 |
msgid "Specifies horizontal space between items (pixel)."
|
1462 |
msgstr ""
|
1463 |
|
1464 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:597
|
1465 |
#: includes/elements/elementor/recent-portfolios-grid.php:797
|
1466 |
-
#: includes/elements/recent-portfolios.php:293 includes/general-hooks.php:
|
1467 |
msgid "Image aspect ratio"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:601
|
1471 |
-
#: includes/elements/recent-portfolios.php:301 includes/general-hooks.php:
|
1472 |
-
#: includes/general-hooks.php:
|
1473 |
msgid "Horizontal 4:3"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:602
|
1477 |
-
#: includes/elements/recent-portfolios.php:302 includes/general-hooks.php:
|
1478 |
-
#: includes/general-hooks.php:
|
1479 |
msgid "Horizontal 16:9"
|
1480 |
msgstr ""
|
1481 |
|
@@ -1514,24 +1514,24 @@ msgstr ""
|
|
1514 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:634
|
1515 |
#: includes/elements/elementor/recent-portfolios-grid.php:834
|
1516 |
#: includes/elements/elementor/recent-portfolios-masonry.php:687
|
1517 |
-
#: includes/elements/recent-portfolios.php:332 includes/general-hooks.php:
|
1518 |
-
#: includes/general-hooks.php:
|
1519 |
msgid "No animation"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:638
|
1523 |
#: includes/elements/elementor/recent-portfolios-grid.php:838
|
1524 |
#: includes/elements/elementor/recent-portfolios-masonry.php:691
|
1525 |
-
#: includes/elements/recent-portfolios.php:336 includes/general-hooks.php:
|
1526 |
-
#: includes/general-hooks.php:
|
1527 |
msgid "Classic with lightbox style 1"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:642
|
1531 |
#: includes/elements/elementor/recent-portfolios-grid.php:842
|
1532 |
#: includes/elements/elementor/recent-portfolios-masonry.php:695
|
1533 |
-
#: includes/elements/recent-portfolios.php:340 includes/general-hooks.php:
|
1534 |
-
#: includes/general-hooks.php:
|
1535 |
msgid "Classic with lightbox style 2"
|
1536 |
msgstr ""
|
1537 |
|
@@ -1542,9 +1542,9 @@ msgstr ""
|
|
1542 |
#: includes/elements/elementor/recent-portfolios-tile.php:663
|
1543 |
#: includes/elements/recent-portfolios-tile-carousel.php:103
|
1544 |
#: includes/elements/recent-portfolios.php:344
|
1545 |
-
#: includes/elements/recent-portfolios.php:412 includes/general-hooks.php:
|
1546 |
-
#: includes/general-hooks.php:
|
1547 |
-
#: includes/general-hooks.php:
|
1548 |
msgid "Overlay title style 1"
|
1549 |
msgstr ""
|
1550 |
|
@@ -1555,9 +1555,9 @@ msgstr ""
|
|
1555 |
#: includes/elements/elementor/recent-portfolios-tile.php:667
|
1556 |
#: includes/elements/recent-portfolios-tile-carousel.php:107
|
1557 |
#: includes/elements/recent-portfolios.php:348
|
1558 |
-
#: includes/elements/recent-portfolios.php:413 includes/general-hooks.php:
|
1559 |
-
#: includes/general-hooks.php:
|
1560 |
-
#: includes/general-hooks.php:
|
1561 |
msgid "Overlay title style 2"
|
1562 |
msgstr ""
|
1563 |
|
@@ -1568,9 +1568,9 @@ msgstr ""
|
|
1568 |
#: includes/elements/elementor/recent-portfolios-tile.php:671
|
1569 |
#: includes/elements/recent-portfolios-tile-carousel.php:111
|
1570 |
#: includes/elements/recent-portfolios.php:352
|
1571 |
-
#: includes/elements/recent-portfolios.php:414 includes/general-hooks.php:
|
1572 |
-
#: includes/general-hooks.php:
|
1573 |
-
#: includes/general-hooks.php:
|
1574 |
msgid "Overlay title with lightbox style 1"
|
1575 |
msgstr ""
|
1576 |
|
@@ -1581,9 +1581,9 @@ msgstr ""
|
|
1581 |
#: includes/elements/elementor/recent-portfolios-tile.php:675
|
1582 |
#: includes/elements/recent-portfolios-tile-carousel.php:115
|
1583 |
#: includes/elements/recent-portfolios.php:356
|
1584 |
-
#: includes/elements/recent-portfolios.php:415 includes/general-hooks.php:
|
1585 |
-
#: includes/general-hooks.php:
|
1586 |
-
#: includes/general-hooks.php:
|
1587 |
msgid "Overlay title with lightbox style 2"
|
1588 |
msgstr ""
|
1589 |
|
@@ -1793,7 +1793,7 @@ msgstr ""
|
|
1793 |
#: includes/elements/elementor/recent-portfolios-grid.php:430
|
1794 |
#: includes/elements/elementor/recent-portfolios-masonry.php:418
|
1795 |
#: includes/elements/elementor/recent-portfolios-tile.php:436
|
1796 |
-
#: includes/elements/recent-portfolios.php:467 includes/general-hooks.php:
|
1797 |
msgid "Right"
|
1798 |
msgstr ""
|
1799 |
|
@@ -1992,8 +1992,8 @@ msgstr ""
|
|
1992 |
|
1993 |
#: includes/elements/elementor/recent-portfolios-grid.php:1336
|
1994 |
#: includes/elements/elementor/recent-portfolios-masonry.php:1013
|
1995 |
-
#: includes/elements/recent-portfolios.php:380 includes/general-hooks.php:
|
1996 |
-
#: includes/general-hooks.php:
|
1997 |
msgid "Entry Box Border Color"
|
1998 |
msgstr ""
|
1999 |
|
@@ -2186,13 +2186,13 @@ msgstr ""
|
|
2186 |
msgid "Different layout types of appearing items."
|
2187 |
msgstr ""
|
2188 |
|
2189 |
-
#: includes/elements/recent-portfolios.php:221 includes/general-hooks.php:
|
2190 |
-
#: includes/general-hooks.php:
|
2191 |
msgid "Masonry"
|
2192 |
msgstr ""
|
2193 |
|
2194 |
-
#: includes/elements/recent-portfolios.php:225 includes/general-hooks.php:
|
2195 |
-
#: includes/general-hooks.php:
|
2196 |
msgid "Tiles"
|
2197 |
msgstr ""
|
2198 |
|
@@ -2200,13 +2200,13 @@ msgstr ""
|
|
2200 |
msgid "Post Tile styles"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
-
#: includes/elements/recent-portfolios.php:303 includes/general-hooks.php:
|
2204 |
-
#: includes/general-hooks.php:
|
2205 |
msgid "Square 1:1"
|
2206 |
msgstr ""
|
2207 |
|
2208 |
-
#: includes/elements/recent-portfolios.php:304 includes/general-hooks.php:
|
2209 |
-
#: includes/general-hooks.php:
|
2210 |
msgid "Vertical 3:4"
|
2211 |
msgstr ""
|
2212 |
|
@@ -2214,8 +2214,8 @@ msgstr ""
|
|
2214 |
msgid "Portfolio hover type"
|
2215 |
msgstr ""
|
2216 |
|
2217 |
-
#: includes/elements/recent-portfolios.php:362 includes/general-hooks.php:
|
2218 |
-
#: includes/general-hooks.php:
|
2219 |
msgid "Entry Box Background Color"
|
2220 |
msgstr ""
|
2221 |
|
@@ -2264,7 +2264,7 @@ msgstr ""
|
|
2264 |
msgid "Single Portfolio"
|
2265 |
msgstr ""
|
2266 |
|
2267 |
-
#: includes/general-hooks.php:50 includes/general-hooks.php:
|
2268 |
msgid "Preview a Single Portfolio Page"
|
2269 |
msgstr ""
|
2270 |
|
@@ -2276,35 +2276,35 @@ msgstr ""
|
|
2276 |
msgid "Specifies single portfolio template."
|
2277 |
msgstr ""
|
2278 |
|
2279 |
-
#: includes/general-hooks.php:108 includes/general-hooks.php:
|
2280 |
msgid "Custom Max Width"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
-
#: includes/general-hooks.php:109 includes/general-hooks.php:
|
2284 |
msgid "Specifies the maximum width of website."
|
2285 |
msgstr ""
|
2286 |
|
2287 |
-
#: includes/general-hooks.php:116 includes/general-hooks.php:
|
2288 |
msgid "Default Site Max Width"
|
2289 |
msgstr ""
|
2290 |
|
2291 |
-
#: includes/general-hooks.php:117 includes/general-hooks.php:
|
2292 |
msgid "1000 Pixels"
|
2293 |
msgstr ""
|
2294 |
|
2295 |
-
#: includes/general-hooks.php:118 includes/general-hooks.php:
|
2296 |
msgid "1200 Pixels"
|
2297 |
msgstr ""
|
2298 |
|
2299 |
-
#: includes/general-hooks.php:119 includes/general-hooks.php:
|
2300 |
msgid "1400 Pixels"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
-
#: includes/general-hooks.php:120 includes/general-hooks.php:
|
2304 |
msgid "1600 Pixels"
|
2305 |
msgstr ""
|
2306 |
|
2307 |
-
#: includes/general-hooks.php:121 includes/general-hooks.php:
|
2308 |
msgid "1900 Pixels"
|
2309 |
msgstr ""
|
2310 |
|
@@ -2388,7 +2388,7 @@ msgstr ""
|
|
2388 |
msgid "Share icon color"
|
2389 |
msgstr ""
|
2390 |
|
2391 |
-
#: includes/general-hooks.php:381 includes/general-hooks.php:
|
2392 |
msgid "Icon Hover Color"
|
2393 |
msgstr ""
|
2394 |
|
@@ -2415,724 +2415,732 @@ msgid "Like Type"
|
|
2415 |
msgstr ""
|
2416 |
|
2417 |
#: includes/general-hooks.php:522
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2418 |
msgid "Like Icon"
|
2419 |
msgstr ""
|
2420 |
|
2421 |
-
#: includes/general-hooks.php:
|
2422 |
msgid "Icon Liked Color"
|
2423 |
msgstr ""
|
2424 |
|
2425 |
-
#: includes/general-hooks.php:
|
2426 |
msgid "Like icon color"
|
2427 |
msgstr ""
|
2428 |
|
2429 |
-
#: includes/general-hooks.php:
|
2430 |
msgid "Icon Not Liked Color"
|
2431 |
msgstr ""
|
2432 |
|
2433 |
-
#: includes/general-hooks.php:
|
2434 |
msgid "Like icon hover color"
|
2435 |
msgstr ""
|
2436 |
|
2437 |
-
#: includes/general-hooks.php:
|
2438 |
msgid "Like Button Icon Size"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
-
#: includes/general-hooks.php:
|
2442 |
msgid "Like Button Margin"
|
2443 |
msgstr ""
|
2444 |
|
2445 |
-
#: includes/general-hooks.php:
|
2446 |
msgid "Next Portfolio Label"
|
2447 |
msgstr ""
|
2448 |
|
2449 |
-
#: includes/general-hooks.php:
|
2450 |
msgid "Specifies the word after next and previous navigation."
|
2451 |
msgstr ""
|
2452 |
|
2453 |
-
#: includes/general-hooks.php:
|
2454 |
msgid "Previous Portfolio Label"
|
2455 |
msgstr ""
|
2456 |
|
2457 |
-
#: includes/general-hooks.php:
|
2458 |
msgid "Portfolio Title"
|
2459 |
msgstr ""
|
2460 |
|
2461 |
-
#: includes/general-hooks.php:
|
2462 |
msgid "Display Title Bar Section"
|
2463 |
msgstr ""
|
2464 |
|
2465 |
-
#: includes/general-hooks.php:
|
2466 |
msgid "Enable it to show the title section."
|
2467 |
msgstr ""
|
2468 |
|
2469 |
-
#: includes/general-hooks.php:
|
2470 |
msgid "Layout presets"
|
2471 |
msgstr ""
|
2472 |
|
2473 |
-
#: includes/general-hooks.php:
|
2474 |
msgid "Title bar with light overlay which is aligned center"
|
2475 |
msgstr ""
|
2476 |
|
2477 |
-
#: includes/general-hooks.php:
|
2478 |
msgid "Fullscreen title bar with light overlay on background"
|
2479 |
msgstr ""
|
2480 |
|
2481 |
-
#: includes/general-hooks.php:
|
2482 |
msgid "Fullscreen title bar with dark overlay on background"
|
2483 |
msgstr ""
|
2484 |
|
2485 |
-
#: includes/general-hooks.php:
|
2486 |
msgid "Fullscreen title bar with border around the title"
|
2487 |
msgstr ""
|
2488 |
|
2489 |
-
#: includes/general-hooks.php:
|
2490 |
msgid "Fullscreen title bar with dark box around the title"
|
2491 |
msgstr ""
|
2492 |
|
2493 |
-
#: includes/general-hooks.php:
|
2494 |
msgid "Title aligned left with dark overlay on background"
|
2495 |
msgstr ""
|
2496 |
|
2497 |
-
#: includes/general-hooks.php:
|
2498 |
msgid "Tile overlaps the title area section and is aligned center"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
-
#: includes/general-hooks.php:
|
2502 |
msgid "Enable advanced setting"
|
2503 |
msgstr ""
|
2504 |
|
2505 |
-
#: includes/general-hooks.php:
|
2506 |
msgid "Enable it to customize preset layouts."
|
2507 |
msgstr ""
|
2508 |
|
2509 |
-
#: includes/general-hooks.php:
|
2510 |
msgid "Content Width"
|
2511 |
msgstr ""
|
2512 |
|
2513 |
-
#: includes/general-hooks.php:
|
2514 |
msgid "Boxed"
|
2515 |
msgstr ""
|
2516 |
|
2517 |
-
#: includes/general-hooks.php:
|
2518 |
msgid "Full Width Content with Space on Sides"
|
2519 |
msgstr ""
|
2520 |
|
2521 |
-
#: includes/general-hooks.php:
|
2522 |
msgid "Full Width Content"
|
2523 |
msgstr ""
|
2524 |
|
2525 |
-
#: includes/general-hooks.php:
|
2526 |
msgid "Title Section Height"
|
2527 |
msgstr ""
|
2528 |
|
2529 |
-
#: includes/general-hooks.php:
|
2530 |
msgid "Auto Height"
|
2531 |
msgstr ""
|
2532 |
|
2533 |
-
#: includes/general-hooks.php:
|
2534 |
msgid "Full Height"
|
2535 |
msgstr ""
|
2536 |
|
2537 |
-
#: includes/general-hooks.php:
|
2538 |
msgid "Vertical Position"
|
2539 |
msgstr ""
|
2540 |
|
2541 |
-
#: includes/general-hooks.php:
|
2542 |
msgid "Specifies vertical alignment of title and subtitle."
|
2543 |
msgstr ""
|
2544 |
|
2545 |
-
#: includes/general-hooks.php:
|
2546 |
msgid ""
|
2547 |
"Note: Parallax feature in not available for \"Bottom Overlap\" vertical "
|
2548 |
"mode."
|
2549 |
msgstr ""
|
2550 |
|
2551 |
-
#: includes/general-hooks.php:
|
2552 |
msgid "Top"
|
2553 |
msgstr ""
|
2554 |
|
2555 |
-
#: includes/general-hooks.php:
|
2556 |
msgid "Middle"
|
2557 |
msgstr ""
|
2558 |
|
2559 |
-
#: includes/general-hooks.php:
|
2560 |
msgid "Bottom"
|
2561 |
msgstr ""
|
2562 |
|
2563 |
-
#: includes/general-hooks.php:
|
2564 |
msgid "Bottom Overlap"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
-
#: includes/general-hooks.php:
|
2568 |
msgid "Scroll Down Arrow"
|
2569 |
msgstr ""
|
2570 |
|
2571 |
-
#: includes/general-hooks.php:
|
2572 |
msgid "This option only applies if section height is \"Full Height\"."
|
2573 |
msgstr ""
|
2574 |
|
2575 |
-
#: includes/general-hooks.php:
|
2576 |
msgid "Round"
|
2577 |
msgstr ""
|
2578 |
|
2579 |
-
#: includes/general-hooks.php:
|
2580 |
msgid "Display Titles"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
-
#: includes/general-hooks.php:
|
2584 |
msgid "Enable it to display title/subtitle in title section."
|
2585 |
msgstr ""
|
2586 |
|
2587 |
-
#: includes/general-hooks.php:
|
2588 |
msgid "Border for Heading"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
-
#: includes/general-hooks.php:
|
2592 |
msgid "Enable it to display a border around the title and subtitle area."
|
2593 |
msgstr ""
|
2594 |
|
2595 |
-
#: includes/general-hooks.php:
|
2596 |
msgid "Boxed Title"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
-
#: includes/general-hooks.php:
|
2600 |
msgid "Enable it to wrap the title and subtitle in a box with background color."
|
2601 |
msgstr ""
|
2602 |
|
2603 |
-
#: includes/general-hooks.php:
|
2604 |
msgid "Title Box Custom Color"
|
2605 |
msgstr ""
|
2606 |
|
2607 |
-
#: includes/general-hooks.php:
|
2608 |
msgid ""
|
2609 |
"Specifies a custom background color for the box around the title and "
|
2610 |
"subtitle."
|
2611 |
msgstr ""
|
2612 |
|
2613 |
-
#: includes/general-hooks.php:
|
2614 |
msgid "Display Post Meta"
|
2615 |
msgstr ""
|
2616 |
|
2617 |
-
#: includes/general-hooks.php:
|
2618 |
msgid "Enable it to display post meta information on title section."
|
2619 |
msgstr ""
|
2620 |
|
2621 |
-
#: includes/general-hooks.php:
|
2622 |
msgid "Display Breadcrumb"
|
2623 |
msgstr ""
|
2624 |
|
2625 |
-
#: includes/general-hooks.php:
|
2626 |
msgid "Enable it to display breadcrumb on title section."
|
2627 |
msgstr ""
|
2628 |
|
2629 |
-
#: includes/general-hooks.php:
|
2630 |
msgid "Border for Breadcrumb"
|
2631 |
msgstr ""
|
2632 |
|
2633 |
-
#: includes/general-hooks.php:
|
2634 |
msgid "Enable it to display border around breadcrumb."
|
2635 |
msgstr ""
|
2636 |
|
2637 |
-
#: includes/general-hooks.php:
|
2638 |
msgid "Breadcrumb Separator Icon"
|
2639 |
msgstr ""
|
2640 |
|
2641 |
-
#: includes/general-hooks.php:
|
2642 |
msgid "Text Align"
|
2643 |
msgstr ""
|
2644 |
|
2645 |
-
#: includes/general-hooks.php:
|
2646 |
msgid "Overlay Color"
|
2647 |
msgstr ""
|
2648 |
|
2649 |
-
#: includes/general-hooks.php:
|
2650 |
msgid ""
|
2651 |
"The color that overlay on the background. Please note that color should "
|
2652 |
"have transparency."
|
2653 |
msgstr ""
|
2654 |
|
2655 |
-
#: includes/general-hooks.php:
|
2656 |
msgid "Overlay Pattern"
|
2657 |
msgstr ""
|
2658 |
|
2659 |
-
#: includes/general-hooks.php:
|
2660 |
msgid "Hash"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
-
#: includes/general-hooks.php:
|
2664 |
msgid "Overlay Pattern Opacity"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
-
#: includes/general-hooks.php:
|
2668 |
msgid "Color Mode"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
-
#: includes/general-hooks.php:
|
2672 |
msgid "Enable Title Background"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
-
#: includes/general-hooks.php:
|
2676 |
msgid "Enable it to display custom background for title section."
|
2677 |
msgstr ""
|
2678 |
|
2679 |
-
#: includes/general-hooks.php:
|
2680 |
msgid "Enable Parallax Effect"
|
2681 |
msgstr ""
|
2682 |
|
2683 |
-
#: includes/general-hooks.php:
|
2684 |
msgid "Enable it to have parallax background effect on this section."
|
2685 |
msgstr ""
|
2686 |
|
2687 |
-
#: includes/general-hooks.php:
|
2688 |
msgid ""
|
2689 |
"Note: Parallax feature in not available for \"Bottom Overlap\" mode for "
|
2690 |
"\"Vertical Position\" option."
|
2691 |
msgstr ""
|
2692 |
|
2693 |
-
#: includes/general-hooks.php:
|
2694 |
msgid "Background Color"
|
2695 |
msgstr ""
|
2696 |
|
2697 |
-
#: includes/general-hooks.php:
|
2698 |
msgid "Specifies a background color for title bar."
|
2699 |
msgstr ""
|
2700 |
|
2701 |
-
#: includes/general-hooks.php:
|
2702 |
msgid "Background Size"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
-
#: includes/general-hooks.php:
|
2706 |
msgid "Specifies the background size."
|
2707 |
msgstr ""
|
2708 |
|
2709 |
-
#: includes/general-hooks.php:
|
2710 |
msgid "Auto"
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: includes/general-hooks.php:
|
2714 |
msgid "Contain"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: includes/general-hooks.php:
|
2718 |
msgid "Cover"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: includes/general-hooks.php:
|
2722 |
msgid "Background Image"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: includes/general-hooks.php:
|
2726 |
msgid "Specifies a background image for title bar."
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: includes/general-hooks.php:
|
2730 |
msgid "Background Video MP4"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: includes/general-hooks.php:
|
2734 |
-
#: includes/general-hooks.php:
|
2735 |
msgid ""
|
2736 |
"You can upload custom video for title background</br>Note: if you set "
|
2737 |
"custom image, default image backgrounds will be ignored."
|
2738 |
msgstr ""
|
2739 |
|
2740 |
-
#: includes/general-hooks.php:
|
2741 |
msgid "Background Video Ogg"
|
2742 |
msgstr ""
|
2743 |
|
2744 |
-
#: includes/general-hooks.php:
|
2745 |
msgid "Background Video WebM"
|
2746 |
msgstr ""
|
2747 |
|
2748 |
-
#: includes/general-hooks.php:
|
2749 |
msgid "Related Portfolios"
|
2750 |
msgstr ""
|
2751 |
|
2752 |
-
#: includes/general-hooks.php:
|
2753 |
msgid "Setting for Related Portfolios Section in Single Page"
|
2754 |
msgstr ""
|
2755 |
|
2756 |
-
#: includes/general-hooks.php:
|
2757 |
msgid "Enable it to display related portfolios section on single portfolio page."
|
2758 |
msgstr ""
|
2759 |
|
2760 |
-
#: includes/general-hooks.php:
|
2761 |
msgid "Title Typography"
|
2762 |
msgstr ""
|
2763 |
|
2764 |
-
#: includes/general-hooks.php:
|
2765 |
msgid "Related Projects/Works"
|
2766 |
msgstr ""
|
2767 |
|
2768 |
-
#: includes/general-hooks.php:
|
2769 |
msgid "Label Typography"
|
2770 |
msgstr ""
|
2771 |
|
2772 |
-
#: includes/general-hooks.php:
|
2773 |
msgid "Category Terms Typography"
|
2774 |
msgstr ""
|
2775 |
|
2776 |
-
#: includes/general-hooks.php:
|
2777 |
msgid "Hide it"
|
2778 |
msgstr ""
|
2779 |
|
2780 |
-
#: includes/general-hooks.php:
|
2781 |
msgid "Browse All Projects"
|
2782 |
msgstr ""
|
2783 |
|
2784 |
-
#: includes/general-hooks.php:
|
2785 |
msgid "Button Typography"
|
2786 |
msgstr ""
|
2787 |
|
2788 |
-
#: includes/general-hooks.php:
|
2789 |
msgid "Button Background"
|
2790 |
msgstr ""
|
2791 |
|
2792 |
-
#: includes/general-hooks.php:
|
2793 |
msgid "Portfolio Page"
|
2794 |
msgstr ""
|
2795 |
|
2796 |
-
#: includes/general-hooks.php:
|
2797 |
msgid "Preview Portfolio Page"
|
2798 |
msgstr ""
|
2799 |
|
2800 |
-
#: includes/general-hooks.php:
|
2801 |
msgid "Custom Page For Archive"
|
2802 |
msgstr ""
|
2803 |
|
2804 |
-
#: includes/general-hooks.php:
|
2805 |
msgid "Enable this option to select custom page for archive page"
|
2806 |
msgstr ""
|
2807 |
|
2808 |
-
#: includes/general-hooks.php:
|
2809 |
msgid "Select Page"
|
2810 |
msgstr ""
|
2811 |
|
2812 |
-
#: includes/general-hooks.php:
|
2813 |
msgid "Portfolio Template"
|
2814 |
msgstr ""
|
2815 |
|
2816 |
-
#: includes/general-hooks.php:
|
2817 |
msgid "Choose your portfolio template."
|
2818 |
msgstr ""
|
2819 |
|
2820 |
-
#: includes/general-hooks.php:
|
2821 |
msgid "Land"
|
2822 |
msgstr ""
|
2823 |
|
2824 |
-
#: includes/general-hooks.php:
|
2825 |
msgid "Image Aspect Ratio"
|
2826 |
msgstr ""
|
2827 |
|
2828 |
-
#: includes/general-hooks.php:
|
2829 |
msgid "Portfolio Hover Type"
|
2830 |
msgstr ""
|
2831 |
|
2832 |
-
#: includes/general-hooks.php:
|
2833 |
-
#: includes/general-hooks.php:
|
2834 |
msgid "Hover over images to see the animation."
|
2835 |
msgstr ""
|
2836 |
|
2837 |
-
#: includes/general-hooks.php:
|
2838 |
msgid "Tile Portfolio Item Type"
|
2839 |
msgstr ""
|
2840 |
|
2841 |
-
#: includes/general-hooks.php:
|
2842 |
msgid "Number of Columns in Tablet"
|
2843 |
msgstr ""
|
2844 |
|
2845 |
-
#: includes/general-hooks.php:
|
2846 |
msgid "Number of Columns in Mobile"
|
2847 |
msgstr ""
|
2848 |
|
2849 |
-
#: includes/general-hooks.php:
|
2850 |
msgid "Display Like Button"
|
2851 |
msgstr ""
|
2852 |
|
2853 |
-
#: includes/general-hooks.php:
|
2854 |
msgid ""
|
2855 |
"Enable it to display %s like button%s on portfolio portfolios. Please note "
|
2856 |
"WP Ulike plugin needs to be activaited to use this option."
|
2857 |
msgstr ""
|
2858 |
|
2859 |
-
#: includes/general-hooks.php:
|
2860 |
msgid "Enable Entry Box Coloring"
|
2861 |
msgstr ""
|
2862 |
|
2863 |
-
#: includes/general-hooks.php:
|
2864 |
msgid "Specifies the border/background color for entry box."
|
2865 |
msgstr ""
|
2866 |
|
2867 |
-
#: includes/general-hooks.php:
|
2868 |
msgid "Specifies the background color for entry box."
|
2869 |
msgstr ""
|
2870 |
|
2871 |
-
#: includes/general-hooks.php:
|
2872 |
msgid "Specifies the border color for entry box."
|
2873 |
msgstr ""
|
2874 |
|
2875 |
-
#: includes/general-hooks.php:
|
2876 |
msgid "Portfolio Sidebar Position"
|
2877 |
msgstr ""
|
2878 |
|
2879 |
-
#: includes/general-hooks.php:
|
2880 |
msgid "Specifies the position of sidebar on portfolio page."
|
2881 |
msgstr ""
|
2882 |
|
2883 |
-
#: includes/general-hooks.php:
|
2884 |
msgid "No Sidebar"
|
2885 |
msgstr ""
|
2886 |
|
2887 |
-
#: includes/general-hooks.php:
|
2888 |
msgid "Right Sidebar"
|
2889 |
msgstr ""
|
2890 |
|
2891 |
-
#: includes/general-hooks.php:
|
2892 |
msgid "Left Sidebar"
|
2893 |
msgstr ""
|
2894 |
|
2895 |
-
#: includes/general-hooks.php:
|
2896 |
msgid "Left Left Sidebar"
|
2897 |
msgstr ""
|
2898 |
|
2899 |
-
#: includes/general-hooks.php:
|
2900 |
msgid "Right Right Sidebar"
|
2901 |
msgstr ""
|
2902 |
|
2903 |
-
#: includes/general-hooks.php:
|
2904 |
msgid "Left Right Sidebar"
|
2905 |
msgstr ""
|
2906 |
|
2907 |
-
#: includes/general-hooks.php:
|
2908 |
msgid "Right Left Sidebar"
|
2909 |
msgstr ""
|
2910 |
|
2911 |
-
#: includes/general-hooks.php:
|
2912 |
msgid "Portfolio Sidebar Style"
|
2913 |
msgstr ""
|
2914 |
|
2915 |
-
#: includes/general-hooks.php:
|
2916 |
msgid "Specifies the style of sidebar on portfolio page."
|
2917 |
msgstr ""
|
2918 |
|
2919 |
-
#: includes/general-hooks.php:
|
2920 |
msgid "Simple"
|
2921 |
msgstr ""
|
2922 |
|
2923 |
-
#: includes/general-hooks.php:
|
2924 |
msgid "Bordered Sidebar"
|
2925 |
msgstr ""
|
2926 |
|
2927 |
-
#: includes/general-hooks.php:
|
2928 |
msgid "Overlap Background"
|
2929 |
msgstr ""
|
2930 |
|
2931 |
-
#: includes/general-hooks.php:
|
2932 |
msgid "Number of Portfolios Per Page"
|
2933 |
msgstr ""
|
2934 |
|
2935 |
-
#: includes/general-hooks.php:
|
2936 |
msgid "Specifies the number of portfolios items to show on each page."
|
2937 |
msgstr ""
|
2938 |
|
2939 |
-
#: includes/general-hooks.php:
|
2940 |
msgid "Display Title Bar?"
|
2941 |
msgstr ""
|
2942 |
|
2943 |
-
#: includes/general-hooks.php:
|
2944 |
msgid ""
|
2945 |
"Specifies whether to display the title bar at top of portfolio archive page "
|
2946 |
"or not."
|
2947 |
msgstr ""
|
2948 |
|
2949 |
-
#: includes/general-hooks.php:
|
2950 |
msgid "Display Breadcrumb?"
|
2951 |
msgstr ""
|
2952 |
|
2953 |
-
#: includes/general-hooks.php:
|
2954 |
msgid ""
|
2955 |
"Specifies whether to display the breadcrumb in title bar of portfolio "
|
2956 |
"archive page or not."
|
2957 |
msgstr ""
|
2958 |
|
2959 |
-
#: includes/general-hooks.php:
|
2960 |
msgid "Display Title?"
|
2961 |
msgstr ""
|
2962 |
|
2963 |
-
#: includes/general-hooks.php:
|
2964 |
msgid ""
|
2965 |
"Specifies whether to display the title in title bar of portfolio archive "
|
2966 |
"page or not."
|
2967 |
msgstr ""
|
2968 |
|
2969 |
-
#: includes/general-hooks.php:
|
2970 |
msgid "Custom Title"
|
2971 |
msgstr ""
|
2972 |
|
2973 |
-
#: includes/general-hooks.php:
|
2974 |
msgid "Custom Breadcrumb Label"
|
2975 |
msgstr ""
|
2976 |
|
2977 |
-
#: includes/general-hooks.php:
|
2978 |
msgid "Portfolio Category & tag"
|
2979 |
msgstr ""
|
2980 |
|
2981 |
-
#: includes/general-hooks.php:
|
2982 |
msgid "Portfolio Category & tag page Setting"
|
2983 |
msgstr ""
|
2984 |
|
2985 |
-
#: includes/general-hooks.php:
|
2986 |
msgid "Taxonomy Page Template"
|
2987 |
msgstr ""
|
2988 |
|
2989 |
-
#: includes/general-hooks.php:
|
2990 |
msgid "Taxonomy Page Sidebar Position"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
-
#: includes/general-hooks.php:
|
2994 |
msgid "Sidebar Style"
|
2995 |
msgstr ""
|
2996 |
|
2997 |
-
#: includes/general-hooks.php:
|
2998 |
msgid "Specifies the style of sidebar on category & tag page."
|
2999 |
msgstr ""
|
3000 |
|
3001 |
-
#: includes/general-hooks.php:
|
3002 |
msgid "Portfolio MetaData"
|
3003 |
msgstr ""
|
3004 |
|
3005 |
-
#: includes/general-hooks.php:
|
3006 |
msgid "Portfolio MetaData Setting"
|
3007 |
msgstr ""
|
3008 |
|
3009 |
-
#: includes/general-hooks.php:
|
3010 |
msgid "Label for Launch Project Button"
|
3011 |
msgstr ""
|
3012 |
|
3013 |
-
#: includes/general-hooks.php:
|
3014 |
msgid "Specify a label for launch project button."
|
3015 |
msgstr ""
|
3016 |
|
3017 |
-
#: includes/general-hooks.php:
|
3018 |
msgid "Launch Project"
|
3019 |
msgstr ""
|
3020 |
|
3021 |
-
#: includes/general-hooks.php:
|
3022 |
msgid "Portfolio MetaDatas"
|
3023 |
msgstr ""
|
3024 |
|
3025 |
-
#: includes/general-hooks.php:
|
3026 |
msgid ""
|
3027 |
"Specify the number of fields and the label of each one for portfolio "
|
3028 |
"metadatas"
|
3029 |
msgstr ""
|
3030 |
|
3031 |
-
#: includes/general-hooks.php:
|
3032 |
msgid "Project URL"
|
3033 |
msgstr ""
|
3034 |
|
3035 |
-
#: includes/general-hooks.php:
|
3036 |
msgid "Client"
|
3037 |
msgstr ""
|
3038 |
|
3039 |
-
#: includes/general-hooks.php:
|
3040 |
msgid "Release Date"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
-
#: includes/general-hooks.php:
|
3044 |
msgid "Custom Field 1"
|
3045 |
msgstr ""
|
3046 |
|
3047 |
-
#: includes/general-hooks.php:
|
3048 |
msgid "Custom Field 2"
|
3049 |
msgstr ""
|
3050 |
|
3051 |
-
#: includes/general-hooks.php:
|
3052 |
msgid "Custom Field 3"
|
3053 |
msgstr ""
|
3054 |
|
3055 |
-
#: includes/general-hooks.php:
|
3056 |
msgid "Custom Field 4"
|
3057 |
msgstr ""
|
3058 |
|
3059 |
-
#: includes/general-hooks.php:
|
3060 |
msgid "Custom Field 5"
|
3061 |
msgstr ""
|
3062 |
|
3063 |
-
#: includes/general-hooks.php:
|
3064 |
msgid "Custom Field 6"
|
3065 |
msgstr ""
|
3066 |
|
3067 |
-
#: includes/general-hooks.php:
|
3068 |
msgid "Custom Field 7"
|
3069 |
msgstr ""
|
3070 |
|
3071 |
-
#: includes/general-hooks.php:
|
3072 |
msgid "Custom Field 8"
|
3073 |
msgstr ""
|
3074 |
|
3075 |
-
#: includes/general-hooks.php:
|
3076 |
msgid "Custom Field 9"
|
3077 |
msgstr ""
|
3078 |
|
3079 |
-
#: includes/general-hooks.php:
|
3080 |
msgid "Custom Field 10"
|
3081 |
msgstr ""
|
3082 |
|
3083 |
-
#: includes/general-hooks.php:
|
3084 |
msgid "Custom Field 11"
|
3085 |
msgstr ""
|
3086 |
|
3087 |
-
#: includes/general-hooks.php:
|
3088 |
msgid "Custom Field 12"
|
3089 |
msgstr ""
|
3090 |
|
3091 |
-
#: includes/general-hooks.php:
|
3092 |
msgid "Single Portfolio Appearance"
|
3093 |
msgstr ""
|
3094 |
|
3095 |
-
#: includes/general-hooks.php:
|
3096 |
msgid "Content"
|
3097 |
msgstr ""
|
3098 |
|
3099 |
-
#: includes/general-hooks.php:
|
3100 |
msgid "Overview Content"
|
3101 |
msgstr ""
|
3102 |
|
3103 |
-
#: includes/general-hooks.php:
|
3104 |
msgid "Meta"
|
3105 |
msgstr ""
|
3106 |
|
3107 |
-
#: includes/general-hooks.php:
|
3108 |
msgid "Meta Terms"
|
3109 |
msgstr ""
|
3110 |
|
3111 |
-
#: includes/general-hooks.php:
|
3112 |
msgid "Launch Button"
|
3113 |
msgstr ""
|
3114 |
|
3115 |
-
#: includes/general-hooks.php:
|
3116 |
msgid "Launch Button Background"
|
3117 |
msgstr ""
|
3118 |
|
3119 |
-
#: includes/general-hooks.php:
|
3120 |
msgid "Portfolio Options"
|
3121 |
msgstr ""
|
3122 |
|
3123 |
-
#: includes/general-hooks.php:
|
3124 |
msgid "Likes"
|
3125 |
msgstr ""
|
3126 |
|
3127 |
-
#: includes/general-hooks.php:
|
3128 |
msgid "Like"
|
3129 |
msgstr ""
|
3130 |
|
3131 |
-
#: includes/general-hooks.php:
|
3132 |
msgid "Share"
|
3133 |
msgstr ""
|
3134 |
|
3135 |
-
#: includes/general-hooks.php:
|
3136 |
msgid "Related Projects"
|
3137 |
msgstr ""
|
3138 |
|
1 |
# Averta Copyright (c) {2021}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
+
"Project-Id-Version: Phlox Portfolio 2.2.5\n"
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
+
"POT-Creation-Date: 2021-11-22 11:56:02+00:00\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
56 |
msgstr ""
|
57 |
|
58 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:52
|
59 |
+
#: includes/general-hooks.php:3476
|
60 |
msgid "Overview Title"
|
61 |
msgstr ""
|
62 |
|
80 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:152
|
81 |
#: includes/elements/elementor/recent-portfolios-tile.php:150
|
82 |
#: includes/elements/recent-portfolios.php:254 includes/general-hooks.php:156
|
83 |
+
#: includes/general-hooks.php:888
|
84 |
msgid "Default"
|
85 |
msgstr ""
|
86 |
|
89 |
#: includes/elements/elementor/recent-portfolios-masonry.php:410
|
90 |
#: includes/elements/elementor/recent-portfolios-tile.php:428
|
91 |
#: includes/elements/recent-portfolios.php:459 includes/general-hooks.php:137
|
92 |
+
#: includes/general-hooks.php:1506
|
93 |
msgid "Left"
|
94 |
msgstr ""
|
95 |
|
98 |
#: includes/elements/elementor/recent-portfolios-masonry.php:414
|
99 |
#: includes/elements/elementor/recent-portfolios-tile.php:432
|
100 |
#: includes/elements/recent-portfolios.php:463 includes/general-hooks.php:141
|
101 |
+
#: includes/general-hooks.php:1510
|
102 |
msgid "Center"
|
103 |
msgstr ""
|
104 |
|
228 |
|
229 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:174
|
230 |
#: includes/elements/recent-portfolios-tile-carousel.php:285
|
231 |
+
#: includes/general-hooks.php:1653
|
232 |
msgid "Dark"
|
233 |
msgstr ""
|
234 |
|
235 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:175
|
236 |
#: includes/elements/recent-portfolios-tile-carousel.php:286
|
237 |
+
#: includes/general-hooks.php:1654
|
238 |
msgid "Light"
|
239 |
msgstr ""
|
240 |
|
251 |
msgstr ""
|
252 |
|
253 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:220
|
254 |
+
#: includes/general-hooks.php:724
|
255 |
msgid "Skin for Next & Previous Links"
|
256 |
msgstr ""
|
257 |
|
258 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:221
|
259 |
+
#: includes/general-hooks.php:725
|
260 |
msgid "Specifies the skin for next and previous navigation block."
|
261 |
msgstr ""
|
262 |
|
263 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:236
|
264 |
+
#: includes/general-hooks.php:742
|
265 |
msgid "Classic Project Navigation"
|
266 |
msgstr ""
|
267 |
|
268 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:240
|
269 |
+
#: includes/general-hooks.php:746
|
270 |
msgid "Classic Project Navigation Without Title"
|
271 |
msgstr ""
|
272 |
|
273 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:244
|
274 |
+
#: includes/general-hooks.php:738
|
275 |
msgid "Minimal (default)"
|
276 |
msgstr ""
|
277 |
|
278 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:248
|
279 |
+
#: includes/general-hooks.php:750
|
280 |
msgid "Thumbnail with Arrow"
|
281 |
msgstr ""
|
282 |
|
283 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:252
|
284 |
+
#: includes/general-hooks.php:754
|
285 |
msgid "Thumbnail without Arrow"
|
286 |
msgstr ""
|
287 |
|
288 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:256
|
289 |
+
#: includes/general-hooks.php:758
|
290 |
msgid "Navigation with Light Background"
|
291 |
msgstr ""
|
292 |
|
293 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:260
|
294 |
+
#: includes/general-hooks.php:762
|
295 |
msgid "Navigation with Dark Background"
|
296 |
msgstr ""
|
297 |
|
298 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:264
|
299 |
+
#: includes/general-hooks.php:766
|
300 |
msgid "Sticky Thumbnail with Arrow"
|
301 |
msgstr ""
|
302 |
|
303 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:268
|
304 |
+
#: includes/general-hooks.php:770
|
305 |
msgid "Modern"
|
306 |
msgstr ""
|
307 |
|
308 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:277
|
309 |
+
#: includes/general-hooks.php:815
|
310 |
msgid "Next & Previous Button Link"
|
311 |
msgstr ""
|
312 |
|
313 |
#: admin/includes/metaboxes/metabox-fields-portfolio-metadata.php:278
|
314 |
+
#: includes/general-hooks.php:816
|
315 |
msgid ""
|
316 |
"Specifies the link of button in next and previous navigation. leave it "
|
317 |
"blank to use default portfolio archive link"
|
359 |
msgstr ""
|
360 |
|
361 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:22
|
362 |
+
#: includes/general-hooks.php:1961
|
363 |
msgid "Display Related Portfolios"
|
364 |
msgstr ""
|
365 |
|
368 |
msgstr ""
|
369 |
|
370 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:36
|
371 |
+
#: includes/general-hooks.php:1989
|
372 |
msgid "Label of Related Section"
|
373 |
msgstr ""
|
374 |
|
375 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:37
|
376 |
+
#: includes/general-hooks.php:1990
|
377 |
msgid "Specifies the label of related items section."
|
378 |
msgstr ""
|
379 |
|
380 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:51
|
381 |
+
#: includes/general-hooks.php:2047
|
382 |
msgid "Related Items Type"
|
383 |
msgstr ""
|
384 |
|
385 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:52
|
386 |
+
#: includes/general-hooks.php:2048
|
387 |
msgid "Specifies the appearance type for related portfolio element."
|
388 |
msgstr ""
|
389 |
|
390 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:65
|
391 |
+
#: includes/elements/recent-portfolios.php:217 includes/general-hooks.php:2365
|
392 |
+
#: includes/general-hooks.php:3053
|
393 |
msgid "Grid"
|
394 |
msgstr ""
|
395 |
|
401 |
msgstr ""
|
402 |
|
403 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:71
|
404 |
+
#: includes/general-hooks.php:2068 includes/general-hooks.php:2546
|
405 |
+
#: includes/general-hooks.php:3225
|
406 |
msgid "Number of Columns"
|
407 |
msgstr ""
|
408 |
|
409 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:92
|
410 |
+
#: includes/general-hooks.php:2088
|
411 |
msgid "Align Center"
|
412 |
msgstr ""
|
413 |
|
414 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:93
|
415 |
+
#: includes/general-hooks.php:2089
|
416 |
msgid "Enable it to make related portfolios section text center."
|
417 |
msgstr ""
|
418 |
|
419 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:112
|
420 |
+
#: includes/general-hooks.php:2106
|
421 |
msgid "Full Width Related Section"
|
422 |
msgstr ""
|
423 |
|
424 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:113
|
425 |
+
#: includes/general-hooks.php:2107
|
426 |
msgid "Enable it to make related portfolios section full width."
|
427 |
msgstr ""
|
428 |
|
429 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:132
|
430 |
+
#: includes/general-hooks.php:2124
|
431 |
msgid "Snap Related Items"
|
432 |
msgstr ""
|
433 |
|
434 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:133
|
435 |
+
#: includes/general-hooks.php:2125
|
436 |
msgid "Enable it to remove space between related portfolio items."
|
437 |
msgstr ""
|
438 |
|
439 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:152
|
440 |
+
#: includes/general-hooks.php:2142
|
441 |
msgid "Display Portfolio Categories"
|
442 |
msgstr ""
|
443 |
|
444 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:153
|
445 |
+
#: includes/general-hooks.php:2143
|
446 |
msgid ""
|
447 |
"Enable it to display the categories of each portfolio item in related "
|
448 |
"portfolios section."
|
449 |
msgstr ""
|
450 |
|
451 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:172
|
452 |
+
#: includes/general-hooks.php:2181
|
453 |
msgid "Display The Button Under Related Items"
|
454 |
msgstr ""
|
455 |
|
456 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:173
|
457 |
+
#: includes/general-hooks.php:2182
|
458 |
msgid "You can specific to show the button under related items"
|
459 |
msgstr ""
|
460 |
|
461 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:192
|
462 |
+
#: includes/general-hooks.php:2199
|
463 |
msgid "Link the Button Under Related Items To"
|
464 |
msgstr ""
|
465 |
|
466 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:193
|
467 |
+
#: includes/general-hooks.php:2200
|
468 |
msgid ""
|
469 |
"Whether to display a button bellow related items section in order to direct "
|
470 |
"visitors to portfolio archive page or not. You can link the button to the "
|
472 |
msgstr ""
|
473 |
|
474 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:211
|
475 |
+
#: includes/general-hooks.php:2206
|
476 |
msgid "Archive page"
|
477 |
msgstr ""
|
478 |
|
479 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:212
|
480 |
+
#: includes/general-hooks.php:2207
|
481 |
msgid "Custom URL"
|
482 |
msgstr ""
|
483 |
|
484 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:217
|
485 |
+
#: includes/general-hooks.php:2225
|
486 |
msgid "Custom Link for Related Items Button"
|
487 |
msgstr ""
|
488 |
|
489 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:218
|
490 |
+
#: includes/general-hooks.php:2226
|
491 |
msgid "A custom link for the button under related items section."
|
492 |
msgstr ""
|
493 |
|
494 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:242
|
495 |
+
#: includes/general-hooks.php:2251
|
496 |
msgid "Custom label for Related Items Button"
|
497 |
msgstr ""
|
498 |
|
499 |
#: admin/includes/metaboxes/metabox-fields-portfolio-related.php:243
|
500 |
+
#: includes/general-hooks.php:2252
|
501 |
msgid "A custom label for the button under related items section."
|
502 |
msgstr ""
|
503 |
|
572 |
msgstr ""
|
573 |
|
574 |
#: includes/classes/class-auxpfo-post-type-portfolio.php:53
|
575 |
+
#: includes/general-hooks.php:39 includes/general-hooks.php:3023
|
576 |
msgid "Portfolio"
|
577 |
msgstr ""
|
578 |
|
983 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:259
|
984 |
#: includes/elements/elementor/recent-portfolios-tile.php:597
|
985 |
#: includes/elements/recent-portfolios-tile-carousel.php:300
|
986 |
+
#: includes/elements/recent-portfolios.php:621 includes/general-hooks.php:1204
|
987 |
+
#: includes/general-hooks.php:1579
|
988 |
msgid "None"
|
989 |
msgstr ""
|
990 |
|
1314 |
#: includes/elements/elementor/recent-portfolios-tile-carousel.php:414
|
1315 |
#: includes/elements/elementor/recent-portfolios-tile.php:315
|
1316 |
#: includes/elements/recent-portfolios-tile-carousel.php:163
|
1317 |
+
#: includes/elements/recent-portfolios.php:119 includes/general-hooks.php:3439
|
1318 |
msgid "Author"
|
1319 |
msgstr ""
|
1320 |
|
1448 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:584
|
1449 |
#: includes/elements/elementor/recent-portfolios-grid.php:784
|
1450 |
#: includes/elements/elementor/recent-portfolios-masonry.php:651
|
1451 |
+
#: includes/elements/recent-portfolios.php:661 includes/general-hooks.php:2520
|
1452 |
+
#: includes/general-hooks.php:3201
|
1453 |
msgid "Space"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:585
|
1457 |
#: includes/elements/elementor/recent-portfolios-grid.php:785
|
1458 |
#: includes/elements/elementor/recent-portfolios-masonry.php:652
|
1459 |
+
#: includes/elements/recent-portfolios.php:662 includes/general-hooks.php:2521
|
1460 |
+
#: includes/general-hooks.php:3202
|
1461 |
msgid "Specifies horizontal space between items (pixel)."
|
1462 |
msgstr ""
|
1463 |
|
1464 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:597
|
1465 |
#: includes/elements/elementor/recent-portfolios-grid.php:797
|
1466 |
+
#: includes/elements/recent-portfolios.php:293 includes/general-hooks.php:2024
|
1467 |
msgid "Image aspect ratio"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:601
|
1471 |
+
#: includes/elements/recent-portfolios.php:301 includes/general-hooks.php:2037
|
1472 |
+
#: includes/general-hooks.php:2399 includes/general-hooks.php:3087
|
1473 |
msgid "Horizontal 4:3"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:602
|
1477 |
+
#: includes/elements/recent-portfolios.php:302 includes/general-hooks.php:2038
|
1478 |
+
#: includes/general-hooks.php:2400 includes/general-hooks.php:3088
|
1479 |
msgid "Horizontal 16:9"
|
1480 |
msgstr ""
|
1481 |
|
1514 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:634
|
1515 |
#: includes/elements/elementor/recent-portfolios-grid.php:834
|
1516 |
#: includes/elements/elementor/recent-portfolios-masonry.php:687
|
1517 |
+
#: includes/elements/recent-portfolios.php:332 includes/general-hooks.php:2431
|
1518 |
+
#: includes/general-hooks.php:3119
|
1519 |
msgid "No animation"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:638
|
1523 |
#: includes/elements/elementor/recent-portfolios-grid.php:838
|
1524 |
#: includes/elements/elementor/recent-portfolios-masonry.php:691
|
1525 |
+
#: includes/elements/recent-portfolios.php:336 includes/general-hooks.php:2436
|
1526 |
+
#: includes/general-hooks.php:3123
|
1527 |
msgid "Classic with lightbox style 1"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:642
|
1531 |
#: includes/elements/elementor/recent-portfolios-grid.php:842
|
1532 |
#: includes/elements/elementor/recent-portfolios-masonry.php:695
|
1533 |
+
#: includes/elements/recent-portfolios.php:340 includes/general-hooks.php:2441
|
1534 |
+
#: includes/general-hooks.php:3127
|
1535 |
msgid "Classic with lightbox style 2"
|
1536 |
msgstr ""
|
1537 |
|
1542 |
#: includes/elements/elementor/recent-portfolios-tile.php:663
|
1543 |
#: includes/elements/recent-portfolios-tile-carousel.php:103
|
1544 |
#: includes/elements/recent-portfolios.php:344
|
1545 |
+
#: includes/elements/recent-portfolios.php:412 includes/general-hooks.php:2446
|
1546 |
+
#: includes/general-hooks.php:2492 includes/general-hooks.php:3131
|
1547 |
+
#: includes/general-hooks.php:3173
|
1548 |
msgid "Overlay title style 1"
|
1549 |
msgstr ""
|
1550 |
|
1555 |
#: includes/elements/elementor/recent-portfolios-tile.php:667
|
1556 |
#: includes/elements/recent-portfolios-tile-carousel.php:107
|
1557 |
#: includes/elements/recent-portfolios.php:348
|
1558 |
+
#: includes/elements/recent-portfolios.php:413 includes/general-hooks.php:2451
|
1559 |
+
#: includes/general-hooks.php:2496 includes/general-hooks.php:3135
|
1560 |
+
#: includes/general-hooks.php:3177
|
1561 |
msgid "Overlay title style 2"
|
1562 |
msgstr ""
|
1563 |
|
1568 |
#: includes/elements/elementor/recent-portfolios-tile.php:671
|
1569 |
#: includes/elements/recent-portfolios-tile-carousel.php:111
|
1570 |
#: includes/elements/recent-portfolios.php:352
|
1571 |
+
#: includes/elements/recent-portfolios.php:414 includes/general-hooks.php:2456
|
1572 |
+
#: includes/general-hooks.php:2500 includes/general-hooks.php:3139
|
1573 |
+
#: includes/general-hooks.php:3181
|
1574 |
msgid "Overlay title with lightbox style 1"
|
1575 |
msgstr ""
|
1576 |
|
1581 |
#: includes/elements/elementor/recent-portfolios-tile.php:675
|
1582 |
#: includes/elements/recent-portfolios-tile-carousel.php:115
|
1583 |
#: includes/elements/recent-portfolios.php:356
|
1584 |
+
#: includes/elements/recent-portfolios.php:415 includes/general-hooks.php:2461
|
1585 |
+
#: includes/general-hooks.php:2504 includes/general-hooks.php:3143
|
1586 |
+
#: includes/general-hooks.php:3185
|
1587 |
msgid "Overlay title with lightbox style 2"
|
1588 |
msgstr ""
|
1589 |
|
1793 |
#: includes/elements/elementor/recent-portfolios-grid.php:430
|
1794 |
#: includes/elements/elementor/recent-portfolios-masonry.php:418
|
1795 |
#: includes/elements/elementor/recent-portfolios-tile.php:436
|
1796 |
+
#: includes/elements/recent-portfolios.php:467 includes/general-hooks.php:1514
|
1797 |
msgid "Right"
|
1798 |
msgstr ""
|
1799 |
|
1992 |
|
1993 |
#: includes/elements/elementor/recent-portfolios-grid.php:1336
|
1994 |
#: includes/elements/elementor/recent-portfolios-masonry.php:1013
|
1995 |
+
#: includes/elements/recent-portfolios.php:380 includes/general-hooks.php:2728
|
1996 |
+
#: includes/general-hooks.php:2799
|
1997 |
msgid "Entry Box Border Color"
|
1998 |
msgstr ""
|
1999 |
|
2186 |
msgid "Different layout types of appearing items."
|
2187 |
msgstr ""
|
2188 |
|
2189 |
+
#: includes/elements/recent-portfolios.php:221 includes/general-hooks.php:2369
|
2190 |
+
#: includes/general-hooks.php:3057
|
2191 |
msgid "Masonry"
|
2192 |
msgstr ""
|
2193 |
|
2194 |
+
#: includes/elements/recent-portfolios.php:225 includes/general-hooks.php:2373
|
2195 |
+
#: includes/general-hooks.php:3061
|
2196 |
msgid "Tiles"
|
2197 |
msgstr ""
|
2198 |
|
2200 |
msgid "Post Tile styles"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
+
#: includes/elements/recent-portfolios.php:303 includes/general-hooks.php:2039
|
2204 |
+
#: includes/general-hooks.php:2401 includes/general-hooks.php:3089
|
2205 |
msgid "Square 1:1"
|
2206 |
msgstr ""
|
2207 |
|
2208 |
+
#: includes/elements/recent-portfolios.php:304 includes/general-hooks.php:2040
|
2209 |
+
#: includes/general-hooks.php:2402 includes/general-hooks.php:3090
|
2210 |
msgid "Vertical 3:4"
|
2211 |
msgstr ""
|
2212 |
|
2214 |
msgid "Portfolio hover type"
|
2215 |
msgstr ""
|
2216 |
|
2217 |
+
#: includes/elements/recent-portfolios.php:362 includes/general-hooks.php:2699
|
2218 |
+
#: includes/general-hooks.php:2775
|
2219 |
msgid "Entry Box Background Color"
|
2220 |
msgstr ""
|
2221 |
|
2264 |
msgid "Single Portfolio"
|
2265 |
msgstr ""
|
2266 |
|
2267 |
+
#: includes/general-hooks.php:50 includes/general-hooks.php:843
|
2268 |
msgid "Preview a Single Portfolio Page"
|
2269 |
msgstr ""
|
2270 |
|
2276 |
msgid "Specifies single portfolio template."
|
2277 |
msgstr ""
|
2278 |
|
2279 |
+
#: includes/general-hooks.php:108 includes/general-hooks.php:2574
|
2280 |
msgid "Custom Max Width"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
+
#: includes/general-hooks.php:109 includes/general-hooks.php:2575
|
2284 |
msgid "Specifies the maximum width of website."
|
2285 |
msgstr ""
|
2286 |
|
2287 |
+
#: includes/general-hooks.php:116 includes/general-hooks.php:2582
|
2288 |
msgid "Default Site Max Width"
|
2289 |
msgstr ""
|
2290 |
|
2291 |
+
#: includes/general-hooks.php:117 includes/general-hooks.php:2583
|
2292 |
msgid "1000 Pixels"
|
2293 |
msgstr ""
|
2294 |
|
2295 |
+
#: includes/general-hooks.php:118 includes/general-hooks.php:2584
|
2296 |
msgid "1200 Pixels"
|
2297 |
msgstr ""
|
2298 |
|
2299 |
+
#: includes/general-hooks.php:119 includes/general-hooks.php:2585
|
2300 |
msgid "1400 Pixels"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: includes/general-hooks.php:120 includes/general-hooks.php:2586
|
2304 |
msgid "1600 Pixels"
|
2305 |
msgstr ""
|
2306 |
|
2307 |
+
#: includes/general-hooks.php:121 includes/general-hooks.php:2587
|
2308 |
msgid "1900 Pixels"
|
2309 |
msgstr ""
|
2310 |
|
2388 |
msgid "Share icon color"
|
2389 |
msgstr ""
|
2390 |
|
2391 |
+
#: includes/general-hooks.php:381 includes/general-hooks.php:633
|
2392 |
msgid "Icon Hover Color"
|
2393 |
msgstr ""
|
2394 |
|
2415 |
msgstr ""
|
2416 |
|
2417 |
#: includes/general-hooks.php:522
|
2418 |
+
msgid "Show \"likes\" label "
|
2419 |
+
msgstr ""
|
2420 |
+
|
2421 |
+
#: includes/general-hooks.php:523
|
2422 |
+
msgid "Enable to show \"Likes\" label in front of like icon after clicking on it."
|
2423 |
+
msgstr ""
|
2424 |
+
|
2425 |
+
#: includes/general-hooks.php:549
|
2426 |
msgid "Like Icon"
|
2427 |
msgstr ""
|
2428 |
|
2429 |
+
#: includes/general-hooks.php:575
|
2430 |
msgid "Icon Liked Color"
|
2431 |
msgstr ""
|
2432 |
|
2433 |
+
#: includes/general-hooks.php:576 includes/general-hooks.php:605
|
2434 |
msgid "Like icon color"
|
2435 |
msgstr ""
|
2436 |
|
2437 |
+
#: includes/general-hooks.php:604
|
2438 |
msgid "Icon Not Liked Color"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
+
#: includes/general-hooks.php:634
|
2442 |
msgid "Like icon hover color"
|
2443 |
msgstr ""
|
2444 |
|
2445 |
+
#: includes/general-hooks.php:662
|
2446 |
msgid "Like Button Icon Size"
|
2447 |
msgstr ""
|
2448 |
|
2449 |
+
#: includes/general-hooks.php:696
|
2450 |
msgid "Like Button Margin"
|
2451 |
msgstr ""
|
2452 |
|
2453 |
+
#: includes/general-hooks.php:779
|
2454 |
msgid "Next Portfolio Label"
|
2455 |
msgstr ""
|
2456 |
|
2457 |
+
#: includes/general-hooks.php:780 includes/general-hooks.php:798
|
2458 |
msgid "Specifies the word after next and previous navigation."
|
2459 |
msgstr ""
|
2460 |
|
2461 |
+
#: includes/general-hooks.php:797
|
2462 |
msgid "Previous Portfolio Label"
|
2463 |
msgstr ""
|
2464 |
|
2465 |
+
#: includes/general-hooks.php:842
|
2466 |
msgid "Portfolio Title"
|
2467 |
msgstr ""
|
2468 |
|
2469 |
+
#: includes/general-hooks.php:848
|
2470 |
msgid "Display Title Bar Section"
|
2471 |
msgstr ""
|
2472 |
|
2473 |
+
#: includes/general-hooks.php:849
|
2474 |
msgid "Enable it to show the title section."
|
2475 |
msgstr ""
|
2476 |
|
2477 |
+
#: includes/general-hooks.php:865
|
2478 |
msgid "Layout presets"
|
2479 |
msgstr ""
|
2480 |
|
2481 |
+
#: includes/general-hooks.php:907
|
2482 |
msgid "Title bar with light overlay which is aligned center"
|
2483 |
msgstr ""
|
2484 |
|
2485 |
+
#: includes/general-hooks.php:925
|
2486 |
msgid "Fullscreen title bar with light overlay on background"
|
2487 |
msgstr ""
|
2488 |
|
2489 |
+
#: includes/general-hooks.php:943
|
2490 |
msgid "Fullscreen title bar with dark overlay on background"
|
2491 |
msgstr ""
|
2492 |
|
2493 |
+
#: includes/general-hooks.php:961
|
2494 |
msgid "Fullscreen title bar with border around the title"
|
2495 |
msgstr ""
|
2496 |
|
2497 |
+
#: includes/general-hooks.php:979
|
2498 |
msgid "Fullscreen title bar with dark box around the title"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
+
#: includes/general-hooks.php:997
|
2502 |
msgid "Title aligned left with dark overlay on background"
|
2503 |
msgstr ""
|
2504 |
|
2505 |
+
#: includes/general-hooks.php:1015
|
2506 |
msgid "Tile overlaps the title area section and is aligned center"
|
2507 |
msgstr ""
|
2508 |
|
2509 |
+
#: includes/general-hooks.php:1036
|
2510 |
msgid "Enable advanced setting"
|
2511 |
msgstr ""
|
2512 |
|
2513 |
+
#: includes/general-hooks.php:1037
|
2514 |
msgid "Enable it to customize preset layouts."
|
2515 |
msgstr ""
|
2516 |
|
2517 |
+
#: includes/general-hooks.php:1060
|
2518 |
msgid "Content Width"
|
2519 |
msgstr ""
|
2520 |
|
2521 |
+
#: includes/general-hooks.php:1080
|
2522 |
msgid "Boxed"
|
2523 |
msgstr ""
|
2524 |
|
2525 |
+
#: includes/general-hooks.php:1084
|
2526 |
msgid "Full Width Content with Space on Sides"
|
2527 |
msgstr ""
|
2528 |
|
2529 |
+
#: includes/general-hooks.php:1088
|
2530 |
msgid "Full Width Content"
|
2531 |
msgstr ""
|
2532 |
|
2533 |
+
#: includes/general-hooks.php:1097
|
2534 |
msgid "Title Section Height"
|
2535 |
msgstr ""
|
2536 |
|
2537 |
+
#: includes/general-hooks.php:1124
|
2538 |
msgid "Auto Height"
|
2539 |
msgstr ""
|
2540 |
|
2541 |
+
#: includes/general-hooks.php:1125
|
2542 |
msgid "Full Height"
|
2543 |
msgstr ""
|
2544 |
|
2545 |
+
#: includes/general-hooks.php:1130
|
2546 |
msgid "Vertical Position"
|
2547 |
msgstr ""
|
2548 |
|
2549 |
+
#: includes/general-hooks.php:1131
|
2550 |
msgid "Specifies vertical alignment of title and subtitle."
|
2551 |
msgstr ""
|
2552 |
|
2553 |
+
#: includes/general-hooks.php:1132
|
2554 |
msgid ""
|
2555 |
"Note: Parallax feature in not available for \"Bottom Overlap\" vertical "
|
2556 |
"mode."
|
2557 |
msgstr ""
|
2558 |
|
2559 |
+
#: includes/general-hooks.php:1158
|
2560 |
msgid "Top"
|
2561 |
msgstr ""
|
2562 |
|
2563 |
+
#: includes/general-hooks.php:1159
|
2564 |
msgid "Middle"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
+
#: includes/general-hooks.php:1160
|
2568 |
msgid "Bottom"
|
2569 |
msgstr ""
|
2570 |
|
2571 |
+
#: includes/general-hooks.php:1161
|
2572 |
msgid "Bottom Overlap"
|
2573 |
msgstr ""
|
2574 |
|
2575 |
+
#: includes/general-hooks.php:1166
|
2576 |
msgid "Scroll Down Arrow"
|
2577 |
msgstr ""
|
2578 |
|
2579 |
+
#: includes/general-hooks.php:1167
|
2580 |
msgid "This option only applies if section height is \"Full Height\"."
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: includes/general-hooks.php:1208
|
2584 |
msgid "Round"
|
2585 |
msgstr ""
|
2586 |
|
2587 |
+
#: includes/general-hooks.php:1215
|
2588 |
msgid "Display Titles"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
+
#: includes/general-hooks.php:1216
|
2592 |
msgid "Enable it to display title/subtitle in title section."
|
2593 |
msgstr ""
|
2594 |
|
2595 |
+
#: includes/general-hooks.php:1244
|
2596 |
msgid "Border for Heading"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
+
#: includes/general-hooks.php:1245
|
2600 |
msgid "Enable it to display a border around the title and subtitle area."
|
2601 |
msgstr ""
|
2602 |
|
2603 |
+
#: includes/general-hooks.php:1278
|
2604 |
msgid "Boxed Title"
|
2605 |
msgstr ""
|
2606 |
|
2607 |
+
#: includes/general-hooks.php:1279
|
2608 |
msgid "Enable it to wrap the title and subtitle in a box with background color."
|
2609 |
msgstr ""
|
2610 |
|
2611 |
+
#: includes/general-hooks.php:1312
|
2612 |
msgid "Title Box Custom Color"
|
2613 |
msgstr ""
|
2614 |
|
2615 |
+
#: includes/general-hooks.php:1313
|
2616 |
msgid ""
|
2617 |
"Specifies a custom background color for the box around the title and "
|
2618 |
"subtitle."
|
2619 |
msgstr ""
|
2620 |
|
2621 |
+
#: includes/general-hooks.php:1352
|
2622 |
msgid "Display Post Meta"
|
2623 |
msgstr ""
|
2624 |
|
2625 |
+
#: includes/general-hooks.php:1353
|
2626 |
msgid "Enable it to display post meta information on title section."
|
2627 |
msgstr ""
|
2628 |
|
2629 |
+
#: includes/general-hooks.php:1381
|
2630 |
msgid "Display Breadcrumb"
|
2631 |
msgstr ""
|
2632 |
|
2633 |
+
#: includes/general-hooks.php:1382
|
2634 |
msgid "Enable it to display breadcrumb on title section."
|
2635 |
msgstr ""
|
2636 |
|
2637 |
+
#: includes/general-hooks.php:1410
|
2638 |
msgid "Border for Breadcrumb"
|
2639 |
msgstr ""
|
2640 |
|
2641 |
+
#: includes/general-hooks.php:1411
|
2642 |
msgid "Enable it to display border around breadcrumb."
|
2643 |
msgstr ""
|
2644 |
|
2645 |
+
#: includes/general-hooks.php:1444
|
2646 |
msgid "Breadcrumb Separator Icon"
|
2647 |
msgstr ""
|
2648 |
|
2649 |
+
#: includes/general-hooks.php:1478
|
2650 |
msgid "Text Align"
|
2651 |
msgstr ""
|
2652 |
|
2653 |
+
#: includes/general-hooks.php:1521
|
2654 |
msgid "Overlay Color"
|
2655 |
msgstr ""
|
2656 |
|
2657 |
+
#: includes/general-hooks.php:1522
|
2658 |
msgid ""
|
2659 |
"The color that overlay on the background. Please note that color should "
|
2660 |
"have transparency."
|
2661 |
msgstr ""
|
2662 |
|
2663 |
+
#: includes/general-hooks.php:1551
|
2664 |
msgid "Overlay Pattern"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
+
#: includes/general-hooks.php:1583
|
2668 |
msgid "Hash"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
+
#: includes/general-hooks.php:1590
|
2672 |
msgid "Overlay Pattern Opacity"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
+
#: includes/general-hooks.php:1626
|
2676 |
msgid "Color Mode"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
+
#: includes/general-hooks.php:1661
|
2680 |
msgid "Enable Title Background"
|
2681 |
msgstr ""
|
2682 |
|
2683 |
+
#: includes/general-hooks.php:1662
|
2684 |
msgid "Enable it to display custom background for title section."
|
2685 |
msgstr ""
|
2686 |
|
2687 |
+
#: includes/general-hooks.php:1690
|
2688 |
msgid "Enable Parallax Effect"
|
2689 |
msgstr ""
|
2690 |
|
2691 |
+
#: includes/general-hooks.php:1691
|
2692 |
msgid "Enable it to have parallax background effect on this section."
|
2693 |
msgstr ""
|
2694 |
|
2695 |
+
#: includes/general-hooks.php:1692
|
2696 |
msgid ""
|
2697 |
"Note: Parallax feature in not available for \"Bottom Overlap\" mode for "
|
2698 |
"\"Vertical Position\" option."
|
2699 |
msgstr ""
|
2700 |
|
2701 |
+
#: includes/general-hooks.php:1725
|
2702 |
msgid "Background Color"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
+
#: includes/general-hooks.php:1726
|
2706 |
msgid "Specifies a background color for title bar."
|
2707 |
msgstr ""
|
2708 |
|
2709 |
+
#: includes/general-hooks.php:1761
|
2710 |
msgid "Background Size"
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: includes/general-hooks.php:1762
|
2714 |
msgid "Specifies the background size."
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: includes/general-hooks.php:1794
|
2718 |
msgid "Auto"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: includes/general-hooks.php:1798
|
2722 |
msgid "Contain"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: includes/general-hooks.php:1802
|
2726 |
msgid "Cover"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: includes/general-hooks.php:1810
|
2730 |
msgid "Background Image"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: includes/general-hooks.php:1811
|
2734 |
msgid "Specifies a background image for title bar."
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: includes/general-hooks.php:1845
|
2738 |
msgid "Background Video MP4"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: includes/general-hooks.php:1846 includes/general-hooks.php:1881
|
2742 |
+
#: includes/general-hooks.php:1916
|
2743 |
msgid ""
|
2744 |
"You can upload custom video for title background</br>Note: if you set "
|
2745 |
"custom image, default image backgrounds will be ignored."
|
2746 |
msgstr ""
|
2747 |
|
2748 |
+
#: includes/general-hooks.php:1880
|
2749 |
msgid "Background Video Ogg"
|
2750 |
msgstr ""
|
2751 |
|
2752 |
+
#: includes/general-hooks.php:1915
|
2753 |
msgid "Background Video WebM"
|
2754 |
msgstr ""
|
2755 |
|
2756 |
+
#: includes/general-hooks.php:1955
|
2757 |
msgid "Related Portfolios"
|
2758 |
msgstr ""
|
2759 |
|
2760 |
+
#: includes/general-hooks.php:1956
|
2761 |
msgid "Setting for Related Portfolios Section in Single Page"
|
2762 |
msgstr ""
|
2763 |
|
2764 |
+
#: includes/general-hooks.php:1962
|
2765 |
msgid "Enable it to display related portfolios section on single portfolio page."
|
2766 |
msgstr ""
|
2767 |
|
2768 |
+
#: includes/general-hooks.php:1973
|
2769 |
msgid "Title Typography"
|
2770 |
msgstr ""
|
2771 |
|
2772 |
+
#: includes/general-hooks.php:2002
|
2773 |
msgid "Related Projects/Works"
|
2774 |
msgstr ""
|
2775 |
|
2776 |
+
#: includes/general-hooks.php:2007
|
2777 |
msgid "Label Typography"
|
2778 |
msgstr ""
|
2779 |
|
2780 |
+
#: includes/general-hooks.php:2160
|
2781 |
msgid "Category Terms Typography"
|
2782 |
msgstr ""
|
2783 |
|
2784 |
+
#: includes/general-hooks.php:2205
|
2785 |
msgid "Hide it"
|
2786 |
msgstr ""
|
2787 |
|
2788 |
+
#: includes/general-hooks.php:2273
|
2789 |
msgid "Browse All Projects"
|
2790 |
msgstr ""
|
2791 |
|
2792 |
+
#: includes/general-hooks.php:2277
|
2793 |
msgid "Button Typography"
|
2794 |
msgstr ""
|
2795 |
|
2796 |
+
#: includes/general-hooks.php:2298
|
2797 |
msgid "Button Background"
|
2798 |
msgstr ""
|
2799 |
|
2800 |
+
#: includes/general-hooks.php:2324
|
2801 |
msgid "Portfolio Page"
|
2802 |
msgstr ""
|
2803 |
|
2804 |
+
#: includes/general-hooks.php:2325
|
2805 |
msgid "Preview Portfolio Page"
|
2806 |
msgstr ""
|
2807 |
|
2808 |
+
#: includes/general-hooks.php:2330
|
2809 |
msgid "Custom Page For Archive"
|
2810 |
msgstr ""
|
2811 |
|
2812 |
+
#: includes/general-hooks.php:2331
|
2813 |
msgid "Enable this option to select custom page for archive page"
|
2814 |
msgstr ""
|
2815 |
|
2816 |
+
#: includes/general-hooks.php:2340
|
2817 |
msgid "Select Page"
|
2818 |
msgstr ""
|
2819 |
|
2820 |
+
#: includes/general-hooks.php:2356
|
2821 |
msgid "Portfolio Template"
|
2822 |
msgstr ""
|
2823 |
|
2824 |
+
#: includes/general-hooks.php:2357
|
2825 |
msgid "Choose your portfolio template."
|
2826 |
msgstr ""
|
2827 |
|
2828 |
+
#: includes/general-hooks.php:2377 includes/general-hooks.php:3065
|
2829 |
msgid "Land"
|
2830 |
msgstr ""
|
2831 |
|
2832 |
+
#: includes/general-hooks.php:2386 includes/general-hooks.php:3074
|
2833 |
msgid "Image Aspect Ratio"
|
2834 |
msgstr ""
|
2835 |
|
2836 |
+
#: includes/general-hooks.php:2416 includes/general-hooks.php:3104
|
2837 |
msgid "Portfolio Hover Type"
|
2838 |
msgstr ""
|
2839 |
|
2840 |
+
#: includes/general-hooks.php:2417 includes/general-hooks.php:2479
|
2841 |
+
#: includes/general-hooks.php:3105 includes/general-hooks.php:3160
|
2842 |
msgid "Hover over images to see the animation."
|
2843 |
msgstr ""
|
2844 |
|
2845 |
+
#: includes/general-hooks.php:2478 includes/general-hooks.php:3159
|
2846 |
msgid "Tile Portfolio Item Type"
|
2847 |
msgstr ""
|
2848 |
|
2849 |
+
#: includes/general-hooks.php:2594 includes/general-hooks.php:3253
|
2850 |
msgid "Number of Columns in Tablet"
|
2851 |
msgstr ""
|
2852 |
|
2853 |
+
#: includes/general-hooks.php:2623 includes/general-hooks.php:3282
|
2854 |
msgid "Number of Columns in Mobile"
|
2855 |
msgstr ""
|
2856 |
|
2857 |
+
#: includes/general-hooks.php:2651 includes/general-hooks.php:3310
|
2858 |
msgid "Display Like Button"
|
2859 |
msgstr ""
|
2860 |
|
2861 |
+
#: includes/general-hooks.php:2652 includes/general-hooks.php:3311
|
2862 |
msgid ""
|
2863 |
"Enable it to display %s like button%s on portfolio portfolios. Please note "
|
2864 |
"WP Ulike plugin needs to be activaited to use this option."
|
2865 |
msgstr ""
|
2866 |
|
2867 |
+
#: includes/general-hooks.php:2676 includes/general-hooks.php:2757
|
2868 |
msgid "Enable Entry Box Coloring"
|
2869 |
msgstr ""
|
2870 |
|
2871 |
+
#: includes/general-hooks.php:2677 includes/general-hooks.php:2758
|
2872 |
msgid "Specifies the border/background color for entry box."
|
2873 |
msgstr ""
|
2874 |
|
2875 |
+
#: includes/general-hooks.php:2701 includes/general-hooks.php:2777
|
2876 |
msgid "Specifies the background color for entry box."
|
2877 |
msgstr ""
|
2878 |
|
2879 |
+
#: includes/general-hooks.php:2730 includes/general-hooks.php:2801
|
2880 |
msgid "Specifies the border color for entry box."
|
2881 |
msgstr ""
|
2882 |
|
2883 |
+
#: includes/general-hooks.php:2823
|
2884 |
msgid "Portfolio Sidebar Position"
|
2885 |
msgstr ""
|
2886 |
|
2887 |
+
#: includes/general-hooks.php:2824
|
2888 |
msgid "Specifies the position of sidebar on portfolio page."
|
2889 |
msgstr ""
|
2890 |
|
2891 |
+
#: includes/general-hooks.php:2830 includes/general-hooks.php:3344
|
2892 |
msgid "No Sidebar"
|
2893 |
msgstr ""
|
2894 |
|
2895 |
+
#: includes/general-hooks.php:2834 includes/general-hooks.php:3348
|
2896 |
msgid "Right Sidebar"
|
2897 |
msgstr ""
|
2898 |
|
2899 |
+
#: includes/general-hooks.php:2838 includes/general-hooks.php:3352
|
2900 |
msgid "Left Sidebar"
|
2901 |
msgstr ""
|
2902 |
|
2903 |
+
#: includes/general-hooks.php:2842 includes/general-hooks.php:3356
|
2904 |
msgid "Left Left Sidebar"
|
2905 |
msgstr ""
|
2906 |
|
2907 |
+
#: includes/general-hooks.php:2846 includes/general-hooks.php:3360
|
2908 |
msgid "Right Right Sidebar"
|
2909 |
msgstr ""
|
2910 |
|
2911 |
+
#: includes/general-hooks.php:2850 includes/general-hooks.php:3364
|
2912 |
msgid "Left Right Sidebar"
|
2913 |
msgstr ""
|
2914 |
|
2915 |
+
#: includes/general-hooks.php:2854 includes/general-hooks.php:3368
|
2916 |
msgid "Right Left Sidebar"
|
2917 |
msgstr ""
|
2918 |
|
2919 |
+
#: includes/general-hooks.php:2866
|
2920 |
msgid "Portfolio Sidebar Style"
|
2921 |
msgstr ""
|
2922 |
|
2923 |
+
#: includes/general-hooks.php:2867
|
2924 |
msgid "Specifies the style of sidebar on portfolio page."
|
2925 |
msgstr ""
|
2926 |
|
2927 |
+
#: includes/general-hooks.php:2881 includes/general-hooks.php:3391
|
2928 |
msgid "Simple"
|
2929 |
msgstr ""
|
2930 |
|
2931 |
+
#: includes/general-hooks.php:2885 includes/general-hooks.php:3395
|
2932 |
msgid "Bordered Sidebar"
|
2933 |
msgstr ""
|
2934 |
|
2935 |
+
#: includes/general-hooks.php:2889 includes/general-hooks.php:3399
|
2936 |
msgid "Overlap Background"
|
2937 |
msgstr ""
|
2938 |
|
2939 |
+
#: includes/general-hooks.php:2898
|
2940 |
msgid "Number of Portfolios Per Page"
|
2941 |
msgstr ""
|
2942 |
|
2943 |
+
#: includes/general-hooks.php:2899
|
2944 |
msgid "Specifies the number of portfolios items to show on each page."
|
2945 |
msgstr ""
|
2946 |
|
2947 |
+
#: includes/general-hooks.php:2917
|
2948 |
msgid "Display Title Bar?"
|
2949 |
msgstr ""
|
2950 |
|
2951 |
+
#: includes/general-hooks.php:2918
|
2952 |
msgid ""
|
2953 |
"Specifies whether to display the title bar at top of portfolio archive page "
|
2954 |
"or not."
|
2955 |
msgstr ""
|
2956 |
|
2957 |
+
#: includes/general-hooks.php:2936
|
2958 |
msgid "Display Breadcrumb?"
|
2959 |
msgstr ""
|
2960 |
|
2961 |
+
#: includes/general-hooks.php:2937
|
2962 |
msgid ""
|
2963 |
"Specifies whether to display the breadcrumb in title bar of portfolio "
|
2964 |
"archive page or not."
|
2965 |
msgstr ""
|
2966 |
|
2967 |
+
#: includes/general-hooks.php:2959
|
2968 |
msgid "Display Title?"
|
2969 |
msgstr ""
|
2970 |
|
2971 |
+
#: includes/general-hooks.php:2960
|
2972 |
msgid ""
|
2973 |
"Specifies whether to display the title in title bar of portfolio archive "
|
2974 |
"page or not."
|
2975 |
msgstr ""
|
2976 |
|
2977 |
+
#: includes/general-hooks.php:2982
|
2978 |
msgid "Custom Title"
|
2979 |
msgstr ""
|
2980 |
|
2981 |
+
#: includes/general-hooks.php:3005
|
2982 |
msgid "Custom Breadcrumb Label"
|
2983 |
msgstr ""
|
2984 |
|
2985 |
+
#: includes/general-hooks.php:3032
|
2986 |
msgid "Portfolio Category & tag"
|
2987 |
msgstr ""
|
2988 |
|
2989 |
+
#: includes/general-hooks.php:3033
|
2990 |
msgid "Portfolio Category & tag page Setting"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
+
#: includes/general-hooks.php:3037
|
2994 |
msgid "Taxonomy Page Template"
|
2995 |
msgstr ""
|
2996 |
|
2997 |
+
#: includes/general-hooks.php:3336
|
2998 |
msgid "Taxonomy Page Sidebar Position"
|
2999 |
msgstr ""
|
3000 |
|
3001 |
+
#: includes/general-hooks.php:3377
|
3002 |
msgid "Sidebar Style"
|
3003 |
msgstr ""
|
3004 |
|
3005 |
+
#: includes/general-hooks.php:3378
|
3006 |
msgid "Specifies the style of sidebar on category & tag page."
|
3007 |
msgstr ""
|
3008 |
|
3009 |
+
#: includes/general-hooks.php:3412
|
3010 |
msgid "Portfolio MetaData"
|
3011 |
msgstr ""
|
3012 |
|
3013 |
+
#: includes/general-hooks.php:3413
|
3014 |
msgid "Portfolio MetaData Setting"
|
3015 |
msgstr ""
|
3016 |
|
3017 |
+
#: includes/general-hooks.php:3417
|
3018 |
msgid "Label for Launch Project Button"
|
3019 |
msgstr ""
|
3020 |
|
3021 |
+
#: includes/general-hooks.php:3418
|
3022 |
msgid "Specify a label for launch project button."
|
3023 |
msgstr ""
|
3024 |
|
3025 |
+
#: includes/general-hooks.php:3425
|
3026 |
msgid "Launch Project"
|
3027 |
msgstr ""
|
3028 |
|
3029 |
+
#: includes/general-hooks.php:3429
|
3030 |
msgid "Portfolio MetaDatas"
|
3031 |
msgstr ""
|
3032 |
|
3033 |
+
#: includes/general-hooks.php:3430
|
3034 |
msgid ""
|
3035 |
"Specify the number of fields and the label of each one for portfolio "
|
3036 |
"metadatas"
|
3037 |
msgstr ""
|
3038 |
|
3039 |
+
#: includes/general-hooks.php:3436
|
3040 |
msgid "Project URL"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
+
#: includes/general-hooks.php:3437
|
3044 |
msgid "Client"
|
3045 |
msgstr ""
|
3046 |
|
3047 |
+
#: includes/general-hooks.php:3438
|
3048 |
msgid "Release Date"
|
3049 |
msgstr ""
|
3050 |
|
3051 |
+
#: includes/general-hooks.php:3440
|
3052 |
msgid "Custom Field 1"
|
3053 |
msgstr ""
|
3054 |
|
3055 |
+
#: includes/general-hooks.php:3441
|
3056 |
msgid "Custom Field 2"
|
3057 |
msgstr ""
|
3058 |
|
3059 |
+
#: includes/general-hooks.php:3442
|
3060 |
msgid "Custom Field 3"
|
3061 |
msgstr ""
|
3062 |
|
3063 |
+
#: includes/general-hooks.php:3443
|
3064 |
msgid "Custom Field 4"
|
3065 |
msgstr ""
|
3066 |
|
3067 |
+
#: includes/general-hooks.php:3444
|
3068 |
msgid "Custom Field 5"
|
3069 |
msgstr ""
|
3070 |
|
3071 |
+
#: includes/general-hooks.php:3445
|
3072 |
msgid "Custom Field 6"
|
3073 |
msgstr ""
|
3074 |
|
3075 |
+
#: includes/general-hooks.php:3446
|
3076 |
msgid "Custom Field 7"
|
3077 |
msgstr ""
|
3078 |
|
3079 |
+
#: includes/general-hooks.php:3447
|
3080 |
msgid "Custom Field 8"
|
3081 |
msgstr ""
|
3082 |
|
3083 |
+
#: includes/general-hooks.php:3448
|
3084 |
msgid "Custom Field 9"
|
3085 |
msgstr ""
|
3086 |
|
3087 |
+
#: includes/general-hooks.php:3449
|
3088 |
msgid "Custom Field 10"
|
3089 |
msgstr ""
|
3090 |
|
3091 |
+
#: includes/general-hooks.php:3450
|
3092 |
msgid "Custom Field 11"
|
3093 |
msgstr ""
|
3094 |
|
3095 |
+
#: includes/general-hooks.php:3451
|
3096 |
msgid "Custom Field 12"
|
3097 |
msgstr ""
|
3098 |
|
3099 |
+
#: includes/general-hooks.php:3462 includes/general-hooks.php:3463
|
3100 |
msgid "Single Portfolio Appearance"
|
3101 |
msgstr ""
|
3102 |
|
3103 |
+
#: includes/general-hooks.php:3467
|
3104 |
msgid "Content"
|
3105 |
msgstr ""
|
3106 |
|
3107 |
+
#: includes/general-hooks.php:3485
|
3108 |
msgid "Overview Content"
|
3109 |
msgstr ""
|
3110 |
|
3111 |
+
#: includes/general-hooks.php:3494
|
3112 |
msgid "Meta"
|
3113 |
msgstr ""
|
3114 |
|
3115 |
+
#: includes/general-hooks.php:3503
|
3116 |
msgid "Meta Terms"
|
3117 |
msgstr ""
|
3118 |
|
3119 |
+
#: includes/general-hooks.php:3512
|
3120 |
msgid "Launch Button"
|
3121 |
msgstr ""
|
3122 |
|
3123 |
+
#: includes/general-hooks.php:3521
|
3124 |
msgid "Launch Button Background"
|
3125 |
msgstr ""
|
3126 |
|
3127 |
+
#: includes/general-hooks.php:3566
|
3128 |
msgid "Portfolio Options"
|
3129 |
msgstr ""
|
3130 |
|
3131 |
+
#: includes/general-hooks.php:3586
|
3132 |
msgid "Likes"
|
3133 |
msgstr ""
|
3134 |
|
3135 |
+
#: includes/general-hooks.php:3618
|
3136 |
msgid "Like"
|
3137 |
msgstr ""
|
3138 |
|
3139 |
+
#: includes/general-hooks.php:3645
|
3140 |
msgid "Share"
|
3141 |
msgstr ""
|
3142 |
|
3143 |
+
#: includes/general-hooks.php:3684 public/includes/templates-post.php:19
|
3144 |
msgid "Related Projects"
|
3145 |
msgstr ""
|
3146 |
|
public/assets/js/portfolio.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! 2.2.
|
2 |
* All required plugins
|
3 |
* http://averta.net/phlox/
|
4 |
*/
|
1 |
+
/*! 2.2.5
|
2 |
* All required plugins
|
3 |
* http://averta.net/phlox/
|
4 |
*/
|