Re-add review link to theme options

This commit is contained in:
Alexander Agnarson 2024-11-16 15:59:18 +01:00
parent 7e01205f4d
commit 8d05f3b480
2 changed files with 175 additions and 159 deletions

View file

@ -19,6 +19,14 @@ Kirki::add_section( 'morelink', array(
'button_url' => 'http://alx.media/themes/', 'button_url' => 'http://alx.media/themes/',
'priority' => 13, 'priority' => 13,
) ); ) );
Kirki::add_section( 'reviewlink', array(
'title' => esc_html__( 'Like This Theme?', 'blogstream' ),
'panel' => 'options',
'type' => 'link',
'button_text' => esc_html__( 'Write a Review', 'blogstream' ),
'button_url' => 'https://wordpress.org/support/theme/blogstream/reviews/#new-post',
'priority' => 1,
) );
/* Add Panels /* Add Panels
/* ------------------------------------ */ /* ------------------------------------ */

View file

@ -2,7 +2,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Blogstream\n" "Project-Id-Version: Blogstream\n"
"POT-Creation-Date: 2024-11-16 15:09+0100\n" "POT-Creation-Date: 2024-11-16 15:58+0100\n"
"PO-Revision-Date: 2018-09-21 21:27+0100\n" "PO-Revision-Date: 2018-09-21 21:27+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -71,11 +71,11 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: functions.php:84 functions/theme-options.php:44 #: functions.php:84 functions/theme-options.php:52
msgid "Header" msgid "Header"
msgstr "" msgstr ""
#: functions.php:85 functions/theme-options.php:49 #: functions.php:85 functions/theme-options.php:57
msgid "Footer" msgid "Footer"
msgstr "" msgstr ""
@ -87,7 +87,7 @@ msgstr ""
msgid "Normal full width sidebar" msgid "Normal full width sidebar"
msgstr "" msgstr ""
#: functions.php:181 functions/theme-options.php:338 #: functions.php:181 functions/theme-options.php:346
msgid "Footer Ads" msgid "Footer Ads"
msgstr "" msgstr ""
@ -160,15 +160,15 @@ msgid "Primary Sidebar"
msgstr "" msgstr ""
#: functions/meta-boxes.php:31 functions/meta-boxes.php:65 #: functions/meta-boxes.php:31 functions/meta-boxes.php:65
#: functions/theme-options.php:537 functions/theme-options.php:547 #: functions/theme-options.php:545 functions/theme-options.php:555
#: functions/theme-options.php:557 functions/theme-options.php:567 #: functions/theme-options.php:565 functions/theme-options.php:575
#: functions/theme-options.php:577 functions/theme-options.php:587 #: functions/theme-options.php:585 functions/theme-options.php:595
#: functions/theme-options.php:597 #: functions/theme-options.php:605
msgid "Select a sidebar" msgid "Select a sidebar"
msgstr "" msgstr ""
#: functions/meta-boxes.php:37 functions/meta-boxes.php:71 #: functions/meta-boxes.php:37 functions/meta-boxes.php:71
#: functions/theme-options.php:54 #: functions/theme-options.php:62
msgid "Layout" msgid "Layout"
msgstr "" msgstr ""
@ -205,614 +205,622 @@ msgstr ""
msgid "View More Themes" msgid "View More Themes"
msgstr "" msgstr ""
#: functions/theme-options.php:27 #: functions/theme-options.php:23
msgid "Like This Theme?"
msgstr ""
#: functions/theme-options.php:26
msgid "Write a Review"
msgstr ""
#: functions/theme-options.php:35
msgid "Theme Options" msgid "Theme Options"
msgstr "" msgstr ""
#: functions/theme-options.php:34 #: functions/theme-options.php:42
msgid "General" msgid "General"
msgstr "" msgstr ""
#: functions/theme-options.php:39 #: functions/theme-options.php:47
msgid "Blog" msgid "Blog"
msgstr "" msgstr ""
#: functions/theme-options.php:59 #: functions/theme-options.php:67
msgid "Sidebars" msgid "Sidebars"
msgstr "" msgstr ""
#: functions/theme-options.php:64 #: functions/theme-options.php:72
msgid "Social Links" msgid "Social Links"
msgstr "" msgstr ""
#: functions/theme-options.php:69 #: functions/theme-options.php:77
msgid "Styling" msgid "Styling"
msgstr "" msgstr ""
#: functions/theme-options.php:80 #: functions/theme-options.php:88
msgid "Mobile Sidebar Content" msgid "Mobile Sidebar Content"
msgstr "" msgstr ""
#: functions/theme-options.php:81 #: functions/theme-options.php:89
msgid "Sidebar content on low-resolution mobile devices (320px)" msgid "Sidebar content on low-resolution mobile devices (320px)"
msgstr "" msgstr ""
#: functions/theme-options.php:89 #: functions/theme-options.php:97
msgid "Recommended Plugins" msgid "Recommended Plugins"
msgstr "" msgstr ""
#: functions/theme-options.php:90 #: functions/theme-options.php:98
msgid "Enable or disable the recommended plugins notice" msgid "Enable or disable the recommended plugins notice"
msgstr "" msgstr ""
#: functions/theme-options.php:98 #: functions/theme-options.php:106
msgid "Blog Layout" msgid "Blog Layout"
msgstr "" msgstr ""
#: functions/theme-options.php:102 #: functions/theme-options.php:110
msgid "Standard" msgid "Standard"
msgstr "" msgstr ""
#: functions/theme-options.php:103 #: functions/theme-options.php:111
msgid "Grid" msgid "Grid"
msgstr "" msgstr ""
#: functions/theme-options.php:104 #: functions/theme-options.php:112
msgid "List" msgid "List"
msgstr "" msgstr ""
#: functions/theme-options.php:111 #: functions/theme-options.php:119
msgid "Enable Blog Heading" msgid "Enable Blog Heading"
msgstr "" msgstr ""
#: functions/theme-options.php:112 #: functions/theme-options.php:120
msgid "Show heading on blog home" msgid "Show heading on blog home"
msgstr "" msgstr ""
#: functions/theme-options.php:120 #: functions/theme-options.php:128
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: functions/theme-options.php:121 #: functions/theme-options.php:129
msgid "Your blog heading" msgid "Your blog heading"
msgstr "" msgstr ""
#: functions/theme-options.php:129 #: functions/theme-options.php:137
msgid "Subheading" msgid "Subheading"
msgstr "" msgstr ""
#: functions/theme-options.php:130 #: functions/theme-options.php:138
msgid "Your blog subheading" msgid "Your blog subheading"
msgstr "" msgstr ""
#: functions/theme-options.php:138 #: functions/theme-options.php:146
msgid "Enable Post Formats" msgid "Enable Post Formats"
msgstr "" msgstr ""
#: functions/theme-options.php:139 #: functions/theme-options.php:147
msgid "" msgid ""
"Show post formats instead of featured images on home, archive and search. " "Show post formats instead of featured images on home, archive and search. "
"Use image post format to still display featured images." "Use image post format to still display featured images."
msgstr "" msgstr ""
#: functions/theme-options.php:147 #: functions/theme-options.php:155
msgid "Enable Excerpts" msgid "Enable Excerpts"
msgstr "" msgstr ""
#: functions/theme-options.php:148 #: functions/theme-options.php:156
msgid "Show excerpt instead of full post" msgid "Show excerpt instead of full post"
msgstr "" msgstr ""
#: functions/theme-options.php:156 #: functions/theme-options.php:164
msgid "Excerpt Length" msgid "Excerpt Length"
msgstr "" msgstr ""
#: functions/theme-options.php:157 #: functions/theme-options.php:165
msgid "Max number of words. Set it to 0 to disable." msgid "Max number of words. Set it to 0 to disable."
msgstr "" msgstr ""
#: functions/theme-options.php:170 #: functions/theme-options.php:178
msgid "Featured Posts" msgid "Featured Posts"
msgstr "" msgstr ""
#: functions/theme-options.php:171 #: functions/theme-options.php:179
msgid "Exclude featured posts from the content below" msgid "Exclude featured posts from the content below"
msgstr "" msgstr ""
#: functions/theme-options.php:179 #: functions/theme-options.php:187
msgid "Featured Category" msgid "Featured Category"
msgstr "" msgstr ""
#: functions/theme-options.php:180 functions/theme-options.php:205 #: functions/theme-options.php:188 functions/theme-options.php:213
msgid "" msgid ""
"By not selecting a category, it will show your latest post(s) from all " "By not selecting a category, it will show your latest post(s) from all "
"categories" "categories"
msgstr "" msgstr ""
#: functions/theme-options.php:184 functions/theme-options.php:209 #: functions/theme-options.php:192 functions/theme-options.php:217
msgid "Select a category" msgid "Select a category"
msgstr "" msgstr ""
#: functions/theme-options.php:190 #: functions/theme-options.php:198
msgid "Featured Post Count" msgid "Featured Post Count"
msgstr "" msgstr ""
#: functions/theme-options.php:191 #: functions/theme-options.php:199
msgid "Max number of featured posts to display. Set it to 0 to disable" msgid "Max number of featured posts to display. Set it to 0 to disable"
msgstr "" msgstr ""
#: functions/theme-options.php:204 #: functions/theme-options.php:212
msgid "Highlight Category" msgid "Highlight Category"
msgstr "" msgstr ""
#: functions/theme-options.php:215 #: functions/theme-options.php:223
msgid "Highlight Post Count" msgid "Highlight Post Count"
msgstr "" msgstr ""
#: functions/theme-options.php:216 #: functions/theme-options.php:224
msgid "Max number of highlight posts to display. Set it to 0 to disable." msgid "Max number of highlight posts to display. Set it to 0 to disable."
msgstr "" msgstr ""
#: functions/theme-options.php:229 #: functions/theme-options.php:237
msgid "Frontpage Widgets Top" msgid "Frontpage Widgets Top"
msgstr "" msgstr ""
#: functions/theme-options.php:230 functions/theme-options.php:239 #: functions/theme-options.php:238 functions/theme-options.php:247
msgid "2 columns of widgets" msgid "2 columns of widgets"
msgstr "" msgstr ""
#: functions/theme-options.php:238 #: functions/theme-options.php:246
msgid "Frontpage Widgets Bottom" msgid "Frontpage Widgets Bottom"
msgstr "" msgstr ""
#: functions/theme-options.php:247 #: functions/theme-options.php:255
msgid "Comment Count" msgid "Comment Count"
msgstr "" msgstr ""
#: functions/theme-options.php:248 #: functions/theme-options.php:256
msgid "Comment count on bubbles" msgid "Comment count on bubbles"
msgstr "" msgstr ""
#: functions/theme-options.php:256 #: functions/theme-options.php:264
msgid "Single - Author Bio" msgid "Single - Author Bio"
msgstr "" msgstr ""
#: functions/theme-options.php:257 #: functions/theme-options.php:265
msgid "Shows post author description, if it exists" msgid "Shows post author description, if it exists"
msgstr "" msgstr ""
#: functions/theme-options.php:265 #: functions/theme-options.php:273
msgid "Single - Related Posts" msgid "Single - Related Posts"
msgstr "" msgstr ""
#: functions/theme-options.php:266 #: functions/theme-options.php:274
msgid "Shows randomized related articles below the post" msgid "Shows randomized related articles below the post"
msgstr "" msgstr ""
#: functions/theme-options.php:270 functions/theme-options.php:284 #: functions/theme-options.php:278 functions/theme-options.php:292
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
#: functions/theme-options.php:271 #: functions/theme-options.php:279
msgid "Related by categories" msgid "Related by categories"
msgstr "" msgstr ""
#: functions/theme-options.php:272 #: functions/theme-options.php:280
msgid "Related by tags" msgid "Related by tags"
msgstr "" msgstr ""
#: functions/theme-options.php:279 #: functions/theme-options.php:287
msgid "Single - Post Navigation" msgid "Single - Post Navigation"
msgstr "" msgstr ""
#: functions/theme-options.php:280 #: functions/theme-options.php:288
msgid "Shows links to the next and previous article" msgid "Shows links to the next and previous article"
msgstr "" msgstr ""
#: functions/theme-options.php:285 #: functions/theme-options.php:293
msgid "Sidebar" msgid "Sidebar"
msgstr "" msgstr ""
#: functions/theme-options.php:286 #: functions/theme-options.php:294
msgid "Below content" msgid "Below content"
msgstr "" msgstr ""
#: functions/theme-options.php:293 #: functions/theme-options.php:301
msgid "Header Search" msgid "Header Search"
msgstr "" msgstr ""
#: functions/theme-options.php:294 #: functions/theme-options.php:302
msgid "Header search button" msgid "Header search button"
msgstr "" msgstr ""
#: functions/theme-options.php:302 #: functions/theme-options.php:310
msgid "Header Social Links" msgid "Header Social Links"
msgstr "" msgstr ""
#: functions/theme-options.php:303 functions/theme-options.php:364 #: functions/theme-options.php:311 functions/theme-options.php:372
msgid "Social link icon buttons" msgid "Social link icon buttons"
msgstr "" msgstr ""
#: functions/theme-options.php:311 #: functions/theme-options.php:319
msgid "Profile Image" msgid "Profile Image"
msgstr "" msgstr ""
#: functions/theme-options.php:312 #: functions/theme-options.php:320
msgid "Minimum width of 320px" msgid "Minimum width of 320px"
msgstr "" msgstr ""
#: functions/theme-options.php:320 #: functions/theme-options.php:328
msgid "Profile Name" msgid "Profile Name"
msgstr "" msgstr ""
#: functions/theme-options.php:321 #: functions/theme-options.php:329
msgid "Your name appears below the image" msgid "Your name appears below the image"
msgstr "" msgstr ""
#: functions/theme-options.php:329 #: functions/theme-options.php:337
msgid "Profile Description" msgid "Profile Description"
msgstr "" msgstr ""
#: functions/theme-options.php:330 #: functions/theme-options.php:338
msgid "A short description of you" msgid "A short description of you"
msgstr "" msgstr ""
#: functions/theme-options.php:339 #: functions/theme-options.php:347
msgid "Footer widget ads area" msgid "Footer widget ads area"
msgstr "" msgstr ""
#: functions/theme-options.php:347 #: functions/theme-options.php:355
msgid "Footer Widget Columns" msgid "Footer Widget Columns"
msgstr "" msgstr ""
#: functions/theme-options.php:348 #: functions/theme-options.php:356
msgid "Select columns to enable footer widgets. Recommended number: 3" msgid "Select columns to enable footer widgets. Recommended number: 3"
msgstr "" msgstr ""
#: functions/theme-options.php:363 #: functions/theme-options.php:371
msgid "Footer Social Links" msgid "Footer Social Links"
msgstr "" msgstr ""
#: functions/theme-options.php:372 #: functions/theme-options.php:380
msgid "Footer Logo" msgid "Footer Logo"
msgstr "" msgstr ""
#: functions/theme-options.php:373 #: functions/theme-options.php:381
msgid "Upload your custom logo image" msgid "Upload your custom logo image"
msgstr "" msgstr ""
#: functions/theme-options.php:381 #: functions/theme-options.php:389
msgid "Footer Copyright" msgid "Footer Copyright"
msgstr "" msgstr ""
#: functions/theme-options.php:382 #: functions/theme-options.php:390
msgid "Replace the footer copyright text" msgid "Replace the footer copyright text"
msgstr "" msgstr ""
#: functions/theme-options.php:390 #: functions/theme-options.php:398
msgid "Footer Credit" msgid "Footer Credit"
msgstr "" msgstr ""
#: functions/theme-options.php:391 #: functions/theme-options.php:399
msgid "Footer credit text" msgid "Footer credit text"
msgstr "" msgstr ""
#: functions/theme-options.php:399 #: functions/theme-options.php:407
msgid "Global Layout" msgid "Global Layout"
msgstr "" msgstr ""
#: functions/theme-options.php:400 #: functions/theme-options.php:408
msgid "Other layouts will override this option if they are set" msgid "Other layouts will override this option if they are set"
msgstr "" msgstr ""
#: functions/theme-options.php:413 functions/theme-options.php:532 #: functions/theme-options.php:421 functions/theme-options.php:540
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: functions/theme-options.php:414 #: functions/theme-options.php:422
msgid "(is_home) Posts homepage layout" msgid "(is_home) Posts homepage layout"
msgstr "" msgstr ""
#: functions/theme-options.php:428 functions/theme-options.php:542 #: functions/theme-options.php:436 functions/theme-options.php:550
msgid "Single" msgid "Single"
msgstr "" msgstr ""
#: functions/theme-options.php:429 #: functions/theme-options.php:437
msgid "" msgid ""
"(is_single) Single post layout - If a post has a set layout, it will " "(is_single) Single post layout - If a post has a set layout, it will "
"override this." "override this."
msgstr "" msgstr ""
#: functions/theme-options.php:443 functions/theme-options.php:552 #: functions/theme-options.php:451 functions/theme-options.php:560
msgid "Archive" msgid "Archive"
msgstr "" msgstr ""
#: functions/theme-options.php:444 #: functions/theme-options.php:452
msgid "(is_archive) Category, date, tag and author archive layout" msgid "(is_archive) Category, date, tag and author archive layout"
msgstr "" msgstr ""
#: functions/theme-options.php:458 functions/theme-options.php:562 #: functions/theme-options.php:466 functions/theme-options.php:570
msgid "Archive - Category" msgid "Archive - Category"
msgstr "" msgstr ""
#: functions/theme-options.php:459 #: functions/theme-options.php:467
msgid "(is_category) Category archive layout" msgid "(is_category) Category archive layout"
msgstr "" msgstr ""
#: functions/theme-options.php:473 functions/theme-options.php:572 #: functions/theme-options.php:481 functions/theme-options.php:580
msgid "Search" msgid "Search"
msgstr "" msgstr ""
#: functions/theme-options.php:474 #: functions/theme-options.php:482
msgid "(is_search) Search page layout" msgid "(is_search) Search page layout"
msgstr "" msgstr ""
#: functions/theme-options.php:488 functions/theme-options.php:582 #: functions/theme-options.php:496 functions/theme-options.php:590
msgid "Error 404" msgid "Error 404"
msgstr "" msgstr ""
#: functions/theme-options.php:489 #: functions/theme-options.php:497
msgid "(is_404) Error 404 page layout" msgid "(is_404) Error 404 page layout"
msgstr "" msgstr ""
#: functions/theme-options.php:503 functions/theme-options.php:592 #: functions/theme-options.php:511 functions/theme-options.php:600
msgid "Default Page" msgid "Default Page"
msgstr "" msgstr ""
#: functions/theme-options.php:504 #: functions/theme-options.php:512
msgid "" msgid ""
"(is_page) Default page layout - If a page has a set layout, it will override " "(is_page) Default page layout - If a page has a set layout, it will override "
"this." "this."
msgstr "" msgstr ""
#: functions/theme-options.php:533 #: functions/theme-options.php:541
msgid "(is_home) Primary" msgid "(is_home) Primary"
msgstr "" msgstr ""
#: functions/theme-options.php:543 #: functions/theme-options.php:551
msgid "" msgid ""
"(is_single) Primary - If a single post has a unique sidebar, it will " "(is_single) Primary - If a single post has a unique sidebar, it will "
"override this." "override this."
msgstr "" msgstr ""
#: functions/theme-options.php:553 #: functions/theme-options.php:561
msgid "(is_archive) Primary" msgid "(is_archive) Primary"
msgstr "" msgstr ""
#: functions/theme-options.php:563 #: functions/theme-options.php:571
msgid "(is_category) Primary" msgid "(is_category) Primary"
msgstr "" msgstr ""
#: functions/theme-options.php:573 #: functions/theme-options.php:581
msgid "(is_search) Primary" msgid "(is_search) Primary"
msgstr "" msgstr ""
#: functions/theme-options.php:583 #: functions/theme-options.php:591
msgid "(is_404) Primary" msgid "(is_404) Primary"
msgstr "" msgstr ""
#: functions/theme-options.php:593 #: functions/theme-options.php:601
msgid "" msgid ""
"(is_page) Primary - If a page has a unique sidebar, it will override this." "(is_page) Primary - If a page has a unique sidebar, it will override this."
msgstr "" msgstr ""
#: functions/theme-options.php:606 #: functions/theme-options.php:614
msgid "Create Social Links" msgid "Create Social Links"
msgstr "" msgstr ""
#: functions/theme-options.php:607 #: functions/theme-options.php:615
msgid "Create and organize your social links" msgid "Create and organize your social links"
msgstr "" msgstr ""
#: functions/theme-options.php:609 #: functions/theme-options.php:617
msgid "Font Awesome names:" msgid "Font Awesome names:"
msgstr "" msgstr ""
#: functions/theme-options.php:609 functions/theme-options.php:626 #: functions/theme-options.php:617 functions/theme-options.php:634
msgid "View All" msgid "View All"
msgstr "" msgstr ""
#: functions/theme-options.php:612 #: functions/theme-options.php:620
msgid "social link" msgid "social link"
msgstr "" msgstr ""
#: functions/theme-options.php:619 #: functions/theme-options.php:627
msgid "Title" msgid "Title"
msgstr "" msgstr ""
#: functions/theme-options.php:620 #: functions/theme-options.php:628
msgid "Ex: Facebook" msgid "Ex: Facebook"
msgstr "" msgstr ""
#: functions/theme-options.php:625 #: functions/theme-options.php:633
msgid "Icon Name" msgid "Icon Name"
msgstr "" msgstr ""
#: functions/theme-options.php:626 #: functions/theme-options.php:634
msgid "Font Awesome icons. Ex: fa-facebook " msgid "Font Awesome icons. Ex: fa-facebook "
msgstr "" msgstr ""
#: functions/theme-options.php:631 #: functions/theme-options.php:639
msgid "Link" msgid "Link"
msgstr "" msgstr ""
#: functions/theme-options.php:632 #: functions/theme-options.php:640
msgid "Enter the full url for your icon button" msgid "Enter the full url for your icon button"
msgstr "" msgstr ""
#: functions/theme-options.php:637 #: functions/theme-options.php:645
msgid "Icon Color" msgid "Icon Color"
msgstr "" msgstr ""
#: functions/theme-options.php:638 #: functions/theme-options.php:646
msgid "Set a unique color for your icon (optional)" msgid "Set a unique color for your icon (optional)"
msgstr "" msgstr ""
#: functions/theme-options.php:643 #: functions/theme-options.php:651
msgid "Open in new window" msgid "Open in new window"
msgstr "" msgstr ""
#: functions/theme-options.php:652 #: functions/theme-options.php:660
msgid "Dynamic Styles" msgid "Dynamic Styles"
msgstr "" msgstr ""
#: functions/theme-options.php:653 #: functions/theme-options.php:661
msgid "Turn on to use the styling options below" msgid "Turn on to use the styling options below"
msgstr "" msgstr ""
#: functions/theme-options.php:661 #: functions/theme-options.php:669
msgid "Font" msgid "Font"
msgstr "" msgstr ""
#: functions/theme-options.php:662 #: functions/theme-options.php:670
msgid "Select font for the theme" msgid "Select font for the theme"
msgstr "" msgstr ""
#: functions/theme-options.php:666 #: functions/theme-options.php:674
msgid "Titillium Web, Latin (Self-hosted)" msgid "Titillium Web, Latin (Self-hosted)"
msgstr "" msgstr ""
#: functions/theme-options.php:667 #: functions/theme-options.php:675
msgid "Titillium Web, Latin-Ext" msgid "Titillium Web, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:668 #: functions/theme-options.php:676
msgid "Droid Serif, Latin" msgid "Droid Serif, Latin"
msgstr "" msgstr ""
#: functions/theme-options.php:669 #: functions/theme-options.php:677
msgid "Source Sans Pro, Latin-Ext" msgid "Source Sans Pro, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:670 #: functions/theme-options.php:678
msgid "Lato, Latin" msgid "Lato, Latin"
msgstr "" msgstr ""
#: functions/theme-options.php:671 #: functions/theme-options.php:679
msgid "Raleway, Latin" msgid "Raleway, Latin"
msgstr "" msgstr ""
#: functions/theme-options.php:672 #: functions/theme-options.php:680
msgid "Ubuntu, Latin-Ext" msgid "Ubuntu, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:673 #: functions/theme-options.php:681
msgid "Ubuntu, Latin / Cyrillic-Ext" msgid "Ubuntu, Latin / Cyrillic-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:674 #: functions/theme-options.php:682
msgid "Roboto, Latin-Ext" msgid "Roboto, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:675 #: functions/theme-options.php:683
msgid "Roboto, Latin / Cyrillic-Ext" msgid "Roboto, Latin / Cyrillic-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:676 #: functions/theme-options.php:684
msgid "Roboto Condensed, Latin-Ext" msgid "Roboto Condensed, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:677 #: functions/theme-options.php:685
msgid "Roboto Condensed, Latin / Cyrillic-Ext" msgid "Roboto Condensed, Latin / Cyrillic-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:678 #: functions/theme-options.php:686
msgid "Roboto Slab, Latin-Ext" msgid "Roboto Slab, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:679 #: functions/theme-options.php:687
msgid "Roboto Slab, Latin / Cyrillic-Ext" msgid "Roboto Slab, Latin / Cyrillic-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:680 #: functions/theme-options.php:688
msgid "Playfair Display, Latin-Ext" msgid "Playfair Display, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:681 #: functions/theme-options.php:689
msgid "Playfair Display, Latin / Cyrillic" msgid "Playfair Display, Latin / Cyrillic"
msgstr "" msgstr ""
#: functions/theme-options.php:682 #: functions/theme-options.php:690
msgid "Open Sans, Latin-Ext" msgid "Open Sans, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:683 #: functions/theme-options.php:691
msgid "Open Sans, Latin / Cyrillic-Ext" msgid "Open Sans, Latin / Cyrillic-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:684 #: functions/theme-options.php:692
msgid "PT Serif, Latin-Ext" msgid "PT Serif, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:685 #: functions/theme-options.php:693
msgid "PT Serif, Latin / Cyrillic-Ext" msgid "PT Serif, Latin / Cyrillic-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:686 #: functions/theme-options.php:694
msgid "Arial" msgid "Arial"
msgstr "" msgstr ""
#: functions/theme-options.php:687 #: functions/theme-options.php:695
msgid "Georgia" msgid "Georgia"
msgstr "" msgstr ""
#: functions/theme-options.php:688 #: functions/theme-options.php:696
msgid "Verdana" msgid "Verdana"
msgstr "" msgstr ""
#: functions/theme-options.php:689 #: functions/theme-options.php:697
msgid "Tahoma" msgid "Tahoma"
msgstr "" msgstr ""
#: functions/theme-options.php:696 #: functions/theme-options.php:704
msgid "Website Max-width" msgid "Website Max-width"
msgstr "" msgstr ""
#: functions/theme-options.php:697 #: functions/theme-options.php:705
msgid "Max-width of the container. Use default for full width." msgid "Max-width of the container. Use default for full width."
msgstr "" msgstr ""
#: functions/theme-options.php:710 #: functions/theme-options.php:718
msgid "Content Max-width" msgid "Content Max-width"
msgstr "" msgstr ""
#: functions/theme-options.php:711 #: functions/theme-options.php:719
msgid "Max-width of the website content" msgid "Max-width of the website content"
msgstr "" msgstr ""
#: functions/theme-options.php:724 #: functions/theme-options.php:732
msgid "Dark Theme" msgid "Dark Theme"
msgstr "" msgstr ""
#: functions/theme-options.php:725 #: functions/theme-options.php:733
msgid "Use dark instead of light base" msgid "Use dark instead of light base"
msgstr "" msgstr ""
#: functions/theme-options.php:733 #: functions/theme-options.php:741
msgid "Light/Dark Theme Toggle" msgid "Light/Dark Theme Toggle"
msgstr "" msgstr ""
#: functions/theme-options.php:734 #: functions/theme-options.php:742
msgid "Do not use with dark theme enabled" msgid "Do not use with dark theme enabled"
msgstr "" msgstr ""
#: functions/theme-options.php:742 #: functions/theme-options.php:750
msgid "Invert Dark Logo Color" msgid "Invert Dark Logo Color"
msgstr "" msgstr ""
#: functions/theme-options.php:743 #: functions/theme-options.php:751
msgid "Change color for the logo in dark mode" msgid "Change color for the logo in dark mode"
msgstr "" msgstr ""
#: functions/theme-options.php:751 #: functions/theme-options.php:759
msgid "Primary Color" msgid "Primary Color"
msgstr "" msgstr ""
#: functions/theme-options.php:759 #: functions/theme-options.php:767
msgid "Header Logo Image Max-height" msgid "Header Logo Image Max-height"
msgstr "" msgstr ""
#: functions/theme-options.php:760 #: functions/theme-options.php:768
msgid "" msgid ""
"Your logo image should have the double height of this to be high resolution" "Your logo image should have the double height of this to be high resolution"
msgstr "" msgstr ""