Shortcodes and extra features for Phlox theme - Version 2.7.14

Version Description

Download this release

Release Info

Developer averta
Plugin Icon 128x128 Shortcodes and extra features for Phlox theme
Version 2.7.14
Comparing to
See all releases

Code changes from version 2.7.13 to 2.7.14

README.txt CHANGED
@@ -7,7 +7,7 @@ Tags: phlox, gallery, elementor, siteorigin, auxin, averta, auxin-elements, fram
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
  Tested up to: 5.7.0
10
- Stable tag: 2.7.13
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
  Tested up to: 5.7.0
10
+ Stable tag: 2.7.14
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
admin/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.7.13 (2021-05)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
1
+ /*! Phlox Core Plugin - v2.7.14 (2021-05)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
auxin-elements.php CHANGED
@@ -12,7 +12,7 @@
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
- * Version: 2.7.13
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
+ * Version: 2.7.14
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
includes/define.php CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
12
  }
13
 
14
 
15
- define( 'AUXELS_VERSION' , '2.7.13' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
12
  }
13
 
14
 
15
+ define( 'AUXELS_VERSION' , '2.7.14' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
includes/general-hooks.php CHANGED
@@ -578,7 +578,14 @@ function auxin_add_theme_options_in_plugin( $fields_sections_list ){
578
  'parent' => 'header-section', // section parent's id
579
  'title' => __( 'Header Button 1', 'auxin-elements' ),
580
  'description' => __( 'Setting for Header Button 1', 'auxin-elements' ),
581
- 'is_deprecated' => true
 
 
 
 
 
 
 
582
  );
583
 
584
  $fields_sections_list['fields'][] = array(
@@ -983,7 +990,14 @@ function auxin_add_theme_options_in_plugin( $fields_sections_list ){
983
  'parent' => 'header-section', // section parent's id
984
  'title' => __( 'Header Button 2', 'auxin-elements' ),
985
  'description' => __( 'Setting for Header Button 2', 'auxin-elements' ),
986
- 'is_deprecated' => true
 
 
 
 
 
 
 
987
  );
988
 
989
  $fields_sections_list['fields'][] = array(
@@ -3675,7 +3689,7 @@ add_filter( 'upload_mimes', 'auxels_add_svg_upload_permission' );
3675
  *
3676
  * @param array $classes
3677
  * @return array $classes
3678
- */
3679
  function auxels_add_product_item_classes( $classes ) {
3680
 
3681
  if( !auxin_is_true( auxin_get_option( 'product_archive_show_view_cart_link', false ) ) ) {
578
  'parent' => 'header-section', // section parent's id
579
  'title' => __( 'Header Button 1', 'auxin-elements' ),
580
  'description' => __( 'Setting for Header Button 1', 'auxin-elements' ),
581
+ 'is_deprecated' => true,
582
+ 'dependency' => array(
583
+ array(
584
+ 'id' => 'site_header_use_legacy',
585
+ 'value' => '1',
586
+ 'operator'=> '=='
587
+ )
588
+ )
589
  );
590
 
591
  $fields_sections_list['fields'][] = array(
990
  'parent' => 'header-section', // section parent's id
991
  'title' => __( 'Header Button 2', 'auxin-elements' ),
992
  'description' => __( 'Setting for Header Button 2', 'auxin-elements' ),
993
+ 'is_deprecated' => true,
994
+ 'dependency' => array(
995
+ array(
996
+ 'id' => 'site_header_use_legacy',
997
+ 'value' => '1',
998
+ 'operator'=> '=='
999
+ )
1000
+ )
1001
  );
1002
 
1003
  $fields_sections_list['fields'][] = array(
3689
  *
3690
  * @param array $classes
3691
  * @return array $classes
3692
+ */
3693
  function auxels_add_product_item_classes( $classes ) {
3694
 
3695
  if( !auxin_is_true( auxin_get_option( 'product_archive_show_view_cart_link', false ) ) ) {
languages/auxin-elements-fa_IR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Auxin Essential Elements\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
- "POT-Creation-Date: 2021-05-16 11:27:01+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
@@ -213,12 +213,12 @@ msgid ""
213
  "Please make sure the image aspect ratio for all image sizes are the same."
214
  msgstr ""
215
 
216
- #: admin/includes/admin-hooks.php:686 includes/general-hooks.php:1387
217
  #, fuzzy
218
  msgid "Footer Brand Image"
219
  msgstr "تصویر پوستر"
220
 
221
- #: admin/includes/admin-hooks.php:687 includes/general-hooks.php:1388
222
  msgid "This image appears as site brand image on footer section."
223
  msgstr ""
224
 
@@ -840,7 +840,7 @@ msgstr ""
840
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:71
841
  #: admin/includes/metaboxes/metabox-fields-general-header.php:27
842
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:27
843
- #: includes/general-hooks.php:586 includes/general-hooks.php:991
844
  msgid "Disable it to replace header section with an Elementor template"
845
  msgstr ""
846
 
@@ -969,7 +969,7 @@ msgstr ""
969
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:70
970
  #: admin/includes/metaboxes/metabox-fields-general-header.php:26
971
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:26
972
- #: includes/general-hooks.php:585 includes/general-hooks.php:990
973
  msgid "Use Legacy Header"
974
  msgstr ""
975
 
@@ -1094,7 +1094,7 @@ msgstr ""
1094
 
1095
  #: admin/includes/metaboxes/metabox-fields-general-header.php:202
1096
  #: includes/elements/staff.php:207 includes/elements/text.php:105
1097
- #: includes/general-hooks.php:3021
1098
  msgid "Boxed"
1099
  msgstr "جعبه ای"
1100
 
@@ -1360,8 +1360,8 @@ msgstr "وسط"
1360
  #: includes/elements/staff.php:238 includes/elements/staff.php:276
1361
  #: includes/elements/text.php:125 includes/elements/text.php:153
1362
  #: includes/elements/text.php:620 includes/elements/text.php:807
1363
- #: includes/general-hooks.php:380 includes/general-hooks.php:844
1364
- #: includes/general-hooks.php:1249
1365
  msgid "Left"
1366
  msgstr "چپ"
1367
 
@@ -1412,7 +1412,7 @@ msgstr "تراز المان خط زمانی را مشخص می کند."
1412
  #: includes/elements/divider.php:90 includes/elements/socials-list.php:63
1413
  #: includes/elements/socials-list.php:201 includes/elements/staff.php:463
1414
  #: includes/elements/text.php:469 includes/elements/text.php:677
1415
- #: includes/general-hooks.php:694 includes/general-hooks.php:1099
1416
  msgid "Small"
1417
  msgstr "کوچک"
1418
 
@@ -1428,8 +1428,8 @@ msgstr "کوچک"
1428
  #: includes/elements/socials-list.php:64 includes/elements/socials-list.php:202
1429
  #: includes/elements/staff.php:111 includes/elements/staff.php:464
1430
  #: includes/elements/text.php:430 includes/elements/text.php:470
1431
- #: includes/elements/text.php:676 includes/general-hooks.php:693
1432
- #: includes/general-hooks.php:1098
1433
  msgid "Medium"
1434
  msgstr "متوسط"
1435
 
@@ -1444,7 +1444,7 @@ msgstr "متوسط"
1444
  #: includes/elements/socials-list.php:203 includes/elements/staff.php:110
1445
  #: includes/elements/staff.php:465 includes/elements/text.php:429
1446
  #: includes/elements/text.php:471 includes/elements/text.php:675
1447
- #: includes/general-hooks.php:692 includes/general-hooks.php:1097
1448
  msgid "Large"
1449
  msgstr "بزرگ"
1450
 
@@ -1516,8 +1516,8 @@ msgstr ""
1516
  #: includes/elements/gallery.php:120 includes/elements/quote.php:109
1517
  #: includes/elements/recent-posts-tiles-carousel.php:298
1518
  #: includes/elements/recent-posts-tiles.php:328 includes/elements/text.php:180
1519
- #: includes/elements/text.php:806 includes/general-hooks.php:840
1520
- #: includes/general-hooks.php:1245 includes/general-hooks.php:1466
1521
  msgid "Default"
1522
  msgstr "پیش فرض"
1523
 
@@ -3262,8 +3262,8 @@ msgstr "بالا"
3262
  #: includes/elements/staff.php:230 includes/elements/staff.php:284
3263
  #: includes/elements/text.php:133 includes/elements/text.php:161
3264
  #: includes/elements/text.php:624 includes/elements/text.php:808
3265
- #: includes/general-hooks.php:381 includes/general-hooks.php:848
3266
- #: includes/general-hooks.php:1253
3267
  msgid "Right"
3268
  msgstr "راست"
3269
 
@@ -3558,7 +3558,7 @@ msgstr "پیوند"
3558
  #: includes/elements/recent-posts-tiles.php:154
3559
  #: includes/elements/recent-posts-timeline.php:149
3560
  #: includes/elements/testimonial.php:132 includes/elements/text.php:903
3561
- #: includes/general-hooks.php:353 includes/general-hooks.php:1617
3562
  #: public/templates/vcomposer/auxin_vc_extendes.php:63
3563
  msgid "None"
3564
  msgstr "هیچکدام"
@@ -4479,7 +4479,7 @@ msgid "Logo"
4479
  msgstr ""
4480
 
4481
  #: includes/elementor/modules/settings/general/manager.php:47
4482
- #: includes/general-hooks.php:1414
4483
  #, fuzzy
4484
  msgid "Footer Brand Height"
4485
  msgstr "ارتفاع لوگو"
@@ -4505,7 +4505,7 @@ msgid "Select Post Type"
4505
  msgstr "نوع گالری را انتخاب کنید."
4506
 
4507
  #: includes/elementor/modules/theme-builder/module.php:131
4508
- #: includes/general-hooks.php:1764 includes/general-hooks.php:1770
4509
  #, fuzzy
4510
  msgid "404 Page"
4511
  msgstr "صفحه"
@@ -4773,7 +4773,7 @@ msgstr "کادربندی شده"
4773
  #: includes/elementor/widgets/theme-elements/modern-search.php:353
4774
  #: includes/elementor/widgets/theme-elements/modern-search.php:444
4775
  #: includes/elements/button.php:118 includes/elements/text.php:738
4776
- #: includes/general-hooks.php:759 includes/general-hooks.php:1164
4777
  msgid "Normal"
4778
  msgstr "معمولی"
4779
 
@@ -5489,8 +5489,8 @@ msgstr "عرض"
5489
  #: includes/elements/text.php:764 includes/elements/text.php:780
5490
  #: includes/elements/text.php:796 includes/elements/text.php:821
5491
  #: includes/elements/text.php:839 includes/elements/text.php:856
5492
- #: includes/elements/text.php:877 includes/general-hooks.php:667
5493
- #: includes/general-hooks.php:1072
5494
  #, fuzzy
5495
  msgid "Button"
5496
  msgstr "اندازه دکمه"
@@ -5529,8 +5529,8 @@ msgstr "اندازه دکمه"
5529
  #: includes/elementor/widgets/button.php:160
5530
  #: includes/elementor/widgets/modern-button.php:308
5531
  #: includes/elementor/widgets/text.php:1033 includes/elements/button.php:63
5532
- #: includes/elements/text.php:674 includes/general-hooks.php:691
5533
- #: includes/general-hooks.php:1096
5534
  msgid "Exlarge"
5535
  msgstr "خیلی بزرگ"
5536
 
@@ -5539,7 +5539,7 @@ msgstr "خیلی بزرگ"
5539
  #: includes/elementor/widgets/modern-button.php:312
5540
  #: includes/elementor/widgets/text.php:1037 includes/elements/button.php:67
5541
  #: includes/elements/divider.php:91 includes/elements/text.php:678
5542
- #: includes/general-hooks.php:695 includes/general-hooks.php:1100
5543
  msgid "Tiny"
5544
  msgstr "خیلی کوچک"
5545
 
@@ -5562,16 +5562,16 @@ msgstr "جعبه"
5562
  #: includes/elementor/widgets/button.php:192
5563
  #: includes/elementor/widgets/modern-button.php:295
5564
  #: includes/elementor/widgets/text.php:1362 includes/elements/button.php:95
5565
- #: includes/elements/text.php:712 includes/general-hooks.php:726
5566
- #: includes/general-hooks.php:1131
5567
  msgid "Round"
5568
  msgstr "گرد"
5569
 
5570
  #: includes/elementor/widgets/button.php:196
5571
  #: includes/elementor/widgets/modern-button.php:296
5572
  #: includes/elementor/widgets/text.php:1366 includes/elements/button.php:99
5573
- #: includes/elements/text.php:716 includes/general-hooks.php:730
5574
- #: includes/general-hooks.php:1135
5575
  msgid "Curve"
5576
  msgstr "منحنی"
5577
 
@@ -5582,16 +5582,16 @@ msgstr "ظاهر دکمه"
5582
 
5583
  #: includes/elementor/widgets/button.php:215
5584
  #: includes/elementor/widgets/text.php:1386 includes/elements/button.php:122
5585
- #: includes/elements/text.php:742 includes/general-hooks.php:763
5586
- #: includes/general-hooks.php:1168
5587
  msgid "3D"
5588
  msgstr "سه بعدی"
5589
 
5590
  #: includes/elementor/widgets/button.php:219
5591
  #: includes/elementor/widgets/modern-button.php:282
5592
  #: includes/elementor/widgets/text.php:1390 includes/elements/button.php:126
5593
- #: includes/elements/text.php:746 includes/general-hooks.php:767
5594
- #: includes/general-hooks.php:1172
5595
  msgid "Outline"
5596
  msgstr "خط بیرونی"
5597
 
@@ -5689,15 +5689,15 @@ msgstr "تراز شکلک"
5689
  #: includes/elementor/widgets/button.php:380
5690
  #: includes/elementor/widgets/modern-button.php:804
5691
  #: includes/elementor/widgets/text.php:1142 includes/elements/button.php:191
5692
- #: includes/elements/text.php:809 includes/general-hooks.php:852
5693
- #: includes/general-hooks.php:1257
5694
  msgid "Over"
5695
  msgstr "رو"
5696
 
5697
  #: includes/elementor/widgets/button.php:381
5698
  #: includes/elementor/widgets/text.php:1143 includes/elements/button.php:195
5699
- #: includes/elements/text.php:810 includes/general-hooks.php:856
5700
- #: includes/general-hooks.php:1261
5701
  msgid "Animate from Left"
5702
  msgstr "متحرک سازی از چپ"
5703
 
@@ -6195,7 +6195,7 @@ msgstr ""
6195
  #: includes/elementor/widgets/theme-elements/search.php:201
6196
  #: includes/elementor/widgets/theme-elements/search.php:404
6197
  #: includes/elementor/widgets/touch-slider.php:303
6198
- #: includes/general-hooks.php:1550
6199
  msgid "Background Color"
6200
  msgstr "رنگ پس زمینه"
6201
 
@@ -6951,7 +6951,7 @@ msgstr ""
6951
 
6952
  #: includes/elementor/widgets/image.php:278
6953
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:101
6954
- #: includes/general-hooks.php:1912
6955
  msgid "Settings"
6956
  msgstr ""
6957
 
@@ -8120,7 +8120,7 @@ msgstr ""
8120
  #: includes/elements/recent-posts-tiles-carousel.php:199
8121
  #: includes/elements/recent-posts-tiles.php:229
8122
  #: includes/elements/recent-posts-timeline.php:224
8123
- #: includes/general-hooks.php:1852
8124
  msgid "Include posts"
8125
  msgstr "شامل شدن این نوشته ها"
8126
 
@@ -9049,8 +9049,8 @@ msgstr "نوع دکمه"
9049
  msgid "Shape Style"
9050
  msgstr "ظاهر نقشه"
9051
 
9052
- #: includes/elementor/widgets/text.php:1377 includes/general-hooks.php:752
9053
- #: includes/general-hooks.php:1157
9054
  #, fuzzy
9055
  msgid "Button Style"
9056
  msgstr "ظاهر دکمه"
@@ -9827,7 +9827,7 @@ msgstr "یک المان درباره نویسنده اضافه می کند."
9827
  msgid "The name which appears in about widget."
9828
  msgstr "نامی که در ابزارک درباره ما نشان داده می شود."
9829
 
9830
- #: includes/elements/about-widget.php:72 includes/general-hooks.php:2383
9831
  msgid "Skills"
9832
  msgstr "مهارت ها"
9833
 
@@ -10010,14 +10010,14 @@ msgstr "تیره تر کردن برچسب"
10010
  msgid "Darken label of button."
10011
  msgstr "برچسب دکمه"
10012
 
10013
- #: includes/elements/button.php:199 includes/general-hooks.php:860
10014
- #: includes/general-hooks.php:1265
10015
  #, fuzzy
10016
  msgid "Animate from Righ"
10017
  msgstr "متحرک سازی از راست"
10018
 
10019
- #: includes/elements/button.php:227 includes/general-hooks.php:928
10020
- #: includes/general-hooks.php:1333
10021
  #, fuzzy
10022
  msgid "Button Link"
10023
  msgstr "اندازه دکمه"
@@ -10027,12 +10027,12 @@ msgid "Open link in"
10027
  msgstr "باز کردن پیوند در"
10028
 
10029
  #: includes/elements/button.php:247 includes/elements/text.php:866
10030
- #: includes/general-hooks.php:957 includes/general-hooks.php:1362
10031
  msgid "Current page"
10032
  msgstr "صفحه جاری"
10033
 
10034
  #: includes/elements/button.php:248 includes/elements/text.php:867
10035
- #: includes/general-hooks.php:958 includes/general-hooks.php:1363
10036
  msgid "New page"
10037
  msgstr "صفحه جدید"
10038
 
@@ -10890,7 +10890,7 @@ msgstr "تعداد تصاویر برای نمایش اولیه. حداکثر 33.
10890
  msgid "Resolution/size of the photos. "
10891
  msgstr "رزولوشن/اندازه تصاویر."
10892
 
10893
- #: includes/elements/instagram-feed.php:96 includes/general-hooks.php:1590
10894
  msgid "Auto"
10895
  msgstr "خودکار"
10896
 
@@ -11753,7 +11753,7 @@ msgid "Single Color"
11753
  msgstr "رنگ شکلک"
11754
 
11755
  #: includes/elements/text.php:201 includes/elements/text.php:296
11756
- #: includes/general-hooks.php:1567
11757
  msgid "Background Image"
11758
  msgstr "تصویر پس زمینه"
11759
 
@@ -11773,7 +11773,7 @@ msgid "Wrapper Background Image Display"
11773
  msgstr "تصویر پس زمینه"
11774
 
11775
  #: includes/elements/text.php:254 includes/elements/text.php:349
11776
- #: includes/general-hooks.php:1598
11777
  msgid "Cover"
11778
  msgstr "پوشاننده"
11779
 
@@ -11787,7 +11787,7 @@ msgid "Centered, with original size"
11787
  msgstr ""
11788
 
11789
  #: includes/elements/text.php:257 includes/elements/text.php:352
11790
- #: includes/general-hooks.php:1731
11791
  msgid "Fixed"
11792
  msgstr "ثابت"
11793
 
@@ -12241,158 +12241,158 @@ msgstr ""
12241
  msgid "Setting for Header Button 1"
12242
  msgstr ""
12243
 
12244
- #: includes/general-hooks.php:595
12245
  #, fuzzy
12246
  msgid "Display Header Button 1"
12247
  msgstr "نمایش دکمه لایک"
12248
 
12249
- #: includes/general-hooks.php:596 includes/general-hooks.php:1001
12250
  #, fuzzy
12251
  msgid "Enable this option to display a button in header."
12252
  msgstr "برای نمایش پس زمینه دلخواه در صفحه ورود این گزینه را فعال کنید."
12253
 
12254
- #: includes/general-hooks.php:616
12255
  msgid "Hide Button 1 on Tablet"
12256
  msgstr ""
12257
 
12258
- #: includes/general-hooks.php:617 includes/general-hooks.php:640
12259
  msgid "Enable it to hide header button 1 on tablet devices."
12260
  msgstr ""
12261
 
12262
- #: includes/general-hooks.php:639
12263
  msgid "Hide Button 1 on Mobile"
12264
  msgstr ""
12265
 
12266
- #: includes/general-hooks.php:662 includes/general-hooks.php:1067
12267
  #, fuzzy
12268
  msgid "Button Label"
12269
  msgstr "برچسب دکمه"
12270
 
12271
- #: includes/general-hooks.php:663 includes/general-hooks.php:1068
12272
  #, fuzzy
12273
  msgid "Specifies the label of button."
12274
  msgstr "برچسب دکمه"
12275
 
12276
- #: includes/general-hooks.php:685 includes/general-hooks.php:1090
12277
  #, fuzzy
12278
  msgid "Button Size"
12279
  msgstr "اندازه دکمه"
12280
 
12281
- #: includes/general-hooks.php:715 includes/general-hooks.php:1120
12282
  #, fuzzy
12283
  msgid "Button Shape"
12284
  msgstr "نوع دکمه"
12285
 
12286
- #: includes/general-hooks.php:722 includes/general-hooks.php:1127
12287
  msgid "Sharp"
12288
  msgstr ""
12289
 
12290
- #: includes/general-hooks.php:789 includes/general-hooks.php:1194
12291
  #, fuzzy
12292
  msgid "Button Typography"
12293
  msgstr "نوع دکمه"
12294
 
12295
- #: includes/general-hooks.php:811 includes/general-hooks.php:1216
12296
  #, fuzzy
12297
  msgid "Icon for Button"
12298
  msgstr "شکلک برای دکمه"
12299
 
12300
- #: includes/general-hooks.php:833 includes/general-hooks.php:1238
12301
  #, fuzzy
12302
  msgid "Icon Alignment"
12303
  msgstr "تراز شکلک"
12304
 
12305
- #: includes/general-hooks.php:882 includes/general-hooks.php:1287
12306
  #, fuzzy
12307
  msgid "Color of Button"
12308
  msgstr "رنگ دکمه"
12309
 
12310
- #: includes/general-hooks.php:905 includes/general-hooks.php:1310
12311
  #, fuzzy
12312
  msgid "Color of Button on Sticky"
12313
  msgstr "رنگ دکمه"
12314
 
12315
- #: includes/general-hooks.php:906 includes/general-hooks.php:1311
12316
  msgid "Specifies the color of the button when the header sticky is enabled."
12317
  msgstr ""
12318
 
12319
- #: includes/general-hooks.php:951 includes/general-hooks.php:1356
12320
  #, fuzzy
12321
  msgid "Open Link in"
12322
  msgstr "باز کردن پیوند در"
12323
 
12324
- #: includes/general-hooks.php:984
12325
  msgid "Header Button 2"
12326
  msgstr ""
12327
 
12328
- #: includes/general-hooks.php:985
12329
  msgid "Setting for Header Button 2"
12330
  msgstr ""
12331
 
12332
- #: includes/general-hooks.php:1000
12333
  #, fuzzy
12334
  msgid "Display Header Button 2"
12335
  msgstr "نمایش دکمه لایک"
12336
 
12337
- #: includes/general-hooks.php:1021
12338
  msgid "Hide Button 2 on Tablet"
12339
  msgstr ""
12340
 
12341
- #: includes/general-hooks.php:1022 includes/general-hooks.php:1045
12342
  msgid "Enable it to hide header button 2 on tablet devices."
12343
  msgstr ""
12344
 
12345
- #: includes/general-hooks.php:1044
12346
  msgid "Hide Button 2 on Mobile"
12347
  msgstr ""
12348
 
12349
- #: includes/general-hooks.php:1415
12350
  #, fuzzy
12351
  msgid "Specifies maximum height of logo in footer."
12352
  msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
12353
 
12354
- #: includes/general-hooks.php:1451
12355
  msgid "Login Page"
12356
  msgstr "صفحه ورود"
12357
 
12358
- #: includes/general-hooks.php:1452
12359
  msgid "Preview login page"
12360
  msgstr "پیش نمایش صفحه ورود"
12361
 
12362
- #: includes/general-hooks.php:1459
12363
  msgid "Login Skin"
12364
  msgstr "نمای صفحه ورود"
12365
 
12366
- #: includes/general-hooks.php:1460
12367
  msgid "Specifies a skin for login page of your website."
12368
  msgstr "نمای صفحه ورود را در سایت شما مشخص می کند."
12369
 
12370
- #: includes/general-hooks.php:1470
12371
  msgid "Clean white"
12372
  msgstr "سفید تمیز"
12373
 
12374
- #: includes/general-hooks.php:1474
12375
  msgid "Simple white"
12376
  msgstr "سفید ساده"
12377
 
12378
- #: includes/general-hooks.php:1478
12379
  msgid "Simple gray"
12380
  msgstr "خاکستری ساده"
12381
 
12382
- #: includes/general-hooks.php:1488
12383
  msgid "Login message"
12384
  msgstr "پیام ورود"
12385
 
12386
- #: includes/general-hooks.php:1489
12387
  #, fuzzy
12388
  msgid "Enter a text to display above the login form."
12389
  msgstr "متنی را برای نمایش در بالای فرم ورود وارد کنید."
12390
 
12391
- #: includes/general-hooks.php:1501
12392
  msgid "Login Page Logo"
12393
  msgstr "لوگوی صفحه ورود"
12394
 
12395
- #: includes/general-hooks.php:1502
12396
  msgid ""
12397
  "Specifies a logo to display on login page.(width of logo image could be up "
12398
  "to 320px)"
@@ -12400,55 +12400,55 @@ msgstr ""
12400
  "لوگویی را برای نمایش در صفحه ورود مشخص می کند.(عرض لوگو می تواند تا 320 "
12401
  "پیکسل باشد)"
12402
 
12403
- #: includes/general-hooks.php:1513
12404
  msgid "Logo Width"
12405
  msgstr "عرض لوگو"
12406
 
12407
- #: includes/general-hooks.php:1514
12408
  msgid "Specifies width of logo image in pixel."
12409
  msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
12410
 
12411
- #: includes/general-hooks.php:1525
12412
  msgid "Logo Height"
12413
  msgstr "ارتفاع لوگو"
12414
 
12415
- #: includes/general-hooks.php:1526
12416
  msgid "Specifies height of logo image in pixel."
12417
  msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
12418
 
12419
- #: includes/general-hooks.php:1538
12420
  msgid "Enable Background"
12421
  msgstr "فعالسازی پس زمینه"
12422
 
12423
- #: includes/general-hooks.php:1539
12424
  msgid "Enable it to display custom background on login page."
12425
  msgstr "برای نمایش پس زمینه دلخواه در صفحه ورود این گزینه را فعال کنید."
12426
 
12427
- #: includes/general-hooks.php:1551
12428
  msgid "Specifies background color of website."
12429
  msgstr "رنگ پس زمینه وب سایت را مشخص می کند."
12430
 
12431
- #: includes/general-hooks.php:1568
12432
  msgid "You can upload custom image for background of login page"
12433
  msgstr "می توانید تصویر دلخواهی را به عنوان پس زمینه صفحه ورود بارگذاری کنید."
12434
 
12435
- #: includes/general-hooks.php:1583
12436
  msgid "Background Size"
12437
  msgstr "اندازه پس زمینه"
12438
 
12439
- #: includes/general-hooks.php:1584
12440
  msgid "Specifies background size on login page."
12441
  msgstr "اندازه تصویر پس زمینه در صفحه ورود را مشخص می کند."
12442
 
12443
- #: includes/general-hooks.php:1594
12444
  msgid "Contain"
12445
  msgstr "دربرگیرنده"
12446
 
12447
- #: includes/general-hooks.php:1613
12448
  msgid "Background Pattern"
12449
  msgstr "الگوی پس زمینه"
12450
 
12451
- #: includes/general-hooks.php:1614
12452
  msgid ""
12453
  "You can select one of these patterns as login background image. %s Some of "
12454
  "these can be used as a pattern over your background image."
@@ -12456,79 +12456,79 @@ msgstr ""
12456
  "می توانید یکی از این الگوها را به عنوان تصویر پس زمینه انتخاب کنید. %s بعضی "
12457
  "از این ها می توانند به عنوان الگو بر روی تصویر پس زمینه شما استفاده شوند."
12458
 
12459
- #: includes/general-hooks.php:1630
12460
  msgid "Background Repeat"
12461
  msgstr "تکرار پس زمینه"
12462
 
12463
- #: includes/general-hooks.php:1631
12464
  msgid "Specifies how background image repeats."
12465
  msgstr "نحوه تکرار تصویر پس زمینه را مشخص می کند."
12466
 
12467
- #: includes/general-hooks.php:1636
12468
  msgid "No repeat"
12469
  msgstr "بدون تکرار"
12470
 
12471
- #: includes/general-hooks.php:1640
12472
  msgid "Repeat horizontally and vertically"
12473
  msgstr "تکرار افقی و عمودی"
12474
 
12475
- #: includes/general-hooks.php:1644
12476
  msgid "Repeat horizontally"
12477
  msgstr "تکرار افقی"
12478
 
12479
- #: includes/general-hooks.php:1648
12480
  msgid "Repeat vertically"
12481
  msgstr "تکرار عمودی"
12482
 
12483
- #: includes/general-hooks.php:1664
12484
  msgid "Background Position"
12485
  msgstr "موقعیت پس زمینه"
12486
 
12487
- #: includes/general-hooks.php:1665
12488
  msgid "Specifies background image position."
12489
  msgstr "موقعیت تصویر پس زمینه را مشخص می کند."
12490
 
12491
- #: includes/general-hooks.php:1670
12492
  msgid "Left top"
12493
  msgstr "چپ بالا"
12494
 
12495
- #: includes/general-hooks.php:1674
12496
  msgid "Center top"
12497
  msgstr "وسط بالا"
12498
 
12499
- #: includes/general-hooks.php:1678
12500
  msgid "Right top"
12501
  msgstr "راست بالا"
12502
 
12503
- #: includes/general-hooks.php:1683
12504
  msgid "Left center"
12505
  msgstr "چپ وسط"
12506
 
12507
- #: includes/general-hooks.php:1687
12508
  msgid "Center center"
12509
  msgstr "وسط وسط"
12510
 
12511
- #: includes/general-hooks.php:1691
12512
  msgid "Right center"
12513
  msgstr "راست وسط"
12514
 
12515
- #: includes/general-hooks.php:1696
12516
  msgid "Left bottom"
12517
  msgstr "چپ پایین"
12518
 
12519
- #: includes/general-hooks.php:1700
12520
  msgid "Center bottom"
12521
  msgstr "وسط پایین"
12522
 
12523
- #: includes/general-hooks.php:1704
12524
  msgid "Right bottom"
12525
  msgstr "راست پایین"
12526
 
12527
- #: includes/general-hooks.php:1720
12528
  msgid "Background Attachment"
12529
  msgstr "پیوست پس زمینه"
12530
 
12531
- #: includes/general-hooks.php:1721
12532
  msgid ""
12533
  "Specifies whether the background is fixed or scrollable as user scrolls the "
12534
  "page."
@@ -12536,15 +12536,15 @@ msgstr ""
12536
  "مشخص می کند پس زمینه هنگام اسکرول کردن صفحه توسط کاربر ثابت باشد یا اسکرول "
12537
  "شود."
12538
 
12539
- #: includes/general-hooks.php:1727
12540
  msgid "Scroll"
12541
  msgstr "اسکرول"
12542
 
12543
- #: includes/general-hooks.php:1748
12544
  msgid "Custom CSS class name"
12545
  msgstr "نام کلاس دلخواه CSS"
12546
 
12547
- #: includes/general-hooks.php:1749
12548
  msgid ""
12549
  "In this field you can define custom CSS class name for login page.\n"
12550
  " This class name will be added to body classes in "
@@ -12554,234 +12554,234 @@ msgstr ""
12554
  " این نام کلاس به بدنه (body) صفحه ورود اضافه خواهد "
12555
  "شدو برای موارد استایل دهی پیشرفته مورد استفاده قرار می گیرد."
12556
 
12557
- #: includes/general-hooks.php:1765
12558
  #, fuzzy
12559
  msgid "404 Page Options"
12560
  msgstr "تنظیمات طراحی"
12561
 
12562
- #: includes/general-hooks.php:1771
12563
  msgid "Specifies a page to display on 404."
12564
  msgstr ""
12565
 
12566
- #: includes/general-hooks.php:1786 includes/general-hooks.php:1803
12567
  msgid "Maintenance or Comingsoon Page"
12568
  msgstr ""
12569
 
12570
- #: includes/general-hooks.php:1787
12571
  msgid "Maintenance or Comingsoon Page Options"
12572
  msgstr ""
12573
 
12574
- #: includes/general-hooks.php:1792
12575
  msgid "Enable Maintenance or Comingsoon Mode"
12576
  msgstr ""
12577
 
12578
- #: includes/general-hooks.php:1793
12579
  msgid "With this option you can manually enable Maintenance or Comingsoon mode"
12580
  msgstr ""
12581
 
12582
- #: includes/general-hooks.php:1804
12583
  msgid ""
12584
  "In This Case You Can Set Your Specifc Page for Maintenance or Comingsoon Mode"
12585
  msgstr ""
12586
 
12587
- #: includes/general-hooks.php:1823
12588
  msgid "Search Results"
12589
  msgstr ""
12590
 
12591
- #: includes/general-hooks.php:1824
12592
  msgid "Search Results Options"
12593
  msgstr ""
12594
 
12595
- #: includes/general-hooks.php:1830
12596
  #, fuzzy
12597
  msgid "Exclude Posts Types"
12598
  msgstr "نادیده گرفتن این نوشته ها"
12599
 
12600
- #: includes/general-hooks.php:1831
12601
  msgid "The post types which should be excluded from search results."
12602
  msgstr ""
12603
 
12604
- #: includes/general-hooks.php:1841
12605
  #, fuzzy
12606
  msgid "Exclude Posts Without Featured Image"
12607
  msgstr "نادیده گرفتن نوشته های بدون تصویر"
12608
 
12609
- #: includes/general-hooks.php:1842
12610
  #, fuzzy
12611
  msgid "Exclude posts without featured image in search results."
12612
  msgstr "نادیده گرفتن نوشته های بدون تصویر"
12613
 
12614
- #: includes/general-hooks.php:1853
12615
  msgid ""
12616
  "If you intend to include additional posts, you should specify the posts here."
12617
  "<br>You have to insert the Post IDs that are separated by camma (eg. "
12618
  "53,34,87,25)"
12619
  msgstr ""
12620
 
12621
- #: includes/general-hooks.php:1867
12622
  msgid "Import/Export"
12623
  msgstr ""
12624
 
12625
- #: includes/general-hooks.php:1868
12626
  #, fuzzy
12627
  msgid "Import or Export options"
12628
  msgstr "تنظیمات نوشته نقل قول"
12629
 
12630
- #: includes/general-hooks.php:1875
12631
  msgid "Export Data"
12632
  msgstr ""
12633
 
12634
- #: includes/general-hooks.php:1876
12635
  msgid "Your theme options code which you can import later."
12636
  msgstr ""
12637
 
12638
- #: includes/general-hooks.php:1886
12639
  msgid "Import Data"
12640
  msgstr ""
12641
 
12642
- #: includes/general-hooks.php:1887
12643
  msgid "Paste the exported theme options code to import into theme."
12644
  msgstr ""
12645
 
12646
- #: includes/general-hooks.php:1902
12647
  #, fuzzy
12648
  msgid "White Label"
12649
  msgstr "فاصله خالی"
12650
 
12651
- #: includes/general-hooks.php:1903
12652
  msgid "White Label Settings"
12653
  msgstr ""
12654
 
12655
- #: includes/general-hooks.php:1913
12656
  msgid "Change PHLOX labels."
12657
  msgstr ""
12658
 
12659
- #: includes/general-hooks.php:1917
12660
  #, fuzzy
12661
  msgid "Theme Name"
12662
  msgstr "پوسته"
12663
 
12664
- #: includes/general-hooks.php:1928
12665
  #, fuzzy
12666
  msgid "Theme Author Name"
12667
  msgstr "نام نویسنده"
12668
 
12669
- #: includes/general-hooks.php:1937
12670
  #, fuzzy
12671
  msgid "Theme Author URL"
12672
  msgstr "شخصی ساز پوسته"
12673
 
12674
- #: includes/general-hooks.php:1946
12675
  #, fuzzy
12676
  msgid "Theme Description"
12677
  msgstr "توضیحات المان"
12678
 
12679
- #: includes/general-hooks.php:1955
12680
  msgid "Theme Screenshot (1200x900)"
12681
  msgstr ""
12682
 
12683
- #: includes/general-hooks.php:1968
12684
  #, fuzzy
12685
  msgid "Displays"
12686
  msgstr "نوع نمایش"
12687
 
12688
- #: includes/general-hooks.php:1969
12689
  msgid "Change PHLOX admin views."
12690
  msgstr ""
12691
 
12692
- #: includes/general-hooks.php:1973
12693
  #, fuzzy
12694
  msgid "Hide Notifications"
12695
  msgstr "تنظیمات نوشته ویدیویی"
12696
 
12697
- #: includes/general-hooks.php:1984
12698
  msgid "Hide Theme Badge"
12699
  msgstr ""
12700
 
12701
- #: includes/general-hooks.php:1995
12702
  msgid "Hide Phlox Menu"
12703
  msgstr ""
12704
 
12705
- #: includes/general-hooks.php:2006
12706
  #, fuzzy
12707
  msgid "Hide Dashboard Section"
12708
  msgstr "افزودن بخش"
12709
 
12710
- #: includes/general-hooks.php:2024
12711
  msgid "Hide Customization Section"
12712
  msgstr ""
12713
 
12714
- #: includes/general-hooks.php:2042
12715
  msgid "Hide Demo Importer Section"
12716
  msgstr ""
12717
 
12718
- #: includes/general-hooks.php:2060
12719
  msgid "Hide Template Kits Section"
12720
  msgstr ""
12721
 
12722
- #: includes/general-hooks.php:2078
12723
  msgid "Hide Plugins Section"
12724
  msgstr ""
12725
 
12726
- #: includes/general-hooks.php:2096
12727
  #, fuzzy
12728
  msgid "Hide Tutorials Section"
12729
  msgstr "بخش زبانه ها"
12730
 
12731
- #: includes/general-hooks.php:2114
12732
  #, fuzzy
12733
  msgid "Hide Feedback Section"
12734
  msgstr "افزودن بخش"
12735
 
12736
- #: includes/general-hooks.php:2376
12737
  msgid "Twitter"
12738
  msgstr ""
12739
 
12740
- #: includes/general-hooks.php:2377
12741
  msgid "Facebook"
12742
  msgstr ""
12743
 
12744
- #: includes/general-hooks.php:2378
12745
  msgid "Google Plus"
12746
  msgstr ""
12747
 
12748
- #: includes/general-hooks.php:2379
12749
  msgid "Flickr"
12750
  msgstr ""
12751
 
12752
- #: includes/general-hooks.php:2380
12753
  msgid "Delicious"
12754
  msgstr ""
12755
 
12756
- #: includes/general-hooks.php:2381
12757
  msgid "Pinterest"
12758
  msgstr ""
12759
 
12760
- #: includes/general-hooks.php:2382
12761
  msgid "GitHub"
12762
  msgstr ""
12763
 
12764
- #: includes/general-hooks.php:2569
12765
  #, fuzzy
12766
  msgid "Page Options"
12767
  msgstr "تنظیمات طراحی"
12768
 
12769
- #: includes/general-hooks.php:2577
12770
  #, fuzzy
12771
  msgid "Post Options"
12772
  msgstr "تنظیمات نوشته صوتی"
12773
 
12774
- #: includes/general-hooks.php:3052
12775
  #, fuzzy
12776
  msgid "Page %s"
12777
  msgstr "برگه ها"
12778
 
12779
- #: includes/general-hooks.php:3625
12780
  #, fuzzy
12781
  msgid "current "
12782
  msgstr "صفحه جاری"
12783
 
12784
- #: includes/general-hooks.php:3655
12785
  msgid "Edit Header & Footer"
12786
  msgstr ""
12787
 
@@ -13030,13 +13030,13 @@ msgid "Chats"
13030
  msgstr ""
13031
 
13032
  #. translators: playlist item title
13033
- #: includes/general-hooks.php:3073
13034
  msgctxt "playlist item title"
13035
  msgid "&#8220;%s&#8221;"
13036
  msgstr ""
13037
 
13038
  #. translators: playlist item title
13039
- #: includes/general-hooks.php:3098 includes/general-hooks.php:3103
13040
  msgctxt "playlist item title"
13041
  msgid "%s"
13042
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Auxin Essential Elements\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
+ "POT-Creation-Date: 2021-05-26 06:03:01+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
213
  "Please make sure the image aspect ratio for all image sizes are the same."
214
  msgstr ""
215
 
216
+ #: admin/includes/admin-hooks.php:686 includes/general-hooks.php:1401
217
  #, fuzzy
218
  msgid "Footer Brand Image"
219
  msgstr "تصویر پوستر"
220
 
221
+ #: admin/includes/admin-hooks.php:687 includes/general-hooks.php:1402
222
  msgid "This image appears as site brand image on footer section."
223
  msgstr ""
224
 
840
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:71
841
  #: admin/includes/metaboxes/metabox-fields-general-header.php:27
842
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:27
843
+ #: includes/general-hooks.php:593 includes/general-hooks.php:1005
844
  msgid "Disable it to replace header section with an Elementor template"
845
  msgstr ""
846
 
969
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:70
970
  #: admin/includes/metaboxes/metabox-fields-general-header.php:26
971
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:26
972
+ #: includes/general-hooks.php:592 includes/general-hooks.php:1004
973
  msgid "Use Legacy Header"
974
  msgstr ""
975
 
1094
 
1095
  #: admin/includes/metaboxes/metabox-fields-general-header.php:202
1096
  #: includes/elements/staff.php:207 includes/elements/text.php:105
1097
+ #: includes/general-hooks.php:3035
1098
  msgid "Boxed"
1099
  msgstr "جعبه ای"
1100
 
1360
  #: includes/elements/staff.php:238 includes/elements/staff.php:276
1361
  #: includes/elements/text.php:125 includes/elements/text.php:153
1362
  #: includes/elements/text.php:620 includes/elements/text.php:807
1363
+ #: includes/general-hooks.php:380 includes/general-hooks.php:851
1364
+ #: includes/general-hooks.php:1263
1365
  msgid "Left"
1366
  msgstr "چپ"
1367
 
1412
  #: includes/elements/divider.php:90 includes/elements/socials-list.php:63
1413
  #: includes/elements/socials-list.php:201 includes/elements/staff.php:463
1414
  #: includes/elements/text.php:469 includes/elements/text.php:677
1415
+ #: includes/general-hooks.php:701 includes/general-hooks.php:1113
1416
  msgid "Small"
1417
  msgstr "کوچک"
1418
 
1428
  #: includes/elements/socials-list.php:64 includes/elements/socials-list.php:202
1429
  #: includes/elements/staff.php:111 includes/elements/staff.php:464
1430
  #: includes/elements/text.php:430 includes/elements/text.php:470
1431
+ #: includes/elements/text.php:676 includes/general-hooks.php:700
1432
+ #: includes/general-hooks.php:1112
1433
  msgid "Medium"
1434
  msgstr "متوسط"
1435
 
1444
  #: includes/elements/socials-list.php:203 includes/elements/staff.php:110
1445
  #: includes/elements/staff.php:465 includes/elements/text.php:429
1446
  #: includes/elements/text.php:471 includes/elements/text.php:675
1447
+ #: includes/general-hooks.php:699 includes/general-hooks.php:1111
1448
  msgid "Large"
1449
  msgstr "بزرگ"
1450
 
1516
  #: includes/elements/gallery.php:120 includes/elements/quote.php:109
1517
  #: includes/elements/recent-posts-tiles-carousel.php:298
1518
  #: includes/elements/recent-posts-tiles.php:328 includes/elements/text.php:180
1519
+ #: includes/elements/text.php:806 includes/general-hooks.php:847
1520
+ #: includes/general-hooks.php:1259 includes/general-hooks.php:1480
1521
  msgid "Default"
1522
  msgstr "پیش فرض"
1523
 
3262
  #: includes/elements/staff.php:230 includes/elements/staff.php:284
3263
  #: includes/elements/text.php:133 includes/elements/text.php:161
3264
  #: includes/elements/text.php:624 includes/elements/text.php:808
3265
+ #: includes/general-hooks.php:381 includes/general-hooks.php:855
3266
+ #: includes/general-hooks.php:1267
3267
  msgid "Right"
3268
  msgstr "راست"
3269
 
3558
  #: includes/elements/recent-posts-tiles.php:154
3559
  #: includes/elements/recent-posts-timeline.php:149
3560
  #: includes/elements/testimonial.php:132 includes/elements/text.php:903
3561
+ #: includes/general-hooks.php:353 includes/general-hooks.php:1631
3562
  #: public/templates/vcomposer/auxin_vc_extendes.php:63
3563
  msgid "None"
3564
  msgstr "هیچکدام"
4479
  msgstr ""
4480
 
4481
  #: includes/elementor/modules/settings/general/manager.php:47
4482
+ #: includes/general-hooks.php:1428
4483
  #, fuzzy
4484
  msgid "Footer Brand Height"
4485
  msgstr "ارتفاع لوگو"
4505
  msgstr "نوع گالری را انتخاب کنید."
4506
 
4507
  #: includes/elementor/modules/theme-builder/module.php:131
4508
+ #: includes/general-hooks.php:1778 includes/general-hooks.php:1784
4509
  #, fuzzy
4510
  msgid "404 Page"
4511
  msgstr "صفحه"
4773
  #: includes/elementor/widgets/theme-elements/modern-search.php:353
4774
  #: includes/elementor/widgets/theme-elements/modern-search.php:444
4775
  #: includes/elements/button.php:118 includes/elements/text.php:738
4776
+ #: includes/general-hooks.php:766 includes/general-hooks.php:1178
4777
  msgid "Normal"
4778
  msgstr "معمولی"
4779
 
5489
  #: includes/elements/text.php:764 includes/elements/text.php:780
5490
  #: includes/elements/text.php:796 includes/elements/text.php:821
5491
  #: includes/elements/text.php:839 includes/elements/text.php:856
5492
+ #: includes/elements/text.php:877 includes/general-hooks.php:674
5493
+ #: includes/general-hooks.php:1086
5494
  #, fuzzy
5495
  msgid "Button"
5496
  msgstr "اندازه دکمه"
5529
  #: includes/elementor/widgets/button.php:160
5530
  #: includes/elementor/widgets/modern-button.php:308
5531
  #: includes/elementor/widgets/text.php:1033 includes/elements/button.php:63
5532
+ #: includes/elements/text.php:674 includes/general-hooks.php:698
5533
+ #: includes/general-hooks.php:1110
5534
  msgid "Exlarge"
5535
  msgstr "خیلی بزرگ"
5536
 
5539
  #: includes/elementor/widgets/modern-button.php:312
5540
  #: includes/elementor/widgets/text.php:1037 includes/elements/button.php:67
5541
  #: includes/elements/divider.php:91 includes/elements/text.php:678
5542
+ #: includes/general-hooks.php:702 includes/general-hooks.php:1114
5543
  msgid "Tiny"
5544
  msgstr "خیلی کوچک"
5545
 
5562
  #: includes/elementor/widgets/button.php:192
5563
  #: includes/elementor/widgets/modern-button.php:295
5564
  #: includes/elementor/widgets/text.php:1362 includes/elements/button.php:95
5565
+ #: includes/elements/text.php:712 includes/general-hooks.php:733
5566
+ #: includes/general-hooks.php:1145
5567
  msgid "Round"
5568
  msgstr "گرد"
5569
 
5570
  #: includes/elementor/widgets/button.php:196
5571
  #: includes/elementor/widgets/modern-button.php:296
5572
  #: includes/elementor/widgets/text.php:1366 includes/elements/button.php:99
5573
+ #: includes/elements/text.php:716 includes/general-hooks.php:737
5574
+ #: includes/general-hooks.php:1149
5575
  msgid "Curve"
5576
  msgstr "منحنی"
5577
 
5582
 
5583
  #: includes/elementor/widgets/button.php:215
5584
  #: includes/elementor/widgets/text.php:1386 includes/elements/button.php:122
5585
+ #: includes/elements/text.php:742 includes/general-hooks.php:770
5586
+ #: includes/general-hooks.php:1182
5587
  msgid "3D"
5588
  msgstr "سه بعدی"
5589
 
5590
  #: includes/elementor/widgets/button.php:219
5591
  #: includes/elementor/widgets/modern-button.php:282
5592
  #: includes/elementor/widgets/text.php:1390 includes/elements/button.php:126
5593
+ #: includes/elements/text.php:746 includes/general-hooks.php:774
5594
+ #: includes/general-hooks.php:1186
5595
  msgid "Outline"
5596
  msgstr "خط بیرونی"
5597
 
5689
  #: includes/elementor/widgets/button.php:380
5690
  #: includes/elementor/widgets/modern-button.php:804
5691
  #: includes/elementor/widgets/text.php:1142 includes/elements/button.php:191
5692
+ #: includes/elements/text.php:809 includes/general-hooks.php:859
5693
+ #: includes/general-hooks.php:1271
5694
  msgid "Over"
5695
  msgstr "رو"
5696
 
5697
  #: includes/elementor/widgets/button.php:381
5698
  #: includes/elementor/widgets/text.php:1143 includes/elements/button.php:195
5699
+ #: includes/elements/text.php:810 includes/general-hooks.php:863
5700
+ #: includes/general-hooks.php:1275
5701
  msgid "Animate from Left"
5702
  msgstr "متحرک سازی از چپ"
5703
 
6195
  #: includes/elementor/widgets/theme-elements/search.php:201
6196
  #: includes/elementor/widgets/theme-elements/search.php:404
6197
  #: includes/elementor/widgets/touch-slider.php:303
6198
+ #: includes/general-hooks.php:1564
6199
  msgid "Background Color"
6200
  msgstr "رنگ پس زمینه"
6201
 
6951
 
6952
  #: includes/elementor/widgets/image.php:278
6953
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:101
6954
+ #: includes/general-hooks.php:1926
6955
  msgid "Settings"
6956
  msgstr ""
6957
 
8120
  #: includes/elements/recent-posts-tiles-carousel.php:199
8121
  #: includes/elements/recent-posts-tiles.php:229
8122
  #: includes/elements/recent-posts-timeline.php:224
8123
+ #: includes/general-hooks.php:1866
8124
  msgid "Include posts"
8125
  msgstr "شامل شدن این نوشته ها"
8126
 
9049
  msgid "Shape Style"
9050
  msgstr "ظاهر نقشه"
9051
 
9052
+ #: includes/elementor/widgets/text.php:1377 includes/general-hooks.php:759
9053
+ #: includes/general-hooks.php:1171
9054
  #, fuzzy
9055
  msgid "Button Style"
9056
  msgstr "ظاهر دکمه"
9827
  msgid "The name which appears in about widget."
9828
  msgstr "نامی که در ابزارک درباره ما نشان داده می شود."
9829
 
9830
+ #: includes/elements/about-widget.php:72 includes/general-hooks.php:2397
9831
  msgid "Skills"
9832
  msgstr "مهارت ها"
9833
 
10010
  msgid "Darken label of button."
10011
  msgstr "برچسب دکمه"
10012
 
10013
+ #: includes/elements/button.php:199 includes/general-hooks.php:867
10014
+ #: includes/general-hooks.php:1279
10015
  #, fuzzy
10016
  msgid "Animate from Righ"
10017
  msgstr "متحرک سازی از راست"
10018
 
10019
+ #: includes/elements/button.php:227 includes/general-hooks.php:935
10020
+ #: includes/general-hooks.php:1347
10021
  #, fuzzy
10022
  msgid "Button Link"
10023
  msgstr "اندازه دکمه"
10027
  msgstr "باز کردن پیوند در"
10028
 
10029
  #: includes/elements/button.php:247 includes/elements/text.php:866
10030
+ #: includes/general-hooks.php:964 includes/general-hooks.php:1376
10031
  msgid "Current page"
10032
  msgstr "صفحه جاری"
10033
 
10034
  #: includes/elements/button.php:248 includes/elements/text.php:867
10035
+ #: includes/general-hooks.php:965 includes/general-hooks.php:1377
10036
  msgid "New page"
10037
  msgstr "صفحه جدید"
10038
 
10890
  msgid "Resolution/size of the photos. "
10891
  msgstr "رزولوشن/اندازه تصاویر."
10892
 
10893
+ #: includes/elements/instagram-feed.php:96 includes/general-hooks.php:1604
10894
  msgid "Auto"
10895
  msgstr "خودکار"
10896
 
11753
  msgstr "رنگ شکلک"
11754
 
11755
  #: includes/elements/text.php:201 includes/elements/text.php:296
11756
+ #: includes/general-hooks.php:1581
11757
  msgid "Background Image"
11758
  msgstr "تصویر پس زمینه"
11759
 
11773
  msgstr "تصویر پس زمینه"
11774
 
11775
  #: includes/elements/text.php:254 includes/elements/text.php:349
11776
+ #: includes/general-hooks.php:1612
11777
  msgid "Cover"
11778
  msgstr "پوشاننده"
11779
 
11787
  msgstr ""
11788
 
11789
  #: includes/elements/text.php:257 includes/elements/text.php:352
11790
+ #: includes/general-hooks.php:1745
11791
  msgid "Fixed"
11792
  msgstr "ثابت"
11793
 
12241
  msgid "Setting for Header Button 1"
12242
  msgstr ""
12243
 
12244
+ #: includes/general-hooks.php:602
12245
  #, fuzzy
12246
  msgid "Display Header Button 1"
12247
  msgstr "نمایش دکمه لایک"
12248
 
12249
+ #: includes/general-hooks.php:603 includes/general-hooks.php:1015
12250
  #, fuzzy
12251
  msgid "Enable this option to display a button in header."
12252
  msgstr "برای نمایش پس زمینه دلخواه در صفحه ورود این گزینه را فعال کنید."
12253
 
12254
+ #: includes/general-hooks.php:623
12255
  msgid "Hide Button 1 on Tablet"
12256
  msgstr ""
12257
 
12258
+ #: includes/general-hooks.php:624 includes/general-hooks.php:647
12259
  msgid "Enable it to hide header button 1 on tablet devices."
12260
  msgstr ""
12261
 
12262
+ #: includes/general-hooks.php:646
12263
  msgid "Hide Button 1 on Mobile"
12264
  msgstr ""
12265
 
12266
+ #: includes/general-hooks.php:669 includes/general-hooks.php:1081
12267
  #, fuzzy
12268
  msgid "Button Label"
12269
  msgstr "برچسب دکمه"
12270
 
12271
+ #: includes/general-hooks.php:670 includes/general-hooks.php:1082
12272
  #, fuzzy
12273
  msgid "Specifies the label of button."
12274
  msgstr "برچسب دکمه"
12275
 
12276
+ #: includes/general-hooks.php:692 includes/general-hooks.php:1104
12277
  #, fuzzy
12278
  msgid "Button Size"
12279
  msgstr "اندازه دکمه"
12280
 
12281
+ #: includes/general-hooks.php:722 includes/general-hooks.php:1134
12282
  #, fuzzy
12283
  msgid "Button Shape"
12284
  msgstr "نوع دکمه"
12285
 
12286
+ #: includes/general-hooks.php:729 includes/general-hooks.php:1141
12287
  msgid "Sharp"
12288
  msgstr ""
12289
 
12290
+ #: includes/general-hooks.php:796 includes/general-hooks.php:1208
12291
  #, fuzzy
12292
  msgid "Button Typography"
12293
  msgstr "نوع دکمه"
12294
 
12295
+ #: includes/general-hooks.php:818 includes/general-hooks.php:1230
12296
  #, fuzzy
12297
  msgid "Icon for Button"
12298
  msgstr "شکلک برای دکمه"
12299
 
12300
+ #: includes/general-hooks.php:840 includes/general-hooks.php:1252
12301
  #, fuzzy
12302
  msgid "Icon Alignment"
12303
  msgstr "تراز شکلک"
12304
 
12305
+ #: includes/general-hooks.php:889 includes/general-hooks.php:1301
12306
  #, fuzzy
12307
  msgid "Color of Button"
12308
  msgstr "رنگ دکمه"
12309
 
12310
+ #: includes/general-hooks.php:912 includes/general-hooks.php:1324
12311
  #, fuzzy
12312
  msgid "Color of Button on Sticky"
12313
  msgstr "رنگ دکمه"
12314
 
12315
+ #: includes/general-hooks.php:913 includes/general-hooks.php:1325
12316
  msgid "Specifies the color of the button when the header sticky is enabled."
12317
  msgstr ""
12318
 
12319
+ #: includes/general-hooks.php:958 includes/general-hooks.php:1370
12320
  #, fuzzy
12321
  msgid "Open Link in"
12322
  msgstr "باز کردن پیوند در"
12323
 
12324
+ #: includes/general-hooks.php:991
12325
  msgid "Header Button 2"
12326
  msgstr ""
12327
 
12328
+ #: includes/general-hooks.php:992
12329
  msgid "Setting for Header Button 2"
12330
  msgstr ""
12331
 
12332
+ #: includes/general-hooks.php:1014
12333
  #, fuzzy
12334
  msgid "Display Header Button 2"
12335
  msgstr "نمایش دکمه لایک"
12336
 
12337
+ #: includes/general-hooks.php:1035
12338
  msgid "Hide Button 2 on Tablet"
12339
  msgstr ""
12340
 
12341
+ #: includes/general-hooks.php:1036 includes/general-hooks.php:1059
12342
  msgid "Enable it to hide header button 2 on tablet devices."
12343
  msgstr ""
12344
 
12345
+ #: includes/general-hooks.php:1058
12346
  msgid "Hide Button 2 on Mobile"
12347
  msgstr ""
12348
 
12349
+ #: includes/general-hooks.php:1429
12350
  #, fuzzy
12351
  msgid "Specifies maximum height of logo in footer."
12352
  msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
12353
 
12354
+ #: includes/general-hooks.php:1465
12355
  msgid "Login Page"
12356
  msgstr "صفحه ورود"
12357
 
12358
+ #: includes/general-hooks.php:1466
12359
  msgid "Preview login page"
12360
  msgstr "پیش نمایش صفحه ورود"
12361
 
12362
+ #: includes/general-hooks.php:1473
12363
  msgid "Login Skin"
12364
  msgstr "نمای صفحه ورود"
12365
 
12366
+ #: includes/general-hooks.php:1474
12367
  msgid "Specifies a skin for login page of your website."
12368
  msgstr "نمای صفحه ورود را در سایت شما مشخص می کند."
12369
 
12370
+ #: includes/general-hooks.php:1484
12371
  msgid "Clean white"
12372
  msgstr "سفید تمیز"
12373
 
12374
+ #: includes/general-hooks.php:1488
12375
  msgid "Simple white"
12376
  msgstr "سفید ساده"
12377
 
12378
+ #: includes/general-hooks.php:1492
12379
  msgid "Simple gray"
12380
  msgstr "خاکستری ساده"
12381
 
12382
+ #: includes/general-hooks.php:1502
12383
  msgid "Login message"
12384
  msgstr "پیام ورود"
12385
 
12386
+ #: includes/general-hooks.php:1503
12387
  #, fuzzy
12388
  msgid "Enter a text to display above the login form."
12389
  msgstr "متنی را برای نمایش در بالای فرم ورود وارد کنید."
12390
 
12391
+ #: includes/general-hooks.php:1515
12392
  msgid "Login Page Logo"
12393
  msgstr "لوگوی صفحه ورود"
12394
 
12395
+ #: includes/general-hooks.php:1516
12396
  msgid ""
12397
  "Specifies a logo to display on login page.(width of logo image could be up "
12398
  "to 320px)"
12400
  "لوگویی را برای نمایش در صفحه ورود مشخص می کند.(عرض لوگو می تواند تا 320 "
12401
  "پیکسل باشد)"
12402
 
12403
+ #: includes/general-hooks.php:1527
12404
  msgid "Logo Width"
12405
  msgstr "عرض لوگو"
12406
 
12407
+ #: includes/general-hooks.php:1528
12408
  msgid "Specifies width of logo image in pixel."
12409
  msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
12410
 
12411
+ #: includes/general-hooks.php:1539
12412
  msgid "Logo Height"
12413
  msgstr "ارتفاع لوگو"
12414
 
12415
+ #: includes/general-hooks.php:1540
12416
  msgid "Specifies height of logo image in pixel."
12417
  msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
12418
 
12419
+ #: includes/general-hooks.php:1552
12420
  msgid "Enable Background"
12421
  msgstr "فعالسازی پس زمینه"
12422
 
12423
+ #: includes/general-hooks.php:1553
12424
  msgid "Enable it to display custom background on login page."
12425
  msgstr "برای نمایش پس زمینه دلخواه در صفحه ورود این گزینه را فعال کنید."
12426
 
12427
+ #: includes/general-hooks.php:1565
12428
  msgid "Specifies background color of website."
12429
  msgstr "رنگ پس زمینه وب سایت را مشخص می کند."
12430
 
12431
+ #: includes/general-hooks.php:1582
12432
  msgid "You can upload custom image for background of login page"
12433
  msgstr "می توانید تصویر دلخواهی را به عنوان پس زمینه صفحه ورود بارگذاری کنید."
12434
 
12435
+ #: includes/general-hooks.php:1597
12436
  msgid "Background Size"
12437
  msgstr "اندازه پس زمینه"
12438
 
12439
+ #: includes/general-hooks.php:1598
12440
  msgid "Specifies background size on login page."
12441
  msgstr "اندازه تصویر پس زمینه در صفحه ورود را مشخص می کند."
12442
 
12443
+ #: includes/general-hooks.php:1608
12444
  msgid "Contain"
12445
  msgstr "دربرگیرنده"
12446
 
12447
+ #: includes/general-hooks.php:1627
12448
  msgid "Background Pattern"
12449
  msgstr "الگوی پس زمینه"
12450
 
12451
+ #: includes/general-hooks.php:1628
12452
  msgid ""
12453
  "You can select one of these patterns as login background image. %s Some of "
12454
  "these can be used as a pattern over your background image."
12456
  "می توانید یکی از این الگوها را به عنوان تصویر پس زمینه انتخاب کنید. %s بعضی "
12457
  "از این ها می توانند به عنوان الگو بر روی تصویر پس زمینه شما استفاده شوند."
12458
 
12459
+ #: includes/general-hooks.php:1644
12460
  msgid "Background Repeat"
12461
  msgstr "تکرار پس زمینه"
12462
 
12463
+ #: includes/general-hooks.php:1645
12464
  msgid "Specifies how background image repeats."
12465
  msgstr "نحوه تکرار تصویر پس زمینه را مشخص می کند."
12466
 
12467
+ #: includes/general-hooks.php:1650
12468
  msgid "No repeat"
12469
  msgstr "بدون تکرار"
12470
 
12471
+ #: includes/general-hooks.php:1654
12472
  msgid "Repeat horizontally and vertically"
12473
  msgstr "تکرار افقی و عمودی"
12474
 
12475
+ #: includes/general-hooks.php:1658
12476
  msgid "Repeat horizontally"
12477
  msgstr "تکرار افقی"
12478
 
12479
+ #: includes/general-hooks.php:1662
12480
  msgid "Repeat vertically"
12481
  msgstr "تکرار عمودی"
12482
 
12483
+ #: includes/general-hooks.php:1678
12484
  msgid "Background Position"
12485
  msgstr "موقعیت پس زمینه"
12486
 
12487
+ #: includes/general-hooks.php:1679
12488
  msgid "Specifies background image position."
12489
  msgstr "موقعیت تصویر پس زمینه را مشخص می کند."
12490
 
12491
+ #: includes/general-hooks.php:1684
12492
  msgid "Left top"
12493
  msgstr "چپ بالا"
12494
 
12495
+ #: includes/general-hooks.php:1688
12496
  msgid "Center top"
12497
  msgstr "وسط بالا"
12498
 
12499
+ #: includes/general-hooks.php:1692
12500
  msgid "Right top"
12501
  msgstr "راست بالا"
12502
 
12503
+ #: includes/general-hooks.php:1697
12504
  msgid "Left center"
12505
  msgstr "چپ وسط"
12506
 
12507
+ #: includes/general-hooks.php:1701
12508
  msgid "Center center"
12509
  msgstr "وسط وسط"
12510
 
12511
+ #: includes/general-hooks.php:1705
12512
  msgid "Right center"
12513
  msgstr "راست وسط"
12514
 
12515
+ #: includes/general-hooks.php:1710
12516
  msgid "Left bottom"
12517
  msgstr "چپ پایین"
12518
 
12519
+ #: includes/general-hooks.php:1714
12520
  msgid "Center bottom"
12521
  msgstr "وسط پایین"
12522
 
12523
+ #: includes/general-hooks.php:1718
12524
  msgid "Right bottom"
12525
  msgstr "راست پایین"
12526
 
12527
+ #: includes/general-hooks.php:1734
12528
  msgid "Background Attachment"
12529
  msgstr "پیوست پس زمینه"
12530
 
12531
+ #: includes/general-hooks.php:1735
12532
  msgid ""
12533
  "Specifies whether the background is fixed or scrollable as user scrolls the "
12534
  "page."
12536
  "مشخص می کند پس زمینه هنگام اسکرول کردن صفحه توسط کاربر ثابت باشد یا اسکرول "
12537
  "شود."
12538
 
12539
+ #: includes/general-hooks.php:1741
12540
  msgid "Scroll"
12541
  msgstr "اسکرول"
12542
 
12543
+ #: includes/general-hooks.php:1762
12544
  msgid "Custom CSS class name"
12545
  msgstr "نام کلاس دلخواه CSS"
12546
 
12547
+ #: includes/general-hooks.php:1763
12548
  msgid ""
12549
  "In this field you can define custom CSS class name for login page.\n"
12550
  " This class name will be added to body classes in "
12554
  " این نام کلاس به بدنه (body) صفحه ورود اضافه خواهد "
12555
  "شدو برای موارد استایل دهی پیشرفته مورد استفاده قرار می گیرد."
12556
 
12557
+ #: includes/general-hooks.php:1779
12558
  #, fuzzy
12559
  msgid "404 Page Options"
12560
  msgstr "تنظیمات طراحی"
12561
 
12562
+ #: includes/general-hooks.php:1785
12563
  msgid "Specifies a page to display on 404."
12564
  msgstr ""
12565
 
12566
+ #: includes/general-hooks.php:1800 includes/general-hooks.php:1817
12567
  msgid "Maintenance or Comingsoon Page"
12568
  msgstr ""
12569
 
12570
+ #: includes/general-hooks.php:1801
12571
  msgid "Maintenance or Comingsoon Page Options"
12572
  msgstr ""
12573
 
12574
+ #: includes/general-hooks.php:1806
12575
  msgid "Enable Maintenance or Comingsoon Mode"
12576
  msgstr ""
12577
 
12578
+ #: includes/general-hooks.php:1807
12579
  msgid "With this option you can manually enable Maintenance or Comingsoon mode"
12580
  msgstr ""
12581
 
12582
+ #: includes/general-hooks.php:1818
12583
  msgid ""
12584
  "In This Case You Can Set Your Specifc Page for Maintenance or Comingsoon Mode"
12585
  msgstr ""
12586
 
12587
+ #: includes/general-hooks.php:1837
12588
  msgid "Search Results"
12589
  msgstr ""
12590
 
12591
+ #: includes/general-hooks.php:1838
12592
  msgid "Search Results Options"
12593
  msgstr ""
12594
 
12595
+ #: includes/general-hooks.php:1844
12596
  #, fuzzy
12597
  msgid "Exclude Posts Types"
12598
  msgstr "نادیده گرفتن این نوشته ها"
12599
 
12600
+ #: includes/general-hooks.php:1845
12601
  msgid "The post types which should be excluded from search results."
12602
  msgstr ""
12603
 
12604
+ #: includes/general-hooks.php:1855
12605
  #, fuzzy
12606
  msgid "Exclude Posts Without Featured Image"
12607
  msgstr "نادیده گرفتن نوشته های بدون تصویر"
12608
 
12609
+ #: includes/general-hooks.php:1856
12610
  #, fuzzy
12611
  msgid "Exclude posts without featured image in search results."
12612
  msgstr "نادیده گرفتن نوشته های بدون تصویر"
12613
 
12614
+ #: includes/general-hooks.php:1867
12615
  msgid ""
12616
  "If you intend to include additional posts, you should specify the posts here."
12617
  "<br>You have to insert the Post IDs that are separated by camma (eg. "
12618
  "53,34,87,25)"
12619
  msgstr ""
12620
 
12621
+ #: includes/general-hooks.php:1881
12622
  msgid "Import/Export"
12623
  msgstr ""
12624
 
12625
+ #: includes/general-hooks.php:1882
12626
  #, fuzzy
12627
  msgid "Import or Export options"
12628
  msgstr "تنظیمات نوشته نقل قول"
12629
 
12630
+ #: includes/general-hooks.php:1889
12631
  msgid "Export Data"
12632
  msgstr ""
12633
 
12634
+ #: includes/general-hooks.php:1890
12635
  msgid "Your theme options code which you can import later."
12636
  msgstr ""
12637
 
12638
+ #: includes/general-hooks.php:1900
12639
  msgid "Import Data"
12640
  msgstr ""
12641
 
12642
+ #: includes/general-hooks.php:1901
12643
  msgid "Paste the exported theme options code to import into theme."
12644
  msgstr ""
12645
 
12646
+ #: includes/general-hooks.php:1916
12647
  #, fuzzy
12648
  msgid "White Label"
12649
  msgstr "فاصله خالی"
12650
 
12651
+ #: includes/general-hooks.php:1917
12652
  msgid "White Label Settings"
12653
  msgstr ""
12654
 
12655
+ #: includes/general-hooks.php:1927
12656
  msgid "Change PHLOX labels."
12657
  msgstr ""
12658
 
12659
+ #: includes/general-hooks.php:1931
12660
  #, fuzzy
12661
  msgid "Theme Name"
12662
  msgstr "پوسته"
12663
 
12664
+ #: includes/general-hooks.php:1942
12665
  #, fuzzy
12666
  msgid "Theme Author Name"
12667
  msgstr "نام نویسنده"
12668
 
12669
+ #: includes/general-hooks.php:1951
12670
  #, fuzzy
12671
  msgid "Theme Author URL"
12672
  msgstr "شخصی ساز پوسته"
12673
 
12674
+ #: includes/general-hooks.php:1960
12675
  #, fuzzy
12676
  msgid "Theme Description"
12677
  msgstr "توضیحات المان"
12678
 
12679
+ #: includes/general-hooks.php:1969
12680
  msgid "Theme Screenshot (1200x900)"
12681
  msgstr ""
12682
 
12683
+ #: includes/general-hooks.php:1982
12684
  #, fuzzy
12685
  msgid "Displays"
12686
  msgstr "نوع نمایش"
12687
 
12688
+ #: includes/general-hooks.php:1983
12689
  msgid "Change PHLOX admin views."
12690
  msgstr ""
12691
 
12692
+ #: includes/general-hooks.php:1987
12693
  #, fuzzy
12694
  msgid "Hide Notifications"
12695
  msgstr "تنظیمات نوشته ویدیویی"
12696
 
12697
+ #: includes/general-hooks.php:1998
12698
  msgid "Hide Theme Badge"
12699
  msgstr ""
12700
 
12701
+ #: includes/general-hooks.php:2009
12702
  msgid "Hide Phlox Menu"
12703
  msgstr ""
12704
 
12705
+ #: includes/general-hooks.php:2020
12706
  #, fuzzy
12707
  msgid "Hide Dashboard Section"
12708
  msgstr "افزودن بخش"
12709
 
12710
+ #: includes/general-hooks.php:2038
12711
  msgid "Hide Customization Section"
12712
  msgstr ""
12713
 
12714
+ #: includes/general-hooks.php:2056
12715
  msgid "Hide Demo Importer Section"
12716
  msgstr ""
12717
 
12718
+ #: includes/general-hooks.php:2074
12719
  msgid "Hide Template Kits Section"
12720
  msgstr ""
12721
 
12722
+ #: includes/general-hooks.php:2092
12723
  msgid "Hide Plugins Section"
12724
  msgstr ""
12725
 
12726
+ #: includes/general-hooks.php:2110
12727
  #, fuzzy
12728
  msgid "Hide Tutorials Section"
12729
  msgstr "بخش زبانه ها"
12730
 
12731
+ #: includes/general-hooks.php:2128
12732
  #, fuzzy
12733
  msgid "Hide Feedback Section"
12734
  msgstr "افزودن بخش"
12735
 
12736
+ #: includes/general-hooks.php:2390
12737
  msgid "Twitter"
12738
  msgstr ""
12739
 
12740
+ #: includes/general-hooks.php:2391
12741
  msgid "Facebook"
12742
  msgstr ""
12743
 
12744
+ #: includes/general-hooks.php:2392
12745
  msgid "Google Plus"
12746
  msgstr ""
12747
 
12748
+ #: includes/general-hooks.php:2393
12749
  msgid "Flickr"
12750
  msgstr ""
12751
 
12752
+ #: includes/general-hooks.php:2394
12753
  msgid "Delicious"
12754
  msgstr ""
12755
 
12756
+ #: includes/general-hooks.php:2395
12757
  msgid "Pinterest"
12758
  msgstr ""
12759
 
12760
+ #: includes/general-hooks.php:2396
12761
  msgid "GitHub"
12762
  msgstr ""
12763
 
12764
+ #: includes/general-hooks.php:2583
12765
  #, fuzzy
12766
  msgid "Page Options"
12767
  msgstr "تنظیمات طراحی"
12768
 
12769
+ #: includes/general-hooks.php:2591
12770
  #, fuzzy
12771
  msgid "Post Options"
12772
  msgstr "تنظیمات نوشته صوتی"
12773
 
12774
+ #: includes/general-hooks.php:3066
12775
  #, fuzzy
12776
  msgid "Page %s"
12777
  msgstr "برگه ها"
12778
 
12779
+ #: includes/general-hooks.php:3639
12780
  #, fuzzy
12781
  msgid "current "
12782
  msgstr "صفحه جاری"
12783
 
12784
+ #: includes/general-hooks.php:3669
12785
  msgid "Edit Header & Footer"
12786
  msgstr ""
12787
 
13030
  msgstr ""
13031
 
13032
  #. translators: playlist item title
13033
+ #: includes/general-hooks.php:3087
13034
  msgctxt "playlist item title"
13035
  msgid "&#8220;%s&#8221;"
13036
  msgstr ""
13037
 
13038
  #. translators: playlist item title
13039
+ #: includes/general-hooks.php:3112 includes/general-hooks.php:3117
13040
  msgctxt "playlist item title"
13041
  msgid "%s"
13042
  msgstr ""
languages/auxin-elements.pot CHANGED
@@ -1,9 +1,9 @@
1
  # Averta Copyright (c) {2021}
2
  msgid ""
3
  msgstr ""
4
- "Project-Id-Version: Phlox Core Elements 2.7.13\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
- "POT-Creation-Date: 2021-05-16 11:27:01+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
@@ -204,11 +204,11 @@ msgstr ""
204
  msgid "Please make sure the image aspect ratio for all image sizes are the same."
205
  msgstr ""
206
 
207
- #: admin/includes/admin-hooks.php:686 includes/general-hooks.php:1387
208
  msgid "Footer Brand Image"
209
  msgstr ""
210
 
211
- #: admin/includes/admin-hooks.php:687 includes/general-hooks.php:1388
212
  msgid "This image appears as site brand image on footer section."
213
  msgstr ""
214
 
@@ -785,7 +785,7 @@ msgstr ""
785
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:71
786
  #: admin/includes/metaboxes/metabox-fields-general-header.php:27
787
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:27
788
- #: includes/general-hooks.php:586 includes/general-hooks.php:991
789
  msgid "Disable it to replace header section with an Elementor template"
790
  msgstr ""
791
 
@@ -902,7 +902,7 @@ msgstr ""
902
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:70
903
  #: admin/includes/metaboxes/metabox-fields-general-header.php:26
904
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:26
905
- #: includes/general-hooks.php:585 includes/general-hooks.php:990
906
  msgid "Use Legacy Header"
907
  msgstr ""
908
 
@@ -1015,7 +1015,7 @@ msgstr ""
1015
 
1016
  #: admin/includes/metaboxes/metabox-fields-general-header.php:202
1017
  #: includes/elements/staff.php:207 includes/elements/text.php:105
1018
- #: includes/general-hooks.php:3021
1019
  msgid "Boxed"
1020
  msgstr ""
1021
 
@@ -1267,8 +1267,8 @@ msgstr ""
1267
  #: includes/elements/staff.php:238 includes/elements/staff.php:276
1268
  #: includes/elements/text.php:125 includes/elements/text.php:153
1269
  #: includes/elements/text.php:620 includes/elements/text.php:807
1270
- #: includes/general-hooks.php:380 includes/general-hooks.php:844
1271
- #: includes/general-hooks.php:1249
1272
  msgid "Left"
1273
  msgstr ""
1274
 
@@ -1313,7 +1313,7 @@ msgstr ""
1313
  #: includes/elements/divider.php:90 includes/elements/socials-list.php:63
1314
  #: includes/elements/socials-list.php:201 includes/elements/staff.php:463
1315
  #: includes/elements/text.php:469 includes/elements/text.php:677
1316
- #: includes/general-hooks.php:694 includes/general-hooks.php:1099
1317
  msgid "Small"
1318
  msgstr ""
1319
 
@@ -1329,8 +1329,8 @@ msgstr ""
1329
  #: includes/elements/socials-list.php:64 includes/elements/socials-list.php:202
1330
  #: includes/elements/staff.php:111 includes/elements/staff.php:464
1331
  #: includes/elements/text.php:430 includes/elements/text.php:470
1332
- #: includes/elements/text.php:676 includes/general-hooks.php:693
1333
- #: includes/general-hooks.php:1098
1334
  msgid "Medium"
1335
  msgstr ""
1336
 
@@ -1345,7 +1345,7 @@ msgstr ""
1345
  #: includes/elements/socials-list.php:203 includes/elements/staff.php:110
1346
  #: includes/elements/staff.php:465 includes/elements/text.php:429
1347
  #: includes/elements/text.php:471 includes/elements/text.php:675
1348
- #: includes/general-hooks.php:692 includes/general-hooks.php:1097
1349
  msgid "Large"
1350
  msgstr ""
1351
 
@@ -1412,8 +1412,8 @@ msgstr ""
1412
  #: includes/elements/gallery.php:120 includes/elements/quote.php:109
1413
  #: includes/elements/recent-posts-tiles-carousel.php:298
1414
  #: includes/elements/recent-posts-tiles.php:328 includes/elements/text.php:180
1415
- #: includes/elements/text.php:806 includes/general-hooks.php:840
1416
- #: includes/general-hooks.php:1245 includes/general-hooks.php:1466
1417
  msgid "Default"
1418
  msgstr ""
1419
 
@@ -3060,8 +3060,8 @@ msgstr ""
3060
  #: includes/elements/staff.php:230 includes/elements/staff.php:284
3061
  #: includes/elements/text.php:133 includes/elements/text.php:161
3062
  #: includes/elements/text.php:624 includes/elements/text.php:808
3063
- #: includes/general-hooks.php:381 includes/general-hooks.php:848
3064
- #: includes/general-hooks.php:1253
3065
  msgid "Right"
3066
  msgstr ""
3067
 
@@ -3333,7 +3333,7 @@ msgstr ""
3333
  #: includes/elements/recent-posts-tiles.php:154
3334
  #: includes/elements/recent-posts-timeline.php:149
3335
  #: includes/elements/testimonial.php:132 includes/elements/text.php:903
3336
- #: includes/general-hooks.php:353 includes/general-hooks.php:1617
3337
  #: public/templates/vcomposer/auxin_vc_extendes.php:63
3338
  msgid "None"
3339
  msgstr ""
@@ -4186,7 +4186,7 @@ msgid "Logo"
4186
  msgstr ""
4187
 
4188
  #: includes/elementor/modules/settings/general/manager.php:47
4189
- #: includes/general-hooks.php:1414
4190
  msgid "Footer Brand Height"
4191
  msgstr ""
4192
 
@@ -4208,7 +4208,7 @@ msgid "Select Post Type"
4208
  msgstr ""
4209
 
4210
  #: includes/elementor/modules/theme-builder/module.php:131
4211
- #: includes/general-hooks.php:1764 includes/general-hooks.php:1770
4212
  msgid "404 Page"
4213
  msgstr ""
4214
 
@@ -4468,7 +4468,7 @@ msgstr ""
4468
  #: includes/elementor/widgets/theme-elements/modern-search.php:353
4469
  #: includes/elementor/widgets/theme-elements/modern-search.php:444
4470
  #: includes/elements/button.php:118 includes/elements/text.php:738
4471
- #: includes/general-hooks.php:759 includes/general-hooks.php:1164
4472
  msgid "Normal"
4473
  msgstr ""
4474
 
@@ -5177,8 +5177,8 @@ msgstr ""
5177
  #: includes/elements/text.php:764 includes/elements/text.php:780
5178
  #: includes/elements/text.php:796 includes/elements/text.php:821
5179
  #: includes/elements/text.php:839 includes/elements/text.php:856
5180
- #: includes/elements/text.php:877 includes/general-hooks.php:667
5181
- #: includes/general-hooks.php:1072
5182
  msgid "Button"
5183
  msgstr ""
5184
 
@@ -5214,8 +5214,8 @@ msgstr ""
5214
  #: includes/elementor/widgets/button.php:160
5215
  #: includes/elementor/widgets/modern-button.php:308
5216
  #: includes/elementor/widgets/text.php:1033 includes/elements/button.php:63
5217
- #: includes/elements/text.php:674 includes/general-hooks.php:691
5218
- #: includes/general-hooks.php:1096
5219
  msgid "Exlarge"
5220
  msgstr ""
5221
 
@@ -5224,7 +5224,7 @@ msgstr ""
5224
  #: includes/elementor/widgets/modern-button.php:312
5225
  #: includes/elementor/widgets/text.php:1037 includes/elements/button.php:67
5226
  #: includes/elements/divider.php:91 includes/elements/text.php:678
5227
- #: includes/general-hooks.php:695 includes/general-hooks.php:1100
5228
  msgid "Tiny"
5229
  msgstr ""
5230
 
@@ -5246,16 +5246,16 @@ msgstr ""
5246
  #: includes/elementor/widgets/button.php:192
5247
  #: includes/elementor/widgets/modern-button.php:295
5248
  #: includes/elementor/widgets/text.php:1362 includes/elements/button.php:95
5249
- #: includes/elements/text.php:712 includes/general-hooks.php:726
5250
- #: includes/general-hooks.php:1131
5251
  msgid "Round"
5252
  msgstr ""
5253
 
5254
  #: includes/elementor/widgets/button.php:196
5255
  #: includes/elementor/widgets/modern-button.php:296
5256
  #: includes/elementor/widgets/text.php:1366 includes/elements/button.php:99
5257
- #: includes/elements/text.php:716 includes/general-hooks.php:730
5258
- #: includes/general-hooks.php:1135
5259
  msgid "Curve"
5260
  msgstr ""
5261
 
@@ -5266,16 +5266,16 @@ msgstr ""
5266
 
5267
  #: includes/elementor/widgets/button.php:215
5268
  #: includes/elementor/widgets/text.php:1386 includes/elements/button.php:122
5269
- #: includes/elements/text.php:742 includes/general-hooks.php:763
5270
- #: includes/general-hooks.php:1168
5271
  msgid "3D"
5272
  msgstr ""
5273
 
5274
  #: includes/elementor/widgets/button.php:219
5275
  #: includes/elementor/widgets/modern-button.php:282
5276
  #: includes/elementor/widgets/text.php:1390 includes/elements/button.php:126
5277
- #: includes/elements/text.php:746 includes/general-hooks.php:767
5278
- #: includes/general-hooks.php:1172
5279
  msgid "Outline"
5280
  msgstr ""
5281
 
@@ -5371,15 +5371,15 @@ msgstr ""
5371
  #: includes/elementor/widgets/button.php:380
5372
  #: includes/elementor/widgets/modern-button.php:804
5373
  #: includes/elementor/widgets/text.php:1142 includes/elements/button.php:191
5374
- #: includes/elements/text.php:809 includes/general-hooks.php:852
5375
- #: includes/general-hooks.php:1257
5376
  msgid "Over"
5377
  msgstr ""
5378
 
5379
  #: includes/elementor/widgets/button.php:381
5380
  #: includes/elementor/widgets/text.php:1143 includes/elements/button.php:195
5381
- #: includes/elements/text.php:810 includes/general-hooks.php:856
5382
- #: includes/general-hooks.php:1261
5383
  msgid "Animate from Left"
5384
  msgstr ""
5385
 
@@ -5850,7 +5850,7 @@ msgstr ""
5850
  #: includes/elementor/widgets/theme-elements/search.php:201
5851
  #: includes/elementor/widgets/theme-elements/search.php:404
5852
  #: includes/elementor/widgets/touch-slider.php:303
5853
- #: includes/general-hooks.php:1550
5854
  msgid "Background Color"
5855
  msgstr ""
5856
 
@@ -6549,7 +6549,7 @@ msgstr ""
6549
 
6550
  #: includes/elementor/widgets/image.php:278
6551
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:101
6552
- #: includes/general-hooks.php:1912
6553
  msgid "Settings"
6554
  msgstr ""
6555
 
@@ -7656,7 +7656,7 @@ msgstr ""
7656
  #: includes/elements/recent-posts-tiles-carousel.php:199
7657
  #: includes/elements/recent-posts-tiles.php:229
7658
  #: includes/elements/recent-posts-timeline.php:224
7659
- #: includes/general-hooks.php:1852
7660
  msgid "Include posts"
7661
  msgstr ""
7662
 
@@ -8510,8 +8510,8 @@ msgstr ""
8510
  msgid "Shape Style"
8511
  msgstr ""
8512
 
8513
- #: includes/elementor/widgets/text.php:1377 includes/general-hooks.php:752
8514
- #: includes/general-hooks.php:1157
8515
  msgid "Button Style"
8516
  msgstr ""
8517
 
@@ -9223,7 +9223,7 @@ msgstr ""
9223
  msgid "The name which appears in about widget."
9224
  msgstr ""
9225
 
9226
- #: includes/elements/about-widget.php:72 includes/general-hooks.php:2383
9227
  msgid "Skills"
9228
  msgstr ""
9229
 
@@ -9399,13 +9399,13 @@ msgstr ""
9399
  msgid "Darken label of button."
9400
  msgstr ""
9401
 
9402
- #: includes/elements/button.php:199 includes/general-hooks.php:860
9403
- #: includes/general-hooks.php:1265
9404
  msgid "Animate from Righ"
9405
  msgstr ""
9406
 
9407
- #: includes/elements/button.php:227 includes/general-hooks.php:928
9408
- #: includes/general-hooks.php:1333
9409
  msgid "Button Link"
9410
  msgstr ""
9411
 
@@ -9414,12 +9414,12 @@ msgid "Open link in"
9414
  msgstr ""
9415
 
9416
  #: includes/elements/button.php:247 includes/elements/text.php:866
9417
- #: includes/general-hooks.php:957 includes/general-hooks.php:1362
9418
  msgid "Current page"
9419
  msgstr ""
9420
 
9421
  #: includes/elements/button.php:248 includes/elements/text.php:867
9422
- #: includes/general-hooks.php:958 includes/general-hooks.php:1363
9423
  msgid "New page"
9424
  msgstr ""
9425
 
@@ -10215,7 +10215,7 @@ msgstr ""
10215
  msgid "Resolution/size of the photos. "
10216
  msgstr ""
10217
 
10218
- #: includes/elements/instagram-feed.php:96 includes/general-hooks.php:1590
10219
  msgid "Auto"
10220
  msgstr ""
10221
 
@@ -11020,7 +11020,7 @@ msgid "Single Color"
11020
  msgstr ""
11021
 
11022
  #: includes/elements/text.php:201 includes/elements/text.php:296
11023
- #: includes/general-hooks.php:1567
11024
  msgid "Background Image"
11025
  msgstr ""
11026
 
@@ -11037,7 +11037,7 @@ msgid "Wrapper Background Image Display"
11037
  msgstr ""
11038
 
11039
  #: includes/elements/text.php:254 includes/elements/text.php:349
11040
- #: includes/general-hooks.php:1598
11041
  msgid "Cover"
11042
  msgstr ""
11043
 
@@ -11050,7 +11050,7 @@ msgid "Centered, with original size"
11050
  msgstr ""
11051
 
11052
  #: includes/elements/text.php:257 includes/elements/text.php:352
11053
- #: includes/general-hooks.php:1731
11054
  msgid "Fixed"
11055
  msgstr ""
11056
 
@@ -11470,505 +11470,505 @@ msgstr ""
11470
  msgid "Setting for Header Button 1"
11471
  msgstr ""
11472
 
11473
- #: includes/general-hooks.php:595
11474
  msgid "Display Header Button 1"
11475
  msgstr ""
11476
 
11477
- #: includes/general-hooks.php:596 includes/general-hooks.php:1001
11478
  msgid "Enable this option to display a button in header."
11479
  msgstr ""
11480
 
11481
- #: includes/general-hooks.php:616
11482
  msgid "Hide Button 1 on Tablet"
11483
  msgstr ""
11484
 
11485
- #: includes/general-hooks.php:617 includes/general-hooks.php:640
11486
  msgid "Enable it to hide header button 1 on tablet devices."
11487
  msgstr ""
11488
 
11489
- #: includes/general-hooks.php:639
11490
  msgid "Hide Button 1 on Mobile"
11491
  msgstr ""
11492
 
11493
- #: includes/general-hooks.php:662 includes/general-hooks.php:1067
11494
  msgid "Button Label"
11495
  msgstr ""
11496
 
11497
- #: includes/general-hooks.php:663 includes/general-hooks.php:1068
11498
  msgid "Specifies the label of button."
11499
  msgstr ""
11500
 
11501
- #: includes/general-hooks.php:685 includes/general-hooks.php:1090
11502
  msgid "Button Size"
11503
  msgstr ""
11504
 
11505
- #: includes/general-hooks.php:715 includes/general-hooks.php:1120
11506
  msgid "Button Shape"
11507
  msgstr ""
11508
 
11509
- #: includes/general-hooks.php:722 includes/general-hooks.php:1127
11510
  msgid "Sharp"
11511
  msgstr ""
11512
 
11513
- #: includes/general-hooks.php:789 includes/general-hooks.php:1194
11514
  msgid "Button Typography"
11515
  msgstr ""
11516
 
11517
- #: includes/general-hooks.php:811 includes/general-hooks.php:1216
11518
  msgid "Icon for Button"
11519
  msgstr ""
11520
 
11521
- #: includes/general-hooks.php:833 includes/general-hooks.php:1238
11522
  msgid "Icon Alignment"
11523
  msgstr ""
11524
 
11525
- #: includes/general-hooks.php:882 includes/general-hooks.php:1287
11526
  msgid "Color of Button"
11527
  msgstr ""
11528
 
11529
- #: includes/general-hooks.php:905 includes/general-hooks.php:1310
11530
  msgid "Color of Button on Sticky"
11531
  msgstr ""
11532
 
11533
- #: includes/general-hooks.php:906 includes/general-hooks.php:1311
11534
  msgid "Specifies the color of the button when the header sticky is enabled."
11535
  msgstr ""
11536
 
11537
- #: includes/general-hooks.php:951 includes/general-hooks.php:1356
11538
  msgid "Open Link in"
11539
  msgstr ""
11540
 
11541
- #: includes/general-hooks.php:984
11542
  msgid "Header Button 2"
11543
  msgstr ""
11544
 
11545
- #: includes/general-hooks.php:985
11546
  msgid "Setting for Header Button 2"
11547
  msgstr ""
11548
 
11549
- #: includes/general-hooks.php:1000
11550
  msgid "Display Header Button 2"
11551
  msgstr ""
11552
 
11553
- #: includes/general-hooks.php:1021
11554
  msgid "Hide Button 2 on Tablet"
11555
  msgstr ""
11556
 
11557
- #: includes/general-hooks.php:1022 includes/general-hooks.php:1045
11558
  msgid "Enable it to hide header button 2 on tablet devices."
11559
  msgstr ""
11560
 
11561
- #: includes/general-hooks.php:1044
11562
  msgid "Hide Button 2 on Mobile"
11563
  msgstr ""
11564
 
11565
- #: includes/general-hooks.php:1415
11566
  msgid "Specifies maximum height of logo in footer."
11567
  msgstr ""
11568
 
11569
- #: includes/general-hooks.php:1451
11570
  msgid "Login Page"
11571
  msgstr ""
11572
 
11573
- #: includes/general-hooks.php:1452
11574
  msgid "Preview login page"
11575
  msgstr ""
11576
 
11577
- #: includes/general-hooks.php:1459
11578
  msgid "Login Skin"
11579
  msgstr ""
11580
 
11581
- #: includes/general-hooks.php:1460
11582
  msgid "Specifies a skin for login page of your website."
11583
  msgstr ""
11584
 
11585
- #: includes/general-hooks.php:1470
11586
  msgid "Clean white"
11587
  msgstr ""
11588
 
11589
- #: includes/general-hooks.php:1474
11590
  msgid "Simple white"
11591
  msgstr ""
11592
 
11593
- #: includes/general-hooks.php:1478
11594
  msgid "Simple gray"
11595
  msgstr ""
11596
 
11597
- #: includes/general-hooks.php:1488
11598
  msgid "Login message"
11599
  msgstr ""
11600
 
11601
- #: includes/general-hooks.php:1489
11602
  msgid "Enter a text to display above the login form."
11603
  msgstr ""
11604
 
11605
- #: includes/general-hooks.php:1501
11606
  msgid "Login Page Logo"
11607
  msgstr ""
11608
 
11609
- #: includes/general-hooks.php:1502
11610
  msgid ""
11611
  "Specifies a logo to display on login page.(width of logo image could be up "
11612
  "to 320px)"
11613
  msgstr ""
11614
 
11615
- #: includes/general-hooks.php:1513
11616
  msgid "Logo Width"
11617
  msgstr ""
11618
 
11619
- #: includes/general-hooks.php:1514
11620
  msgid "Specifies width of logo image in pixel."
11621
  msgstr ""
11622
 
11623
- #: includes/general-hooks.php:1525
11624
  msgid "Logo Height"
11625
  msgstr ""
11626
 
11627
- #: includes/general-hooks.php:1526
11628
  msgid "Specifies height of logo image in pixel."
11629
  msgstr ""
11630
 
11631
- #: includes/general-hooks.php:1538
11632
  msgid "Enable Background"
11633
  msgstr ""
11634
 
11635
- #: includes/general-hooks.php:1539
11636
  msgid "Enable it to display custom background on login page."
11637
  msgstr ""
11638
 
11639
- #: includes/general-hooks.php:1551
11640
  msgid "Specifies background color of website."
11641
  msgstr ""
11642
 
11643
- #: includes/general-hooks.php:1568
11644
  msgid "You can upload custom image for background of login page"
11645
  msgstr ""
11646
 
11647
- #: includes/general-hooks.php:1583
11648
  msgid "Background Size"
11649
  msgstr ""
11650
 
11651
- #: includes/general-hooks.php:1584
11652
  msgid "Specifies background size on login page."
11653
  msgstr ""
11654
 
11655
- #: includes/general-hooks.php:1594
11656
  msgid "Contain"
11657
  msgstr ""
11658
 
11659
- #: includes/general-hooks.php:1613
11660
  msgid "Background Pattern"
11661
  msgstr ""
11662
 
11663
- #: includes/general-hooks.php:1614
11664
  msgid ""
11665
  "You can select one of these patterns as login background image. %s Some of "
11666
  "these can be used as a pattern over your background image."
11667
  msgstr ""
11668
 
11669
- #: includes/general-hooks.php:1630
11670
  msgid "Background Repeat"
11671
  msgstr ""
11672
 
11673
- #: includes/general-hooks.php:1631
11674
  msgid "Specifies how background image repeats."
11675
  msgstr ""
11676
 
11677
- #: includes/general-hooks.php:1636
11678
  msgid "No repeat"
11679
  msgstr ""
11680
 
11681
- #: includes/general-hooks.php:1640
11682
  msgid "Repeat horizontally and vertically"
11683
  msgstr ""
11684
 
11685
- #: includes/general-hooks.php:1644
11686
  msgid "Repeat horizontally"
11687
  msgstr ""
11688
 
11689
- #: includes/general-hooks.php:1648
11690
  msgid "Repeat vertically"
11691
  msgstr ""
11692
 
11693
- #: includes/general-hooks.php:1664
11694
  msgid "Background Position"
11695
  msgstr ""
11696
 
11697
- #: includes/general-hooks.php:1665
11698
  msgid "Specifies background image position."
11699
  msgstr ""
11700
 
11701
- #: includes/general-hooks.php:1670
11702
  msgid "Left top"
11703
  msgstr ""
11704
 
11705
- #: includes/general-hooks.php:1674
11706
  msgid "Center top"
11707
  msgstr ""
11708
 
11709
- #: includes/general-hooks.php:1678
11710
  msgid "Right top"
11711
  msgstr ""
11712
 
11713
- #: includes/general-hooks.php:1683
11714
  msgid "Left center"
11715
  msgstr ""
11716
 
11717
- #: includes/general-hooks.php:1687
11718
  msgid "Center center"
11719
  msgstr ""
11720
 
11721
- #: includes/general-hooks.php:1691
11722
  msgid "Right center"
11723
  msgstr ""
11724
 
11725
- #: includes/general-hooks.php:1696
11726
  msgid "Left bottom"
11727
  msgstr ""
11728
 
11729
- #: includes/general-hooks.php:1700
11730
  msgid "Center bottom"
11731
  msgstr ""
11732
 
11733
- #: includes/general-hooks.php:1704
11734
  msgid "Right bottom"
11735
  msgstr ""
11736
 
11737
- #: includes/general-hooks.php:1720
11738
  msgid "Background Attachment"
11739
  msgstr ""
11740
 
11741
- #: includes/general-hooks.php:1721
11742
  msgid ""
11743
  "Specifies whether the background is fixed or scrollable as user scrolls the "
11744
  "page."
11745
  msgstr ""
11746
 
11747
- #: includes/general-hooks.php:1727
11748
  msgid "Scroll"
11749
  msgstr ""
11750
 
11751
- #: includes/general-hooks.php:1748
11752
  msgid "Custom CSS class name"
11753
  msgstr ""
11754
 
11755
- #: includes/general-hooks.php:1749
11756
  msgid ""
11757
  "In this field you can define custom CSS class name for login page.\n"
11758
  " This class name will be added to body classes in "
11759
  "login page and is useful for advance custom styling purposes."
11760
  msgstr ""
11761
 
11762
- #: includes/general-hooks.php:1765
11763
  msgid "404 Page Options"
11764
  msgstr ""
11765
 
11766
- #: includes/general-hooks.php:1771
11767
  msgid "Specifies a page to display on 404."
11768
  msgstr ""
11769
 
11770
- #: includes/general-hooks.php:1786 includes/general-hooks.php:1803
11771
  msgid "Maintenance or Comingsoon Page"
11772
  msgstr ""
11773
 
11774
- #: includes/general-hooks.php:1787
11775
  msgid "Maintenance or Comingsoon Page Options"
11776
  msgstr ""
11777
 
11778
- #: includes/general-hooks.php:1792
11779
  msgid "Enable Maintenance or Comingsoon Mode"
11780
  msgstr ""
11781
 
11782
- #: includes/general-hooks.php:1793
11783
  msgid "With this option you can manually enable Maintenance or Comingsoon mode"
11784
  msgstr ""
11785
 
11786
- #: includes/general-hooks.php:1804
11787
  msgid ""
11788
  "In This Case You Can Set Your Specifc Page for Maintenance or Comingsoon "
11789
  "Mode"
11790
  msgstr ""
11791
 
11792
- #: includes/general-hooks.php:1823
11793
  msgid "Search Results"
11794
  msgstr ""
11795
 
11796
- #: includes/general-hooks.php:1824
11797
  msgid "Search Results Options"
11798
  msgstr ""
11799
 
11800
- #: includes/general-hooks.php:1830
11801
  msgid "Exclude Posts Types"
11802
  msgstr ""
11803
 
11804
- #: includes/general-hooks.php:1831
11805
  msgid "The post types which should be excluded from search results."
11806
  msgstr ""
11807
 
11808
- #: includes/general-hooks.php:1841
11809
  msgid "Exclude Posts Without Featured Image"
11810
  msgstr ""
11811
 
11812
- #: includes/general-hooks.php:1842
11813
  msgid "Exclude posts without featured image in search results."
11814
  msgstr ""
11815
 
11816
- #: includes/general-hooks.php:1853
11817
  msgid ""
11818
  "If you intend to include additional posts, you should specify the posts "
11819
  "here.<br>You have to insert the Post IDs that are separated by camma (eg. "
11820
  "53,34,87,25)"
11821
  msgstr ""
11822
 
11823
- #: includes/general-hooks.php:1867
11824
  msgid "Import/Export"
11825
  msgstr ""
11826
 
11827
- #: includes/general-hooks.php:1868
11828
  msgid "Import or Export options"
11829
  msgstr ""
11830
 
11831
- #: includes/general-hooks.php:1875
11832
  msgid "Export Data"
11833
  msgstr ""
11834
 
11835
- #: includes/general-hooks.php:1876
11836
  msgid "Your theme options code which you can import later."
11837
  msgstr ""
11838
 
11839
- #: includes/general-hooks.php:1886
11840
  msgid "Import Data"
11841
  msgstr ""
11842
 
11843
- #: includes/general-hooks.php:1887
11844
  msgid "Paste the exported theme options code to import into theme."
11845
  msgstr ""
11846
 
11847
- #: includes/general-hooks.php:1902
11848
  msgid "White Label"
11849
  msgstr ""
11850
 
11851
- #: includes/general-hooks.php:1903
11852
  msgid "White Label Settings"
11853
  msgstr ""
11854
 
11855
- #: includes/general-hooks.php:1913
11856
  msgid "Change PHLOX labels."
11857
  msgstr ""
11858
 
11859
- #: includes/general-hooks.php:1917
11860
  msgid "Theme Name"
11861
  msgstr ""
11862
 
11863
- #: includes/general-hooks.php:1928
11864
  msgid "Theme Author Name"
11865
  msgstr ""
11866
 
11867
- #: includes/general-hooks.php:1937
11868
  msgid "Theme Author URL"
11869
  msgstr ""
11870
 
11871
- #: includes/general-hooks.php:1946
11872
  msgid "Theme Description"
11873
  msgstr ""
11874
 
11875
- #: includes/general-hooks.php:1955
11876
  msgid "Theme Screenshot (1200x900)"
11877
  msgstr ""
11878
 
11879
- #: includes/general-hooks.php:1968
11880
  msgid "Displays"
11881
  msgstr ""
11882
 
11883
- #: includes/general-hooks.php:1969
11884
  msgid "Change PHLOX admin views."
11885
  msgstr ""
11886
 
11887
- #: includes/general-hooks.php:1973
11888
  msgid "Hide Notifications"
11889
  msgstr ""
11890
 
11891
- #: includes/general-hooks.php:1984
11892
  msgid "Hide Theme Badge"
11893
  msgstr ""
11894
 
11895
- #: includes/general-hooks.php:1995
11896
  msgid "Hide Phlox Menu"
11897
  msgstr ""
11898
 
11899
- #: includes/general-hooks.php:2006
11900
  msgid "Hide Dashboard Section"
11901
  msgstr ""
11902
 
11903
- #: includes/general-hooks.php:2024
11904
  msgid "Hide Customization Section"
11905
  msgstr ""
11906
 
11907
- #: includes/general-hooks.php:2042
11908
  msgid "Hide Demo Importer Section"
11909
  msgstr ""
11910
 
11911
- #: includes/general-hooks.php:2060
11912
  msgid "Hide Template Kits Section"
11913
  msgstr ""
11914
 
11915
- #: includes/general-hooks.php:2078
11916
  msgid "Hide Plugins Section"
11917
  msgstr ""
11918
 
11919
- #: includes/general-hooks.php:2096
11920
  msgid "Hide Tutorials Section"
11921
  msgstr ""
11922
 
11923
- #: includes/general-hooks.php:2114
11924
  msgid "Hide Feedback Section"
11925
  msgstr ""
11926
 
11927
- #: includes/general-hooks.php:2376
11928
  msgid "Twitter"
11929
  msgstr ""
11930
 
11931
- #: includes/general-hooks.php:2377
11932
  msgid "Facebook"
11933
  msgstr ""
11934
 
11935
- #: includes/general-hooks.php:2378
11936
  msgid "Google Plus"
11937
  msgstr ""
11938
 
11939
- #: includes/general-hooks.php:2379
11940
  msgid "Flickr"
11941
  msgstr ""
11942
 
11943
- #: includes/general-hooks.php:2380
11944
  msgid "Delicious"
11945
  msgstr ""
11946
 
11947
- #: includes/general-hooks.php:2381
11948
  msgid "Pinterest"
11949
  msgstr ""
11950
 
11951
- #: includes/general-hooks.php:2382
11952
  msgid "GitHub"
11953
  msgstr ""
11954
 
11955
- #: includes/general-hooks.php:2569
11956
  msgid "Page Options"
11957
  msgstr ""
11958
 
11959
- #: includes/general-hooks.php:2577
11960
  msgid "Post Options"
11961
  msgstr ""
11962
 
11963
- #: includes/general-hooks.php:3052
11964
  msgid "Page %s"
11965
  msgstr ""
11966
 
11967
- #: includes/general-hooks.php:3625
11968
  msgid "current "
11969
  msgstr ""
11970
 
11971
- #: includes/general-hooks.php:3655
11972
  msgid "Edit Header & Footer"
11973
  msgstr ""
11974
 
@@ -12199,13 +12199,13 @@ msgctxt "post format archive title"
12199
  msgid "Chats"
12200
  msgstr ""
12201
 
12202
- #: includes/general-hooks.php:3073
12203
  #. translators: playlist item title
12204
  msgctxt "playlist item title"
12205
  msgid "&#8220;%s&#8221;"
12206
  msgstr ""
12207
 
12208
- #: includes/general-hooks.php:3098 includes/general-hooks.php:3103
12209
  #. translators: playlist item title
12210
  msgctxt "playlist item title"
12211
  msgid "%s"
1
  # Averta Copyright (c) {2021}
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Phlox Core Elements 2.7.14\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
+ "POT-Creation-Date: 2021-05-26 06:03:01+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
204
  msgid "Please make sure the image aspect ratio for all image sizes are the same."
205
  msgstr ""
206
 
207
+ #: admin/includes/admin-hooks.php:686 includes/general-hooks.php:1401
208
  msgid "Footer Brand Image"
209
  msgstr ""
210
 
211
+ #: admin/includes/admin-hooks.php:687 includes/general-hooks.php:1402
212
  msgid "This image appears as site brand image on footer section."
213
  msgstr ""
214
 
785
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:71
786
  #: admin/includes/metaboxes/metabox-fields-general-header.php:27
787
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:27
788
+ #: includes/general-hooks.php:593 includes/general-hooks.php:1005
789
  msgid "Disable it to replace header section with an Elementor template"
790
  msgstr ""
791
 
902
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:70
903
  #: admin/includes/metaboxes/metabox-fields-general-header.php:26
904
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:26
905
+ #: includes/general-hooks.php:592 includes/general-hooks.php:1004
906
  msgid "Use Legacy Header"
907
  msgstr ""
908
 
1015
 
1016
  #: admin/includes/metaboxes/metabox-fields-general-header.php:202
1017
  #: includes/elements/staff.php:207 includes/elements/text.php:105
1018
+ #: includes/general-hooks.php:3035
1019
  msgid "Boxed"
1020
  msgstr ""
1021
 
1267
  #: includes/elements/staff.php:238 includes/elements/staff.php:276
1268
  #: includes/elements/text.php:125 includes/elements/text.php:153
1269
  #: includes/elements/text.php:620 includes/elements/text.php:807
1270
+ #: includes/general-hooks.php:380 includes/general-hooks.php:851
1271
+ #: includes/general-hooks.php:1263
1272
  msgid "Left"
1273
  msgstr ""
1274
 
1313
  #: includes/elements/divider.php:90 includes/elements/socials-list.php:63
1314
  #: includes/elements/socials-list.php:201 includes/elements/staff.php:463
1315
  #: includes/elements/text.php:469 includes/elements/text.php:677
1316
+ #: includes/general-hooks.php:701 includes/general-hooks.php:1113
1317
  msgid "Small"
1318
  msgstr ""
1319
 
1329
  #: includes/elements/socials-list.php:64 includes/elements/socials-list.php:202
1330
  #: includes/elements/staff.php:111 includes/elements/staff.php:464
1331
  #: includes/elements/text.php:430 includes/elements/text.php:470
1332
+ #: includes/elements/text.php:676 includes/general-hooks.php:700
1333
+ #: includes/general-hooks.php:1112
1334
  msgid "Medium"
1335
  msgstr ""
1336
 
1345
  #: includes/elements/socials-list.php:203 includes/elements/staff.php:110
1346
  #: includes/elements/staff.php:465 includes/elements/text.php:429
1347
  #: includes/elements/text.php:471 includes/elements/text.php:675
1348
+ #: includes/general-hooks.php:699 includes/general-hooks.php:1111
1349
  msgid "Large"
1350
  msgstr ""
1351
 
1412
  #: includes/elements/gallery.php:120 includes/elements/quote.php:109
1413
  #: includes/elements/recent-posts-tiles-carousel.php:298
1414
  #: includes/elements/recent-posts-tiles.php:328 includes/elements/text.php:180
1415
+ #: includes/elements/text.php:806 includes/general-hooks.php:847
1416
+ #: includes/general-hooks.php:1259 includes/general-hooks.php:1480
1417
  msgid "Default"
1418
  msgstr ""
1419
 
3060
  #: includes/elements/staff.php:230 includes/elements/staff.php:284
3061
  #: includes/elements/text.php:133 includes/elements/text.php:161
3062
  #: includes/elements/text.php:624 includes/elements/text.php:808
3063
+ #: includes/general-hooks.php:381 includes/general-hooks.php:855
3064
+ #: includes/general-hooks.php:1267
3065
  msgid "Right"
3066
  msgstr ""
3067
 
3333
  #: includes/elements/recent-posts-tiles.php:154
3334
  #: includes/elements/recent-posts-timeline.php:149
3335
  #: includes/elements/testimonial.php:132 includes/elements/text.php:903
3336
+ #: includes/general-hooks.php:353 includes/general-hooks.php:1631
3337
  #: public/templates/vcomposer/auxin_vc_extendes.php:63
3338
  msgid "None"
3339
  msgstr ""
4186
  msgstr ""
4187
 
4188
  #: includes/elementor/modules/settings/general/manager.php:47
4189
+ #: includes/general-hooks.php:1428
4190
  msgid "Footer Brand Height"
4191
  msgstr ""
4192
 
4208
  msgstr ""
4209
 
4210
  #: includes/elementor/modules/theme-builder/module.php:131
4211
+ #: includes/general-hooks.php:1778 includes/general-hooks.php:1784
4212
  msgid "404 Page"
4213
  msgstr ""
4214
 
4468
  #: includes/elementor/widgets/theme-elements/modern-search.php:353
4469
  #: includes/elementor/widgets/theme-elements/modern-search.php:444
4470
  #: includes/elements/button.php:118 includes/elements/text.php:738
4471
+ #: includes/general-hooks.php:766 includes/general-hooks.php:1178
4472
  msgid "Normal"
4473
  msgstr ""
4474
 
5177
  #: includes/elements/text.php:764 includes/elements/text.php:780
5178
  #: includes/elements/text.php:796 includes/elements/text.php:821
5179
  #: includes/elements/text.php:839 includes/elements/text.php:856
5180
+ #: includes/elements/text.php:877 includes/general-hooks.php:674
5181
+ #: includes/general-hooks.php:1086
5182
  msgid "Button"
5183
  msgstr ""
5184
 
5214
  #: includes/elementor/widgets/button.php:160
5215
  #: includes/elementor/widgets/modern-button.php:308
5216
  #: includes/elementor/widgets/text.php:1033 includes/elements/button.php:63
5217
+ #: includes/elements/text.php:674 includes/general-hooks.php:698
5218
+ #: includes/general-hooks.php:1110
5219
  msgid "Exlarge"
5220
  msgstr ""
5221
 
5224
  #: includes/elementor/widgets/modern-button.php:312
5225
  #: includes/elementor/widgets/text.php:1037 includes/elements/button.php:67
5226
  #: includes/elements/divider.php:91 includes/elements/text.php:678
5227
+ #: includes/general-hooks.php:702 includes/general-hooks.php:1114
5228
  msgid "Tiny"
5229
  msgstr ""
5230
 
5246
  #: includes/elementor/widgets/button.php:192
5247
  #: includes/elementor/widgets/modern-button.php:295
5248
  #: includes/elementor/widgets/text.php:1362 includes/elements/button.php:95
5249
+ #: includes/elements/text.php:712 includes/general-hooks.php:733
5250
+ #: includes/general-hooks.php:1145
5251
  msgid "Round"
5252
  msgstr ""
5253
 
5254
  #: includes/elementor/widgets/button.php:196
5255
  #: includes/elementor/widgets/modern-button.php:296
5256
  #: includes/elementor/widgets/text.php:1366 includes/elements/button.php:99
5257
+ #: includes/elements/text.php:716 includes/general-hooks.php:737
5258
+ #: includes/general-hooks.php:1149
5259
  msgid "Curve"
5260
  msgstr ""
5261
 
5266
 
5267
  #: includes/elementor/widgets/button.php:215
5268
  #: includes/elementor/widgets/text.php:1386 includes/elements/button.php:122
5269
+ #: includes/elements/text.php:742 includes/general-hooks.php:770
5270
+ #: includes/general-hooks.php:1182
5271
  msgid "3D"
5272
  msgstr ""
5273
 
5274
  #: includes/elementor/widgets/button.php:219
5275
  #: includes/elementor/widgets/modern-button.php:282
5276
  #: includes/elementor/widgets/text.php:1390 includes/elements/button.php:126
5277
+ #: includes/elements/text.php:746 includes/general-hooks.php:774
5278
+ #: includes/general-hooks.php:1186
5279
  msgid "Outline"
5280
  msgstr ""
5281
 
5371
  #: includes/elementor/widgets/button.php:380
5372
  #: includes/elementor/widgets/modern-button.php:804
5373
  #: includes/elementor/widgets/text.php:1142 includes/elements/button.php:191
5374
+ #: includes/elements/text.php:809 includes/general-hooks.php:859
5375
+ #: includes/general-hooks.php:1271
5376
  msgid "Over"
5377
  msgstr ""
5378
 
5379
  #: includes/elementor/widgets/button.php:381
5380
  #: includes/elementor/widgets/text.php:1143 includes/elements/button.php:195
5381
+ #: includes/elements/text.php:810 includes/general-hooks.php:863
5382
+ #: includes/general-hooks.php:1275
5383
  msgid "Animate from Left"
5384
  msgstr ""
5385
 
5850
  #: includes/elementor/widgets/theme-elements/search.php:201
5851
  #: includes/elementor/widgets/theme-elements/search.php:404
5852
  #: includes/elementor/widgets/touch-slider.php:303
5853
+ #: includes/general-hooks.php:1564
5854
  msgid "Background Color"
5855
  msgstr ""
5856
 
6549
 
6550
  #: includes/elementor/widgets/image.php:278
6551
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:101
6552
+ #: includes/general-hooks.php:1926
6553
  msgid "Settings"
6554
  msgstr ""
6555
 
7656
  #: includes/elements/recent-posts-tiles-carousel.php:199
7657
  #: includes/elements/recent-posts-tiles.php:229
7658
  #: includes/elements/recent-posts-timeline.php:224
7659
+ #: includes/general-hooks.php:1866
7660
  msgid "Include posts"
7661
  msgstr ""
7662
 
8510
  msgid "Shape Style"
8511
  msgstr ""
8512
 
8513
+ #: includes/elementor/widgets/text.php:1377 includes/general-hooks.php:759
8514
+ #: includes/general-hooks.php:1171
8515
  msgid "Button Style"
8516
  msgstr ""
8517
 
9223
  msgid "The name which appears in about widget."
9224
  msgstr ""
9225
 
9226
+ #: includes/elements/about-widget.php:72 includes/general-hooks.php:2397
9227
  msgid "Skills"
9228
  msgstr ""
9229
 
9399
  msgid "Darken label of button."
9400
  msgstr ""
9401
 
9402
+ #: includes/elements/button.php:199 includes/general-hooks.php:867
9403
+ #: includes/general-hooks.php:1279
9404
  msgid "Animate from Righ"
9405
  msgstr ""
9406
 
9407
+ #: includes/elements/button.php:227 includes/general-hooks.php:935
9408
+ #: includes/general-hooks.php:1347
9409
  msgid "Button Link"
9410
  msgstr ""
9411
 
9414
  msgstr ""
9415
 
9416
  #: includes/elements/button.php:247 includes/elements/text.php:866
9417
+ #: includes/general-hooks.php:964 includes/general-hooks.php:1376
9418
  msgid "Current page"
9419
  msgstr ""
9420
 
9421
  #: includes/elements/button.php:248 includes/elements/text.php:867
9422
+ #: includes/general-hooks.php:965 includes/general-hooks.php:1377
9423
  msgid "New page"
9424
  msgstr ""
9425
 
10215
  msgid "Resolution/size of the photos. "
10216
  msgstr ""
10217
 
10218
+ #: includes/elements/instagram-feed.php:96 includes/general-hooks.php:1604
10219
  msgid "Auto"
10220
  msgstr ""
10221
 
11020
  msgstr ""
11021
 
11022
  #: includes/elements/text.php:201 includes/elements/text.php:296
11023
+ #: includes/general-hooks.php:1581
11024
  msgid "Background Image"
11025
  msgstr ""
11026
 
11037
  msgstr ""
11038
 
11039
  #: includes/elements/text.php:254 includes/elements/text.php:349
11040
+ #: includes/general-hooks.php:1612
11041
  msgid "Cover"
11042
  msgstr ""
11043
 
11050
  msgstr ""
11051
 
11052
  #: includes/elements/text.php:257 includes/elements/text.php:352
11053
+ #: includes/general-hooks.php:1745
11054
  msgid "Fixed"
11055
  msgstr ""
11056
 
11470
  msgid "Setting for Header Button 1"
11471
  msgstr ""
11472
 
11473
+ #: includes/general-hooks.php:602
11474
  msgid "Display Header Button 1"
11475
  msgstr ""
11476
 
11477
+ #: includes/general-hooks.php:603 includes/general-hooks.php:1015
11478
  msgid "Enable this option to display a button in header."
11479
  msgstr ""
11480
 
11481
+ #: includes/general-hooks.php:623
11482
  msgid "Hide Button 1 on Tablet"
11483
  msgstr ""
11484
 
11485
+ #: includes/general-hooks.php:624 includes/general-hooks.php:647
11486
  msgid "Enable it to hide header button 1 on tablet devices."
11487
  msgstr ""
11488
 
11489
+ #: includes/general-hooks.php:646
11490
  msgid "Hide Button 1 on Mobile"
11491
  msgstr ""
11492
 
11493
+ #: includes/general-hooks.php:669 includes/general-hooks.php:1081
11494
  msgid "Button Label"
11495
  msgstr ""
11496
 
11497
+ #: includes/general-hooks.php:670 includes/general-hooks.php:1082
11498
  msgid "Specifies the label of button."
11499
  msgstr ""
11500
 
11501
+ #: includes/general-hooks.php:692 includes/general-hooks.php:1104
11502
  msgid "Button Size"
11503
  msgstr ""
11504
 
11505
+ #: includes/general-hooks.php:722 includes/general-hooks.php:1134
11506
  msgid "Button Shape"
11507
  msgstr ""
11508
 
11509
+ #: includes/general-hooks.php:729 includes/general-hooks.php:1141
11510
  msgid "Sharp"
11511
  msgstr ""
11512
 
11513
+ #: includes/general-hooks.php:796 includes/general-hooks.php:1208
11514
  msgid "Button Typography"
11515
  msgstr ""
11516
 
11517
+ #: includes/general-hooks.php:818 includes/general-hooks.php:1230
11518
  msgid "Icon for Button"
11519
  msgstr ""
11520
 
11521
+ #: includes/general-hooks.php:840 includes/general-hooks.php:1252
11522
  msgid "Icon Alignment"
11523
  msgstr ""
11524
 
11525
+ #: includes/general-hooks.php:889 includes/general-hooks.php:1301
11526
  msgid "Color of Button"
11527
  msgstr ""
11528
 
11529
+ #: includes/general-hooks.php:912 includes/general-hooks.php:1324
11530
  msgid "Color of Button on Sticky"
11531
  msgstr ""
11532
 
11533
+ #: includes/general-hooks.php:913 includes/general-hooks.php:1325
11534
  msgid "Specifies the color of the button when the header sticky is enabled."
11535
  msgstr ""
11536
 
11537
+ #: includes/general-hooks.php:958 includes/general-hooks.php:1370
11538
  msgid "Open Link in"
11539
  msgstr ""
11540
 
11541
+ #: includes/general-hooks.php:991
11542
  msgid "Header Button 2"
11543
  msgstr ""
11544
 
11545
+ #: includes/general-hooks.php:992
11546
  msgid "Setting for Header Button 2"
11547
  msgstr ""
11548
 
11549
+ #: includes/general-hooks.php:1014
11550
  msgid "Display Header Button 2"
11551
  msgstr ""
11552
 
11553
+ #: includes/general-hooks.php:1035
11554
  msgid "Hide Button 2 on Tablet"
11555
  msgstr ""
11556
 
11557
+ #: includes/general-hooks.php:1036 includes/general-hooks.php:1059
11558
  msgid "Enable it to hide header button 2 on tablet devices."
11559
  msgstr ""
11560
 
11561
+ #: includes/general-hooks.php:1058
11562
  msgid "Hide Button 2 on Mobile"
11563
  msgstr ""
11564
 
11565
+ #: includes/general-hooks.php:1429
11566
  msgid "Specifies maximum height of logo in footer."
11567
  msgstr ""
11568
 
11569
+ #: includes/general-hooks.php:1465
11570
  msgid "Login Page"
11571
  msgstr ""
11572
 
11573
+ #: includes/general-hooks.php:1466
11574
  msgid "Preview login page"
11575
  msgstr ""
11576
 
11577
+ #: includes/general-hooks.php:1473
11578
  msgid "Login Skin"
11579
  msgstr ""
11580
 
11581
+ #: includes/general-hooks.php:1474
11582
  msgid "Specifies a skin for login page of your website."
11583
  msgstr ""
11584
 
11585
+ #: includes/general-hooks.php:1484
11586
  msgid "Clean white"
11587
  msgstr ""
11588
 
11589
+ #: includes/general-hooks.php:1488
11590
  msgid "Simple white"
11591
  msgstr ""
11592
 
11593
+ #: includes/general-hooks.php:1492
11594
  msgid "Simple gray"
11595
  msgstr ""
11596
 
11597
+ #: includes/general-hooks.php:1502
11598
  msgid "Login message"
11599
  msgstr ""
11600
 
11601
+ #: includes/general-hooks.php:1503
11602
  msgid "Enter a text to display above the login form."
11603
  msgstr ""
11604
 
11605
+ #: includes/general-hooks.php:1515
11606
  msgid "Login Page Logo"
11607
  msgstr ""
11608
 
11609
+ #: includes/general-hooks.php:1516
11610
  msgid ""
11611
  "Specifies a logo to display on login page.(width of logo image could be up "
11612
  "to 320px)"
11613
  msgstr ""
11614
 
11615
+ #: includes/general-hooks.php:1527
11616
  msgid "Logo Width"
11617
  msgstr ""
11618
 
11619
+ #: includes/general-hooks.php:1528
11620
  msgid "Specifies width of logo image in pixel."
11621
  msgstr ""
11622
 
11623
+ #: includes/general-hooks.php:1539
11624
  msgid "Logo Height"
11625
  msgstr ""
11626
 
11627
+ #: includes/general-hooks.php:1540
11628
  msgid "Specifies height of logo image in pixel."
11629
  msgstr ""
11630
 
11631
+ #: includes/general-hooks.php:1552
11632
  msgid "Enable Background"
11633
  msgstr ""
11634
 
11635
+ #: includes/general-hooks.php:1553
11636
  msgid "Enable it to display custom background on login page."
11637
  msgstr ""
11638
 
11639
+ #: includes/general-hooks.php:1565
11640
  msgid "Specifies background color of website."
11641
  msgstr ""
11642
 
11643
+ #: includes/general-hooks.php:1582
11644
  msgid "You can upload custom image for background of login page"
11645
  msgstr ""
11646
 
11647
+ #: includes/general-hooks.php:1597
11648
  msgid "Background Size"
11649
  msgstr ""
11650
 
11651
+ #: includes/general-hooks.php:1598
11652
  msgid "Specifies background size on login page."
11653
  msgstr ""
11654
 
11655
+ #: includes/general-hooks.php:1608
11656
  msgid "Contain"
11657
  msgstr ""
11658
 
11659
+ #: includes/general-hooks.php:1627
11660
  msgid "Background Pattern"
11661
  msgstr ""
11662
 
11663
+ #: includes/general-hooks.php:1628
11664
  msgid ""
11665
  "You can select one of these patterns as login background image. %s Some of "
11666
  "these can be used as a pattern over your background image."
11667
  msgstr ""
11668
 
11669
+ #: includes/general-hooks.php:1644
11670
  msgid "Background Repeat"
11671
  msgstr ""
11672
 
11673
+ #: includes/general-hooks.php:1645
11674
  msgid "Specifies how background image repeats."
11675
  msgstr ""
11676
 
11677
+ #: includes/general-hooks.php:1650
11678
  msgid "No repeat"
11679
  msgstr ""
11680
 
11681
+ #: includes/general-hooks.php:1654
11682
  msgid "Repeat horizontally and vertically"
11683
  msgstr ""
11684
 
11685
+ #: includes/general-hooks.php:1658
11686
  msgid "Repeat horizontally"
11687
  msgstr ""
11688
 
11689
+ #: includes/general-hooks.php:1662
11690
  msgid "Repeat vertically"
11691
  msgstr ""
11692
 
11693
+ #: includes/general-hooks.php:1678
11694
  msgid "Background Position"
11695
  msgstr ""
11696
 
11697
+ #: includes/general-hooks.php:1679
11698
  msgid "Specifies background image position."
11699
  msgstr ""
11700
 
11701
+ #: includes/general-hooks.php:1684
11702
  msgid "Left top"
11703
  msgstr ""
11704
 
11705
+ #: includes/general-hooks.php:1688
11706
  msgid "Center top"
11707
  msgstr ""
11708
 
11709
+ #: includes/general-hooks.php:1692
11710
  msgid "Right top"
11711
  msgstr ""
11712
 
11713
+ #: includes/general-hooks.php:1697
11714
  msgid "Left center"
11715
  msgstr ""
11716
 
11717
+ #: includes/general-hooks.php:1701
11718
  msgid "Center center"
11719
  msgstr ""
11720
 
11721
+ #: includes/general-hooks.php:1705
11722
  msgid "Right center"
11723
  msgstr ""
11724
 
11725
+ #: includes/general-hooks.php:1710
11726
  msgid "Left bottom"
11727
  msgstr ""
11728
 
11729
+ #: includes/general-hooks.php:1714
11730
  msgid "Center bottom"
11731
  msgstr ""
11732
 
11733
+ #: includes/general-hooks.php:1718
11734
  msgid "Right bottom"
11735
  msgstr ""
11736
 
11737
+ #: includes/general-hooks.php:1734
11738
  msgid "Background Attachment"
11739
  msgstr ""
11740
 
11741
+ #: includes/general-hooks.php:1735
11742
  msgid ""
11743
  "Specifies whether the background is fixed or scrollable as user scrolls the "
11744
  "page."
11745
  msgstr ""
11746
 
11747
+ #: includes/general-hooks.php:1741
11748
  msgid "Scroll"
11749
  msgstr ""
11750
 
11751
+ #: includes/general-hooks.php:1762
11752
  msgid "Custom CSS class name"
11753
  msgstr ""
11754
 
11755
+ #: includes/general-hooks.php:1763
11756
  msgid ""
11757
  "In this field you can define custom CSS class name for login page.\n"
11758
  " This class name will be added to body classes in "
11759
  "login page and is useful for advance custom styling purposes."
11760
  msgstr ""
11761
 
11762
+ #: includes/general-hooks.php:1779
11763
  msgid "404 Page Options"
11764
  msgstr ""
11765
 
11766
+ #: includes/general-hooks.php:1785
11767
  msgid "Specifies a page to display on 404."
11768
  msgstr ""
11769
 
11770
+ #: includes/general-hooks.php:1800 includes/general-hooks.php:1817
11771
  msgid "Maintenance or Comingsoon Page"
11772
  msgstr ""
11773
 
11774
+ #: includes/general-hooks.php:1801
11775
  msgid "Maintenance or Comingsoon Page Options"
11776
  msgstr ""
11777
 
11778
+ #: includes/general-hooks.php:1806
11779
  msgid "Enable Maintenance or Comingsoon Mode"
11780
  msgstr ""
11781
 
11782
+ #: includes/general-hooks.php:1807
11783
  msgid "With this option you can manually enable Maintenance or Comingsoon mode"
11784
  msgstr ""
11785
 
11786
+ #: includes/general-hooks.php:1818
11787
  msgid ""
11788
  "In This Case You Can Set Your Specifc Page for Maintenance or Comingsoon "
11789
  "Mode"
11790
  msgstr ""
11791
 
11792
+ #: includes/general-hooks.php:1837
11793
  msgid "Search Results"
11794
  msgstr ""
11795
 
11796
+ #: includes/general-hooks.php:1838
11797
  msgid "Search Results Options"
11798
  msgstr ""
11799
 
11800
+ #: includes/general-hooks.php:1844
11801
  msgid "Exclude Posts Types"
11802
  msgstr ""
11803
 
11804
+ #: includes/general-hooks.php:1845
11805
  msgid "The post types which should be excluded from search results."
11806
  msgstr ""
11807
 
11808
+ #: includes/general-hooks.php:1855
11809
  msgid "Exclude Posts Without Featured Image"
11810
  msgstr ""
11811
 
11812
+ #: includes/general-hooks.php:1856
11813
  msgid "Exclude posts without featured image in search results."
11814
  msgstr ""
11815
 
11816
+ #: includes/general-hooks.php:1867
11817
  msgid ""
11818
  "If you intend to include additional posts, you should specify the posts "
11819
  "here.<br>You have to insert the Post IDs that are separated by camma (eg. "
11820
  "53,34,87,25)"
11821
  msgstr ""
11822
 
11823
+ #: includes/general-hooks.php:1881
11824
  msgid "Import/Export"
11825
  msgstr ""
11826
 
11827
+ #: includes/general-hooks.php:1882
11828
  msgid "Import or Export options"
11829
  msgstr ""
11830
 
11831
+ #: includes/general-hooks.php:1889
11832
  msgid "Export Data"
11833
  msgstr ""
11834
 
11835
+ #: includes/general-hooks.php:1890
11836
  msgid "Your theme options code which you can import later."
11837
  msgstr ""
11838
 
11839
+ #: includes/general-hooks.php:1900
11840
  msgid "Import Data"
11841
  msgstr ""
11842
 
11843
+ #: includes/general-hooks.php:1901
11844
  msgid "Paste the exported theme options code to import into theme."
11845
  msgstr ""
11846
 
11847
+ #: includes/general-hooks.php:1916
11848
  msgid "White Label"
11849
  msgstr ""
11850
 
11851
+ #: includes/general-hooks.php:1917
11852
  msgid "White Label Settings"
11853
  msgstr ""
11854
 
11855
+ #: includes/general-hooks.php:1927
11856
  msgid "Change PHLOX labels."
11857
  msgstr ""
11858
 
11859
+ #: includes/general-hooks.php:1931
11860
  msgid "Theme Name"
11861
  msgstr ""
11862
 
11863
+ #: includes/general-hooks.php:1942
11864
  msgid "Theme Author Name"
11865
  msgstr ""
11866
 
11867
+ #: includes/general-hooks.php:1951
11868
  msgid "Theme Author URL"
11869
  msgstr ""
11870
 
11871
+ #: includes/general-hooks.php:1960
11872
  msgid "Theme Description"
11873
  msgstr ""
11874
 
11875
+ #: includes/general-hooks.php:1969
11876
  msgid "Theme Screenshot (1200x900)"
11877
  msgstr ""
11878
 
11879
+ #: includes/general-hooks.php:1982
11880
  msgid "Displays"
11881
  msgstr ""
11882
 
11883
+ #: includes/general-hooks.php:1983
11884
  msgid "Change PHLOX admin views."
11885
  msgstr ""
11886
 
11887
+ #: includes/general-hooks.php:1987
11888
  msgid "Hide Notifications"
11889
  msgstr ""
11890
 
11891
+ #: includes/general-hooks.php:1998
11892
  msgid "Hide Theme Badge"
11893
  msgstr ""
11894
 
11895
+ #: includes/general-hooks.php:2009
11896
  msgid "Hide Phlox Menu"
11897
  msgstr ""
11898
 
11899
+ #: includes/general-hooks.php:2020
11900
  msgid "Hide Dashboard Section"
11901
  msgstr ""
11902
 
11903
+ #: includes/general-hooks.php:2038
11904
  msgid "Hide Customization Section"
11905
  msgstr ""
11906
 
11907
+ #: includes/general-hooks.php:2056
11908
  msgid "Hide Demo Importer Section"
11909
  msgstr ""
11910
 
11911
+ #: includes/general-hooks.php:2074
11912
  msgid "Hide Template Kits Section"
11913
  msgstr ""
11914
 
11915
+ #: includes/general-hooks.php:2092
11916
  msgid "Hide Plugins Section"
11917
  msgstr ""
11918
 
11919
+ #: includes/general-hooks.php:2110
11920
  msgid "Hide Tutorials Section"
11921
  msgstr ""
11922
 
11923
+ #: includes/general-hooks.php:2128
11924
  msgid "Hide Feedback Section"
11925
  msgstr ""
11926
 
11927
+ #: includes/general-hooks.php:2390
11928
  msgid "Twitter"
11929
  msgstr ""
11930
 
11931
+ #: includes/general-hooks.php:2391
11932
  msgid "Facebook"
11933
  msgstr ""
11934
 
11935
+ #: includes/general-hooks.php:2392
11936
  msgid "Google Plus"
11937
  msgstr ""
11938
 
11939
+ #: includes/general-hooks.php:2393
11940
  msgid "Flickr"
11941
  msgstr ""
11942
 
11943
+ #: includes/general-hooks.php:2394
11944
  msgid "Delicious"
11945
  msgstr ""
11946
 
11947
+ #: includes/general-hooks.php:2395
11948
  msgid "Pinterest"
11949
  msgstr ""
11950
 
11951
+ #: includes/general-hooks.php:2396
11952
  msgid "GitHub"
11953
  msgstr ""
11954
 
11955
+ #: includes/general-hooks.php:2583
11956
  msgid "Page Options"
11957
  msgstr ""
11958
 
11959
+ #: includes/general-hooks.php:2591
11960
  msgid "Post Options"
11961
  msgstr ""
11962
 
11963
+ #: includes/general-hooks.php:3066
11964
  msgid "Page %s"
11965
  msgstr ""
11966
 
11967
+ #: includes/general-hooks.php:3639
11968
  msgid "current "
11969
  msgstr ""
11970
 
11971
+ #: includes/general-hooks.php:3669
11972
  msgid "Edit Header & Footer"
11973
  msgstr ""
11974
 
12199
  msgid "Chats"
12200
  msgstr ""
12201
 
12202
+ #: includes/general-hooks.php:3087
12203
  #. translators: playlist item title
12204
  msgctxt "playlist item title"
12205
  msgid "&#8220;%s&#8221;"
12206
  msgstr ""
12207
 
12208
+ #: includes/general-hooks.php:3112 includes/general-hooks.php:3117
12209
  #. translators: playlist item title
12210
  msgctxt "playlist item title"
12211
  msgid "%s"
public/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.7.13 (2021-05)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
1
+ /*! Phlox Core Plugin - v2.7.14 (2021-05)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */