mirror of
https://ghproxy.net/https://github.com/AlxMedia/typecore.git
synced 2025-08-26 15:54:05 +08:00
Remove responsive layout on/off option, regenerate .pot file
This commit is contained in:
parent
20604f65e5
commit
a6e1e31a6f
3 changed files with 178 additions and 195 deletions
|
@ -200,7 +200,7 @@ if ( ! function_exists( 'typecore_styles' ) ) {
|
|||
|
||||
function typecore_styles() {
|
||||
wp_enqueue_style( 'typecore-style', get_stylesheet_uri() );
|
||||
if ( get_theme_mod('responsive','on') =='on' ) { wp_enqueue_style( 'typecore-responsive', get_template_directory_uri().'/responsive.css' ); }
|
||||
wp_enqueue_style( 'typecore-responsive', get_template_directory_uri().'/responsive.css' );
|
||||
if ( get_theme_mod('light','off') == 'on' ) { wp_enqueue_style( 'typecore-light', get_template_directory_uri().'/light.css' ); }
|
||||
wp_enqueue_style( 'typecore-font-awesome', get_template_directory_uri().'/fonts/all.min.css' );
|
||||
}
|
||||
|
|
|
@ -81,15 +81,6 @@ Kirki::add_section( 'styling', array(
|
|||
/* Add Fields
|
||||
/* ------------------------------------ */
|
||||
|
||||
// General: Responsive Layout
|
||||
Kirki::add_field( 'typecore_theme', array(
|
||||
'type' => 'switch',
|
||||
'settings' => 'responsive',
|
||||
'label' => esc_html__( 'Responsive Layout', 'typecore' ),
|
||||
'description' => esc_html__( 'Mobile and tablet optimizations (responsive.css)', 'typecore' ),
|
||||
'section' => 'general',
|
||||
'default' => 'on',
|
||||
) );
|
||||
// General: Mobile Sidebar
|
||||
Kirki::add_field( 'typecore_theme', array(
|
||||
'type' => 'radio',
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Typecore\n"
|
||||
"POT-Creation-Date: 2019-07-26 21:10+0200\n"
|
||||
"POT-Creation-Date: 2020-03-23 21:26+0100\n"
|
||||
"PO-Revision-Date: 2018-09-21 21:27+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
@ -89,11 +89,11 @@ msgstr ""
|
|||
msgid "Secondary"
|
||||
msgstr ""
|
||||
|
||||
#: functions.php:164 functions/theme-options.php:310
|
||||
#: functions.php:164 functions/theme-options.php:301
|
||||
msgid "Header Ads"
|
||||
msgstr ""
|
||||
|
||||
#: functions.php:165 functions/theme-options.php:337
|
||||
#: functions.php:165 functions/theme-options.php:328
|
||||
msgid "Footer Ads"
|
||||
msgstr ""
|
||||
|
||||
|
@ -167,13 +167,13 @@ msgstr ""
|
|||
|
||||
#: functions/meta-boxes.php:31 functions/meta-boxes.php:38
|
||||
#: functions/meta-boxes.php:75 functions/meta-boxes.php:82
|
||||
#: functions/theme-options.php:560 functions/theme-options.php:570
|
||||
#: functions/theme-options.php:580 functions/theme-options.php:590
|
||||
#: functions/theme-options.php:600 functions/theme-options.php:610
|
||||
#: functions/theme-options.php:620 functions/theme-options.php:630
|
||||
#: functions/theme-options.php:640 functions/theme-options.php:650
|
||||
#: functions/theme-options.php:660 functions/theme-options.php:670
|
||||
#: functions/theme-options.php:680 functions/theme-options.php:690
|
||||
#: functions/theme-options.php:551 functions/theme-options.php:561
|
||||
#: functions/theme-options.php:571 functions/theme-options.php:581
|
||||
#: functions/theme-options.php:591 functions/theme-options.php:601
|
||||
#: functions/theme-options.php:611 functions/theme-options.php:621
|
||||
#: functions/theme-options.php:631 functions/theme-options.php:641
|
||||
#: functions/theme-options.php:651 functions/theme-options.php:661
|
||||
#: functions/theme-options.php:671 functions/theme-options.php:681
|
||||
msgid "Select a sidebar"
|
||||
msgstr ""
|
||||
|
||||
|
@ -231,614 +231,606 @@ msgid "Styling"
|
|||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:88
|
||||
msgid "Responsive Layout"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:89
|
||||
msgid "Mobile and tablet optimizations (responsive.css)"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:97
|
||||
msgid "Mobile Sidebar Content"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:98
|
||||
#: functions/theme-options.php:89
|
||||
msgid "Hide sidebar content on low-resolution mobile devices (320px)"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:102
|
||||
#: functions/theme-options.php:93
|
||||
msgid "Show sidebars"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:103
|
||||
#: functions/theme-options.php:94
|
||||
msgid "Hide primary sidebar"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:104
|
||||
#: functions/theme-options.php:95
|
||||
msgid "Hide secondary sidebar"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:105
|
||||
#: functions/theme-options.php:96
|
||||
msgid "Hide both sidebars"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:112
|
||||
#: functions/theme-options.php:103
|
||||
msgid "Recommended Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:113
|
||||
#: functions/theme-options.php:104
|
||||
msgid "Enable or disable the recommended plugins notice"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:121
|
||||
#: functions/theme-options.php:112
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:122
|
||||
#: functions/theme-options.php:113
|
||||
msgid "Your blog heading"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:130
|
||||
#: functions/theme-options.php:121
|
||||
msgid "Subheading"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:131
|
||||
#: functions/theme-options.php:122
|
||||
msgid "Your blog subheading"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:139
|
||||
#: functions/theme-options.php:130
|
||||
msgid "Excerpt Length"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:140
|
||||
#: functions/theme-options.php:131
|
||||
msgid "Max number of words. Set it to 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:153
|
||||
#: functions/theme-options.php:144
|
||||
msgid "Featured Posts"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:154
|
||||
#: functions/theme-options.php:145
|
||||
msgid ""
|
||||
"To show featured posts in the slider AND the content below. Usually not "
|
||||
"recommended."
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:162
|
||||
#: functions/theme-options.php:153
|
||||
msgid "Featured Category"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:163
|
||||
#: functions/theme-options.php:154
|
||||
msgid ""
|
||||
"By not selecting a category, it will show your latest post(s) from all "
|
||||
"categories"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:167 functions/theme-options.php:201
|
||||
#: functions/theme-options.php:221
|
||||
#: functions/theme-options.php:158 functions/theme-options.php:192
|
||||
#: functions/theme-options.php:212
|
||||
msgid "Select a category"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:173
|
||||
#: functions/theme-options.php:164
|
||||
msgid "Featured Post Count"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:174
|
||||
#: functions/theme-options.php:165
|
||||
msgid ""
|
||||
"Max number of featured posts to display. Set to 1 and it will show it "
|
||||
"without any slider script. Set it to 0 to disable"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:187
|
||||
#: functions/theme-options.php:178
|
||||
msgid "Highlights"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:188
|
||||
#: functions/theme-options.php:179
|
||||
msgid "3 small items below the slider"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:196
|
||||
#: functions/theme-options.php:187
|
||||
msgid "Highlights Category"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:197
|
||||
#: functions/theme-options.php:188
|
||||
msgid "The 3 latest posts"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:207
|
||||
#: functions/theme-options.php:198
|
||||
msgid "Picks"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:208
|
||||
#: functions/theme-options.php:199
|
||||
msgid "2 small items at the bottom of the page"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:216
|
||||
#: functions/theme-options.php:207
|
||||
msgid "Picks Category"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:217
|
||||
#: functions/theme-options.php:208
|
||||
msgid "The 2 latest posts"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:227
|
||||
#: functions/theme-options.php:218
|
||||
msgid "Frontpage Widgets Top"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:228 functions/theme-options.php:237
|
||||
#: functions/theme-options.php:219 functions/theme-options.php:228
|
||||
msgid "2 columns of widgets"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:236
|
||||
#: functions/theme-options.php:227
|
||||
msgid "Frontpage Widgets Bottom"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:245
|
||||
#: functions/theme-options.php:236
|
||||
msgid "Standard Blog List"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:246
|
||||
#: functions/theme-options.php:237
|
||||
msgid "Show one post per row, image beside text"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:254
|
||||
#: functions/theme-options.php:245
|
||||
msgid "Thumbnail Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:255
|
||||
#: functions/theme-options.php:246
|
||||
msgid "Show featured image placeholders if no featured image is set"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:263
|
||||
#: functions/theme-options.php:254
|
||||
msgid "Thumbnail Comment Count"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:264
|
||||
#: functions/theme-options.php:255
|
||||
msgid "Comment count on thumbnails"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:272
|
||||
#: functions/theme-options.php:263
|
||||
msgid "Single - Author Bio"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:273
|
||||
#: functions/theme-options.php:264
|
||||
msgid "Shows post author description, if it exists"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:281
|
||||
#: functions/theme-options.php:272
|
||||
msgid "Single - Related Posts"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:282
|
||||
#: functions/theme-options.php:273
|
||||
msgid "Shows randomized related articles below the post"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:286 functions/theme-options.php:300
|
||||
#: functions/theme-options.php:277 functions/theme-options.php:291
|
||||
msgid "Disable"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:287
|
||||
#: functions/theme-options.php:278
|
||||
msgid "Related by categories"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:288
|
||||
#: functions/theme-options.php:279
|
||||
msgid "Related by tags"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:295
|
||||
#: functions/theme-options.php:286
|
||||
msgid "Single - Post Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:296
|
||||
#: functions/theme-options.php:287
|
||||
msgid "Shows links to the next and previous article"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:301
|
||||
#: functions/theme-options.php:292
|
||||
msgid "Sidebar Primary"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:302
|
||||
#: functions/theme-options.php:293
|
||||
msgid "Sidebar Secondary"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:303
|
||||
#: functions/theme-options.php:294
|
||||
msgid "Below content"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:311
|
||||
#: functions/theme-options.php:302
|
||||
msgid "Header widget ads area"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:319
|
||||
#: functions/theme-options.php:310
|
||||
msgid "Header Search"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:320
|
||||
#: functions/theme-options.php:311
|
||||
msgid "Header search button"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:328
|
||||
#: functions/theme-options.php:319
|
||||
msgid "Header Social Links"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:329 functions/theme-options.php:363
|
||||
#: functions/theme-options.php:320 functions/theme-options.php:354
|
||||
msgid "Social link icon buttons"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:338
|
||||
#: functions/theme-options.php:329
|
||||
msgid "Footer widget ads area"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:346
|
||||
#: functions/theme-options.php:337
|
||||
msgid "Footer Widget Columns"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:347
|
||||
#: functions/theme-options.php:338
|
||||
msgid "Select columns to enable footer widgets. Recommended number: 3"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:362
|
||||
#: functions/theme-options.php:353
|
||||
msgid "Footer Social Links"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:371
|
||||
#: functions/theme-options.php:362
|
||||
msgid "Footer Logo"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:372
|
||||
#: functions/theme-options.php:363
|
||||
msgid "Upload your custom logo image"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:380
|
||||
#: functions/theme-options.php:371
|
||||
msgid "Footer Copyright"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:381
|
||||
#: functions/theme-options.php:372
|
||||
msgid "Replace the footer copyright text"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:389
|
||||
#: functions/theme-options.php:380
|
||||
msgid "Footer Credit"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:390
|
||||
#: functions/theme-options.php:381
|
||||
msgid "Footer credit text"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:398
|
||||
#: functions/theme-options.php:389
|
||||
msgid "Global Layout"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:399
|
||||
#: functions/theme-options.php:390
|
||||
msgid "Other layouts will override this option if they are set"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:415 functions/theme-options.php:555
|
||||
#: functions/theme-options.php:565
|
||||
#: functions/theme-options.php:406 functions/theme-options.php:546
|
||||
#: functions/theme-options.php:556
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:416
|
||||
#: functions/theme-options.php:407
|
||||
msgid "(is_home) Posts homepage layout"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:433 functions/theme-options.php:575
|
||||
#: functions/theme-options.php:585
|
||||
#: functions/theme-options.php:424 functions/theme-options.php:566
|
||||
#: functions/theme-options.php:576
|
||||
msgid "Single"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:434
|
||||
#: functions/theme-options.php:425
|
||||
msgid ""
|
||||
"(is_single) Single post layout - If a post has a set layout, it will "
|
||||
"override this."
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:451 functions/theme-options.php:595
|
||||
#: functions/theme-options.php:605
|
||||
#: functions/theme-options.php:442 functions/theme-options.php:586
|
||||
#: functions/theme-options.php:596
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:452
|
||||
#: functions/theme-options.php:443
|
||||
msgid "(is_archive) Category, date, tag and author archive layout"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:469 functions/theme-options.php:615
|
||||
#: functions/theme-options.php:625
|
||||
#: functions/theme-options.php:460 functions/theme-options.php:606
|
||||
#: functions/theme-options.php:616
|
||||
msgid "Archive - Category"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:470
|
||||
#: functions/theme-options.php:461
|
||||
msgid "(is_category) Category archive layout"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:487 functions/theme-options.php:635
|
||||
#: functions/theme-options.php:645
|
||||
#: functions/theme-options.php:478 functions/theme-options.php:626
|
||||
#: functions/theme-options.php:636
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:488
|
||||
#: functions/theme-options.php:479
|
||||
msgid "(is_search) Search page layout"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:505 functions/theme-options.php:655
|
||||
#: functions/theme-options.php:665
|
||||
#: functions/theme-options.php:496 functions/theme-options.php:646
|
||||
#: functions/theme-options.php:656
|
||||
msgid "Error 404"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:506
|
||||
#: functions/theme-options.php:497
|
||||
msgid "(is_404) Error 404 page layout"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:523 functions/theme-options.php:675
|
||||
#: functions/theme-options.php:685
|
||||
#: functions/theme-options.php:514 functions/theme-options.php:666
|
||||
#: functions/theme-options.php:676
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:524
|
||||
#: functions/theme-options.php:515
|
||||
msgid ""
|
||||
"(is_page) Default page layout - If a page has a set layout, it will override "
|
||||
"this."
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:556
|
||||
#: functions/theme-options.php:547
|
||||
msgid "(is_home) Primary"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:566
|
||||
#: functions/theme-options.php:557
|
||||
msgid "(is_home) Secondary"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:576
|
||||
#: functions/theme-options.php:567
|
||||
msgid ""
|
||||
"(is_single) Primary - If a single post has a unique sidebar, it will "
|
||||
"override this."
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:586
|
||||
#: functions/theme-options.php:577
|
||||
msgid ""
|
||||
"(is_single) Secondary - If a single post has a unique sidebar, it will "
|
||||
"override this."
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:596
|
||||
#: functions/theme-options.php:587
|
||||
msgid "(is_archive) Primary"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:606
|
||||
#: functions/theme-options.php:597
|
||||
msgid "(is_archive) Secondary"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:616
|
||||
#: functions/theme-options.php:607
|
||||
msgid "(is_category) Primary"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:626
|
||||
#: functions/theme-options.php:617
|
||||
msgid "(is_category) Secondary"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:636
|
||||
#: functions/theme-options.php:627
|
||||
msgid "(is_search) Primary"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:646
|
||||
#: functions/theme-options.php:637
|
||||
msgid "(is_search) Secondary"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:656
|
||||
#: functions/theme-options.php:647
|
||||
msgid "(is_404) Primary"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:666
|
||||
#: functions/theme-options.php:657
|
||||
msgid "(is_404) Secondary"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:676
|
||||
#: functions/theme-options.php:667
|
||||
msgid ""
|
||||
"(is_page) Primary - If a page has a unique sidebar, it will override this."
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:686
|
||||
#: functions/theme-options.php:677
|
||||
msgid ""
|
||||
"(is_page) Secondary - If a page has a unique sidebar, it will override this."
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:699
|
||||
#: functions/theme-options.php:690
|
||||
msgid "Create Social Links"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:700
|
||||
#: functions/theme-options.php:691
|
||||
msgid "Create and organize your social links"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:702
|
||||
#: functions/theme-options.php:693
|
||||
msgid "Font Awesome names:"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:702 functions/theme-options.php:719
|
||||
#: functions/theme-options.php:693 functions/theme-options.php:710
|
||||
msgid "View All"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:705
|
||||
#: functions/theme-options.php:696
|
||||
msgid "social link"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:712
|
||||
#: functions/theme-options.php:703
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:713
|
||||
#: functions/theme-options.php:704
|
||||
msgid "Ex: Facebook"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:718
|
||||
#: functions/theme-options.php:709
|
||||
msgid "Icon Name"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:719
|
||||
#: functions/theme-options.php:710
|
||||
msgid "Font Awesome icons. Ex: fa-facebook "
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:724
|
||||
#: functions/theme-options.php:715
|
||||
msgid "Link"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:725
|
||||
#: functions/theme-options.php:716
|
||||
msgid "Enter the full url for your icon button"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:730
|
||||
#: functions/theme-options.php:721
|
||||
msgid "Icon Color"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:731
|
||||
#: functions/theme-options.php:722
|
||||
msgid "Set a unique color for your icon (optional)"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:736
|
||||
#: functions/theme-options.php:727
|
||||
msgid "Open in new window"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:745
|
||||
#: functions/theme-options.php:736
|
||||
msgid "Dynamic Styles"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:746
|
||||
#: functions/theme-options.php:737
|
||||
msgid "Turn on to use the styling options below"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:754
|
||||
#: functions/theme-options.php:745
|
||||
msgid "Light Layout"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:755
|
||||
#: functions/theme-options.php:746
|
||||
msgid "Light colors"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:763
|
||||
#: functions/theme-options.php:754
|
||||
msgid "Center Layout"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:764
|
||||
#: functions/theme-options.php:755
|
||||
msgid "Center the layout"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:772
|
||||
#: functions/theme-options.php:763
|
||||
msgid "Boxed Layout"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:773
|
||||
#: functions/theme-options.php:764
|
||||
msgid "Use a boxed layout"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:781
|
||||
#: functions/theme-options.php:772
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:782
|
||||
#: functions/theme-options.php:773
|
||||
msgid "Select font for the theme"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:786
|
||||
#: functions/theme-options.php:777
|
||||
msgid "Titillium Web, Latin (Self-hosted)"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:787
|
||||
#: functions/theme-options.php:778
|
||||
msgid "Titillium Web, Latin-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:788
|
||||
#: functions/theme-options.php:779
|
||||
msgid "Droid Serif, Latin"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:789
|
||||
#: functions/theme-options.php:780
|
||||
msgid "Source Sans Pro, Latin-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:790
|
||||
#: functions/theme-options.php:781
|
||||
msgid "Lato, Latin"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:791
|
||||
#: functions/theme-options.php:782
|
||||
msgid "Raleway, Latin"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:792
|
||||
#: functions/theme-options.php:783
|
||||
msgid "Ubuntu, Latin-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:793
|
||||
#: functions/theme-options.php:784
|
||||
msgid "Ubuntu, Latin / Cyrillic-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:794
|
||||
#: functions/theme-options.php:785
|
||||
msgid "Roboto, Latin-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:795
|
||||
#: functions/theme-options.php:786
|
||||
msgid "Roboto, Latin / Cyrillic-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:796
|
||||
#: functions/theme-options.php:787
|
||||
msgid "Roboto Condensed, Latin-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:797
|
||||
#: functions/theme-options.php:788
|
||||
msgid "Roboto Condensed, Latin / Cyrillic-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:798
|
||||
#: functions/theme-options.php:789
|
||||
msgid "Roboto Slab, Latin-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:799
|
||||
#: functions/theme-options.php:790
|
||||
msgid "Roboto Slab, Latin / Cyrillic-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:800
|
||||
#: functions/theme-options.php:791
|
||||
msgid "Playfair Display, Latin-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:801
|
||||
#: functions/theme-options.php:792
|
||||
msgid "Playfair Display, Latin / Cyrillic"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:802
|
||||
#: functions/theme-options.php:793
|
||||
msgid "Open Sans, Latin-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:803
|
||||
#: functions/theme-options.php:794
|
||||
msgid "Open Sans, Latin / Cyrillic-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:804
|
||||
#: functions/theme-options.php:795
|
||||
msgid "PT Serif, Latin-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:805
|
||||
#: functions/theme-options.php:796
|
||||
msgid "PT Serif, Latin / Cyrillic-Ext"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:806
|
||||
#: functions/theme-options.php:797
|
||||
msgid "Arial"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:807
|
||||
#: functions/theme-options.php:798
|
||||
msgid "Georgia"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:808
|
||||
#: functions/theme-options.php:799
|
||||
msgid "Verdana"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:809
|
||||
#: functions/theme-options.php:800
|
||||
msgid "Tahoma"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:816
|
||||
#: functions/theme-options.php:807
|
||||
msgid "Website Max-width"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:817
|
||||
#: functions/theme-options.php:808
|
||||
msgid ""
|
||||
"Max-width of the container. If you use 2 sidebars, your container should be "
|
||||
"at least 1280px. Note: For 720px content (default) use 1460px for 2 sidebars "
|
||||
|
@ -846,64 +838,64 @@ msgid ""
|
|||
"inbetween."
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:830
|
||||
#: functions/theme-options.php:821
|
||||
msgid "Sidebar Width"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:834
|
||||
#: functions/theme-options.php:825
|
||||
msgid "280px primary (30px padding)"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:835
|
||||
#: functions/theme-options.php:826
|
||||
msgid "300px primary (20px padding)"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:842
|
||||
#: functions/theme-options.php:833
|
||||
msgid "Primary Color"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:850
|
||||
#: functions/theme-options.php:841
|
||||
msgid "Comments Bubble"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:858
|
||||
#: functions/theme-options.php:849
|
||||
msgid "Mobile Menu Background"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:866
|
||||
#: functions/theme-options.php:857
|
||||
msgid "Topbar Menu Background"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:874
|
||||
#: functions/theme-options.php:865
|
||||
msgid "Header Background"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:882
|
||||
#: functions/theme-options.php:873
|
||||
msgid "Header Menu Background"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:890
|
||||
#: functions/theme-options.php:881
|
||||
msgid "Footer Menu Background"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:898
|
||||
#: functions/theme-options.php:889
|
||||
msgid "Footer Background"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:906
|
||||
#: functions/theme-options.php:897
|
||||
msgid "Header Logo Image Max-height"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:907
|
||||
#: functions/theme-options.php:898
|
||||
msgid ""
|
||||
"Your logo image should have the double height of this to be high resolution"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:920
|
||||
#: functions/theme-options.php:911
|
||||
msgid "Image Border Radius"
|
||||
msgstr ""
|
||||
|
||||
#: functions/theme-options.php:921
|
||||
#: functions/theme-options.php:912
|
||||
msgid "Give your thumbnails and layout images rounded corners"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue