diff --git a/e2e/tests/admin.spec.ts b/e2e/tests/admin.spec.ts index 62e353544d..e295e89463 100644 --- a/e2e/tests/admin.spec.ts +++ b/e2e/tests/admin.spec.ts @@ -18,13 +18,15 @@ test( 'Activating Stackable should redirect to the Getting Started Page', async await activate.click() try { - await expect( page ).toHaveURL( /stackable-getting-started/ ) + await expect( page ).toHaveURL( /stackable/ ) + await expect( page.getByText( 'Welcome to Stackable' ) ).toBeVisible() } catch { await expect( page ).toHaveURL( /page=stackable/ ) await expect( page.getByRole( 'link', { name: 'Activate Free Version' } ) ).toBeVisible() await page.getByRole( 'link', { name: 'Activate Free Version' } ).click() await page.getByRole( 'link', { name: 'Skip', exact: true } ).click() - await expect( page ).toHaveURL( /stackable-getting-started/ ) + await expect( page ).toHaveURL( /stackable/ ) + await expect( page.getByText( 'Welcome to Stackable' ) ).toBeVisible() } } ) @@ -36,7 +38,7 @@ test( 'Stackable settings should be saved', async ( { // Start waiting for Stackable Settings JSON Response before visiting the page let settings = stackable.waitForSettings() - await admin.visitAdminPage( 'options-general.php?page=stackable' ) + await admin.visitAdminPage( 'admin.php?page=stackable-settings' ) // Make sure all Stackable settings are loaded await settings diff --git a/freemius.php b/freemius.php index 95d15fa099..43d327c988 100644 --- a/freemius.php +++ b/freemius.php @@ -25,7 +25,7 @@ function sugb_fs() { // Do not redirect to the getting started when in network activating // in multisite or in the mainsite because it will redirect to a 404 // page. - $first_path = 'options-general.php?page=stackable-getting-started'; + $first_path = 'admin.php?page=stackable'; if ( is_multisite() && is_main_site() ) { $first_path = 'plugins.php'; } @@ -34,7 +34,7 @@ function sugb_fs() { // https://github.com/Freemius/wordpress-sdk/issues/674 If the menu // slug is options-general, for a network activated plugin, all // admin URLs will be broken. This is a temporary fix. - $menu_slug = 'options-general.php'; + $menu_slug = 'stackable'; if ( is_multisite() && is_main_site() && is_plugin_active_for_network( plugin_basename( STACKABLE_FILE ) ) ) { if ( ! empty( $_SERVER ) && isset( $_SERVER['REQUEST_URI'] ) && stripos( $_SERVER['REQUEST_URI'], '/admin.php' ) !== false ) { $menu_slug = 'admin.php'; @@ -54,8 +54,8 @@ function sugb_fs() { 'menu' => array( 'slug' => 'stackable', 'first-path' => $first_path, - 'account' => true, - 'pricing' => true, + 'account' => false, + 'pricing' => false, 'contact' => true, 'support' => false, 'affiliation' => false, diff --git a/languages/stackable-ultimate-gutenberg-blocks.pot b/languages/stackable-ultimate-gutenberg-blocks.pot index 99bb2c26b6..b8027bcd97 100644 --- a/languages/stackable-ultimate-gutenberg-blocks.pot +++ b/languages/stackable-ultimate-gutenberg-blocks.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the Stackable - Gutenberg Blocks plugin. msgid "" msgstr "" -"Project-Id-Version: Stackable - Gutenberg Blocks 3.19.1\n" +"Project-Id-Version: Stackable - Gutenberg Blocks 3.19.2\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2025-10-10T07:13:37+00:00\n" +"POT-Creation-Date: 2025-10-20T08:02:29+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.12.0\n" @@ -362,7 +362,7 @@ msgstr "" #: dist/admin_welcome.js:2 #: dist/editor_blocks.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:186 +#: dist/translation-strings.js:199 msgid "Cancel" msgstr "" @@ -388,7 +388,7 @@ msgstr "" #: dist/translation-strings.php:73 #: dist/admin_welcome.js:2 -#: dist/translation-strings.js:297 +#: dist/translation-strings.js:189 msgid "Save Changes" msgstr "" @@ -472,7 +472,7 @@ msgstr "" #: dist/admin_welcome.js:2 #: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:254 +#: dist/translation-strings.js:279 msgid "Learn more" msgstr "" @@ -637,7 +637,7 @@ msgid "This is only available in Stackable Premium. " msgstr "" #: dist/translation-strings.php:120 -#: dist/translation-strings.php:2104 +#: dist/translation-strings.php:2101 #: pro__premium_only/src/welcome/custom-fields/custom-fields.php:160 #: src/welcome/index.php:306 #: dist/admin_welcome.js:2 @@ -1073,7 +1073,7 @@ msgstr "" #: dist/editor_blocks.js:2 #: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:261 +#: dist/translation-strings.js:195 msgid "Default" msgstr "" @@ -1089,5119 +1089,5130 @@ msgstr "" #: dist/translation-strings.php:203 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgid "Block Size & Spacing" +#: dist/translation-strings.js:141 +msgid "General" msgstr "" #: dist/translation-strings.php:204 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Background" +msgid "Open at the start" msgstr "" #: dist/translation-strings.php:205 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Color Scheme" +msgid "Close adjacent on open" msgstr "" #: dist/translation-strings.php:206 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Borders & Shadows" +#: dist/editor_blocks.js:2 +msgid "Automatically closes adjacent accordion panels when clicked." msgstr "" #: dist/translation-strings.php:207 -#: src/stk-block-types.php:78 -#: src/stk-block-types.php:98 -#: src/stk-block-types.php:550 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:506 -msgid "Link" +msgid "Enable FAQ Schema" msgstr "" #: dist/translation-strings.php:208 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Supports links to images, videos, YouTube, Vimeo, and web pages that allow embedding. Opens inner image block if no link is provided" +#: dist/editor_blocks.js:2 +msgid "Open Icon" msgstr "" #: dist/translation-strings.php:209 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Styles" +#: dist/editor_blocks.js:2 +msgid "The open icon will appear when the accordion is opened" msgstr "" #: dist/translation-strings.php:210 -#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Darken" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 +msgid "Title for This Block" msgstr "" #: dist/translation-strings.php:211 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:478 -msgid "Lift" +#: dist/editor_blocks.js:2 +msgid "Description for this block. Use this space for describing your block. Any text will do. Description for this block. You can use this space for describing your block." msgstr "" #: dist/translation-strings.php:212 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:216 -msgid "Scale" +#: dist/editor_blocks.js:2 +#, php-format,js-format +msgctxt "Block layout name" +msgid "%s Layout" msgstr "" #: dist/translation-strings.php:213 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Lift & Scale" +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:134 +msgctxt "Heading placeholder" +msgid "Title for This Block" msgstr "" #: dist/translation-strings.php:214 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Lift More" +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:135 +msgctxt "Content placeholder" +msgid "Description for this block. Use this space for describing your block. Any text will do. Description for this block. You can use this space for describing your block." msgstr "" #: dist/translation-strings.php:215 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Scale More" +#: dist/editor_blocks.js:2 +msgid "Plain" msgstr "" #: dist/translation-strings.php:216 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Lift & Scale More" +#: dist/translation-strings.js:476 +msgid "Shadow" msgstr "" #: dist/translation-strings.php:217 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:486 -msgid "Hover Effect" +#: dist/editor_blocks.js:2 +msgid "Colored" msgstr "" #: dist/translation-strings.php:218 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Hover effect" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Plus" msgstr "" #: dist/translation-strings.php:219 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Triggers animation or effects when you mouse over" +#: dist/editor_blocks.js:2 +msgid "Quotation Mark Icons" msgstr "" #: dist/translation-strings.php:220 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:361 -msgid "Single" +msgid "Pick another icon" msgstr "" #: dist/translation-strings.php:221 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:251 -msgid "Gradient" +msgid "Round Thin" msgstr "" #: dist/translation-strings.php:222 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Button Color" +msgid "Round" msgstr "" #: dist/translation-strings.php:223 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Text Color" +msgid "Round Thick" msgstr "" #: dist/translation-strings.php:224 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:256 -msgid "Icon Color" +msgid "Round Fat" msgstr "" #: dist/translation-strings.php:225 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Button Colors" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Square Thin" msgstr "" #: dist/translation-strings.php:226 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/admin_welcome.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Full Width" +msgid "Square" msgstr "" #: dist/translation-strings.php:227 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Min. Button Height" +msgid "Square Simple" msgstr "" #: dist/translation-strings.php:228 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Button Width" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Square Modern" msgstr "" #: dist/translation-strings.php:229 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Button Padding" +msgid "Square Fat" msgstr "" #: dist/translation-strings.php:230 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Button padding" +msgid "Simple" msgstr "" #: dist/translation-strings.php:231 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Adjusts the space between the button text and button borders" +msgid "Highlighted" msgstr "" #: dist/translation-strings.php:232 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Button Size & Spacing" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Huge" msgstr "" #: dist/translation-strings.php:233 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Button Borders & Shadows" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Centered Quote" msgstr "" #: dist/translation-strings.php:234 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "When enabled, the last column will be cloned instead of adding a blank column." +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 +msgid "Ghost" msgstr "" #: dist/translation-strings.php:235 -#: src/welcome/index.php:127 -#: src/welcome/index.php:294 -#: dist/admin_welcome.js:2 +#: src/stk-block-types.php:78 +#: src/stk-block-types.php:98 +#: src/stk-block-types.php:550 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Settings" +#: dist/translation-strings.js:506 +msgid "Link" msgstr "" #: dist/translation-strings.php:236 -#: src/stk-block-types.php:242 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:522 -msgid "Columns" +msgid "Button text" msgstr "" #: dist/translation-strings.php:237 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Allow Column Wrapping" +#: dist/editor_blocks.js:2 +msgid "Call to action" msgstr "" #: dist/translation-strings.php:238 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Inner Column Spacing" +msgid "Horizontal" msgstr "" #: dist/translation-strings.php:239 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Sets column paddings, the space inside the block between the block elements and the column container border" +msgid "Vertical" msgstr "" #: dist/translation-strings.php:240 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:445 -msgid "Column Gap" +#, php-format,js-format +msgid "%s Alignment" msgstr "" #: dist/translation-strings.php:241 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Sets the distance between two or more columns" +msgid "Content" msgstr "" #: dist/translation-strings.php:242 +#: src/stk-block-types.php:65 +#: src/stk-block-types.php:111 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:446 -msgid "Row Gap" +#: dist/translation-strings.js:508 +msgid "Button" msgstr "" #: dist/translation-strings.php:243 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Conditional Display" +#: dist/editor_blocks.js:2 +msgid "Full Width Buttons" msgstr "" #: dist/translation-strings.php:244 -#: src/stk-block-types.php:252 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:475 -msgid "Container" +#: dist/editor_blocks.js:2 +msgid "Flex Wrap" msgstr "" #: dist/translation-strings.php:245 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Container Min. Height" +msgid "No Wrap" msgstr "" #: dist/translation-strings.php:246 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Max Container Width" +msgid "Wrap" msgstr "" #: dist/translation-strings.php:247 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Container Horizontal Align" +#: dist/editor_blocks.js:2 +msgid "Wrap Reverse" msgstr "" #: dist/translation-strings.php:248 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Container Vertical Align" +#: dist/editor_blocks.js:2 +msgid "Button Text" msgstr "" #: dist/translation-strings.php:249 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Container Background" +#: src/stk-block-types.php:103 +#: src/stk-block-types.php:537 +#: dist/editor_blocks.js:2 +#: dist/translation-strings.js:507 +msgid "Icon Button" msgstr "" #: dist/translation-strings.php:250 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Trigger hover state on nested blocks" +#: src/stk-block-types.php:119 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +#: dist/translation-strings.js:509 +msgid "Social Buttons" msgstr "" #: dist/translation-strings.php:251 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Container Borders & Shadow" +#: src/stk-block-types.php:120 +#: dist/editor_blocks.js:2 +#: dist/translation-strings.js:510 +msgid "Add social buttons." msgstr "" #: dist/translation-strings.php:252 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Block Width" +#: dist/editor_blocks.js:2 +msgid "Horizontal 2" msgstr "" #: dist/translation-strings.php:253 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Align Center" +#: dist/editor_blocks.js:2 +msgid "Horizontal 3" msgstr "" #: dist/translation-strings.php:254 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Align Wide" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Split Centered" msgstr "" #: dist/translation-strings.php:255 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Align Full" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Subtitle for This Block" msgstr "" #: dist/translation-strings.php:256 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/stk.js:2 -msgid "Content Width" +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:136 +msgctxt "Subtitle placeholder" +msgid "Subtitle for This Block" msgstr "" #: dist/translation-strings.php:257 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Set the content to be smaller than the block width" +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:137 +msgctxt "Button placeholder" +msgid "Button" msgstr "" #: dist/translation-strings.php:258 -#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Custom Attributes" +#: dist/editor_blocks.js:2 +msgid "Default 2" msgstr "" #: dist/translation-strings.php:259 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:211 -msgid "Custom CSS" +#: dist/translation-strings.js:380 +msgid "Full" msgstr "" #: dist/translation-strings.php:260 -#: src/welcome/index.php:215 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Motion Effects" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Faded" msgstr "" #: dist/translation-strings.php:261 -#: src/stk-block-types.php:497 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:455 -msgid "Icon" +msgid "Slides" msgstr "" #: dist/translation-strings.php:262 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Icon Size" +msgid "Carousel Type" msgstr "" #: dist/translation-strings.php:263 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:257 -msgid "Icon Opacity" +msgid "Slide" msgstr "" #: dist/translation-strings.php:264 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Icon Rotation" +msgid "Fade" msgstr "" #: dist/translation-strings.php:265 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Icon Position" +msgid "Infinite Scrolling" msgstr "" #: dist/translation-strings.php:266 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:460 -msgid "Left" +msgid "Only visible in the frontend." msgstr "" #: dist/translation-strings.php:267 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:461 -msgid "Right" +msgid "Slides to Show" msgstr "" #: dist/translation-strings.php:268 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Icon Gap" +msgid "Slide Gap" msgstr "" #: dist/translation-strings.php:269 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:244 -msgid "Shape Color" +#: dist/editor_blocks.js:2 +msgid "Fade duration" msgstr "" #: dist/translation-strings.php:270 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Shape Border Radius" +#: dist/editor_blocks.js:2 +msgid "Autoplay" msgstr "" #: dist/translation-strings.php:271 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Shape Padding" +#: dist/editor_blocks.js:2 +msgid "Speed (ms)" msgstr "" #: dist/translation-strings.php:272 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Shape Outline Width" +#: dist/editor_blocks.js:2 +msgid "Arrows" msgstr "" #: dist/translation-strings.php:273 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Shape Outline Color" +#: dist/editor_blocks.js:2 +msgid "Previous Slide Icon" msgstr "" #: dist/translation-strings.php:274 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Icon Shape" +#: dist/editor_blocks.js:2 +msgid "Next Slide Icon" msgstr "" #: dist/translation-strings.php:275 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:241 -msgid "Background Shape" +#: dist/editor_blocks.js:2 +msgid "Arrow Position" msgstr "" #: dist/translation-strings.php:276 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgctxt "HTML Tag" -msgid "Address" +#: dist/editor_blocks.js:2 +msgid "Inside" msgstr "" #: dist/translation-strings.php:277 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgctxt "HTML Tag" -msgid "Article" +#: dist/editor_blocks.js:2 +msgid "Outside" msgstr "" #: dist/translation-strings.php:278 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgctxt "HTML Tag" -msgid "Aside" +#, php-format,js-format +msgid "%s Justify" msgstr "" #: dist/translation-strings.php:279 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgctxt "HTML Tag" -msgid "Blockquote" +#: dist/editor_blocks.js:2 +#, php-format,js-format +msgid "%s Offset" msgstr "" #: dist/translation-strings.php:280 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgctxt "HTML Tag" -msgid "Div" +#: dist/editor_blocks.js:2 +msgid "Button Gap" msgstr "" #: dist/translation-strings.php:281 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgctxt "HTML Tag" -msgid "Details" +#: dist/editor_blocks.js:2 +#, php-format,js-format +msgid "%s Color" msgstr "" #: dist/translation-strings.php:282 +#: src/stk-block-types.php:497 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgctxt "HTML Tag" -msgid "Footer" +#: dist/translation-strings.js:450 +msgid "Icon" msgstr "" #: dist/translation-strings.php:283 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/admin_welcome.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgctxt "HTML Tag" -msgid "Header" +#, php-format,js-format +msgid "%s Width" msgstr "" #: dist/translation-strings.php:284 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/admin_welcome.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgctxt "HTML Tag" -msgid "Hgroup" +#, php-format,js-format +msgid "%s Height" msgstr "" #: dist/translation-strings.php:285 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgctxt "HTML Tag" -msgid "Main" +#: dist/translation-strings.js:354 +msgid "Border Radius" msgstr "" #: dist/translation-strings.php:286 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/admin_welcome.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgctxt "HTML Tag" -msgid "Nav" +#, php-format,js-format +msgid "%s Size" msgstr "" #: dist/translation-strings.php:287 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgctxt "HTML Tag" -msgid "Section" +#: dist/translation-strings.js:174 +msgid "Opacity" msgstr "" #: dist/translation-strings.php:288 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgctxt "HTML Tag" -msgid "Summary" +#: dist/editor_blocks.js:2 +#, php-format,js-format +msgid "Show %s on mobile" msgstr "" #: dist/translation-strings.php:289 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:142 -msgid "General" +msgid "arrows" msgstr "" #: dist/translation-strings.php:290 -#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -#, php-format,js-format -msgctxt "component" -msgid "%s HTML Tag" +#: dist/editor_blocks.js:2 +msgid "Dots" msgstr "" #: dist/translation-strings.php:291 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Block" +#: dist/editor_blocks.js:2 +msgid "Dot Style" msgstr "" #: dist/translation-strings.php:292 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Overflow" +msgid "Solid" msgstr "" #: dist/translation-strings.php:293 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Auto" +#: src/stk-block-types.php:983 +#: dist/editor_blocks.js:2 +#: dist/translation-strings.js:610 +msgid "Outline" msgstr "" #: dist/translation-strings.php:294 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Scroll" +#: dist/editor_blocks.js:2 +msgid "Dot" msgstr "" #: dist/translation-strings.php:295 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Visible" +#: dist/editor_blocks.js:2 +msgid "Active Dot" msgstr "" #: dist/translation-strings.php:296 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Clear" +#: dist/editor_blocks.js:2 +#, php-format,js-format +msgid "%s Gap" msgstr "" #: dist/translation-strings.php:297 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Both" +#: dist/editor_blocks.js:2 +#, php-format,js-format +msgid "To improve accessibility, the clickable area of the dots will not go below %s." msgstr "" #: dist/translation-strings.php:298 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:178 -msgid "Position" +msgid "dots" msgstr "" #: dist/translation-strings.php:299 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:172 -msgid "Opacity" +msgid "Accessibility" msgstr "" #: dist/translation-strings.php:300 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Adjusts the transparency of the entire block" +#: dist/editor_blocks.js:2 +#, php-format,js-format +msgid "%s label" msgstr "" #: dist/translation-strings.php:301 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Z-Index" +#: dist/editor_blocks.js:2 +msgid "Previous slide" msgstr "" #: dist/translation-strings.php:302 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sets the stack order of different blocks to make one appear in front of another. A block with a higher z-index will show up on top of another block with a lower z-index." +#: dist/editor_blocks.js:2 +msgid "Next slide" msgstr "" #: dist/translation-strings.php:303 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sticky position may not work across all themes" +#: dist/editor_blocks.js:2 +msgid "Use %%d to show the slide number." msgstr "" #: dist/translation-strings.php:304 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Static" +#: dist/editor_blocks.js:2 +msgid "Slide N of N" msgstr "" #: dist/translation-strings.php:305 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Relative" +#: dist/editor_blocks.js:2 +msgid "Use two %%d to show the slide number and the total slides. e.g. Slide 1 of 3." msgstr "" #: dist/translation-strings.php:306 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Absolute" +#: dist/editor_blocks.js:2 +msgid "Column Spacing" msgstr "" #: dist/translation-strings.php:307 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sticky" +#: dist/editor_blocks.js:2 +msgid "Sets the paddings between the column content and the border." msgstr "" #: dist/translation-strings.php:308 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Select Image" +#: dist/editor_blocks.js:2 +msgid "Align Last Block to Bottom" msgstr "" #: dist/translation-strings.php:309 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Image Url" +#: dist/editor_blocks.js:2 +msgid "100" msgstr "" #: dist/translation-strings.php:310 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Aspect Ratio" +#: dist/editor_blocks.js:2 +msgid "One column" msgstr "" #: dist/translation-strings.php:311 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Original" +#: dist/editor_blocks.js:2 +msgid "50 / 50" msgstr "" #: dist/translation-strings.php:312 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Square 1:1" +#: dist/editor_blocks.js:2 +msgid "Two columns; equal split" msgstr "" #: dist/translation-strings.php:313 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Standard 4:3" +#: dist/editor_blocks.js:2 +msgid "30 / 70" msgstr "" #: dist/translation-strings.php:314 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Classic 3:2" +#: dist/editor_blocks.js:2 +msgid "Two columns; one-third, two-thirds split" msgstr "" #: dist/translation-strings.php:315 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Wide 16:9" +#: dist/editor_blocks.js:2 +msgid "70 / 30" msgstr "" #: dist/translation-strings.php:316 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Cinematic 2:1" +#: dist/editor_blocks.js:2 +msgid "Two columns; two-thirds, one-third split" msgstr "" #: dist/translation-strings.php:317 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Ultra Wide 3:1" +#: dist/editor_blocks.js:2 +msgid "33 / 33 / 33" msgstr "" #: dist/translation-strings.php:318 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Panoramic 4:1" +#: dist/editor_blocks.js:2 +msgid "Three columns; equal split" msgstr "" #: dist/translation-strings.php:319 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Portrait 3:4" +#: dist/editor_blocks.js:2 +msgid "25 / 50 / 25" msgstr "" #: dist/translation-strings.php:320 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Classic Portrait 2:3" +#: dist/editor_blocks.js:2 +msgid "Three columns; wide center column" msgstr "" #: dist/translation-strings.php:321 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Tall 9:16" +#: dist/editor_blocks.js:2 +msgid "25 / 25 / 25 / 25" msgstr "" #: dist/translation-strings.php:322 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Width" +msgid "Four columns; equal split" msgstr "" #: dist/translation-strings.php:323 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Image width" +#: dist/editor_blocks.js:2 +msgid "1,234.56" msgstr "" #: dist/translation-strings.php:324 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Adjusts the image width" +#: dist/editor_blocks.js:2 +msgid "Counter" msgstr "" #: dist/translation-strings.php:325 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Height" +msgid "Duration (ms)" msgstr "" #: dist/translation-strings.php:326 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Image height" +#: dist/editor_blocks.js:2 +msgid "1,234,567" msgstr "" #: dist/translation-strings.php:327 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Adjusts the image height" +#: dist/editor_blocks.js:2 +msgid "Colon" msgstr "" #: dist/translation-strings.php:328 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Open Image in Lightbox" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Line" msgstr "" #: dist/translation-strings.php:329 +#: src/stk-block-types.php:875 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Image Alt" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +#: dist/translation-strings.js:595 +msgid "Separator" msgstr "" #: dist/translation-strings.php:330 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Show Empty Alt Attribute" +msgid "Size" msgstr "" #: dist/translation-strings.php:331 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Zoom" +msgid "Top Offset" msgstr "" #: dist/translation-strings.php:332 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgid "Image Shadow" +#: dist/translation-strings.js:170 +msgid "Color" msgstr "" #: dist/translation-strings.php:333 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Adjusts the intensity of the image shadow" +msgid "Due Date" msgstr "" #: dist/translation-strings.php:334 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:334 -msgid "Image Size" +msgid "Recurring" msgstr "" #: dist/translation-strings.php:335 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Sets the image display size to thumbnail, medium, large or full size. A smaller image size will also load faster." +msgid "Hide Block" msgstr "" #: dist/translation-strings.php:336 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:403 -msgid "Border Radius" +msgid "Display Message Upon Expiration" msgstr "" #: dist/translation-strings.php:337 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Adjusts the radius of image corners to make them more rounded" +msgid "Days" msgstr "" #: dist/translation-strings.php:338 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/stk.js:2 -msgid "Overlay Color" +#: dist/editor_blocks.js:2 +msgid "Hours" msgstr "" #: dist/translation-strings.php:339 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Overlay Opacity" +#: dist/editor_blocks.js:2 +msgid "Minutes" msgstr "" #: dist/translation-strings.php:340 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Overlay Blend Mode" +#: dist/editor_blocks.js:2 +msgid "Seconds" msgstr "" #: dist/translation-strings.php:341 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sets how the overlay color blends with the image" +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:63 +msgid "End Date" msgstr "" #: dist/translation-strings.php:342 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Focal point" +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:61 +msgid "Start Date" msgstr "" #: dist/translation-strings.php:343 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Image Fit" +#: dist/editor_blocks.js:2 +msgid "Timezone" msgstr "" #: dist/translation-strings.php:344 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Contain" +#: dist/editor_blocks.js:2 +msgid "Action on Expiration" msgstr "" #: dist/translation-strings.php:345 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Cover" +msgid "Countdown Duration" msgstr "" #: dist/translation-strings.php:346 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Fill" +#: dist/editor_blocks.js:2 +msgid "Restart Countdown After no. of Hours" msgstr "" #: dist/translation-strings.php:347 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Scale Down" +#: dist/editor_blocks.js:2 +msgid "Enable Double Digit" msgstr "" #: dist/translation-strings.php:348 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sets the fit to default, contain, cover, fill, none, and scale down. Image fit specifies how an image resizes in a container." +#: dist/editor_blocks.js:2 +msgid "Box Gap" msgstr "" #: dist/translation-strings.php:349 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Image Shape" +#: dist/editor_blocks.js:2 +msgid "Label Top Margin" msgstr "" #: dist/translation-strings.php:350 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:242 -msgid "Shape" +msgid "Digits" msgstr "" #: dist/translation-strings.php:351 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:243 -msgid "Change the shape of the image" +#: dist/editor_blocks.js:2 +msgid "Labels" msgstr "" #: dist/translation-strings.php:352 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Flip Shape Horizontally" +#: dist/editor_blocks.js:2 +msgid "Content Alignment" msgstr "" #: dist/translation-strings.php:353 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Flip Shape Vertically" +#: dist/editor_blocks.js:2 +msgid "Expired Message" msgstr "" #: dist/translation-strings.php:354 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Stretch Shape Mask" +#: dist/editor_blocks.js:2 +msgid "Days Label" msgstr "" #: dist/translation-strings.php:355 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Image Filter" +#: dist/editor_blocks.js:2 +msgid "Hours Label" msgstr "" #: dist/translation-strings.php:356 -#: src/stk-block-types.php:632 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:447 -msgid "Image" +msgid "Minutes Label" msgstr "" #: dist/translation-strings.php:357 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "When linked, styling this block would also style other linked blocks in adjacent columns." +#: dist/editor_blocks.js:2 +msgid "Seconds Label" msgstr "" #: dist/translation-strings.php:358 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Learn more about linking" +msgid "Stackable Design Library" msgstr "" #: dist/translation-strings.php:359 -#: src/stk-block-types.php:856 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:593 -msgid "Progress Circle" +#: dist/editor_blocks.js:2 +msgid "Open the Design Library and select a pre-designed block or layout." msgstr "" #: dist/translation-strings.php:360 -#: src/stk-block-types.php:837 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:590 -msgid "Progress Bar" +#: dist/editor_blocks.js:2 +msgid "Open Design Library" msgstr "" #: dist/translation-strings.php:361 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Progress" +#: dist/editor_blocks.js:2 +msgid "Adding this page design will replace all existing blocks in the editor. Are you sure you want to continue?" msgstr "" #: dist/translation-strings.php:362 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Maximum Progress" +#: dist/editor_blocks.js:2 +msgid "Replace existing content with page design" msgstr "" #: dist/translation-strings.php:363 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Size" +msgid "Append page design only" msgstr "" #: dist/translation-strings.php:364 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Apply border radius to bar" +#: dist/editor_blocks.js:2 +msgid "The designs you have selected contain the following disabled blocks:" msgstr "" #: dist/translation-strings.php:365 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Thickness" +#: dist/editor_blocks.js:2 +msgid "These blocks can be enabled in the Stackable settings page. Do you want to keep the disabled blocks or substitute them with other Stackable or core blocks?" msgstr "" #: dist/translation-strings.php:366 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -#, php-format,js-format -msgid "Bar Color #%s" +#: dist/editor_blocks.js:2 +msgid "Add patterns and substitute blocks" msgstr "" #: dist/translation-strings.php:367 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Bar Color" +#: dist/editor_blocks.js:2 +msgid "Add patterns only (no substitutes)" msgstr "" #: dist/translation-strings.php:368 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:250 -msgid "Gradient Direction (degrees)" +#: dist/editor_blocks.js:2 +msgid "Enable blocks in settings" msgstr "" #: dist/translation-strings.php:369 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Adv. Gradient Color Settings" +#: dist/editor_blocks.js:2 +msgid "Bar" msgstr "" #: dist/translation-strings.php:370 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Gradient Direction" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Asterisks" msgstr "" #: dist/translation-strings.php:371 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Sets the direction (in degrees) of the colors" +msgid "Width" msgstr "" #: dist/translation-strings.php:372 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -#, php-format,js-format -msgid "Color %d Location" +#: dist/editor_blocks.js:2 +msgid "Height / Size" msgstr "" #: dist/translation-strings.php:373 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sets the placement of each color in relation to the other color" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Some short text that can be expanded to show more details." msgstr "" #: dist/translation-strings.php:374 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Background Gradient Blend Mode" +#: dist/editor_blocks.js:2 +msgid "Show more" msgstr "" #: dist/translation-strings.php:375 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sets how this background gradient/image blends into the other background" +#: dist/editor_blocks.js:2 +msgid "Some long text that will be expanded when the show more button is clicked by the visitor." msgstr "" #: dist/translation-strings.php:376 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Background Color" +msgid "Show less" msgstr "" #: dist/translation-strings.php:377 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Rounded" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Less text" msgstr "" #: dist/translation-strings.php:378 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Animate" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "More text" msgstr "" #: dist/translation-strings.php:379 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Accessibility Label" +#: dist/editor_blocks.js:2 +msgid "Description for this block. Use this space for describing your block." msgstr "" #: dist/translation-strings.php:380 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Progress Bar Text" +#: dist/editor_blocks.js:2 +msgctxt "Content placeholder" +msgid "Description for this block. Use this space for describing your block." msgstr "" #: dist/translation-strings.php:381 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Progress Prefix" +#: dist/editor_blocks.js:2 +msgid "Overlap Shape 1" msgstr "" #: dist/translation-strings.php:382 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Progress Suffix" +#: dist/editor_blocks.js:2 +msgid "Overlap Shape 2" msgstr "" #: dist/translation-strings.php:383 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Responsive" +#: dist/editor_blocks.js:2 +msgid "Overlap Shape 3" msgstr "" #: dist/translation-strings.php:384 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Hide on Desktop" +#: dist/editor_blocks.js:2 +msgid "Overlap Shape 4" msgstr "" #: dist/translation-strings.php:385 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Hide on Tablet" +#: dist/editor_blocks.js:2 +msgid "Overlap Shape 5" msgstr "" #: dist/translation-strings.php:386 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Hide on Mobile" +#: dist/editor_blocks.js:2 +msgid "Overlap Background 1" msgstr "" #: dist/translation-strings.php:387 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:470 -#, php-format,js-format -msgctxt "Nth Title" -msgid "%s %d" +#: dist/editor_blocks.js:2 +msgid "Overlap Background 2" msgstr "" #: dist/translation-strings.php:388 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Wave" +#: dist/editor_blocks.js:2 +msgid "Overlap Background 3" msgstr "" #: dist/translation-strings.php:389 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Straight" +#: dist/editor_blocks.js:2 +msgid "Overlap Background 4" msgstr "" #: dist/translation-strings.php:390 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Slant" +#: dist/editor_blocks.js:2 +msgid "Overlap Background 5" msgstr "" #: dist/translation-strings.php:391 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Curve" +#: dist/editor_blocks.js:2 +msgid "Float" msgstr "" #: dist/translation-strings.php:392 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: src/stk-block-types.php:437 +#: dist/admin_welcome.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgid "Design" +#: dist/translation-strings.js:138 +msgid "Title" msgstr "" #: dist/translation-strings.php:393 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:168 -msgid "Color" +msgid "Large Mid" msgstr "" #: dist/translation-strings.php:394 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Separator Height" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:159 +msgid "Offset" msgstr "" #: dist/translation-strings.php:395 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Adjusts the height of the separator to stretch or compress vertically" +#: dist/editor_blocks.js:2 +msgid "Zizag" msgstr "" #: dist/translation-strings.php:396 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/stk.js:2 -msgid "Separator Width" +#: dist/editor_blocks.js:2 +msgid "Zigzag" msgstr "" #: dist/translation-strings.php:397 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:474 -msgid "Shadow / Outline" +msgid "Add heading text here" msgstr "" #: dist/translation-strings.php:398 +#: src/stk-block-types.php:1072 +#: dist/admin_custom_fields__premium_only.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:477 -msgid "Shadow" +#: dist/translation-strings.js:414 +msgid "Text" msgstr "" #: dist/translation-strings.php:399 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Adjusts the intensity of the separator shadow and makes the separator more prominent" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Top Line" msgstr "" #: dist/translation-strings.php:400 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Invert Design" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Line Color" msgstr "" #: dist/translation-strings.php:401 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:171 -msgid "Flip Horizontally" +msgid "Height" msgstr "" #: dist/translation-strings.php:402 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Flip Vertically" +msgid "Margin" msgstr "" #: dist/translation-strings.php:403 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Bring to Front" +#: dist/translation-strings.js:439 +msgid "Align" msgstr "" #: dist/translation-strings.php:404 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Brings the separator layer in front of other block elements" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Bottom Line" msgstr "" #: dist/translation-strings.php:405 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Top Separator" +#: dist/editor_blocks.js:2 +msgid "Header Title" msgstr "" #: dist/translation-strings.php:406 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Bottom Separator" +#: dist/editor_blocks.js:2 +msgid "Half Overlay" msgstr "" #: dist/translation-strings.php:407 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Transform & Transition" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Center Overlay" msgstr "" #: dist/translation-strings.php:408 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Content" +msgid "Side Overlay" msgstr "" #: dist/translation-strings.php:409 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Use theme heading margins" +#: dist/editor_blocks.js:2 +msgid "Half Layout" msgstr "" #: dist/translation-strings.php:410 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:395 -msgid "Typography" +msgid "Half" msgstr "" #: dist/translation-strings.php:411 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Font Family" +#: dist/editor_blocks.js:2 +msgid "Snapping" msgstr "" #: dist/translation-strings.php:412 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Theme Default" +#: dist/editor_blocks.js:2 +msgid "Snap to Start" msgstr "" #: dist/translation-strings.php:413 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sets the font set to be used for the element" +#: dist/editor_blocks.js:2 +msgid "Snap to Center" msgstr "" #: dist/translation-strings.php:414 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Weight" +#: dist/editor_blocks.js:2 +msgid "No Snapping" msgstr "" #: dist/translation-strings.php:415 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:224 -msgid "Normal" +msgid "Item Width" msgstr "" #: dist/translation-strings.php:416 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Bold" +msgid "Inner Column Spacing" msgstr "" #: dist/translation-strings.php:417 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Font weight" +msgid "Gap" msgstr "" #: dist/translation-strings.php:418 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sets the thinness or thickness of text characters" +#: dist/editor_blocks.js:2 +msgid "Left Offset" msgstr "" #: dist/translation-strings.php:419 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:276 -msgid "Transform" +#: dist/editor_blocks.js:2 +msgid "Scrollbar" msgstr "" #: dist/translation-strings.php:420 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Uppercase" +#: dist/editor_blocks.js:2 +msgid "Track Color" msgstr "" #: dist/translation-strings.php:421 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Lowercase" +#: dist/editor_blocks.js:2 +msgid "Thumb Color" msgstr "" #: dist/translation-strings.php:422 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Capitalize" +#: dist/editor_blocks.js:2 +msgid "Thumb Radius" msgstr "" #: dist/translation-strings.php:423 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sets the usage of upper or lower case" +#: dist/editor_blocks.js:2 +msgid "123" msgstr "" #: dist/translation-strings.php:424 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Font Style" +#: dist/editor_blocks.js:2 +msgid "456" msgstr "" #: dist/translation-strings.php:425 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Italic" +#: dist/editor_blocks.js:2 +msgid "789" msgstr "" #: dist/translation-strings.php:426 +#: src/stk-block-types.php:516 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Oblique" +#: dist/editor_blocks.js:2 +#: dist/translation-strings.js:551 +msgid "Icon Box" msgstr "" #: dist/translation-strings.php:427 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Line-Height" +#: dist/editor_blocks.js:2 +msgid "Pill" msgstr "" #: dist/translation-strings.php:428 +#: src/stk-block-types.php:560 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Line height" +#: dist/editor_blocks.js:2 +#: dist/translation-strings.js:553 +msgid "Icon Label" msgstr "" #: dist/translation-strings.php:429 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Sets the vertical distance between lines of text" +msgid "Icon Gap" msgstr "" #: dist/translation-strings.php:430 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Letter Spacing" +#: dist/editor_blocks.js:2 +msgid "Image Caption" msgstr "" #: dist/translation-strings.php:431 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Letter spacing" +#: dist/editor_blocks.js:2 +msgid "Caption" msgstr "" #: dist/translation-strings.php:432 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sets the distance or space between letters" +#: dist/editor_blocks.js:2 +msgid "Caption Alignment" msgstr "" #: dist/translation-strings.php:433 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Font size" +#: dist/editor_blocks.js:2 +msgid "Unordered List" msgstr "" #: dist/translation-strings.php:434 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sets the size of text characters" +#: dist/editor_blocks.js:2 +msgid "Ordered List" msgstr "" #: dist/translation-strings.php:435 -#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:439 -msgid "Align" +msgid "List" msgstr "" #: dist/translation-strings.php:436 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Align Left" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Grid" msgstr "" #: dist/translation-strings.php:437 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Align Right" +#: src/stk-block-types.php:279 +#: src/stk-block-types.php:790 +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +#: dist/translation-strings.js:415 +msgid "Number" msgstr "" #: dist/translation-strings.php:438 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Justified" +#: dist/editor_blocks.js:2 +msgid "Padded Number" msgstr "" #: dist/translation-strings.php:439 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#, php-format,js-format -msgid "%s Alignment" +msgid "Lowercase Roman" msgstr "" #: dist/translation-strings.php:440 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Content Min. Height" +#: dist/editor_blocks.js:2 +msgid "Uppercase Roman" msgstr "" #: dist/translation-strings.php:441 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Content Max Width" +#: dist/editor_blocks.js:2 +msgid "Lowercase Letters" msgstr "" #: dist/translation-strings.php:442 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Content Horizontal Align" +#: dist/editor_blocks.js:2 +msgid "Uppercase Letters" msgstr "" #: dist/translation-strings.php:443 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Sets the placement of the column container to left, center or right. Not available when block width is set to full width." +msgid "Dashed" msgstr "" #: dist/translation-strings.php:444 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Adjusts the placement of all content in the block to align left, center or right" +msgid "Dotted" msgstr "" #: dist/translation-strings.php:445 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#, php-format,js-format -msgid "%s Justify" +msgid "List Item" msgstr "" #: dist/translation-strings.php:446 -#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:452 -msgid "Column" +msgid "Full Width" msgstr "" #: dist/translation-strings.php:447 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sets the horizontal position and spacing of the inner columns." +#: dist/editor_blocks.js:2 +msgid "More noticeable when using wide layouts or list item borders" msgstr "" #: dist/translation-strings.php:448 +#: src/stk-block-types.php:242 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Column contents need to be narrow for effect to show." +#: dist/translation-strings.js:522 +msgid "Columns" msgstr "" #: dist/translation-strings.php:449 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sets the vertical position of the inner columns relative to the columns block." +#: dist/editor_blocks.js:2 +msgid "List Display Style" msgstr "" #: dist/translation-strings.php:450 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -#, php-format,js-format -msgid "%s Direction" +#: dist/translation-strings.js:445 +msgid "Column Gap" msgstr "" #: dist/translation-strings.php:451 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Inner Block" +#: dist/translation-strings.js:446 +msgid "Row Gap" msgstr "" #: dist/translation-strings.php:452 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Horizontal" +msgid "Indentation" msgstr "" #: dist/translation-strings.php:453 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Vertical" +msgid "Icons & Numbers" msgstr "" #: dist/translation-strings.php:454 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Sets the horizontal/vertical position and spacing of the inner blocks." +#: dist/editor_blocks.js:2 +msgid "List Type" msgstr "" #: dist/translation-strings.php:455 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Aligns the horizontal/vertical position of the inner blocks." +#: dist/editor_blocks.js:2 +msgid "With Period" msgstr "" #: dist/translation-strings.php:456 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgid "Set Content Min. Height for alignment to display properly" +#: dist/translation-strings.js:282 +msgid "Icon Opacity" msgstr "" #: dist/translation-strings.php:457 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -msgid "Inner Block Wrapping" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 +#: dist/stk.js:2 +msgid "Icon Rotation" msgstr "" #: dist/translation-strings.php:458 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "No Wrap" +msgid "Icon Vertical Alignment" msgstr "" #: dist/translation-strings.php:459 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Wrap" +msgid "This is more visible if you have long text in your list." msgstr "" #: dist/translation-strings.php:460 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/stk.js:2 -#, php-format,js-format -msgid "%s %s" +#: dist/editor_blocks.js:2 +msgid "Icon Vertical Offset" msgstr "" #: dist/translation-strings.php:461 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Gap" +msgid "Icon List Item Borders" msgstr "" #: dist/translation-strings.php:462 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Sets the gap between the columns of inner blocks." +msgid "Borders" msgstr "" #: dist/translation-strings.php:463 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Sets the gap between inner blocks." +msgid "Border Width" msgstr "" #: dist/translation-strings.php:464 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Sets the gap between the rows of inner blocks." +msgid "Border Color" msgstr "" #: dist/translation-strings.php:465 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Open at the start" +msgid "Line 1" msgstr "" #: dist/translation-strings.php:466 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Close adjacent on open" +msgid "Line 2" msgstr "" #: dist/translation-strings.php:467 #: dist/editor_blocks.js:2 -msgid "Automatically closes adjacent accordion panels when clicked." +msgid "Line 3" msgstr "" #: dist/translation-strings.php:468 #: dist/editor_blocks.js:2 -msgid "Enable FAQ Schema" +msgid "Line 4" msgstr "" #: dist/translation-strings.php:469 #: dist/editor_blocks.js:2 -msgid "Open Icon" +msgid "Line 5" msgstr "" #: dist/translation-strings.php:470 #: dist/editor_blocks.js:2 -msgid "The open icon will appear when the accordion is opened" +msgid "Line 6" msgstr "" #: dist/translation-strings.php:471 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Title for This Block" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:139 +msgctxt "Text placeholder" +msgid "Text for This Block" msgstr "" #: dist/translation-strings.php:472 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Description for this block. Use this space for describing your block. Any text will do. Description for this block. You can use this space for describing your block." +msgid "Box" msgstr "" #: dist/translation-strings.php:473 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#, php-format,js-format -msgctxt "Block layout name" -msgid "%s Layout" +msgid "Captioned" msgstr "" #: dist/translation-strings.php:474 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:134 -msgctxt "Heading placeholder" -msgid "Title for This Block" +#: dist/stk.js:2 +#: dist/translation-strings.js:267 +msgid "Shape" msgstr "" #: dist/translation-strings.php:475 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:135 -msgctxt "Content placeholder" -msgid "Description for this block. Use this space for describing your block. Any text will do. Description for this block. You can use this space for describing your block." +msgid "01" msgstr "" #: dist/translation-strings.php:476 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: src/stk-block-types.php:673 #: dist/editor_blocks.js:2 -msgid "Plain" +#: dist/translation-strings.js:567 +msgid "Map" msgstr "" #: dist/translation-strings.php:477 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Colored" +msgid "Embedded content from Google Map Platform." msgstr "" #: dist/translation-strings.php:478 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Plus" +msgid "Some map features require a Google API Key." msgstr "" #: dist/translation-strings.php:479 -#: src/stk-block-types.php:65 -#: src/stk-block-types.php:111 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/translation-strings.js:508 -msgid "Button" +msgid "Add API key here." msgstr "" #: dist/translation-strings.php:480 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Horizontal 2" +msgid "Location" msgstr "" #: dist/translation-strings.php:481 #: dist/editor_blocks.js:2 -msgid "Horizontal 3" +msgid "Enter an address or location" msgstr "" #: dist/translation-strings.php:482 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Split Centered" +#: dist/stk.js:2 +msgid "Zoom" msgstr "" #: dist/translation-strings.php:483 #: dist/editor_blocks.js:2 -msgid "Full Width Buttons" +msgid "Enable Dragging" msgstr "" #: dist/translation-strings.php:484 #: dist/editor_blocks.js:2 -msgid "Flex Wrap" +msgid "Full Screen Button" msgstr "" #: dist/translation-strings.php:485 #: dist/editor_blocks.js:2 -msgid "Wrap Reverse" +msgid "Map Type Buttons" msgstr "" #: dist/translation-strings.php:486 #: dist/editor_blocks.js:2 -msgid "Button Text" +msgid "Street View Button" msgstr "" #: dist/translation-strings.php:487 -#: src/stk-block-types.php:103 -#: src/stk-block-types.php:537 #: dist/editor_blocks.js:2 -#: dist/translation-strings.js:507 -msgid "Icon Button" +msgid "Zoom Buttons" msgstr "" #: dist/translation-strings.php:488 -#: src/stk-block-types.php:119 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/translation-strings.js:509 -msgid "Social Buttons" +msgid "Map Style" msgstr "" #: dist/translation-strings.php:489 -#: src/stk-block-types.php:120 #: dist/editor_blocks.js:2 -#: dist/translation-strings.js:510 -msgid "Add social buttons." +msgid "Custom Map Style (Paste JSON here)" msgstr "" #: dist/translation-strings.php:490 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Subtitle for This Block" +msgid "Learn how to use Custom Map Styles" msgstr "" #: dist/translation-strings.php:491 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:136 -msgctxt "Subtitle placeholder" -msgid "Subtitle for This Block" +msgid "Map Marker" msgstr "" #: dist/translation-strings.php:492 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:137 -msgctxt "Button placeholder" -msgid "Button" +msgid "Uploaded Icon and Icon Color settings are not fully compatible." msgstr "" #: dist/translation-strings.php:493 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Default 2" +msgid "Horizontal Icon Anchor Point" msgstr "" #: dist/translation-strings.php:494 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:332 -msgid "Full" +msgid "Vertical Icon Anchor Point" msgstr "" #: dist/translation-strings.php:495 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Faded" +msgid "Map Example" msgstr "" #: dist/translation-strings.php:496 #: dist/editor_blocks.js:2 -msgid "Column Spacing" +msgid "Type in a pair of latitude longitude coordinates. You can also type in the name of the location if your API Key has Geocoding API and Places API enabled." msgstr "" #: dist/translation-strings.php:497 #: dist/editor_blocks.js:2 -msgid "Sets the paddings between the column content and the border." +msgid "Silver" msgstr "" #: dist/translation-strings.php:498 #: dist/editor_blocks.js:2 -msgid "Align Last Block to Bottom" +msgid "Retro" msgstr "" #: dist/translation-strings.php:499 #: dist/editor_blocks.js:2 -msgid "Slides" +msgid "Dark" msgstr "" #: dist/translation-strings.php:500 #: dist/editor_blocks.js:2 -msgid "Carousel Type" +msgid "Night" msgstr "" #: dist/translation-strings.php:501 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Slide" +msgid "Aubergine" msgstr "" #: dist/translation-strings.php:502 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Fade" +msgid "Embedded content from Google Maps Platform." msgstr "" #: dist/translation-strings.php:503 +#: src/stk-block-types.php:744 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Infinite Scrolling" +#: dist/translation-strings.js:578 +msgid "Posts" msgstr "" #: dist/translation-strings.php:504 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Only visible in the frontend." +msgid "No posts found." msgstr "" #: dist/translation-strings.php:505 #: dist/editor_blocks.js:2 -msgid "Slides to Show" +msgid "Content Arrangement" msgstr "" #: dist/translation-strings.php:506 #: dist/editor_blocks.js:2 -msgid "Slide Gap" +msgid "Sets the order of the items displayed (category, title, meta, excerpt, read more button, image) for each post" msgstr "" #: dist/translation-strings.php:507 #: dist/editor_blocks.js:2 -msgid "Fade duration" +msgid "Query" msgstr "" #: dist/translation-strings.php:508 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Autoplay" +#: dist/translation-strings.js:441 +msgid "Number of items" msgstr "" #: dist/translation-strings.php:509 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Speed (ms)" +msgid "Order by" msgstr "" #: dist/translation-strings.php:510 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Arrows" +msgid "Newest to Oldest" msgstr "" #: dist/translation-strings.php:511 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Previous Slide Icon" +msgid "Oldest to Newest" msgstr "" #: dist/translation-strings.php:512 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Next Slide Icon" +msgid "A → Z" msgstr "" #: dist/translation-strings.php:513 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Arrow Position" +msgid "Z → A" msgstr "" #: dist/translation-strings.php:514 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Inside" +msgid "Last Modified to Oldest" msgstr "" #: dist/translation-strings.php:515 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Outside" +msgid "Oldest Modified to Last" msgstr "" #: dist/translation-strings.php:516 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#, php-format,js-format -msgid "%s Offset" +msgid "Menu Order" msgstr "" #: dist/translation-strings.php:517 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Button Gap" +msgid "Random" msgstr "" #: dist/translation-strings.php:518 +#: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#, php-format,js-format -msgid "%s Color" +#: dist/stk.js:2 +msgid "Spacing" msgstr "" #: dist/translation-strings.php:519 -#: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#, php-format,js-format -msgid "%s Width" +msgid "Featured Image" msgstr "" #: dist/translation-strings.php:520 -#: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#, php-format,js-format -msgid "%s Height" +msgid "Category" msgstr "" #: dist/translation-strings.php:521 -#: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -#, php-format,js-format -msgid "%s Size" +msgid "Excerpt" msgstr "" #: dist/translation-strings.php:522 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#, php-format,js-format -msgid "Show %s on mobile" +msgid "Meta" msgstr "" #: dist/translation-strings.php:523 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "arrows" +msgid "Read More Link" msgstr "" #: dist/translation-strings.php:524 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Dots" +msgid "Apply hover effect when container is hovered" msgstr "" #: dist/translation-strings.php:525 #: dist/editor_blocks.js:2 -msgid "Dot Style" +msgid "Highlight Color" msgstr "" #: dist/translation-strings.php:526 -#: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Solid" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:373 +msgid "Excerpt Length" msgstr "" #: dist/translation-strings.php:527 -#: src/stk-block-types.php:983 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/translation-strings.js:610 -msgid "Outline" +msgid "Show Author" msgstr "" #: dist/translation-strings.php:528 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Dot" +msgid "Show Date" msgstr "" #: dist/translation-strings.php:529 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Active Dot" +msgid "Show Comments" msgstr "" #: dist/translation-strings.php:530 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#, php-format,js-format -msgid "%s Gap" +msgid "Default (Dot)" msgstr "" #: dist/translation-strings.php:531 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#, php-format,js-format -msgid "To improve accessibility, the clickable area of the dots will not go below %s." +msgid "Space" msgstr "" #: dist/translation-strings.php:532 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "dots" +msgid "Comma" msgstr "" #: dist/translation-strings.php:533 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Accessibility" +msgid "Dash" msgstr "" #: dist/translation-strings.php:534 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#, php-format,js-format -msgid "%s label" +msgid "Pipe" msgstr "" #: dist/translation-strings.php:535 #: dist/editor_blocks.js:2 -msgid "Previous slide" +msgid "Sets the separators between meta items (dot, space, comma, dash, pipe)" msgstr "" #: dist/translation-strings.php:536 #: dist/editor_blocks.js:2 -msgid "Next slide" +msgid "Add post links to images" msgstr "" #: dist/translation-strings.php:537 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Use %%d to show the slide number." +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:382 +msgid "Image Size" msgstr "" #: dist/translation-strings.php:538 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Slide N of N" +#: dist/stk.js:2 +msgid "Sets the image display size to thumbnail, medium, large or full size. A smaller image size will also load faster." msgstr "" #: dist/translation-strings.php:539 +#: src/block/posts/index.php:268 #: dist/editor_blocks.js:2 -msgid "Use two %%d to show the slide number and the total slides. e.g. Slide 1 of 3." +msgid "Continue Reading" msgstr "" #: dist/translation-strings.php:540 #: dist/editor_blocks.js:2 -msgid "100" +msgid "Read More Button" msgstr "" #: dist/translation-strings.php:541 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "One column" +msgid "featured" msgstr "" #: dist/translation-strings.php:542 +#: src/block/posts/index.php:59 +#: src/deprecated/v2/block/blog-posts/index.php:251 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "50 / 50" +msgid "(Untitled)" msgstr "" #: dist/translation-strings.php:543 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Two columns; equal split" +msgid "Image Card" msgstr "" #: dist/translation-strings.php:544 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "30 / 70" +msgid "Portfolio" msgstr "" #: dist/translation-strings.php:545 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Two columns; one-third, two-thirds split" +msgid "Portfolio 2" msgstr "" #: dist/translation-strings.php:546 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "70 / 30" +msgid "Vertical Card" msgstr "" #: dist/translation-strings.php:547 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Two columns; two-thirds, one-third split" +msgid "Vertical Card 2" msgstr "" #: dist/translation-strings.php:548 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "33 / 33 / 33" +msgid "Notification Type" msgstr "" #: dist/translation-strings.php:549 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Three columns; equal split" +msgid "Success" msgstr "" #: dist/translation-strings.php:550 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "25 / 50 / 25" +msgid "Error" msgstr "" #: dist/translation-strings.php:551 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Three columns; wide center column" +msgid "Warning" msgstr "" #: dist/translation-strings.php:552 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "25 / 25 / 25 / 25" +msgid "Information" msgstr "" #: dist/translation-strings.php:553 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Four columns; equal split" +msgid "Dismissible" msgstr "" #: dist/translation-strings.php:554 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Colon" +#: dist/stk.js:2 +msgid "Icon Size" msgstr "" #: dist/translation-strings.php:555 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Line" +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:281 +msgid "Icon Color" msgstr "" #: dist/translation-strings.php:556 -#: src/stk-block-types.php:875 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/translation-strings.js:595 -msgid "Separator" +#: dist/stk.js:2 +msgid "Close" msgstr "" #: dist/translation-strings.php:557 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Top Offset" +msgid "Side" msgstr "" #: dist/translation-strings.php:558 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Due Date" +msgid "Bordered" msgstr "" #: dist/translation-strings.php:559 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Recurring" +msgid "Outlined" msgstr "" #: dist/translation-strings.php:560 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Hide Block" +msgid "Large Icon" msgstr "" #: dist/translation-strings.php:561 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Display Message Upon Expiration" +msgid "Label" msgstr "" #: dist/translation-strings.php:562 #: dist/editor_blocks.js:2 -msgid "Days" +msgid "$" msgstr "" #: dist/translation-strings.php:563 #: dist/editor_blocks.js:2 -msgid "Hours" +msgid "99" msgstr "" #: dist/translation-strings.php:564 #: dist/editor_blocks.js:2 -msgid "Minutes" +msgid ".00" msgstr "" #: dist/translation-strings.php:565 #: dist/editor_blocks.js:2 -msgid "Seconds" +msgid "Type / to choose a block" msgstr "" #: dist/translation-strings.php:566 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:63 -msgid "End Date" +msgid "Subtitle for this block." msgstr "" #: dist/translation-strings.php:567 +#: src/stk-block-types.php:894 #: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:61 -msgid "Start Date" +#: dist/translation-strings.js:598 +msgid "Spacer" msgstr "" #: dist/translation-strings.php:568 #: dist/editor_blocks.js:2 -msgid "Timezone" +msgid "Classic" msgstr "" #: dist/translation-strings.php:569 #: dist/editor_blocks.js:2 -msgid "Action on Expiration" +msgid "Centered Pills" msgstr "" #: dist/translation-strings.php:570 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Countdown Duration" +#: dist/stk.js:2 +#: dist/translation-strings.js:460 +msgid "Left" msgstr "" #: dist/translation-strings.php:571 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Restart Countdown After no. of Hours" +#: dist/stk.js:2 +#: dist/translation-strings.js:461 +msgid "Right" msgstr "" #: dist/translation-strings.php:572 +#: dist/admin_welcome.js:2 #: dist/editor_blocks.js:2 -msgid "Enable Double Digit" +#: dist/stk.js:2 +msgid "Top" msgstr "" #: dist/translation-strings.php:573 +#: dist/admin_welcome.js:2 #: dist/editor_blocks.js:2 -msgid "Box Gap" +#: dist/stk.js:2 +msgid "Bottom" msgstr "" #: dist/translation-strings.php:574 #: dist/editor_blocks.js:2 -msgid "Label Top Margin" +msgid "Are you sure you want to delete this tab?" msgstr "" #: dist/translation-strings.php:575 #: dist/editor_blocks.js:2 -msgid "Digits" +msgid "Tab Label" msgstr "" #: dist/translation-strings.php:576 #: dist/editor_blocks.js:2 -msgid "Labels" +msgid "Move left" msgstr "" #: dist/translation-strings.php:577 #: dist/editor_blocks.js:2 -msgid "Content Alignment" +msgid "Move right" msgstr "" #: dist/translation-strings.php:578 #: dist/editor_blocks.js:2 -msgid "Expired Message" +msgid "Add tab" msgstr "" #: dist/translation-strings.php:579 #: dist/editor_blocks.js:2 -msgid "Days Label" +msgid "Duplicate tab" msgstr "" #: dist/translation-strings.php:580 #: dist/editor_blocks.js:2 -msgid "Hours Label" +msgid "Delete tab" msgstr "" #: dist/translation-strings.php:581 #: dist/editor_blocks.js:2 -msgid "Minutes Label" +msgid "Fixed Icon Position" msgstr "" #: dist/translation-strings.php:582 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Seconds Label" +#: dist/stk.js:2 +msgid "Icon Position" msgstr "" #: dist/translation-strings.php:583 -#: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Stackable Design Library" +msgid "Tab Alignment" msgstr "" #: dist/translation-strings.php:584 #: dist/editor_blocks.js:2 -msgid "Open the Design Library and select a pre-designed block or layout." +msgid "Text Alignment" msgstr "" #: dist/translation-strings.php:585 #: dist/editor_blocks.js:2 -msgid "Open Design Library" +msgid "Scrollable Tabs on Mobile" msgstr "" #: dist/translation-strings.php:586 #: dist/editor_blocks.js:2 -msgid "Adding this page design will replace all existing blocks in the editor. Are you sure you want to continue?" +msgid "Tab" msgstr "" #: dist/translation-strings.php:587 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Replace existing content with page design" +#: dist/stk.js:2 +msgid "Text Color" msgstr "" #: dist/translation-strings.php:588 #: dist/editor_blocks.js:2 -msgid "Append page design only" +msgid "Tab Active State" msgstr "" #: dist/translation-strings.php:589 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "The designs you have selected contain the following disabled blocks:" +#: dist/stk.js:2 +#: dist/translation-strings.js:346 +msgid "Typography" msgstr "" #: dist/translation-strings.php:590 #: dist/editor_blocks.js:2 -msgid "These blocks can be enabled in the Stackable settings page. Do you want to keep the disabled blocks or substitute them with other Stackable or core blocks?" +msgid "Change icons individually by clicking on each tab's icon." msgstr "" #: dist/translation-strings.php:591 #: dist/editor_blocks.js:2 -msgid "Add patterns and substitute blocks" +msgid "Tab Anchors" msgstr "" #: dist/translation-strings.php:592 #: dist/editor_blocks.js:2 -msgid "Add patterns only (no substitutes)" +msgid "Assign unique anchor names to each tab so you'll be able to link directly and open each one." msgstr "" #: dist/translation-strings.php:593 #: dist/editor_blocks.js:2 -msgid "Enable blocks in settings" +#, php-format,js-format +msgid "%s Anchor" msgstr "" #: dist/translation-strings.php:594 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Bar" +msgid "Tab Anchor" msgstr "" #: dist/translation-strings.php:595 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Asterisks" +msgid "Unordered" msgstr "" #: dist/translation-strings.php:596 #: dist/editor_blocks.js:2 -msgid "Height / Size" +#, php-format,js-format +msgctxt "%s is a heading level, e.g. H1" +msgid "Include %s" msgstr "" #: dist/translation-strings.php:597 #: dist/editor_blocks.js:2 -msgid "1,234.56" +msgid "Auto-generate missing anchor ids" msgstr "" #: dist/translation-strings.php:598 #: dist/editor_blocks.js:2 -msgid "Counter" +msgid "Scrolling" msgstr "" #: dist/translation-strings.php:599 #: dist/editor_blocks.js:2 -msgid "Duration (ms)" +msgid "Use smooth scroll" msgstr "" #: dist/translation-strings.php:600 #: dist/editor_blocks.js:2 -msgid "1,234,567" +msgid "Scroll Top Offset " msgstr "" #: dist/translation-strings.php:601 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Some short text that can be expanded to show more details." +msgctxt "Table of Contents example text" +msgid "Introduction" msgstr "" #: dist/translation-strings.php:602 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Show more" +msgctxt "Table of Contents example text" +msgid "Chapter 1: Abstract" msgstr "" #: dist/translation-strings.php:603 #: dist/editor_blocks.js:2 -msgid "Some long text that will be expanded when the show more button is clicked by the visitor." +msgctxt "Table of Contents example text" +msgid "Chapter 2: History" msgstr "" #: dist/translation-strings.php:604 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Show less" +msgctxt "Table of Contents example text" +msgid "Chapter 3: Main Content" msgstr "" #: dist/translation-strings.php:605 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Less text" +msgctxt "Table of Contents example text" +msgid "Chapter 4: Additional Thoughts" msgstr "" #: dist/translation-strings.php:606 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "More text" +msgctxt "Table of Contents example text" +msgid "Conclusion" msgstr "" #: dist/translation-strings.php:607 +#: src/stk-block-types.php:971 #: dist/editor_blocks.js:2 -msgid "Description for this block. Use this space for describing your block." +#: dist/translation-strings.js:606 +msgid "Table of Contents" msgstr "" #: dist/translation-strings.php:608 #: dist/editor_blocks.js:2 -msgctxt "Content placeholder" -msgid "Description for this block. Use this space for describing your block." +msgid "Include heading" msgstr "" #: dist/translation-strings.php:609 #: dist/editor_blocks.js:2 -msgid "Overlap Shape 1" +msgid "Exclude heading" msgstr "" #: dist/translation-strings.php:610 +#: src/stk-block-types.php:427 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Overlap Shape 2" +#: dist/stk.js:2 +#: dist/translation-strings.js:544 +msgid "Heading" msgstr "" #: dist/translation-strings.php:611 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Overlap Shape 3" +#, php-format,js-format +msgid "Tab %d" msgstr "" #: dist/translation-strings.php:612 +#: src/stk-block-types.php:992 #: dist/editor_blocks.js:2 -msgid "Overlap Shape 4" +#: dist/translation-strings.js:611 +msgid "Tabs" msgstr "" #: dist/translation-strings.php:613 #: dist/editor_blocks.js:2 -msgid "Overlap Shape 5" +msgid "Initial Tab Open" msgstr "" #: dist/translation-strings.php:614 #: dist/editor_blocks.js:2 -msgid "Overlap Background 1" +msgid "Equal tab height" msgstr "" #: dist/translation-strings.php:615 #: dist/editor_blocks.js:2 -msgid "Overlap Background 2" +msgid "Tab Orientation" msgstr "" #: dist/translation-strings.php:616 #: dist/editor_blocks.js:2 -msgid "Overlap Background 3" +msgid "Tab Panel Offset" msgstr "" #: dist/translation-strings.php:617 #: dist/editor_blocks.js:2 -msgid "Overlap Background 4" +msgid "Tab Panel Effect" msgstr "" #: dist/translation-strings.php:618 #: dist/editor_blocks.js:2 -msgid "Overlap Background 5" +msgid "Immediate" msgstr "" #: dist/translation-strings.php:619 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Float" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:167 +msgid "Name" msgstr "" #: dist/translation-strings.php:620 -#: src/stk-block-types.php:437 -#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 #: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:138 -msgid "Title" +#: dist/translation-strings.js:168 +msgid "Position" msgstr "" #: dist/translation-strings.php:621 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Large Mid" +#: dist/stk.js:2 +msgid "Cover" msgstr "" #: dist/translation-strings.php:622 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:144 -msgid "Offset" +#: dist/stk.js:2 +#: dist/translation-strings.js:173 +msgid "Flip Horizontally" msgstr "" #: dist/translation-strings.php:623 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Zizag" +#: dist/stk.js:2 +msgid "Flip Vertically" msgstr "" #: dist/translation-strings.php:624 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Zigzag" +msgid "Text for this block. Use this space for describing your block. Any text will do. Text for this block. You can use this space for describing your block." msgstr "" #: dist/translation-strings.php:625 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Add heading text here" +msgid "Compact" msgstr "" #: dist/translation-strings.php:626 -#: src/stk-block-types.php:1072 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/translation-strings.js:414 -msgid "Text" +msgid "Bubble" msgstr "" #: dist/translation-strings.php:627 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Top Line" +msgid "Inverted Vertical" msgstr "" #: dist/translation-strings.php:628 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Line Color" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:143 +msgctxt "Content placeholder" +msgid "Description for this block. Use this space for describing your block. Any text will do." msgstr "" #: dist/translation-strings.php:629 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Margin" +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:316 +msgid "Single" msgstr "" #: dist/translation-strings.php:630 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Bottom Line" +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:276 +msgid "Gradient" msgstr "" #: dist/translation-strings.php:631 #: dist/editor_blocks.js:2 -msgid "Header Title" +msgid "Content Position" msgstr "" #: dist/translation-strings.php:632 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: src/stk-block-types.php:1091 #: dist/editor_blocks.js:2 -msgid "Half Overlay" +#: dist/translation-strings.js:620 +msgid "Timeline" msgstr "" #: dist/translation-strings.php:633 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Center Overlay" +msgid "Accent Anchor Position" msgstr "" #: dist/translation-strings.php:634 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Side Overlay" +msgid "Succeeding timeline blocks will also use this value." msgstr "" #: dist/translation-strings.php:635 #: dist/editor_blocks.js:2 -msgid "Half Layout" +#, php-format,js-format +msgid "%s Border Radius" msgstr "" #: dist/translation-strings.php:636 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Half" +msgid "Line Thickness" msgstr "" #: dist/translation-strings.php:637 +#: dist/admin_welcome.js:2 #: dist/editor_blocks.js:2 -msgid "Snapping" +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:272 +msgid "Horizontal Offset" msgstr "" #: dist/translation-strings.php:638 #: dist/editor_blocks.js:2 -msgid "Snap to Start" +#, php-format,js-format +msgctxt "option title" +msgid "%s #%d" msgstr "" #: dist/translation-strings.php:639 #: dist/editor_blocks.js:2 -msgid "Snap to Center" +msgid "Timeline Accent Color" msgstr "" #: dist/translation-strings.php:640 #: dist/editor_blocks.js:2 -msgid "No Snapping" +msgid "Timeline Background Color" msgstr "" #: dist/translation-strings.php:641 -#: dist/editor_blocks.js:2 -msgid "Item Width" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgctxt "HTML Tag" +msgid "Address" msgstr "" #: dist/translation-strings.php:642 -#: dist/editor_blocks.js:2 -msgid "Left Offset" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgctxt "HTML Tag" +msgid "Article" msgstr "" #: dist/translation-strings.php:643 -#: dist/editor_blocks.js:2 -msgid "Scrollbar" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgctxt "HTML Tag" +msgid "Aside" msgstr "" #: dist/translation-strings.php:644 -#: dist/editor_blocks.js:2 -msgid "Track Color" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgctxt "HTML Tag" +msgid "Blockquote" msgstr "" #: dist/translation-strings.php:645 -#: dist/editor_blocks.js:2 -msgid "Thumb Color" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgctxt "HTML Tag" +msgid "Div" msgstr "" #: dist/translation-strings.php:646 -#: dist/editor_blocks.js:2 -msgid "Thumb Radius" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgctxt "HTML Tag" +msgid "Details" msgstr "" #: dist/translation-strings.php:647 -#: dist/editor_blocks.js:2 -msgid "123" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgctxt "HTML Tag" +msgid "Footer" msgstr "" #: dist/translation-strings.php:648 -#: dist/editor_blocks.js:2 -msgid "456" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgctxt "HTML Tag" +msgid "Header" msgstr "" #: dist/translation-strings.php:649 -#: dist/editor_blocks.js:2 -msgid "789" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgctxt "HTML Tag" +msgid "Hgroup" msgstr "" #: dist/translation-strings.php:650 -#: src/stk-block-types.php:560 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 -#: dist/translation-strings.js:553 -msgid "Icon Label" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgctxt "HTML Tag" +msgid "Main" msgstr "" #: dist/translation-strings.php:651 -#: src/stk-block-types.php:516 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 -#: dist/translation-strings.js:551 -msgid "Icon Box" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgctxt "HTML Tag" +msgid "Nav" msgstr "" #: dist/translation-strings.php:652 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks.js:2 -msgid "Ghost" +#: dist/stk.js:2 +msgctxt "HTML Tag" +msgid "Section" msgstr "" #: dist/translation-strings.php:653 -#: dist/editor_blocks.js:2 -msgid "Pill" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgctxt "HTML Tag" +msgid "Summary" msgstr "" #: dist/translation-strings.php:654 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Button text" +#, php-format,js-format +msgctxt "component" +msgid "%s HTML Tag" msgstr "" #: dist/translation-strings.php:655 -#: dist/editor_blocks.js:2 -msgid "Call to action" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Block" msgstr "" #: dist/translation-strings.php:656 -#: dist/editor_blocks.js:2 -msgid "Unordered List" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Overflow" msgstr "" #: dist/translation-strings.php:657 -#: dist/editor_blocks.js:2 -msgid "Ordered List" +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Auto" msgstr "" #: dist/translation-strings.php:658 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "List" +#: dist/stk.js:2 +msgid "Scroll" msgstr "" #: dist/translation-strings.php:659 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Grid" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Visible" msgstr "" #: dist/translation-strings.php:660 -#: src/stk-block-types.php:279 -#: src/stk-block-types.php:790 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -#: dist/translation-strings.js:415 -msgid "Number" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Clear" msgstr "" #: dist/translation-strings.php:661 -#: dist/editor_blocks.js:2 -msgid "Padded Number" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Both" msgstr "" #: dist/translation-strings.php:662 -#: dist/editor_blocks.js:2 -msgid "Lowercase Roman" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Adjusts the transparency of the entire block" msgstr "" #: dist/translation-strings.php:663 -#: dist/editor_blocks.js:2 -msgid "Uppercase Roman" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Z-Index" msgstr "" #: dist/translation-strings.php:664 -#: dist/editor_blocks.js:2 -msgid "Lowercase Letters" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the stack order of different blocks to make one appear in front of another. A block with a higher z-index will show up on top of another block with a lower z-index." msgstr "" #: dist/translation-strings.php:665 -#: dist/editor_blocks.js:2 -msgid "Uppercase Letters" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sticky position may not work across all themes" msgstr "" #: dist/translation-strings.php:666 -#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Dashed" +msgid "Static" msgstr "" #: dist/translation-strings.php:667 -#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Dotted" +msgid "Relative" msgstr "" #: dist/translation-strings.php:668 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 -msgid "List Item" +#: dist/stk.js:2 +msgid "Absolute" msgstr "" #: dist/translation-strings.php:669 -#: dist/editor_blocks.js:2 -msgid "More noticeable when using wide layouts or list item borders" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sticky" msgstr "" #: dist/translation-strings.php:670 -#: dist/editor_blocks.js:2 -msgid "List Display Style" +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Align Left" msgstr "" #: dist/translation-strings.php:671 -#: dist/editor_blocks.js:2 -msgid "Indentation" +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Align Center" msgstr "" #: dist/translation-strings.php:672 -#: dist/editor_blocks.js:2 -msgid "Icons & Numbers" +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Align Right" msgstr "" #: dist/translation-strings.php:673 -#: dist/editor_blocks.js:2 -msgid "List Type" +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Justified" msgstr "" #: dist/translation-strings.php:674 -#: dist/editor_blocks.js:2 -msgid "With Period" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Content Min. Height" msgstr "" #: dist/translation-strings.php:675 -#: dist/editor_blocks.js:2 -msgid "Icon Vertical Alignment" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Content Max Width" msgstr "" #: dist/translation-strings.php:676 -#: dist/editor_blocks.js:2 -msgid "This is more visible if you have long text in your list." +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Content Horizontal Align" msgstr "" #: dist/translation-strings.php:677 -#: dist/editor_blocks.js:2 -msgid "Icon Vertical Offset" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the placement of the column container to left, center or right. Not available when block width is set to full width." msgstr "" #: dist/translation-strings.php:678 -#: dist/editor_blocks.js:2 -msgid "Icon List Item Borders" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Adjusts the placement of all content in the block to align left, center or right" msgstr "" #: dist/translation-strings.php:679 #: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Borders" +#: dist/translation-strings.js:447 +msgid "Column" msgstr "" #: dist/translation-strings.php:680 -#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Border Width" +msgid "Sets the horizontal position and spacing of the inner columns." msgstr "" #: dist/translation-strings.php:681 -#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Border Color" +msgid "Column contents need to be narrow for effect to show." msgstr "" #: dist/translation-strings.php:682 -#: dist/editor_blocks.js:2 -msgid "Line 1" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the vertical position of the inner columns relative to the columns block." msgstr "" #: dist/translation-strings.php:683 -#: dist/editor_blocks.js:2 -msgid "Line 2" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +#, php-format,js-format +msgid "%s Direction" msgstr "" #: dist/translation-strings.php:684 -#: dist/editor_blocks.js:2 -msgid "Line 3" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Inner Block" msgstr "" #: dist/translation-strings.php:685 -#: dist/editor_blocks.js:2 -msgid "Line 4" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the horizontal/vertical position and spacing of the inner blocks." msgstr "" #: dist/translation-strings.php:686 -#: dist/editor_blocks.js:2 -msgid "Line 5" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Aligns the horizontal/vertical position of the inner blocks." msgstr "" #: dist/translation-strings.php:687 -#: dist/editor_blocks.js:2 -msgid "Line 6" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Set Content Min. Height for alignment to display properly" msgstr "" #: dist/translation-strings.php:688 -#: dist/editor_blocks.js:2 -msgid "Image Caption" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Inner Block Wrapping" msgstr "" #: dist/translation-strings.php:689 -#: dist/editor_blocks.js:2 -msgid "Caption" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +#, php-format,js-format +msgid "%s %s" msgstr "" #: dist/translation-strings.php:690 -#: dist/editor_blocks.js:2 -msgid "Caption Alignment" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the gap between the columns of inner blocks." msgstr "" #: dist/translation-strings.php:691 -#: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:139 -msgctxt "Text placeholder" -msgid "Text for This Block" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the gap between inner blocks." msgstr "" #: dist/translation-strings.php:692 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Box" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the gap between the rows of inner blocks." msgstr "" #: dist/translation-strings.php:693 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Captioned" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Block Size & Spacing" msgstr "" #: dist/translation-strings.php:694 -#: src/stk-block-types.php:673 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -#: dist/translation-strings.js:567 -msgid "Map" +#: dist/stk.js:2 +msgid "Background" msgstr "" #: dist/translation-strings.php:695 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Embedded content from Google Map Platform." +#: dist/stk.js:2 +msgid "Color Scheme" msgstr "" #: dist/translation-strings.php:696 -#: dist/editor_blocks.js:2 -msgid "Some map features require a Google API Key." +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Borders & Shadows" msgstr "" #: dist/translation-strings.php:697 -#: dist/editor_blocks.js:2 -msgid "Add API key here." +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Darken" msgstr "" #: dist/translation-strings.php:698 -#: dist/editor_blocks.js:2 -msgid "Location" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:477 +msgid "Lift" msgstr "" #: dist/translation-strings.php:699 -#: dist/editor_blocks.js:2 -msgid "Enter an address or location" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:240 +msgid "Scale" msgstr "" #: dist/translation-strings.php:700 -#: dist/editor_blocks.js:2 -msgid "Enable Dragging" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Lift & Scale" msgstr "" #: dist/translation-strings.php:701 -#: dist/editor_blocks.js:2 -msgid "Full Screen Button" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Lift More" msgstr "" #: dist/translation-strings.php:702 -#: dist/editor_blocks.js:2 -msgid "Map Type Buttons" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Scale More" msgstr "" #: dist/translation-strings.php:703 -#: dist/editor_blocks.js:2 -msgid "Street View Button" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Lift & Scale More" msgstr "" #: dist/translation-strings.php:704 -#: dist/editor_blocks.js:2 -msgid "Zoom Buttons" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:485 +msgid "Hover Effect" msgstr "" #: dist/translation-strings.php:705 -#: dist/editor_blocks.js:2 -msgid "Map Style" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Hover effect" msgstr "" #: dist/translation-strings.php:706 -#: dist/editor_blocks.js:2 -msgid "Custom Map Style (Paste JSON here)" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Triggers animation or effects when you mouse over" msgstr "" #: dist/translation-strings.php:707 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Learn how to use Custom Map Styles" +#: dist/stk.js:2 +msgid "Button Color" msgstr "" #: dist/translation-strings.php:708 -#: dist/editor_blocks.js:2 -msgid "Map Marker" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Button Colors" msgstr "" #: dist/translation-strings.php:709 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Uploaded Icon and Icon Color settings are not fully compatible." +#: dist/stk.js:2 +msgid "Min. Button Height" msgstr "" #: dist/translation-strings.php:710 -#: dist/editor_blocks.js:2 -msgid "Horizontal Icon Anchor Point" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Button Width" msgstr "" #: dist/translation-strings.php:711 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Vertical Icon Anchor Point" +#: dist/stk.js:2 +msgid "Button Padding" msgstr "" #: dist/translation-strings.php:712 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Map Example" +#: dist/stk.js:2 +msgid "Button padding" msgstr "" #: dist/translation-strings.php:713 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Type in a pair of latitude longitude coordinates. You can also type in the name of the location if your API Key has Geocoding API and Places API enabled." +#: dist/stk.js:2 +msgid "Adjusts the space between the button text and button borders" msgstr "" #: dist/translation-strings.php:714 -#: dist/editor_blocks.js:2 -msgid "Silver" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Button Size & Spacing" msgstr "" #: dist/translation-strings.php:715 -#: dist/editor_blocks.js:2 -msgid "Retro" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Button Borders & Shadows" msgstr "" #: dist/translation-strings.php:716 -#: dist/editor_blocks.js:2 -msgid "Dark" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Styles" msgstr "" #: dist/translation-strings.php:717 -#: dist/editor_blocks.js:2 -msgid "Night" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Supports links to images, videos, YouTube, Vimeo, and web pages that allow embedding. Opens inner image block if no link is provided" msgstr "" #: dist/translation-strings.php:718 #: dist/editor_blocks.js:2 -msgid "Aubergine" +msgid "Play Video" msgstr "" #: dist/translation-strings.php:719 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Embedded content from Google Maps Platform." +msgid "Popup Option #1: Upload Video" msgstr "" #: dist/translation-strings.php:720 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Notification Type" +#: dist/stk.js:2 +msgid "Use .mp4 format for videos" msgstr "" #: dist/translation-strings.php:721 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Success" +msgid "Popup Option #2: Video URL" msgstr "" #: dist/translation-strings.php:722 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Error" +msgid "Paste a Youtube / Vimeo URL" msgstr "" #: dist/translation-strings.php:723 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Warning" +msgid "Allow fullscreen" msgstr "" #: dist/translation-strings.php:724 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Information" +msgid "Allow download video" msgstr "" #: dist/translation-strings.php:725 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Dismissible" +msgid "Loop video" msgstr "" #: dist/translation-strings.php:726 #: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Close" +msgid "Note: The following attributes are used to create the video schema." msgstr "" #: dist/translation-strings.php:727 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Side" +msgid "Video name" msgstr "" #: dist/translation-strings.php:728 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Bordered" +msgid "Video description" msgstr "" #: dist/translation-strings.php:729 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Outlined" +msgid "Video upload date" msgstr "" #: dist/translation-strings.php:730 +#: src/stk-block-types.php:252 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Large Icon" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:473 +msgid "Container" msgstr "" #: dist/translation-strings.php:731 -#: dist/editor_blocks.js:2 -msgid "01" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Container Min. Height" msgstr "" #: dist/translation-strings.php:732 -#: src/stk-block-types.php:744 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -#: dist/translation-strings.js:578 -msgid "Posts" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Max Container Width" msgstr "" #: dist/translation-strings.php:733 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "No posts found." +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Container Horizontal Align" msgstr "" #: dist/translation-strings.php:734 -#: dist/editor_blocks.js:2 -msgid "Content Arrangement" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Container Vertical Align" msgstr "" #: dist/translation-strings.php:735 -#: dist/editor_blocks.js:2 -msgid "Sets the order of the items displayed (category, title, meta, excerpt, read more button, image) for each post" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Container Background" msgstr "" #: dist/translation-strings.php:736 -#: dist/editor_blocks.js:2 -msgid "Query" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Trigger hover state on nested blocks" msgstr "" #: dist/translation-strings.php:737 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks.js:2 -#: dist/translation-strings.js:441 -msgid "Number of items" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Container Borders & Shadow" msgstr "" #: dist/translation-strings.php:738 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Order by" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "When enabled, the last column will be cloned instead of adding a blank column." msgstr "" #: dist/translation-strings.php:739 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Newest to Oldest" +#: src/welcome/index.php:127 +#: src/welcome/index.php:294 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Settings" msgstr "" #: dist/translation-strings.php:740 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Oldest to Newest" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Allow Column Wrapping" msgstr "" #: dist/translation-strings.php:741 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "A → Z" +#: dist/stk.js:2 +msgid "Sets column paddings, the space inside the block between the block elements and the column container border" msgstr "" #: dist/translation-strings.php:742 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Z → A" +#: dist/stk.js:2 +msgid "Sets the distance between two or more columns" msgstr "" #: dist/translation-strings.php:743 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Last Modified to Oldest" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Conditional Display" msgstr "" #: dist/translation-strings.php:744 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Oldest Modified to Last" -msgstr "" - +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Custom Attributes" +msgstr "" + #: dist/translation-strings.php:745 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Menu Order" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Block Width" msgstr "" #: dist/translation-strings.php:746 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Random" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Align Wide" msgstr "" #: dist/translation-strings.php:747 -#: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -msgid "Spacing" +msgid "Align Full" msgstr "" #: dist/translation-strings.php:748 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Featured Image" +#: dist/stk.js:2 +msgid "Content Width" msgstr "" #: dist/translation-strings.php:749 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Category" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Set the content to be smaller than the block width" msgstr "" #: dist/translation-strings.php:750 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Excerpt" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:179 +msgid "Custom CSS" msgstr "" #: dist/translation-strings.php:751 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Meta" +#: src/welcome/index.php:215 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Motion Effects" msgstr "" #: dist/translation-strings.php:752 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Read More Link" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Select Image" msgstr "" #: dist/translation-strings.php:753 -#: dist/editor_blocks.js:2 -msgid "Apply hover effect when container is hovered" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Image Url" msgstr "" #: dist/translation-strings.php:754 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Highlighted" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Aspect Ratio" msgstr "" #: dist/translation-strings.php:755 -#: dist/editor_blocks.js:2 -msgid "Highlight Color" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Original" msgstr "" #: dist/translation-strings.php:756 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:325 -msgid "Excerpt Length" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Square 1:1" msgstr "" #: dist/translation-strings.php:757 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Show Author" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Standard 4:3" msgstr "" #: dist/translation-strings.php:758 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Show Date" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Classic 3:2" msgstr "" #: dist/translation-strings.php:759 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Show Comments" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Wide 16:9" msgstr "" #: dist/translation-strings.php:760 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Default (Dot)" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Cinematic 2:1" msgstr "" #: dist/translation-strings.php:761 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Space" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Ultra Wide 3:1" msgstr "" #: dist/translation-strings.php:762 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Comma" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Panoramic 4:1" msgstr "" #: dist/translation-strings.php:763 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Dash" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Portrait 3:4" msgstr "" #: dist/translation-strings.php:764 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Pipe" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Classic Portrait 2:3" msgstr "" #: dist/translation-strings.php:765 -#: dist/editor_blocks.js:2 -msgid "Sets the separators between meta items (dot, space, comma, dash, pipe)" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Tall 9:16" msgstr "" #: dist/translation-strings.php:766 -#: dist/editor_blocks.js:2 -msgid "Add post links to images" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Image width" msgstr "" #: dist/translation-strings.php:767 -#: src/block/posts/index.php:268 -#: dist/editor_blocks.js:2 -msgid "Continue Reading" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Adjusts the image width" msgstr "" #: dist/translation-strings.php:768 -#: dist/editor_blocks.js:2 -msgid "Read More Button" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Image height" msgstr "" #: dist/translation-strings.php:769 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "featured" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Adjusts the image height" msgstr "" #: dist/translation-strings.php:770 -#: src/block/posts/index.php:59 -#: src/deprecated/v2/block/blog-posts/index.php:251 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "(Untitled)" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Open Image in Lightbox" msgstr "" #: dist/translation-strings.php:771 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Image Card" +#: dist/stk.js:2 +msgid "Image Alt" msgstr "" #: dist/translation-strings.php:772 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Portfolio" +#: dist/stk.js:2 +msgid "Show Empty Alt Attribute" msgstr "" #: dist/translation-strings.php:773 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Portfolio 2" +#: dist/stk.js:2 +msgid "Image Shadow" msgstr "" #: dist/translation-strings.php:774 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Vertical Card" +#: dist/stk.js:2 +msgid "Adjusts the intensity of the image shadow" msgstr "" #: dist/translation-strings.php:775 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 -msgid "Vertical Card 2" +#: dist/stk.js:2 +msgid "Adjusts the radius of image corners to make them more rounded" msgstr "" #: dist/translation-strings.php:776 -#: dist/editor_blocks.js:2 -msgid "$" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/stk.js:2 +msgid "Overlay Color" msgstr "" #: dist/translation-strings.php:777 -#: dist/editor_blocks.js:2 -msgid "99" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Overlay Opacity" msgstr "" #: dist/translation-strings.php:778 -#: dist/editor_blocks.js:2 -msgid ".00" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Overlay Blend Mode" msgstr "" #: dist/translation-strings.php:779 -#: dist/editor_blocks.js:2 -msgid "Package inclusion one" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets how the overlay color blends with the image" msgstr "" #: dist/translation-strings.php:780 -#: dist/editor_blocks.js:2 -msgid "Package inclusion two" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Focal point" msgstr "" #: dist/translation-strings.php:781 -#: dist/editor_blocks.js:2 -msgid "Package inclusion three" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Image Fit" msgstr "" #: dist/translation-strings.php:782 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:163 -msgid "one" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Contain" msgstr "" #: dist/translation-strings.php:783 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:164 -msgid "two" +#: dist/stk.js:2 +msgid "Fill" msgstr "" #: dist/translation-strings.php:784 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:165 -msgid "three" +#: dist/stk.js:2 +msgid "Scale Down" msgstr "" #: dist/translation-strings.php:785 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:166 -#, php-format,js-format -msgid "Package inclusion %s" +#: dist/stk.js:2 +msgid "Sets the fit to default, contain, cover, fill, none, and scale down. Image fit specifies how an image resizes in a container." msgstr "" #: dist/translation-strings.php:786 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Compact" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Image Shape" msgstr "" #: dist/translation-strings.php:787 -#: dist/editor_blocks.js:2 -msgid "Banner Layout" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:268 +msgid "Change the shape of the image" msgstr "" #: dist/translation-strings.php:788 -#: dist/editor_blocks.js:2 -msgid "Banner" -msgstr "" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Flip Shape Horizontally" +msgstr "" #: dist/translation-strings.php:789 -#: dist/editor_blocks.js:2 -msgid "Colored Layout" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Flip Shape Vertically" msgstr "" #: dist/translation-strings.php:790 -#: dist/editor_blocks.js:2 -msgid "Sectioned Layout" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Stretch Shape Mask" msgstr "" #: dist/translation-strings.php:791 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Sectioned" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Image Filter" msgstr "" #: dist/translation-strings.php:792 +#: src/stk-block-types.php:632 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Label" +#: dist/stk.js:2 +#: dist/translation-strings.js:451 +msgid "Image" msgstr "" #: dist/translation-strings.php:793 -#: src/stk-block-types.php:894 -#: dist/editor_blocks.js:2 -#: dist/translation-strings.js:598 -msgid "Spacer" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "When linked, styling this block would also style other linked blocks in adjacent columns." msgstr "" #: dist/translation-strings.php:794 -#: dist/editor_blocks.js:2 -msgid "Type / to choose a block" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Learn more about linking" msgstr "" #: dist/translation-strings.php:795 -#: dist/editor_blocks.js:2 -msgid "Subtitle for this block." +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:269 +msgid "Shape Color" msgstr "" #: dist/translation-strings.php:796 -#: dist/editor_blocks.js:2 -msgid "Classic" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Shape Border Radius" msgstr "" #: dist/translation-strings.php:797 -#: dist/editor_blocks.js:2 -msgid "Centered Pills" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Shape Padding" msgstr "" #: dist/translation-strings.php:798 -#: dist/admin_welcome.js:2 -#: dist/editor_blocks.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -msgid "Top" +msgid "Shape Outline Width" msgstr "" #: dist/translation-strings.php:799 -#: dist/admin_welcome.js:2 -#: dist/editor_blocks.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -msgid "Bottom" +msgid "Shape Outline Color" msgstr "" #: dist/translation-strings.php:800 -#: dist/editor_blocks.js:2 -msgid "Are you sure you want to delete this tab?" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Icon Shape" msgstr "" #: dist/translation-strings.php:801 -#: dist/editor_blocks.js:2 -msgid "Tab Label" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:266 +msgid "Background Shape" msgstr "" #: dist/translation-strings.php:802 -#: dist/editor_blocks.js:2 -msgid "Move left" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Responsive" msgstr "" #: dist/translation-strings.php:803 -#: dist/editor_blocks.js:2 -msgid "Move right" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Hide on Desktop" msgstr "" #: dist/translation-strings.php:804 -#: dist/editor_blocks.js:2 -msgid "Add tab" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Hide on Tablet" msgstr "" #: dist/translation-strings.php:805 -#: dist/editor_blocks.js:2 -msgid "Duplicate tab" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Hide on Mobile" msgstr "" #: dist/translation-strings.php:806 -#: dist/editor_blocks.js:2 -msgid "Delete tab" +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:469 +#, php-format,js-format +msgctxt "Nth Title" +msgid "%s %d" msgstr "" #: dist/translation-strings.php:807 -#: dist/editor_blocks.js:2 -msgid "Fixed Icon Position" +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Wave" msgstr "" #: dist/translation-strings.php:808 -#: dist/editor_blocks.js:2 -msgid "Tab Alignment" +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Straight" msgstr "" #: dist/translation-strings.php:809 -#: dist/editor_blocks.js:2 -msgid "Text Alignment" +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Slant" msgstr "" #: dist/translation-strings.php:810 -#: dist/editor_blocks.js:2 -msgid "Scrollable Tabs on Mobile" +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Curve" msgstr "" #: dist/translation-strings.php:811 -#: dist/editor_blocks.js:2 -msgid "Tab" +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Rounded" msgstr "" #: dist/translation-strings.php:812 -#: dist/editor_blocks.js:2 -msgid "Tab Active State" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Design" msgstr "" #: dist/translation-strings.php:813 -#: dist/editor_blocks.js:2 -msgid "Change icons individually by clicking on each tab's icon." +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Separator Height" msgstr "" #: dist/translation-strings.php:814 -#: dist/editor_blocks.js:2 -msgid "Tab Anchors" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Adjusts the height of the separator to stretch or compress vertically" msgstr "" #: dist/translation-strings.php:815 -#: dist/editor_blocks.js:2 -msgid "Assign unique anchor names to each tab so you'll be able to link directly and open each one." +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/stk.js:2 +msgid "Separator Width" msgstr "" #: dist/translation-strings.php:816 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -#, php-format,js-format -msgid "%s Anchor" +#: dist/stk.js:2 +#: dist/translation-strings.js:472 +msgid "Shadow / Outline" msgstr "" #: dist/translation-strings.php:817 -#: dist/editor_blocks.js:2 -msgid "Tab Anchor" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Adjusts the intensity of the separator shadow and makes the separator more prominent" msgstr "" #: dist/translation-strings.php:818 -#: dist/editor_blocks.js:2 -msgid "Unordered" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Invert Design" msgstr "" #: dist/translation-strings.php:819 -#: dist/editor_blocks.js:2 -#, php-format,js-format -msgctxt "%s is a heading level, e.g. H1" -msgid "Include %s" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Bring to Front" msgstr "" #: dist/translation-strings.php:820 -#: dist/editor_blocks.js:2 -msgid "Auto-generate missing anchor ids" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Brings the separator layer in front of other block elements" msgstr "" #: dist/translation-strings.php:821 -#: dist/editor_blocks.js:2 -msgid "Scrolling" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Top Separator" msgstr "" #: dist/translation-strings.php:822 -#: dist/editor_blocks.js:2 -msgid "Use smooth scroll" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Bottom Separator" msgstr "" #: dist/translation-strings.php:823 -#: dist/editor_blocks.js:2 -msgid "Scroll Top Offset " +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Transform & Transition" msgstr "" #: dist/translation-strings.php:824 -#: dist/editor_blocks.js:2 -msgctxt "Table of Contents example text" -msgid "Introduction" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Use theme heading margins" msgstr "" #: dist/translation-strings.php:825 -#: dist/editor_blocks.js:2 -msgctxt "Table of Contents example text" -msgid "Chapter 1: Abstract" +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Font Family" msgstr "" #: dist/translation-strings.php:826 -#: dist/editor_blocks.js:2 -msgctxt "Table of Contents example text" -msgid "Chapter 2: History" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Theme Default" msgstr "" #: dist/translation-strings.php:827 -#: dist/editor_blocks.js:2 -msgctxt "Table of Contents example text" -msgid "Chapter 3: Main Content" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the font set to be used for the element" msgstr "" #: dist/translation-strings.php:828 -#: dist/editor_blocks.js:2 -msgctxt "Table of Contents example text" -msgid "Chapter 4: Additional Thoughts" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Weight" msgstr "" #: dist/translation-strings.php:829 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgctxt "Table of Contents example text" -msgid "Conclusion" +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:248 +msgid "Normal" msgstr "" #: dist/translation-strings.php:830 -#: src/stk-block-types.php:971 -#: dist/editor_blocks.js:2 -#: dist/translation-strings.js:606 -msgid "Table of Contents" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Bold" msgstr "" #: dist/translation-strings.php:831 -#: dist/editor_blocks.js:2 -msgid "Include heading" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Font weight" msgstr "" #: dist/translation-strings.php:832 -#: dist/editor_blocks.js:2 -msgid "Exclude heading" -msgstr "" - -#: dist/translation-strings.php:833 -#: src/stk-block-types.php:427 -#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:544 -msgid "Heading" +msgid "Sets the thinness or thickness of text characters" msgstr "" -#: dist/translation-strings.php:834 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 +#: dist/translation-strings.php:833 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:177 -msgid "Name" +#: dist/stk.js:2 +#: dist/translation-strings.js:299 +msgid "Transform" +msgstr "" + +#: dist/translation-strings.php:834 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Uppercase" msgstr "" #: dist/translation-strings.php:835 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Bubble" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Lowercase" msgstr "" #: dist/translation-strings.php:836 -#: dist/editor_blocks.js:2 -msgid "Inverted Vertical" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Capitalize" msgstr "" #: dist/translation-strings.php:837 -#: dist/editor_blocks.js:2 -msgid "Play Video" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the usage of upper or lower case" msgstr "" #: dist/translation-strings.php:838 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Popup Option #1: Upload Video" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Font Style" msgstr "" #: dist/translation-strings.php:839 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Use .mp4 format for videos" +msgid "Italic" msgstr "" #: dist/translation-strings.php:840 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Popup Option #2: Video URL" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Oblique" msgstr "" #: dist/translation-strings.php:841 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Paste a Youtube / Vimeo URL" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Line-Height" msgstr "" #: dist/translation-strings.php:842 -#: dist/editor_blocks.js:2 -msgid "Allow fullscreen" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Line height" msgstr "" #: dist/translation-strings.php:843 -#: dist/editor_blocks.js:2 -msgid "Allow download video" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the vertical distance between lines of text" msgstr "" #: dist/translation-strings.php:844 -#: dist/editor_blocks.js:2 -msgid "Loop video" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Letter Spacing" msgstr "" #: dist/translation-strings.php:845 -#: dist/editor_blocks.js:2 -msgid "Note: The following attributes are used to create the video schema." +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Letter spacing" msgstr "" #: dist/translation-strings.php:846 -#: dist/editor_blocks.js:2 -msgid "Video name" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the distance or space between letters" msgstr "" #: dist/translation-strings.php:847 -#: dist/editor_blocks.js:2 -msgid "Video description" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Font size" msgstr "" #: dist/translation-strings.php:848 -#: dist/editor_blocks.js:2 -msgid "Video upload date" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the size of text characters" msgstr "" #: dist/translation-strings.php:849 +#: src/stk-block-types.php:856 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:140 -msgctxt "Content placeholder" -msgid "Description for this block. Use this space for describing your block. Any text will do." +#: dist/stk.js:2 +#: dist/translation-strings.js:593 +msgid "Progress Circle" msgstr "" #: dist/translation-strings.php:850 -#: dist/editor_blocks.js:2 -msgid "Content Position" +#: src/stk-block-types.php:837 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:590 +msgid "Progress Bar" msgstr "" #: dist/translation-strings.php:851 -#: src/stk-block-types.php:1091 -#: dist/editor_blocks.js:2 -#: dist/translation-strings.js:620 -msgid "Timeline" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Progress" msgstr "" #: dist/translation-strings.php:852 -#: dist/editor_blocks.js:2 -msgid "Accent Anchor Position" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Maximum Progress" msgstr "" #: dist/translation-strings.php:853 -#: dist/editor_blocks.js:2 -msgid "Succeeding timeline blocks will also use this value." +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Apply border radius to bar" msgstr "" #: dist/translation-strings.php:854 -#: dist/editor_blocks.js:2 -#, php-format,js-format -msgid "%s Border Radius" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Thickness" msgstr "" #: dist/translation-strings.php:855 -#: dist/editor_blocks.js:2 -msgid "Line Thickness" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +#, php-format,js-format +msgid "Bar Color #%s" msgstr "" #: dist/translation-strings.php:856 -#: dist/admin_welcome.js:2 -#: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:247 -msgid "Horizontal Offset" +msgid "Bar Color" msgstr "" #: dist/translation-strings.php:857 -#: dist/editor_blocks.js:2 -#, php-format,js-format -msgctxt "option title" -msgid "%s #%d" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:275 +msgid "Gradient Direction (degrees)" msgstr "" #: dist/translation-strings.php:858 -#: dist/editor_blocks.js:2 -msgid "Timeline Accent Color" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Adv. Gradient Color Settings" msgstr "" #: dist/translation-strings.php:859 -#: dist/editor_blocks.js:2 -msgid "Timeline Background Color" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Gradient Direction" msgstr "" #: dist/translation-strings.php:860 -#: dist/editor_blocks.js:2 -msgid "Color & Highlight" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the direction (in degrees) of the colors" msgstr "" #: dist/translation-strings.php:861 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Highlight" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +#, php-format,js-format +msgid "Color %d Location" msgstr "" #: dist/translation-strings.php:862 -#: dist/editor_blocks.js:2 -msgid "Low" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets the placement of each color in relation to the other color" msgstr "" #: dist/translation-strings.php:863 -#: dist/editor_blocks.js:2 -msgid "Highlight Text" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Background Gradient Blend Mode" msgstr "" #: dist/translation-strings.php:864 -#: dist/editor_blocks.js:2 -msgid "Quotation Mark Icons" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Sets how this background gradient/image blends into the other background" msgstr "" #: dist/translation-strings.php:865 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks.js:2 -msgid "Pick another icon" +#: dist/stk.js:2 +msgid "Background Color" msgstr "" #: dist/translation-strings.php:866 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Round Thin" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Animate" msgstr "" #: dist/translation-strings.php:867 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Round" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Accessibility Label" msgstr "" #: dist/translation-strings.php:868 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Round Thick" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Progress Bar Text" msgstr "" #: dist/translation-strings.php:869 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Round Fat" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Progress Prefix" msgstr "" #: dist/translation-strings.php:870 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Square Thin" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/stk.js:2 +msgid "Progress Suffix" msgstr "" #: dist/translation-strings.php:871 -#: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Square" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:372 +msgid "Remove" msgstr "" #: dist/translation-strings.php:872 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Square Simple" +#, php-format +msgid "#%s (no title)" msgstr "" #: dist/translation-strings.php:873 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Square Modern" +msgid "No posts found" msgstr "" #: dist/translation-strings.php:874 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Square Fat" +msgid "Pick a post" msgstr "" #: dist/translation-strings.php:875 -#: dist/editor_blocks.js:2 -msgid "Simple" +#: dist/admin_welcome.js:2 +msgid "view demo" msgstr "" #: dist/translation-strings.php:876 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Huge" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "No matches found" msgstr "" #: dist/translation-strings.php:877 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -msgid "Centered Quote" +#: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:60 +msgid "Reset" msgstr "" #: dist/translation-strings.php:878 -#: dist/editor_blocks.js:2 -msgid "Text for this block. Use this space for describing your block. Any text will do. Text for this block. You can use this space for describing your block." +#: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Start" msgstr "" #: dist/translation-strings.php:879 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:324 -msgid "Remove" +#: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Center" msgstr "" #: dist/translation-strings.php:880 -#, php-format -msgid "#%s (no title)" +#: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "End" msgstr "" #: dist/translation-strings.php:881 -msgid "No posts found" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Space Between" msgstr "" #: dist/translation-strings.php:882 -msgid "Pick a post" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Space Around" msgstr "" #: dist/translation-strings.php:883 #: dist/admin_welcome.js:2 -msgid "view demo" +#: dist/stk.js:2 +msgid "Space Evenly" msgstr "" #: dist/translation-strings.php:884 #: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "No matches found" +msgid "Stretch" msgstr "" #: dist/translation-strings.php:885 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:60 -msgid "Reset" +msgid "Baseline" msgstr "" #: dist/translation-strings.php:886 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 -#, php-format,js-format -msgid "Tab %d" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Normal State" msgstr "" #: dist/translation-strings.php:887 -#: src/stk-block-types.php:992 -#: dist/editor_blocks.js:2 -#: dist/translation-strings.js:611 -msgid "Tabs" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Hovered State" msgstr "" #: dist/translation-strings.php:888 -#: dist/editor_blocks.js:2 -msgid "Initial Tab Open" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Parent Container Hovered State" msgstr "" #: dist/translation-strings.php:889 -#: dist/editor_blocks.js:2 -msgid "Equal tab height" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Collapsed" msgstr "" #: dist/translation-strings.php:890 -#: dist/editor_blocks.js:2 -msgid "Tab Orientation" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Parent Hovered" msgstr "" #: dist/translation-strings.php:891 -#: dist/editor_blocks.js:2 -msgid "Tab Panel Offset" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Add a Container Background to a parent block to enable this state." msgstr "" #: dist/translation-strings.php:892 -#: dist/editor_blocks.js:2 -msgid "Tab Panel Effect" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Unit" msgstr "" #: dist/translation-strings.php:893 -#: dist/editor_blocks.js:2 -msgid "Immediate" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Multiply" msgstr "" #: dist/translation-strings.php:894 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Start" +msgid "Screen" msgstr "" #: dist/translation-strings.php:895 #: dist/admin_welcome.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Center" +msgid "Overlay" msgstr "" #: dist/translation-strings.php:896 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "End" +msgid "Lighten" msgstr "" #: dist/translation-strings.php:897 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Space Between" +msgid "Color Dodge" msgstr "" #: dist/translation-strings.php:898 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Space Around" +msgid "Color Burn" msgstr "" #: dist/translation-strings.php:899 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Space Evenly" +msgid "Hard Light" msgstr "" #: dist/translation-strings.php:900 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Stretch" +msgid "Soft Light" msgstr "" #: dist/translation-strings.php:901 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Baseline" +msgid "Difference" msgstr "" #: dist/translation-strings.php:902 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Unit" +msgid "Exclusion" msgstr "" #: dist/translation-strings.php:903 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Multiply" +msgid "Hue" msgstr "" #: dist/translation-strings.php:904 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Screen" +msgid "Saturation" msgstr "" #: dist/translation-strings.php:905 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/stk.js:2 -msgid "Overlay" +msgid "Luminosity" msgstr "" #: dist/translation-strings.php:906 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Lighten" +msgid "Initial" msgstr "" #: dist/translation-strings.php:907 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Color Dodge" +msgid "Inherit" msgstr "" #: dist/translation-strings.php:908 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Color Burn" +msgid "Unset" msgstr "" #: dist/translation-strings.php:909 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Hard Light" +msgid "Mix Blend Mode" msgstr "" #: dist/translation-strings.php:910 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Soft Light" +#: dist/editor_blocks.js:2 +msgid "Package inclusion one" msgstr "" #: dist/translation-strings.php:911 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Difference" +#: dist/editor_blocks.js:2 +msgid "Package inclusion two" msgstr "" #: dist/translation-strings.php:912 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Exclusion" +#: dist/editor_blocks.js:2 +msgid "Package inclusion three" msgstr "" #: dist/translation-strings.php:913 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Hue" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:155 +msgid "one" msgstr "" #: dist/translation-strings.php:914 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Saturation" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:156 +msgid "two" msgstr "" #: dist/translation-strings.php:915 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Luminosity" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:157 +msgid "three" msgstr "" #: dist/translation-strings.php:916 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Initial" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:158 +#, php-format,js-format +msgid "Package inclusion %s" msgstr "" #: dist/translation-strings.php:917 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Inherit" +#: dist/editor_blocks.js:2 +msgid "Banner Layout" msgstr "" #: dist/translation-strings.php:918 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Unset" +#: dist/editor_blocks.js:2 +msgid "Banner" msgstr "" #: dist/translation-strings.php:919 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Mix Blend Mode" +#: dist/editor_blocks.js:2 +msgid "Colored Layout" msgstr "" #: dist/translation-strings.php:920 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Normal State" +#: dist/editor_blocks.js:2 +msgid "Sectioned Layout" msgstr "" #: dist/translation-strings.php:921 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Hovered State" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Sectioned" msgstr "" #: dist/translation-strings.php:922 #: dist/admin_welcome.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Parent Container Hovered State" +msgid "Edit" msgstr "" #: dist/translation-strings.php:923 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Collapsed" +msgid "Global Gradients" msgstr "" #: dist/translation-strings.php:924 #: dist/admin_welcome.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Parent Hovered" +msgid "Global Colors" msgstr "" #: dist/translation-strings.php:925 #: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Add a Container Background to a parent block to enable this state." +msgid "Heading Color" msgstr "" #: dist/translation-strings.php:926 #: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Block Style" +msgid "Link Color" msgstr "" #: dist/translation-strings.php:927 #: dist/admin_welcome.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Block Styles" +msgid "Accent Color" msgstr "" #: dist/translation-strings.php:928 #: dist/admin_welcome.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Save the styles of this block to reuse on others. You can also update a saved style, and the changes will apply wherever it's used." +msgid "Button Text Color" msgstr "" #: dist/translation-strings.php:929 #: dist/admin_welcome.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Modified" +msgid "Button Outline Color" msgstr "" #: dist/translation-strings.php:930 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Save New Block Style" +msgid "Add Column" msgstr "" #: dist/translation-strings.php:931 #: dist/admin_welcome.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Edit" +msgid "Change the color scheme." msgstr "" #: dist/translation-strings.php:932 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Global Gradients" +msgid "Manage your color schemes." msgstr "" #: dist/translation-strings.php:933 #: dist/admin_welcome.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Global Colors" +msgid "Adjust the individual widths of each column" msgstr "" #: dist/translation-strings.php:934 #: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Change the color scheme." +msgid "Column Widths" msgstr "" #: dist/translation-strings.php:935 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Manage your color schemes." +msgid "Block Style" msgstr "" #: dist/translation-strings.php:936 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Heading Color" +msgid "Block Styles" msgstr "" #: dist/translation-strings.php:937 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Link Color" +msgid "Save the styles of this block to reuse on others. You can also update a saved style, and the changes will apply wherever it's used." msgstr "" #: dist/translation-strings.php:938 #: dist/admin_welcome.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Accent Color" +msgid "Modified" msgstr "" #: dist/translation-strings.php:939 #: dist/admin_welcome.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Button Text Color" +msgid "Save New Block Style" msgstr "" #: dist/translation-strings.php:940 #: dist/admin_welcome.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Button Outline Color" +msgid "Group into Container" msgstr "" #: dist/translation-strings.php:941 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Adjust the individual widths of each column" +msgid "Ungroup from Container" msgstr "" #: dist/translation-strings.php:942 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Column Widths" +msgid "You can type in custom HTML attributes for this block in the field above." msgstr "" #: dist/translation-strings.php:943 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Group into Container" +msgid "Example:" msgstr "" #: dist/translation-strings.php:944 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Ungroup from Container" +msgid "Learn more about Custom Attributes" msgstr "" #: dist/translation-strings.php:945 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "You can type in custom HTML attributes for this block in the field above." +msgid "There is an error in your custom attribute" msgstr "" #: dist/translation-strings.php:946 #: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Example:" +msgid "Layout" msgstr "" #: dist/translation-strings.php:947 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Learn more about Custom Attributes" +msgid "This design contains disabled blocks. You can still insert this design with blocks substituted with other enabled blocks." msgstr "" #: dist/translation-strings.php:948 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "There is an error in your custom attribute" +msgid "Style options are locked for this design because it is selected." msgstr "" #: dist/translation-strings.php:949 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "This design contains disabled blocks. You can still insert this design with blocks substituted with other enabled blocks." +msgid "Insert" msgstr "" #: dist/translation-strings.php:950 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Style options are locked for this design because it is selected." +msgid "No designs found" msgstr "" #: dist/translation-strings.php:951 #: dist/admin_welcome.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgid "Insert" +#: dist/translation-strings.js:319 +msgid "Dynamic Fields" msgstr "" #: dist/translation-strings.php:952 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "No designs found" +msgid "Font Size" msgstr "" #: dist/translation-strings.php:953 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Layout" +msgid "auto" msgstr "" #: dist/translation-strings.php:954 -#: dist/admin_welcome.js:2 -#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:319 -msgid "Dynamic Fields" +msgid "Default Heading" msgstr "" #: dist/translation-strings.php:955 -#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "System Fonts" +msgid "Default Body" msgstr "" #: dist/translation-strings.php:956 -#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Modern Font Stacks" +msgid "There are no blocks in this group, please add one." msgstr "" #: dist/translation-strings.php:957 -#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Google Fonts" +msgid "Add Block" msgstr "" #: dist/translation-strings.php:958 +#: src/stk-block-types.php:1082 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Theme Fonts" +#: dist/translation-strings.js:619 +msgid "Paragraph" msgstr "" #: dist/translation-strings.php:959 +#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Default Heading" +msgid "Stop showing tooltips" msgstr "" #: dist/translation-strings.php:960 +#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Default Body" +msgid "System Fonts" msgstr "" #: dist/translation-strings.php:961 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Font Size" +msgid "Modern Font Stacks" msgstr "" #: dist/translation-strings.php:962 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "auto" +msgid "Google Fonts" msgstr "" #: dist/translation-strings.php:963 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Individual sides" +msgid "Theme Fonts" msgstr "" #: dist/translation-strings.php:964 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "All sides" +msgid "Type to search icon" msgstr "" #: dist/translation-strings.php:965 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Top and Bottom" +msgid "Icon Settings" msgstr "" #: dist/translation-strings.php:966 #: dist/admin_welcome.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgid "Left and Right" +#: dist/translation-strings.js:358 +msgid "Upload SVG" msgstr "" #: dist/translation-strings.php:967 #: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:278 -msgid "Top Left" +msgid "Clear icon" msgstr "" #: dist/translation-strings.php:968 #: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:280 -msgid "Top Right" +#: dist/translation-strings.js:357 +msgid "Drop your SVG here" msgstr "" #: dist/translation-strings.php:969 #: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:284 -msgid "Bottom Left" +msgid "Describe the purpose of the image" msgstr "" #: dist/translation-strings.php:970 #: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:286 -msgid "Bottom Right" +msgid "Leave empty if the image is purely decorative." msgstr "" #: dist/translation-strings.php:971 +#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "There are no blocks in this group, please add one." +msgid "Alt Text (Alternative Text)" msgstr "" #: dist/translation-strings.php:972 +#: dist/admin_welcome.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgid "Add Block" +#: dist/translation-strings.js:262 +msgid "Blur" msgstr "" #: dist/translation-strings.php:973 -#: src/stk-block-types.php:1082 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:619 -msgid "Paragraph" +msgid "Brightness" msgstr "" #: dist/translation-strings.php:974 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Stop showing tooltips" +msgid "Contrast" msgstr "" #: dist/translation-strings.php:975 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Describe the purpose of the image" +msgid "Grayscale" msgstr "" #: dist/translation-strings.php:976 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Leave empty if the image is purely decorative." +msgid "Hue Rotate" msgstr "" #: dist/translation-strings.php:977 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Alt Text (Alternative Text)" +msgid "Invert" msgstr "" #: dist/translation-strings.php:978 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "preview" +msgid "Saturate" msgstr "" #: dist/translation-strings.php:979 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Type to search icon" +msgid "Sepia" msgstr "" #: dist/translation-strings.php:980 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Icon Settings" +msgid "preview" msgstr "" #: dist/translation-strings.php:981 #: dist/admin_welcome.js:2 -#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:382 -msgid "Upload SVG" +msgid "Upload" msgstr "" #: dist/translation-strings.php:982 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Clear icon" +msgid "Replace" msgstr "" #: dist/translation-strings.php:983 -#: dist/admin_welcome.js:2 -#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:381 -msgid "Drop your SVG here" +msgid "Click on any inner block in the editor to style it." msgstr "" #: dist/translation-strings.php:984 #: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/stk.js:2 -msgid "Upload" +msgid "Circle" msgstr "" #: dist/translation-strings.php:985 #: dist/admin_welcome.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgid "Replace" +#: dist/translation-strings.js:312 +#, php-format,js-format +msgid "Blob %s" msgstr "" #: dist/translation-strings.php:986 -#: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/stk.js:2 -msgid "Circle" +#, php-format +msgid "Looking for other settings? They've moved to the %s tab." msgstr "" #: dist/translation-strings.php:987 -#: dist/admin_welcome.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:364 -#, php-format,js-format -msgid "Blob %s" +msgid "style" msgstr "" #: dist/translation-strings.php:988 -#: dist/admin_welcome.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/stk.js:2 -#: dist/translation-strings.js:238 -msgid "Blur" +msgid "Dismiss hint" msgstr "" #: dist/translation-strings.php:989 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Brightness" +msgid "layout" msgstr "" #: dist/translation-strings.php:990 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Contrast" +msgid "Individual sides" msgstr "" #: dist/translation-strings.php:991 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Grayscale" +msgid "All sides" msgstr "" #: dist/translation-strings.php:992 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Hue Rotate" +msgid "Top and Bottom" msgstr "" #: dist/translation-strings.php:993 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Invert" +msgid "Left and Right" msgstr "" #: dist/translation-strings.php:994 #: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgid "Saturate" +#: dist/translation-strings.js:301 +msgid "Top Left" msgstr "" #: dist/translation-strings.php:995 #: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgid "Sepia" +#: dist/translation-strings.js:303 +msgid "Top Right" msgstr "" #: dist/translation-strings.php:996 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgid "Click on any inner block in the editor to style it." +#: dist/translation-strings.js:307 +msgid "Bottom Left" msgstr "" #: dist/translation-strings.php:997 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +#: dist/admin_welcome.js:2 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgid "Back" +#: dist/translation-strings.js:309 +msgid "Bottom Right" msgstr "" #: dist/translation-strings.php:998 +#: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Duplicate" +msgid "Layout Tab" msgstr "" #: dist/translation-strings.php:999 -#: dist/editor_blocks__premium_only.js:2 +#: dist/admin_welcome.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:196 -msgid "Delete" +msgid "Style" msgstr "" #: dist/translation-strings.php:1000 -#, php-format -msgid "Looking for other settings? They've moved to the %s tab." +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Style Tab" msgstr "" #: dist/translation-strings.php:1001 -msgid "style" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Advanced" msgstr "" #: dist/translation-strings.php:1002 -msgid "Dismiss hint" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Advanced Tab" msgstr "" #: dist/translation-strings.php:1003 -msgid "layout" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "Designs" msgstr "" #: dist/translation-strings.php:1004 +#: dist/stk.js:2 +msgid "Pick a design to start from, this will override your block settings" +msgstr "" + +#: dist/translation-strings.php:1005 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "All" msgstr "" -#: dist/translation-strings.php:1005 +#: dist/translation-strings.php:1006 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Free" msgstr "" -#: dist/translation-strings.php:1006 +#: dist/translation-strings.php:1007 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Premium" msgstr "" -#: dist/translation-strings.php:1007 +#: dist/translation-strings.php:1008 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Patterns" msgstr "" -#: dist/translation-strings.php:1008 +#: dist/translation-strings.php:1009 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Pages" msgstr "" -#: dist/translation-strings.php:1009 +#: dist/translation-strings.php:1010 #: dist/admin_welcome.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 @@ -6209,14 +6220,14 @@ msgstr "" msgid "Refresh Library" msgstr "" -#: dist/translation-strings.php:1010 +#: dist/translation-strings.php:1011 #: dist/admin_welcome.js:2 #: dist/stk.js:2 #, php-format,js-format msgid "You have one or more designs selected. Navigating to %s will close the Design Library and your current selection will be lost. Do you want to continue?" msgstr "" -#: dist/translation-strings.php:1011 +#: dist/translation-strings.php:1012 #: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/editor_blocks.js:2 @@ -6224,448 +6235,441 @@ msgstr "" msgid "Color Schemes" msgstr "" -#: dist/translation-strings.php:1012 +#: dist/translation-strings.php:1013 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Style Options" msgstr "" -#: dist/translation-strings.php:1013 +#: dist/translation-strings.php:1014 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Customize patterns using the options below." msgstr "" -#: dist/translation-strings.php:1014 +#: dist/translation-strings.php:1015 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Learn how to use style options." msgstr "" -#: dist/translation-strings.php:1015 +#: dist/translation-strings.php:1016 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Section Background" msgstr "" -#: dist/translation-strings.php:1016 +#: dist/translation-strings.php:1017 #: dist/admin_welcome.js:2 #: dist/editor_blocks.js:2 #: dist/stk.js:2 msgid "Background Scheme" msgstr "" -#: dist/translation-strings.php:1017 +#: dist/translation-strings.php:1018 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "You do not have any color schemes." msgstr "" -#: dist/translation-strings.php:1018 +#: dist/translation-strings.php:1019 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Container Scheme" msgstr "" -#: dist/translation-strings.php:1019 +#: dist/translation-strings.php:1020 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Add Designs" msgstr "" -#: dist/translation-strings.php:1020 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Designs" -msgstr "" - #: dist/translation-strings.php:1021 +#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Pick a design to start from, this will override your block settings" +msgid "Get More Image Shapes" msgstr "" #: dist/translation-strings.php:1022 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Layout Tab" +msgid "Mask images with a variety of blob-like shapes" msgstr "" #: dist/translation-strings.php:1023 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Style" +msgid "Choose from over 50 different shapes" msgstr "" #: dist/translation-strings.php:1024 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Style Tab" +msgid "Enhances the overall aesthetic of images" msgstr "" #: dist/translation-strings.php:1025 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Advanced" +msgid "Use Dynamic Content" msgstr "" #: dist/translation-strings.php:1026 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Advanced Tab" +msgid "Add dynamic content from posts or post meta" msgstr "" #: dist/translation-strings.php:1027 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Add Column" +msgid "Use third-party plugins as dynamic sources such as ACF, Meta Box, Toolset, and more" msgstr "" #: dist/translation-strings.php:1028 #: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -msgid "Desktop" +msgid "Build custom loop design with the Native Query Loop" msgstr "" #: dist/translation-strings.php:1029 #: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/stk.js:2 -msgid "Tablet" +msgid "Separator Layers" msgstr "" #: dist/translation-strings.php:1030 #: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/stk.js:2 -msgid "Mobile" +msgid "Add a second and third layer to separators" msgstr "" #: dist/translation-strings.php:1031 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Inset" +msgid "Change layer color, size and opacity" msgstr "" #: dist/translation-strings.php:1032 #: dist/admin_welcome.js:2 -#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:248 -msgid "Vertical Offset" +msgid "Greater creativity in designing separators" msgstr "" #: dist/translation-strings.php:1033 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Shadow Spread" +msgid "Elevate Your Icons" msgstr "" #: dist/translation-strings.php:1034 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Shadow Color" +msgid "Liven up icons with gradient fills, multiple colors and background shapes" msgstr "" #: dist/translation-strings.php:1035 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Advanced Shadow Options" +msgid "More design options and customization for icons" msgstr "" #: dist/translation-strings.php:1036 #: dist/admin_welcome.js:2 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks.js:2 -#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:314 -msgid "Custom" +msgid "Choose from over 50 background shapes" msgstr "" #: dist/translation-strings.php:1037 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Shadow Settings" +msgid "Greater visual interest and variety for your icons" msgstr "" #: dist/translation-strings.php:1038 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Shadow/Outline" +msgid "Liven up icons with background shapes" msgstr "" #: dist/translation-strings.php:1039 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Adjusts the intensity of the shadow/outline of the block and the appearance of the block border" +msgid "Adjust timing of CSS transitions" msgstr "" #: dist/translation-strings.php:1040 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Column Arrangement" +msgid "Change X and Y position of blocks" msgstr "" #: dist/translation-strings.php:1041 +#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Design System Style Guide" +msgid "Scale or rotate blocks" msgstr "" #: dist/translation-strings.php:1042 +#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Welcome to your Style Guide! Here you can see a live preview of your design system in action. Any changes you make to your design settings will instantly update here." +msgid "Perfect for hover animations" msgstr "" #: dist/translation-strings.php:1043 +#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Loading style guide…" +msgid "Entrance fade-ins and animations when scrolling to blocks" msgstr "" #: dist/translation-strings.php:1044 +#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Failed to load style guide" +msgid "Smooth scroll animations based on scrolling position" msgstr "" #: dist/translation-strings.php:1045 +#: dist/admin_welcome.js:2 #: dist/stk.js:2 -#, php-format,js-format -msgid "Error exporting style guide: %s" +msgid "Create a more visually engaging and interactive experience" msgstr "" #: dist/translation-strings.php:1046 +#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Export as Image" +msgid "Show or hide blocks based on conditions" msgstr "" #: dist/translation-strings.php:1047 -#: pro__premium_only/src/dynamic-content/sources/other-posts.php:259 #: dist/admin_welcome.js:2 -#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:18 -msgid "Post Type" +msgid "Display blocks based on time, role, meta, custom PHP, option, taxonomy and more" msgstr "" #: dist/translation-strings.php:1048 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Filter by Taxonomy" +msgid "Use multiple conditions" msgstr "" #: dist/translation-strings.php:1049 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Taxonomy Filter Type" +msgid "Show targeted content and personalization" msgstr "" #: dist/translation-strings.php:1050 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Included In" +msgid "Greater control over the visibility of content" msgstr "" #: dist/translation-strings.php:1051 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Not In" +msgid "Add custom CSS rules specific for each block" msgstr "" #: dist/translation-strings.php:1052 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "URL" +msgid "Support for media queries" msgstr "" #: dist/translation-strings.php:1053 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Opens in new tab" +msgid "Fine-tune styling on a per block basis" msgstr "" #: dist/translation-strings.php:1054 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Nofollow link" +msgid "Adjust Column Arrangement" msgstr "" #: dist/translation-strings.php:1055 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Sponsored" +msgid "Adjust the arrangement of columns when collapsed on tablet and mobile" msgstr "" #: dist/translation-strings.php:1056 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "UGC" +msgid "Ensure that content remains organized and easily readable on mobile" msgstr "" #: dist/translation-strings.php:1057 +#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Search or type url" +msgid "This is a Premium Design" msgstr "" #: dist/translation-strings.php:1058 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Select a variation to start with." +msgid "Unlock access to the entire design library and set your website apart from the rest." msgstr "" #: dist/translation-strings.php:1059 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Upgrade to Premium to get more design variations." +msgid "Get More Post Options" msgstr "" #: dist/translation-strings.php:1060 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "They didn't plan to build a life around shared walls and hand-me-down furniture, but somehow, it worked." +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "New Custom Post Type option" msgstr "" #: dist/translation-strings.php:1061 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Morning routines bled into late-night talks, and even the silence felt familiar." +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Offset, exclude, include specific posts" msgstr "" #: dist/translation-strings.php:1062 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Careers shifted, relationships changed, and expectations rarely lined up with reality." +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Hide the current post - great for synced patterns" msgstr "" #: dist/translation-strings.php:1063 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "But there was always time for inside jokes, spontaneous distractions, and someone to show up, even without being asked." +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Unlock Your Icon Library" msgstr "" #: dist/translation-strings.php:1064 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Each of them brought something different—quiet patience, loud opinions, unexpected wisdom." +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Add your custom SVG icons" msgstr "" #: dist/translation-strings.php:1065 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Change arrived slowly, then all at once. Some said goodbye, some stayed longer, and some simply evolved." +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Easily access your custom icons in the icon picker" msgstr "" #: dist/translation-strings.php:1066 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Description for this block." +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Organize your custom icons in your library" msgstr "" #: dist/translation-strings.php:1067 -#: src/stk-block-types.php:909 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks.js:2 -#: dist/translation-strings.js:600 -msgid "Subtitle" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Premium Typography" msgstr "" #: dist/translation-strings.php:1068 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Headings" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Apply beautiful typography combinations instantly" msgstr "" #: dist/translation-strings.php:1069 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Base Colors" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Access to 90+ curated font pairs for professional designs" msgstr "" #: dist/translation-strings.php:1070 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Hover Colors" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Create custom font combinations for your brand" msgstr "" #: dist/translation-strings.php:1071 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Parent Hovered Colors" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Premium Color Schemes" msgstr "" #: dist/translation-strings.php:1072 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 -msgid "Global Color Palette" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Define site-wide colors that apply to all blocks automatically" msgstr "" #: dist/translation-strings.php:1073 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 -#, php-format,js-format -msgid "Heading %d" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Access to 50+ curated color scheme presets" msgstr "" #: dist/translation-strings.php:1074 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Body" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Create custom color schemes for backgrounds, containers, and buttons" msgstr "" #: dist/translation-strings.php:1075 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Built on the Moments Between" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Premium Preset Controls" msgstr "" #: dist/translation-strings.php:1076 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Web Elements" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Customize your own presets like small, medium, large & x-large" msgstr "" #: dist/translation-strings.php:1077 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 -msgid "Buttons" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Maintain structured, well-balanced designs effortlessly" msgstr "" #: dist/translation-strings.php:1078 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Images" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Use Global Typography sizes as presets" msgstr "" #: dist/translation-strings.php:1079 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Example Website Preview" +#: dist/admin_welcome.js:2 +#: dist/editor_blocks.js:2 +#: dist/stk.js:2 +msgid "Global Block Styles" msgstr "" #: dist/translation-strings.php:1080 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Welcome to Our Company" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Design once, apply everywhere - no more copy-paste" msgstr "" #: dist/translation-strings.php:1081 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Professional Solutions for Businesses" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Class-based styling for leaner, faster websites" msgstr "" #: dist/translation-strings.php:1082 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "We provide innovative services and support to help your business grow and succeed in a competitive market." +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Sync changes across all blocks instantly" msgstr "" #: dist/translation-strings.php:1083 -#: src/welcome/index.php:40 -#: src/welcome/index.php:41 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Get Started" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Override styles while keeping them synced" msgstr "" #: dist/translation-strings.php:1084 +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "This Is a Premium Feature" +msgstr "" + +#: dist/translation-strings.php:1085 #: src/welcome/index.php:229 #: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 @@ -6675,590 +6679,581 @@ msgstr "" msgid "Learn More" msgstr "" -#: dist/translation-strings.php:1085 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Our Services" -msgstr "" - #: dist/translation-strings.php:1086 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Explore a wide range of solutions designed to meet your business needs." +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "View Demo" msgstr "" #: dist/translation-strings.php:1087 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Consulting" +#: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/stk.js:2 +msgid "You can hide premium hints in the settings" msgstr "" #: dist/translation-strings.php:1088 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Strategic guidance and expert advice to help your organization achieve its objectives." +#: dist/stk.js:2 +msgid "Desktop" msgstr "" #: dist/translation-strings.php:1089 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Technology" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/stk.js:2 +msgid "Tablet" msgstr "" #: dist/translation-strings.php:1090 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Custom software and IT solutions to streamline your business processes." +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/stk.js:2 +msgid "Mobile" msgstr "" #: dist/translation-strings.php:1091 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Support" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Inset" msgstr "" #: dist/translation-strings.php:1092 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Dedicated assistance and ongoing support for all your business needs." +#: dist/admin_welcome.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:273 +msgid "Vertical Offset" msgstr "" #: dist/translation-strings.php:1093 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "About Our Company" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Shadow Spread" msgstr "" #: dist/translation-strings.php:1094 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Committed to Your Success" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Shadow Color" msgstr "" #: dist/translation-strings.php:1095 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Our experienced team delivers reliable solutions and outstanding results for businesses of all sizes and industries." +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Advanced Shadow Options" msgstr "" #: dist/translation-strings.php:1096 +#: dist/admin_welcome.js:2 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Read More" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:345 +msgid "Custom" msgstr "" #: dist/translation-strings.php:1097 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "Colors" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Shadow Settings" msgstr "" #: dist/translation-strings.php:1098 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -msgid "1" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Shadow/Outline" msgstr "" #: dist/translation-strings.php:1099 -#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#, php-format,js-format -msgid "Heading %s" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Adjusts the intensity of the shadow/outline of the block and the appearance of the block border" msgstr "" #: dist/translation-strings.php:1100 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Finish" +#: dist/stk.js:2 +msgid "Back" msgstr "" #: dist/translation-strings.php:1101 -#: pro__premium_only/src/block/pagination/index.php:74 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:156 -msgid "Next" +#: dist/stk.js:2 +msgid "Duplicate" msgstr "" #: dist/translation-strings.php:1102 -#: dist/editor_blocks.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:384 -msgid "Icon Library" +#: dist/stk.js:2 +#: dist/translation-strings.js:222 +msgid "Delete" msgstr "" #: dist/translation-strings.php:1103 -#: dist/editor_blocks.js:2 -msgid "Stackable Design System" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Column Arrangement" msgstr "" #: dist/translation-strings.php:1104 -#: dist/editor_blocks.js:2 -msgid "Set global styles and settings for your Stackable blocks to create a consistent design across your site. All the settings below will apply globally." +#: dist/stk.js:2 +msgid "Design System Style Guide" msgstr "" #: dist/translation-strings.php:1105 -#: dist/editor_blocks.js:2 -msgid "Close Preview" +#: dist/stk.js:2 +msgid "Welcome to your Style Guide! Here you can see a live preview of your design system in action. Any changes you make to your design settings will instantly update here." msgstr "" #: dist/translation-strings.php:1106 -#: dist/editor_blocks.js:2 -msgid "Preview Design System" +#: dist/stk.js:2 +msgid "Loading style guide…" msgstr "" #: dist/translation-strings.php:1107 -#: dist/editor_blocks.js:2 -msgid "Reset layout" +#: dist/stk.js:2 +msgid "Failed to load style guide" msgstr "" #: dist/translation-strings.php:1108 -msgid "The page will now reload for the old blocks to load. Please reload it if it does not refresh automatically." +#: dist/stk.js:2 +#, php-format,js-format +msgid "Error exporting style guide: %s" msgstr "" #: dist/translation-strings.php:1109 -msgid "Stackable V2 Block Detected" +#: dist/stk.js:2 +msgid "Export as Image" msgstr "" #: dist/translation-strings.php:1110 -msgid "Hello! 👋" +#: pro__premium_only/src/dynamic-content/sources/other-posts.php:259 +#: dist/admin_welcome.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/stk.js:2 +#: dist/translation-strings.js:18 +msgid "Post Type" msgstr "" #: dist/translation-strings.php:1111 -msgid "We noticed that the page you are editing contains old Stackable version 2 blocks. Starting Stackable version 3, old v2 blocks are not anymore loaded in the editor. This means that you would not be able to edit the old v2 blocks in the editor and any old v2 block would show a block error in the editor." +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Filter by Taxonomy" msgstr "" #: dist/translation-strings.php:1112 -msgid "Do you want to enable backward compatibility, so the old blocks will be loaded in the editor?" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Taxonomy Filter Type" msgstr "" #: dist/translation-strings.php:1113 -msgid "Yes, load V2 Blocks in the editor, but only when V2 blocks are present already" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Included In" msgstr "" #: dist/translation-strings.php:1114 -msgid "Yes, always load V2 blocks in the editor" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "Not In" msgstr "" #: dist/translation-strings.php:1115 -msgid "No, don't load V2 blocks in the editor" +#: dist/admin_welcome.js:2 +#: dist/stk.js:2 +msgid "URL" msgstr "" #: dist/translation-strings.php:1116 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Get More Image Shapes" +#: dist/editor_blocks.js:2 +msgid "Color & Highlight" msgstr "" #: dist/translation-strings.php:1117 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Mask images with a variety of blob-like shapes" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +msgid "Highlight" msgstr "" #: dist/translation-strings.php:1118 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Choose from over 50 different shapes" +#: dist/editor_blocks.js:2 +msgid "Low" msgstr "" #: dist/translation-strings.php:1119 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Enhances the overall aesthetic of images" +#: dist/editor_blocks.js:2 +msgid "Highlight Text" msgstr "" #: dist/translation-strings.php:1120 #: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Use Dynamic Content" +msgid "Select a variation to start with." msgstr "" #: dist/translation-strings.php:1121 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Add dynamic content from posts or post meta" +msgid "Upgrade to Premium to get more design variations." msgstr "" #: dist/translation-strings.php:1122 #: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Use third-party plugins as dynamic sources such as ACF, Meta Box, Toolset, and more" +msgid "Opens in new tab" msgstr "" #: dist/translation-strings.php:1123 #: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Build custom loop design with the Native Query Loop" +msgid "Nofollow link" msgstr "" #: dist/translation-strings.php:1124 #: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Separator Layers" +msgid "Sponsored" msgstr "" #: dist/translation-strings.php:1125 #: dist/admin_welcome.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Add a second and third layer to separators" +msgid "UGC" msgstr "" #: dist/translation-strings.php:1126 -#: dist/admin_welcome.js:2 #: dist/stk.js:2 -msgid "Change layer color, size and opacity" +msgid "Search or type url" msgstr "" #: dist/translation-strings.php:1127 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Greater creativity in designing separators" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "They didn't plan to build a life around shared walls and hand-me-down furniture, but somehow, it worked." msgstr "" #: dist/translation-strings.php:1128 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Elevate Your Icons" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Morning routines bled into late-night talks, and even the silence felt familiar." msgstr "" #: dist/translation-strings.php:1129 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Liven up icons with gradient fills, multiple colors and background shapes" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Careers shifted, relationships changed, and expectations rarely lined up with reality." msgstr "" #: dist/translation-strings.php:1130 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "More design options and customization for icons" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "But there was always time for inside jokes, spontaneous distractions, and someone to show up, even without being asked." msgstr "" #: dist/translation-strings.php:1131 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Choose from over 50 background shapes" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Each of them brought something different—quiet patience, loud opinions, unexpected wisdom." msgstr "" #: dist/translation-strings.php:1132 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Greater visual interest and variety for your icons" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Change arrived slowly, then all at once. Some said goodbye, some stayed longer, and some simply evolved." msgstr "" #: dist/translation-strings.php:1133 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Liven up icons with background shapes" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Description for this block." msgstr "" #: dist/translation-strings.php:1134 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Adjust timing of CSS transitions" +#: src/stk-block-types.php:909 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/editor_blocks.js:2 +#: dist/translation-strings.js:600 +msgid "Subtitle" msgstr "" #: dist/translation-strings.php:1135 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Change X and Y position of blocks" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Headings" msgstr "" #: dist/translation-strings.php:1136 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Scale or rotate blocks" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Base Colors" msgstr "" #: dist/translation-strings.php:1137 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Perfect for hover animations" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +msgid "Hover Colors" msgstr "" #: dist/translation-strings.php:1138 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Entrance fade-ins and animations when scrolling to blocks" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Parent Hovered Colors" msgstr "" #: dist/translation-strings.php:1139 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Smooth scroll animations based on scrolling position" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 +msgid "Global Color Palette" msgstr "" #: dist/translation-strings.php:1140 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Create a more visually engaging and interactive experience" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 +#, php-format,js-format +msgid "Heading %d" msgstr "" #: dist/translation-strings.php:1141 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Show or hide blocks based on conditions" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Body" msgstr "" #: dist/translation-strings.php:1142 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Display blocks based on time, role, meta, custom PHP, option, taxonomy and more" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Built on the Moments Between" msgstr "" #: dist/translation-strings.php:1143 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Use multiple conditions" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Web Elements" msgstr "" #: dist/translation-strings.php:1144 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Show targeted content and personalization" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 +msgid "Buttons" msgstr "" #: dist/translation-strings.php:1145 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Greater control over the visibility of content" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Images" msgstr "" #: dist/translation-strings.php:1146 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Add custom CSS rules specific for each block" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Example Website Preview" msgstr "" #: dist/translation-strings.php:1147 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Support for media queries" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Welcome to Our Company" msgstr "" #: dist/translation-strings.php:1148 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Fine-tune styling on a per block basis" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Professional Solutions for Businesses" msgstr "" #: dist/translation-strings.php:1149 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Adjust Column Arrangement" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "We provide innovative services and support to help your business grow and succeed in a competitive market." msgstr "" #: dist/translation-strings.php:1150 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Adjust the arrangement of columns when collapsed on tablet and mobile" +#: src/welcome/index.php:40 +#: src/welcome/index.php:41 +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Get Started" msgstr "" #: dist/translation-strings.php:1151 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Ensure that content remains organized and easily readable on mobile" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Our Services" msgstr "" #: dist/translation-strings.php:1152 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "This is a Premium Design" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Explore a wide range of solutions designed to meet your business needs." msgstr "" #: dist/translation-strings.php:1153 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Unlock access to the entire design library and set your website apart from the rest." +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Consulting" msgstr "" #: dist/translation-strings.php:1154 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Get More Post Options" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Strategic guidance and expert advice to help your organization achieve its objectives." msgstr "" #: dist/translation-strings.php:1155 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "New Custom Post Type option" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Technology" msgstr "" #: dist/translation-strings.php:1156 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Offset, exclude, include specific posts" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Custom software and IT solutions to streamline your business processes." msgstr "" #: dist/translation-strings.php:1157 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Hide the current post - great for synced patterns" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Support" msgstr "" #: dist/translation-strings.php:1158 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Unlock Your Icon Library" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Dedicated assistance and ongoing support for all your business needs." msgstr "" #: dist/translation-strings.php:1159 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Add your custom SVG icons" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "About Our Company" msgstr "" #: dist/translation-strings.php:1160 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Easily access your custom icons in the icon picker" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Committed to Your Success" msgstr "" #: dist/translation-strings.php:1161 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Organize your custom icons in your library" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Our experienced team delivers reliable solutions and outstanding results for businesses of all sizes and industries." msgstr "" #: dist/translation-strings.php:1162 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Premium Typography" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +msgid "Read More" msgstr "" #: dist/translation-strings.php:1163 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Apply beautiful typography combinations instantly" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "Colors" msgstr "" #: dist/translation-strings.php:1164 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Access to 90+ curated font pairs for professional designs" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +msgid "1" msgstr "" #: dist/translation-strings.php:1165 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Create custom font combinations for your brand" +#: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#, php-format,js-format +msgid "Heading %s" msgstr "" #: dist/translation-strings.php:1166 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Premium Color Schemes" +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "Finish" msgstr "" #: dist/translation-strings.php:1167 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Define site-wide colors that apply to all blocks automatically" +#: pro__premium_only/src/block/pagination/index.php:74 +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:148 +msgid "Next" msgstr "" #: dist/translation-strings.php:1168 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Access to 50+ curated color scheme presets" +#: dist/editor_blocks.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:360 +msgid "Icon Library" msgstr "" #: dist/translation-strings.php:1169 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Create custom color schemes for backgrounds, containers, and buttons" +#: dist/editor_blocks.js:2 +msgid "Stackable Design System" msgstr "" #: dist/translation-strings.php:1170 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Premium Preset Controls" +#: dist/editor_blocks.js:2 +msgid "Set global styles and settings for your Stackable blocks to create a consistent design across your site. All the settings below will apply globally." msgstr "" #: dist/translation-strings.php:1171 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Customize your own presets like small, medium, large & x-large" +#: dist/editor_blocks.js:2 +msgid "Close Preview" msgstr "" #: dist/translation-strings.php:1172 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Maintain structured, well-balanced designs effortlessly" +#: dist/editor_blocks.js:2 +msgid "Preview Design System" msgstr "" #: dist/translation-strings.php:1173 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Use Global Typography sizes as presets" +msgid "The page will now reload for the old blocks to load. Please reload it if it does not refresh automatically." msgstr "" #: dist/translation-strings.php:1174 -#: dist/admin_welcome.js:2 -#: dist/editor_blocks.js:2 -#: dist/stk.js:2 -msgid "Global Block Styles" +msgid "Stackable V2 Block Detected" msgstr "" #: dist/translation-strings.php:1175 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Design once, apply everywhere - no more copy-paste" +msgid "Hello! 👋" msgstr "" #: dist/translation-strings.php:1176 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Class-based styling for leaner, faster websites" +msgid "We noticed that the page you are editing contains old Stackable version 2 blocks. Starting Stackable version 3, old v2 blocks are not anymore loaded in the editor. This means that you would not be able to edit the old v2 blocks in the editor and any old v2 block would show a block error in the editor." msgstr "" #: dist/translation-strings.php:1177 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Sync changes across all blocks instantly" +msgid "Do you want to enable backward compatibility, so the old blocks will be loaded in the editor?" msgstr "" #: dist/translation-strings.php:1178 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "Override styles while keeping them synced" +msgid "Yes, load V2 Blocks in the editor, but only when V2 blocks are present already" msgstr "" #: dist/translation-strings.php:1179 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "This Is a Premium Feature" +msgid "Yes, always load V2 blocks in the editor" msgstr "" #: dist/translation-strings.php:1180 -#: dist/admin_welcome.js:2 -#: dist/stk.js:2 -msgid "View Demo" +msgid "No, don't load V2 blocks in the editor" msgstr "" #: dist/translation-strings.php:1181 #: dist/admin_welcome.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "You can hide premium hints in the settings" -msgstr "" - -#: dist/translation-strings.php:1182 -#: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Facebook" msgstr "" -#: dist/translation-strings.php:1183 +#: dist/translation-strings.php:1182 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Twitter" msgstr "" -#: dist/translation-strings.php:1184 +#: dist/translation-strings.php:1183 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Instagram" msgstr "" -#: dist/translation-strings.php:1185 +#: dist/translation-strings.php:1184 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Pinterest" msgstr "" -#: dist/translation-strings.php:1186 +#: dist/translation-strings.php:1185 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "LinkedIn" msgstr "" -#: dist/translation-strings.php:1187 +#: dist/translation-strings.php:1186 #: src/stk-block-types.php:1121 #: dist/admin_welcome.js:2 #: dist/stk.js:2 @@ -7266,12 +7261,17 @@ msgstr "" msgid "YouTube" msgstr "" -#: dist/translation-strings.php:1188 +#: dist/translation-strings.php:1187 #: dist/admin_welcome.js:2 #: dist/stk.js:2 msgid "Email" msgstr "" +#: dist/translation-strings.php:1188 +#: dist/editor_blocks.js:2 +msgid "Reset layout" +msgstr "" + #: dist/translation-strings.php:1189 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 @@ -7356,7 +7356,7 @@ msgstr "" #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:279 +#: dist/translation-strings.js:302 msgid "Top Center" msgstr "" @@ -7366,7 +7366,7 @@ msgstr "" #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:281 +#: dist/translation-strings.js:304 msgid "Center Left" msgstr "" @@ -7376,7 +7376,7 @@ msgstr "" #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:282 +#: dist/translation-strings.js:305 msgid "Center Center" msgstr "" @@ -7386,7 +7386,7 @@ msgstr "" #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:283 +#: dist/translation-strings.js:306 msgid "Center Right" msgstr "" @@ -7396,7 +7396,7 @@ msgstr "" #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:285 +#: dist/translation-strings.js:308 msgid "Bottom Center" msgstr "" @@ -7483,154 +7483,154 @@ msgstr "" #: dist/translation-strings.php:1216 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Link / URL" +msgid "Min. Height" msgstr "" #: dist/translation-strings.php:1217 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks__premium_only.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:336 -msgid "Open in new tab" +msgid "Max. Content Width" msgstr "" #: dist/translation-strings.php:1218 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Open Link in Lightbox" +#: dist/translation-strings.js:491 +msgid "Content Vertical Align" msgstr "" #: dist/translation-strings.php:1219 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -msgid "Displaying a Google Map in a Lightbox? Use the embed iframe URL instead. Need help finding it?" +msgid "Adjusts the minimum allowable height of the block" msgstr "" #: dist/translation-strings.php:1220 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -msgid " Check out our docs." +msgid "Sets the placement of the content to top, center or bottom. Available when the min. block height is set to higher than default." msgstr "" #: dist/translation-strings.php:1221 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -msgid "Link rel" +msgid "Adjusts the maximum allowable width of the block. The settings will depend on the block width you set on the toolbar." msgstr "" #: dist/translation-strings.php:1222 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -msgid "Link relationship keywords, e.g. nofollow noreferrer prefetch" +msgid "Sets the placement of the content to left, center or right. Not available when block width is set to full width." msgstr "" #: dist/translation-strings.php:1223 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Link Title" +msgid "Paddings" msgstr "" #: dist/translation-strings.php:1224 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Also used for lightbox caption" +msgid "Margins" msgstr "" #: dist/translation-strings.php:1225 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Anchor ID" +msgid "Sets the block paddings, i.e the space between the inner columns and the block border" msgstr "" #: dist/translation-strings.php:1226 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -msgid "Add an id attribute to the anchor tag." +msgid "Sets the block margin, i.e. the space outside the block between the block border and the next block." msgstr "" #: dist/translation-strings.php:1227 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Supports links to images, videos, YouTube, Vimeo, and web pages that allow embedding" +msgid "Link / URL" msgstr "" #: dist/translation-strings.php:1228 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/editor_blocks__premium_only.js:2 #: dist/stk.js:2 -msgid "Min. Height" +#: dist/translation-strings.js:384 +msgid "Open in new tab" msgstr "" #: dist/translation-strings.php:1229 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Max. Content Width" +msgid "Open Link in Lightbox" msgstr "" #: dist/translation-strings.php:1230 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -#: dist/translation-strings.js:491 -msgid "Content Vertical Align" +msgid "Displaying a Google Map in a Lightbox? Use the embed iframe URL instead. Need help finding it?" msgstr "" #: dist/translation-strings.php:1231 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -msgid "Adjusts the minimum allowable height of the block" +msgid " Check out our docs." msgstr "" #: dist/translation-strings.php:1232 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -msgid "Sets the placement of the content to top, center or bottom. Available when the min. block height is set to higher than default." +msgid "Link rel" msgstr "" #: dist/translation-strings.php:1233 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -msgid "Adjusts the maximum allowable width of the block. The settings will depend on the block width you set on the toolbar." +msgid "Link relationship keywords, e.g. nofollow noreferrer prefetch" msgstr "" #: dist/translation-strings.php:1234 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/stk.js:2 -msgid "Sets the placement of the content to left, center or right. Not available when block width is set to full width." +msgid "Link Title" msgstr "" #: dist/translation-strings.php:1235 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/stk.js:2 -msgid "Paddings" +msgid "Also used for lightbox caption" msgstr "" #: dist/translation-strings.php:1236 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Margins" +msgid "Anchor ID" msgstr "" #: dist/translation-strings.php:1237 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 -#: dist/editor_blocks.js:2 #: dist/stk.js:2 -msgid "Sets the block paddings, i.e the space between the inner columns and the block border" +msgid "Add an id attribute to the anchor tag." msgstr "" #: dist/translation-strings.php:1238 #: dist/chunks/style-guide.dbebb01df2ee44b7cf7c.js:2 #: dist/stk.js:2 -msgid "Sets the block margin, i.e. the space outside the block between the block border and the next block." +msgid "Supports links to images, videos, YouTube, Vimeo, and web pages that allow embedding" msgstr "" #: dist/translation-strings.php:1239 @@ -7931,396 +7931,396 @@ msgid "Video Popup" msgstr "" #: dist/translation-strings.php:1282 -#: dist/editor_blocks.js:2 -msgid "Global Buttons & Icons" +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "Welcome to Your Stackable Blocks" msgstr "" #: dist/translation-strings.php:1283 -#: dist/editor_blocks.js:2 -msgid "Hover States" +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "This inspector is contains all the settings for this block, let's explore it!" msgstr "" #: dist/translation-strings.php:1284 -#: dist/editor_blocks.js:2 -msgid "When editing block layouts in the hover states, select a block to view the applied styles." +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "If you're familiar with page builders, then you'll feel right at home." msgstr "" #: dist/translation-strings.php:1285 -#: dist/editor_blocks.js:2 -msgid "Globally style buttons and icons across all our blocks." +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "The Layout Tab" msgstr "" #: dist/translation-strings.php:1286 -#: dist/editor_blocks.js:2 -msgid "Learn more about Global Styles" +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "Stackable blocks normally have 3 tabs, each with different settings. The Layout Tab contains layout-related options like flex controls, spacing and margins." msgstr "" #: dist/translation-strings.php:1287 -#: dist/editor_blocks.js:2 -#, php-format,js-format -msgid "Are you sure you want to reset all %s styles to their default values?" +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "Open the Layout Tab to continue." msgstr "" #: dist/translation-strings.php:1288 -#: dist/editor_blocks.js:2 -msgid "Reset All" +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "Try Changing Alignments" msgstr "" #: dist/translation-strings.php:1289 -#: dist/editor_blocks.js:2 -msgid "These styles are applied to Button Blocks." +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "Let's try changing this option and see how it affects our block." msgstr "" #: dist/translation-strings.php:1290 -#: dist/editor_blocks.js:2 -msgid "Button Ghost Border Width" +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "Pick Center or End Column Alignment to continue." msgstr "" #: dist/translation-strings.php:1291 -#: dist/editor_blocks.js:2 -msgid "Icon Buttons" +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "The Style Tab" msgstr "" #: dist/translation-strings.php:1292 -#: dist/editor_blocks.js:2 -msgid "Additional settings that apply to Icon Button Blocks." +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "Let's try to add a background to the main Columns block. The Style Tab contains style-related options like backgrounds, color, borders and typography." msgstr "" #: dist/translation-strings.php:1293 -#: dist/editor_blocks.js:2 -msgid " Button Padding" +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "Click the Style Tab to continue." msgstr "" #: dist/translation-strings.php:1294 -#: src/stk-block-types.php:583 -#: dist/editor_blocks.js:2 -#: dist/translation-strings.js:558 -msgid "Icon List" +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "Try Enabling Backgrounds" msgstr "" #: dist/translation-strings.php:1295 -#: dist/editor_blocks.js:2 -msgid "These styles are applied to Icon List Blocks." +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "Let's try turning on the background for our section and see how it affects our block." msgstr "" #: dist/translation-strings.php:1296 -#: dist/editor_blocks.js:2 -msgid "Icons" +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "Toggle ON the Background to continue." msgstr "" #: dist/translation-strings.php:1297 -#: dist/editor_blocks.js:2 -msgid "These styles are applied to Icon Blocks." +#: dist/chunks/modal-tour.97960c78304125483c46.js:1 +msgid "The Advanced Tab" msgstr "" #: dist/translation-strings.php:1298 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Welcome to Your Stackable Blocks" +msgid "Lastly, the Advanced Tab contains all other options like z-index, transforms, conditional display and class names." msgstr "" #: dist/translation-strings.php:1299 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "This inspector is contains all the settings for this block, let's explore it!" +msgid "Click the Advanced Tab to continue." msgstr "" #: dist/translation-strings.php:1300 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "If you're familiar with page builders, then you'll feel right at home." +msgid "Consistent Options Everywhere" msgstr "" #: dist/translation-strings.php:1301 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "The Layout Tab" +msgid "Once you get the hang of these settings, you'll spot them in almost every Stackable block. This makes it easy and familiar to build any design you want." msgstr "" #: dist/translation-strings.php:1302 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Stackable blocks normally have 3 tabs, each with different settings. The Layout Tab contains layout-related options like flex controls, spacing and margins." +msgid "One Last Thing…" msgstr "" #: dist/translation-strings.php:1303 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Open the Layout Tab to continue." +msgid "You can also check the Stackable Design System to globally style all blocks. This saves a ton of time!" msgstr "" #: dist/translation-strings.php:1304 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Try Changing Alignments" +msgid "Welcome to Your Design Library" msgstr "" #: dist/translation-strings.php:1305 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Let's try changing this option and see how it affects our block." +msgid "These are hundreds of pre-built designs that are style-matched to your block theme. You can insert one or more patterns to quickly build your page." msgstr "" #: dist/translation-strings.php:1306 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Pick Center or End Column Alignment to continue." +msgid "Pick one of the designs to continue." msgstr "" #: dist/translation-strings.php:1307 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "The Style Tab" +msgid "Pick Styling Options" msgstr "" #: dist/translation-strings.php:1308 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Let's try to add a background to the main Columns block. The Style Tab contains style-related options like backgrounds, color, borders and typography." +msgid "Optionally, you can turn on backgrounds, change color schemes, to customize the library in real-time." msgstr "" #: dist/translation-strings.php:1309 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Click the Style Tab to continue." +msgid "Toggle the Section Background to continue." msgstr "" #: dist/translation-strings.php:1310 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Try Enabling Backgrounds" +msgid "Change Color Schemes" msgstr "" #: dist/translation-strings.php:1311 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Let's try turning on the background for our section and see how it affects our block." +msgid "Awesome! Your designs now have a background. Try out the available color schemes below. You can also create your own later!" msgstr "" #: dist/translation-strings.php:1312 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Toggle ON the Background to continue." +msgid "Pick a Color Scheme to continue." msgstr "" #: dist/translation-strings.php:1313 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "The Advanced Tab" +msgid "Patterns and Full-Pages" msgstr "" #: dist/translation-strings.php:1314 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Lastly, the Advanced Tab contains all other options like z-index, transforms, conditional display and class names." +msgid "Great! Your entire library is now styled. Aside from patterns, Stackable also provides you with full-page layouts." msgstr "" #: dist/translation-strings.php:1315 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Click the Advanced Tab to continue." +msgid "Click the Next to continue." msgstr "" #: dist/translation-strings.php:1316 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Consistent Options Everywhere" +msgid "Let's Insert Our Pattern" msgstr "" #: dist/translation-strings.php:1317 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Once you get the hang of these settings, you'll spot them in almost every Stackable block. This makes it easy and familiar to build any design you want." +msgid "Now let's insert our pattern into our page." msgstr "" #: dist/translation-strings.php:1318 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "One Last Thing…" +msgid "Click on Add Designs to continue." msgstr "" #: dist/translation-strings.php:1319 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "You can also check the Stackable Design System to globally style all blocks. This saves a ton of time!" +msgid "Welcome to The Design System Picker" msgstr "" #: dist/translation-strings.php:1320 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Welcome to Your Design Library" +msgid "Welcome to Your Design System" msgstr "" #: dist/translation-strings.php:1321 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "These are hundreds of pre-built designs that are style-matched to your block theme. You can insert one or more patterns to quickly build your page." +msgid "Design once, apply everywhere! Set global styles so every block across your site looks and feels unified." msgstr "" #: dist/translation-strings.php:1322 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Pick one of the designs to continue." +msgid "Use The Style Guide" msgstr "" #: dist/translation-strings.php:1323 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Pick Styling Options" +msgid "You can use the Style Guide to see how your complete design system looks." msgstr "" #: dist/translation-strings.php:1324 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Optionally, you can turn on backgrounds, change color schemes, to customize the library in real-time." +msgid "Click the Preview Design System button to continue." msgstr "" #: dist/translation-strings.php:1325 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Toggle the Section Background to continue." +msgid "This is Your Style Guide" msgstr "" #: dist/translation-strings.php:1326 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Change Color Schemes" +msgid "This Style Guide shows a live preview of your entire design system showing how the different design elements look. This updates based on your current settings." msgstr "" #: dist/translation-strings.php:1327 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Awesome! Your designs now have a background. Try out the available color schemes below. You can also create your own later!" +msgid "Scroll down to explore" msgstr "" #: dist/translation-strings.php:1328 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Pick a Color Scheme to continue." +msgid "Customize Your Design System" msgstr "" #: dist/translation-strings.php:1329 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Patterns and Full-Pages" +msgid "These settings are applied to all blocks across your entire site. They are used as defaults for your blocks, but you can override them on a per block basis." msgstr "" #: dist/translation-strings.php:1330 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Great! Your entire library is now styled. Aside from patterns, Stackable also provides you with full-page layouts." +msgid "Open the Global Typography panel to continue." msgstr "" #: dist/translation-strings.php:1331 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Click the Next to continue." +msgid "Try Changing Your Font Pair" msgstr "" #: dist/translation-strings.php:1332 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Let's Insert Our Pattern" +msgid "Try changing the font pair to see how it looks in the Style Guide." msgstr "" #: dist/translation-strings.php:1333 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Now let's insert our pattern into our page." +msgid "Pick another Preset Font Pair to continue." msgstr "" #: dist/translation-strings.php:1334 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Click on Add Designs to continue." +msgid "Whoa! Your Site Updated" msgstr "" #: dist/translation-strings.php:1335 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Welcome to The Design System Picker" +msgid "Did you see that? Your site has been updated with the new font pair. You can see the changes in the Style Guide as well!" msgstr "" #: dist/translation-strings.php:1336 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Welcome to Your Design System" +msgid "Other parts below the style guide also updated!" msgstr "" #: dist/translation-strings.php:1337 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Design once, apply everywhere! Set global styles so every block across your site looks and feels unified." +msgid "Share Your Style Guide" msgstr "" #: dist/translation-strings.php:1338 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Use The Style Guide" +msgid "You can easily share your design system with others by exporting your Style Guide as an image. This is perfect for sharing with clients, teammates, or for documentation." msgstr "" #: dist/translation-strings.php:1339 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "You can use the Style Guide to see how your complete design system looks." +msgid "You Did It!" msgstr "" #: dist/translation-strings.php:1340 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Click the Preview Design System button to continue." +msgid "That's it for the tour! Click the X to close the Style Guide. Your new styles are now live on your site. 🎉" msgstr "" #: dist/translation-strings.php:1341 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "This is Your Style Guide" +msgid "We're excited to have you here. Let's get you started by opening the Design Library." msgstr "" #: dist/translation-strings.php:1342 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "This Style Guide shows a live preview of your entire design system showing how the different design elements look. This updates based on your current settings." +msgid "Click the Design Library button to continue." msgstr "" #: dist/translation-strings.php:1343 #: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Scroll down to explore" +msgid "Welcome to Site Kits" msgstr "" #: dist/translation-strings.php:1344 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Customize Your Design System" +#: dist/editor_blocks.js:2 +msgid "Global Buttons & Icons" msgstr "" #: dist/translation-strings.php:1345 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "These settings are applied to all blocks across your entire site. They are used as defaults for your blocks, but you can override them on a per block basis." +#: dist/editor_blocks.js:2 +msgid "Hover States" msgstr "" #: dist/translation-strings.php:1346 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Open the Global Typography panel to continue." +#: dist/editor_blocks.js:2 +msgid "When editing block layouts in the hover states, select a block to view the applied styles." msgstr "" #: dist/translation-strings.php:1347 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Try Changing Your Font Pair" +#: dist/editor_blocks.js:2 +msgid "Globally style buttons and icons across all our blocks." msgstr "" #: dist/translation-strings.php:1348 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Try changing the font pair to see how it looks in the Style Guide." +#: dist/editor_blocks.js:2 +msgid "Learn more about Global Styles" msgstr "" #: dist/translation-strings.php:1349 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Pick another Preset Font Pair to continue." +#: dist/editor_blocks.js:2 +#, php-format,js-format +msgid "Are you sure you want to reset all %s styles to their default values?" msgstr "" #: dist/translation-strings.php:1350 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Whoa! Your Site Updated" +#: dist/editor_blocks.js:2 +msgid "Reset All" msgstr "" #: dist/translation-strings.php:1351 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Did you see that? Your site has been updated with the new font pair. You can see the changes in the Style Guide as well!" +#: dist/editor_blocks.js:2 +msgid "These styles are applied to Button Blocks." msgstr "" #: dist/translation-strings.php:1352 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Other parts below the style guide also updated!" +#: dist/editor_blocks.js:2 +msgid "Button Ghost Border Width" msgstr "" #: dist/translation-strings.php:1353 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Share Your Style Guide" +#: dist/editor_blocks.js:2 +msgid "Icon Buttons" msgstr "" #: dist/translation-strings.php:1354 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "You can easily share your design system with others by exporting your Style Guide as an image. This is perfect for sharing with clients, teammates, or for documentation." +#: dist/editor_blocks.js:2 +msgid "Additional settings that apply to Icon Button Blocks." msgstr "" #: dist/translation-strings.php:1355 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "You Did It!" +#: dist/editor_blocks.js:2 +msgid " Button Padding" msgstr "" #: dist/translation-strings.php:1356 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "That's it for the tour! Click the X to close the Style Guide. Your new styles are now live on your site. 🎉" +#: src/stk-block-types.php:583 +#: dist/editor_blocks.js:2 +#: dist/translation-strings.js:558 +msgid "Icon List" msgstr "" #: dist/translation-strings.php:1357 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "We're excited to have you here. Let's get you started by opening the Design Library." +#: dist/editor_blocks.js:2 +msgid "These styles are applied to Icon List Blocks." msgstr "" #: dist/translation-strings.php:1358 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Click the Design Library button to continue." +#: dist/editor_blocks.js:2 +msgid "Icons" msgstr "" #: dist/translation-strings.php:1359 -#: dist/chunks/modal-tour.97960c78304125483c46.js:1 -msgid "Welcome to Site Kits" +#: dist/editor_blocks.js:2 +msgid "These styles are applied to Icon Blocks." msgstr "" #: dist/translation-strings.php:1360 @@ -8374,7 +8374,7 @@ msgstr "" #: dist/translation-strings.php:1369 #: dist/editor_blocks.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:367 +#: dist/translation-strings.js:323 msgid "Deleting this color scheme would remove all colors linked to it. Any blocks that use this color scheme will revert to the default scheme. Delete this color scheme?" msgstr "" @@ -8486,104 +8486,104 @@ msgstr "" #: dist/translation-strings.php:1391 #: dist/editor_blocks.js:2 -msgid "Any blocks that use this color will become unlinked with this global color. Delete this color?" +msgid "Global Spacing & Borders" msgstr "" #: dist/translation-strings.php:1392 #: dist/editor_blocks.js:2 -#, php-format,js-format -msgid "Custom Color %s" +msgid "Globally style spacings and borders across all our blocks." msgstr "" #: dist/translation-strings.php:1393 #: dist/editor_blocks.js:2 -msgid "Change your color palette for all your blocks across your site." +msgid "These styles are applied to all our Blocks." msgstr "" #: dist/translation-strings.php:1394 #: dist/editor_blocks.js:2 -msgid "Learn more about Global Colors" +msgid "Block Margin Bottom" msgstr "" #: dist/translation-strings.php:1395 #: dist/editor_blocks.js:2 -msgid "Show Theme Colors" +msgid "Sets the block margin bottom, i.e. the space outside the block between the block border and the next block." msgstr "" #: dist/translation-strings.php:1396 #: dist/editor_blocks.js:2 -msgid "Show Default Colors" +msgid "These styles are applied to Inner Column blocks." msgstr "" #: dist/translation-strings.php:1397 #: dist/editor_blocks.js:2 -msgid "Show Site Editor Custom Colors" +msgid " Inner Column Spacing" msgstr "" #: dist/translation-strings.php:1398 #: dist/editor_blocks.js:2 -msgid "Global Spacing & Borders" +msgid "These styles are applied to blocks that have the \"Background\" option enabled in the Style Tab." msgstr "" #: dist/translation-strings.php:1399 +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Globally style spacings and borders across all our blocks." +msgid "Padding" msgstr "" #: dist/translation-strings.php:1400 #: dist/editor_blocks.js:2 -msgid "These styles are applied to all our Blocks." +msgid "Containers" msgstr "" #: dist/translation-strings.php:1401 #: dist/editor_blocks.js:2 -msgid "Block Margin Bottom" +msgid "These styles are applied to blocks that have the \"Container\" option enabled in the Layout Tab." msgstr "" #: dist/translation-strings.php:1402 #: dist/editor_blocks.js:2 -msgid "Sets the block margin bottom, i.e. the space outside the block between the block border and the next block." +msgid "These styles are applied to all images in Stackable Blocks." msgstr "" #: dist/translation-strings.php:1403 #: dist/editor_blocks.js:2 -msgid "These styles are applied to Inner Column blocks." +msgid "Global Preset Controls" msgstr "" #: dist/translation-strings.php:1404 #: dist/editor_blocks.js:2 -msgid " Inner Column Spacing" +msgid "Any blocks that use this color will become unlinked with this global color. Delete this color?" msgstr "" #: dist/translation-strings.php:1405 #: dist/editor_blocks.js:2 -msgid "These styles are applied to blocks that have the \"Background\" option enabled in the Style Tab." +#, php-format,js-format +msgid "Custom Color %s" msgstr "" #: dist/translation-strings.php:1406 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/editor_blocks.js:2 -msgid "Padding" +msgid "Change your color palette for all your blocks across your site." msgstr "" #: dist/translation-strings.php:1407 #: dist/editor_blocks.js:2 -msgid "Containers" +msgid "Learn more about Global Colors" msgstr "" #: dist/translation-strings.php:1408 #: dist/editor_blocks.js:2 -msgid "These styles are applied to blocks that have the \"Container\" option enabled in the Layout Tab." +msgid "Show Theme Colors" msgstr "" #: dist/translation-strings.php:1409 #: dist/editor_blocks.js:2 -msgid "These styles are applied to all images in Stackable Blocks." +msgid "Show Default Colors" msgstr "" #: dist/translation-strings.php:1410 #: dist/editor_blocks.js:2 -msgid "Global Preset Controls" +msgid "Show Site Editor Custom Colors" msgstr "" #: dist/translation-strings.php:1411 @@ -8719,921 +8719,921 @@ msgid "Resetting this typography style will revert all typography to its origina msgstr "" #: dist/translation-strings.php:1437 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Pick a layout or design" +msgid "Corporate" msgstr "" #: dist/translation-strings.php:1438 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Or pick from our Design Library." +msgid "Basic" msgstr "" #: dist/translation-strings.php:1439 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Select a design from our library to start with." +msgid "Lined to Colored" msgstr "" #: dist/translation-strings.php:1440 -#: dist/admin_welcome.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/stk.js:2 -msgid "Skip" +msgid "Reverse arrow" msgstr "" #: dist/translation-strings.php:1441 -msgid "Corporate" +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +msgid "Closed State Background Color" msgstr "" #: dist/translation-strings.php:1442 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Basic" +msgid "Title Color" msgstr "" #: dist/translation-strings.php:1443 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Lined to Colored" +msgid "Arrow" msgstr "" #: dist/translation-strings.php:1444 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Reverse arrow" +msgid "Border" msgstr "" #: dist/translation-strings.php:1445 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Closed State Background Color" +msgid "Horizontal Card" msgstr "" #: dist/translation-strings.php:1446 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Title Color" +msgid "Content Order" msgstr "" #: dist/translation-strings.php:1447 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Arrow" +msgid "Posts Settings" msgstr "" #: dist/translation-strings.php:1448 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Border" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:140 +msgid "Load More" msgstr "" #: dist/translation-strings.php:1449 +#: pro__premium_only/src/stk-block-types.php:43 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Spread" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/translation-strings.js:433 +msgid "Pagination" msgstr "" #: dist/translation-strings.php:1450 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Grouped" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/translation-strings.js:453 +msgid "Image Width" msgstr "" #: dist/translation-strings.php:1451 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Collapse Buttons On" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/translation-strings.js:452 +msgid "Image Height" msgstr "" #: dist/translation-strings.php:1452 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Don't collapse" +msgid "Hover Color" msgstr "" #: dist/translation-strings.php:1453 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:255 -#, php-format,js-format -msgctxt "Panel title" -msgid "%s #%d" +msgid "Customize Read More Link" msgstr "" #: dist/translation-strings.php:1454 +#: pro__premium_only/src/stk-block-types.php:15 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Subtitle for this block" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/translation-strings.js:440 +msgid "Load More Button" msgstr "" #: dist/translation-strings.php:1455 -#: dist/admin_custom_fields__premium_only.js:2 +#: src/deprecated/v2/block/blog-posts/index.php:316 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/translation-strings.js:422 -msgid "Description" +msgid "Continue reading" msgstr "" #: dist/translation-strings.php:1456 +#: src/deprecated/v2/block/blog-posts/attributes.php:1845 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:448 -msgid "Image Height" +#: dist/translation-strings.js:431 +msgid "Next »" msgstr "" #: dist/translation-strings.php:1457 +#: src/deprecated/v2/block/blog-posts/attributes.php:1849 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:449 -msgid "Image Width" +#: dist/translation-strings.js:432 +msgid "« Previous" msgstr "" #: dist/translation-strings.php:1458 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Subtitle Color" +msgid "Quotation Mark" msgstr "" #: dist/translation-strings.php:1459 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Description Color" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:238 +msgid "Horizontal Position" msgstr "" #: dist/translation-strings.php:1460 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Quotation Mark" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:239 +msgid "Vertical Position" msgstr "" #: dist/translation-strings.php:1461 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:214 -msgid "Horizontal Position" +msgid "Spread" msgstr "" #: dist/translation-strings.php:1462 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:215 -msgid "Vertical Position" +msgid "Grouped" msgstr "" #: dist/translation-strings.php:1463 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Text Colors" +msgid "Collapse Buttons On" msgstr "" #: dist/translation-strings.php:1464 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Link Hover Color" +msgid "Don't collapse" msgstr "" #: dist/translation-strings.php:1465 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "The colors above might not apply to some nested blocks." +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:280 +#, php-format,js-format +msgctxt "Panel title" +msgid "%s #%d" msgstr "" #: dist/translation-strings.php:1466 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Horizontal Card" +msgid "Text Colors" msgstr "" #: dist/translation-strings.php:1467 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Content Order" +msgid "Link Hover Color" msgstr "" #: dist/translation-strings.php:1468 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Posts Settings" +msgid "The colors above might not apply to some nested blocks." msgstr "" #: dist/translation-strings.php:1469 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:141 -msgid "Load More" +msgid "Subtitle for this block" msgstr "" #: dist/translation-strings.php:1470 -#: pro__premium_only/src/stk-block-types.php:43 +#: dist/admin_custom_fields__premium_only.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:433 -msgid "Pagination" +#: dist/translation-strings.js:422 +msgid "Description" msgstr "" #: dist/translation-strings.php:1471 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Hover Color" +msgid "Subtitle Color" msgstr "" #: dist/translation-strings.php:1472 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Customize Read More Link" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +msgid "Description Color" msgstr "" #: dist/translation-strings.php:1473 -#: pro__premium_only/src/stk-block-types.php:15 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:440 -msgid "Load More Button" +msgid "Uneven" msgstr "" #: dist/translation-strings.php:1474 -#: src/deprecated/v2/block/blog-posts/index.php:316 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Continue reading" +msgid "Tiled" msgstr "" #: dist/translation-strings.php:1475 -#: src/deprecated/v2/block/blog-posts/attributes.php:1845 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:431 -msgid "Next »" +msgid "Layouts" msgstr "" #: dist/translation-strings.php:1476 -#: src/deprecated/v2/block/blog-posts/attributes.php:1849 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:432 -msgid "« Previous" +msgid "No Paddings" msgstr "" #: dist/translation-strings.php:1477 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Uneven" +msgid "Half-screen height" msgstr "" #: dist/translation-strings.php:1478 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Tiled" +msgid "Full-screen height" msgstr "" #: dist/translation-strings.php:1479 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Layouts" +msgid "Custom height" msgstr "" #: dist/translation-strings.php:1480 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "No Paddings" +msgid "Custom Height" msgstr "" #: dist/translation-strings.php:1481 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Half-screen height" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/translation-strings.js:489 +msgid "Column Vertical Align" msgstr "" #: dist/translation-strings.php:1482 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Full-screen height" +msgid "Short" msgstr "" #: dist/translation-strings.php:1483 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Custom height" +msgid "Tall" msgstr "" #: dist/translation-strings.php:1484 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Custom Height" +msgid "Restrict to Content Width" msgstr "" #: dist/translation-strings.php:1485 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:489 -msgid "Column Vertical Align" +msgid "Abstract" msgstr "" #: dist/translation-strings.php:1486 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Short" +msgid "Boxed" msgstr "" #: dist/translation-strings.php:1487 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Tall" +msgid "Number Color" msgstr "" #: dist/translation-strings.php:1488 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Restrict to Content Width" +msgid "Half Background" msgstr "" #: dist/translation-strings.php:1489 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Vertical Margin" +#, php-format,js-format +msgid "Overlap Shape %s" msgstr "" #: dist/translation-strings.php:1490 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Half Background" +#, php-format,js-format +msgid "Overlap Background %s" msgstr "" #: dist/translation-strings.php:1491 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#, php-format,js-format -msgid "Overlap Shape %s" +msgid "Image Column Width" msgstr "" #: dist/translation-strings.php:1492 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#, php-format,js-format -msgid "Overlap Background %s" +msgid "Reverse Horizontally" msgstr "" #: dist/translation-strings.php:1493 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Image Column Width" +msgid "Container Width" msgstr "" #: dist/translation-strings.php:1494 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Reverse Horizontally" +msgid "Container Offset" msgstr "" #: dist/translation-strings.php:1495 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Container Width" +msgid "Full Height" msgstr "" #: dist/translation-strings.php:1496 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Container Offset" +msgid "Overlay Background" msgstr "" #: dist/translation-strings.php:1497 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Abstract" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +msgid "Background Color Opacity" msgstr "" #: dist/translation-strings.php:1498 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Boxed" +msgid "This affects other buttons in this block" msgstr "" #: dist/translation-strings.php:1499 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Number Color" +msgid "Vertical Margin" msgstr "" #: dist/translation-strings.php:1500 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Full Height" +msgid "Display as a grid (left to right & evenly spaced)" msgstr "" #: dist/translation-strings.php:1501 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Overlay Background" +msgid "List Gap" msgstr "" #: dist/translation-strings.php:1502 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Background Color Opacity" +msgid "You can click on each icon in the Icon List block to change them individually." msgstr "" #: dist/translation-strings.php:1503 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "This affects other buttons in this block" +msgid "List Text" msgstr "" #: dist/translation-strings.php:1504 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Number of Icons / Columns" +msgid "Text for this block" msgstr "" #: dist/translation-strings.php:1505 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Title on Top" +#, php-format,js-format +msgid "Line %d" msgstr "" #: dist/translation-strings.php:1506 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Display as a grid (left to right & evenly spaced)" +#, php-format,js-format +msgctxt "Nth Title with description" +msgid "%s %d %s" msgstr "" #: dist/translation-strings.php:1507 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "List Gap" +msgid "Number Shape" msgstr "" #: dist/translation-strings.php:1508 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "You can click on each icon in the Icon List block to change them individually." +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:271 +msgid "Shape Size" msgstr "" #: dist/translation-strings.php:1509 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "List Text" +msgid "Number Background Color" msgstr "" #: dist/translation-strings.php:1510 +#: src/stk-block-types.php:778 +#: src/stk-block-types.php:816 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Text for this block" +#: dist/translation-strings.js:583 +msgid "Price" msgstr "" #: dist/translation-strings.php:1511 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#, php-format,js-format -msgid "Line %d" +msgid "Sub Price" msgstr "" #: dist/translation-strings.php:1512 -#: src/stk-block-types.php:778 -#: src/stk-block-types.php:816 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/translation-strings.js:583 -msgid "Price" +msgid "Price Prefix" msgstr "" #: dist/translation-strings.php:1513 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Sub Price" +msgid "Price Suffix" msgstr "" #: dist/translation-strings.php:1514 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Price Prefix" +msgid "Separator Color" msgstr "" #: dist/translation-strings.php:1515 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Price Suffix" +msgid "Padding Top" msgstr "" #: dist/translation-strings.php:1516 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#, php-format,js-format -msgctxt "Nth Title with description" -msgid "%s %d %s" +msgid "Padding Bottom" msgstr "" #: dist/translation-strings.php:1517 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Number Shape" +msgid "Margin Top" msgstr "" #: dist/translation-strings.php:1518 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:246 -msgid "Shape Size" +msgid "Use this to pull up/down the separator to the block above it" msgstr "" #: dist/translation-strings.php:1519 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Number Background Color" +msgid "Margin Bottom" msgstr "" #: dist/translation-strings.php:1520 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Overlay Color Type" +msgid "Use this to pull up/down the separator to the block below it" msgstr "" #: dist/translation-strings.php:1521 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Overlay Hover Color" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/translation-strings.js:470 +msgid "Layer" msgstr "" #: dist/translation-strings.php:1522 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:487 -msgid "Effects" +msgid "Border Thickness" msgstr "" #: dist/translation-strings.php:1523 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Image Hover Effect" +msgid "Icon Location" msgstr "" #: dist/translation-strings.php:1524 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Zoom In" +msgid "Vertical Inverse" msgstr "" #: dist/translation-strings.php:1525 +#: src/stk-block-types.php:1044 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Zoom Out" +#: dist/translation-strings.js:616 +msgid "Testimonial" msgstr "" #: dist/translation-strings.php:1526 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Border Thickness" +msgid "Testimonial Color" msgstr "" #: dist/translation-strings.php:1527 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Icon Location" +msgid "Name Color" msgstr "" #: dist/translation-strings.php:1528 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Separator Color" +msgid "Overlay Simple" msgstr "" #: dist/translation-strings.php:1529 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Padding Top" +msgid "Social" msgstr "" #: dist/translation-strings.php:1530 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Padding Bottom" +msgid "Social Button Gap" msgstr "" #: dist/translation-strings.php:1531 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Margin Top" +msgid "Position Color" msgstr "" #: dist/translation-strings.php:1532 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Use this to pull up/down the separator to the block above it" +msgid "Side Title" msgstr "" #: dist/translation-strings.php:1533 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Margin Bottom" +msgid "Reverse Title" msgstr "" #: dist/translation-strings.php:1534 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Use this to pull up/down the separator to the block below it" +msgid "Column Rule" msgstr "" #: dist/translation-strings.php:1535 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:471 -msgid "Layer" +msgid "Vertical Align" msgstr "" #: dist/translation-strings.php:1536 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Side Title" +msgid "Subtitle on Top" msgstr "" #: dist/translation-strings.php:1537 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Reverse Title" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +msgid "Block Title" msgstr "" #: dist/translation-strings.php:1538 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Column Rule" +msgid "Play Button" msgstr "" #: dist/translation-strings.php:1539 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Vertical Align" +msgid "Button Style" msgstr "" #: dist/translation-strings.php:1540 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Subtitle on Top" +msgid "Normal Play Button" msgstr "" #: dist/translation-strings.php:1541 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Block Title" +msgid "Play Button with Circle" msgstr "" #: dist/translation-strings.php:1542 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Overlay Simple" +msgid "Outline Play Button" msgstr "" #: dist/translation-strings.php:1543 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Social" +msgid "Overlay Color Type" msgstr "" #: dist/translation-strings.php:1544 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Social Button Gap" +msgid "Overlay Hover Color" msgstr "" #: dist/translation-strings.php:1545 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Name Color" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/translation-strings.js:487 +msgid "Effects" msgstr "" #: dist/translation-strings.php:1546 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Position Color" +msgid "Image Hover Effect" msgstr "" #: dist/translation-strings.php:1547 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Vertical Inverse" +msgid "Zoom In" msgstr "" #: dist/translation-strings.php:1548 -#: src/stk-block-types.php:1044 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/translation-strings.js:616 -msgid "Testimonial" +msgid "Zoom Out" msgstr "" #: dist/translation-strings.php:1549 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Testimonial Color" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +msgid "Background Color Type" msgstr "" #: dist/translation-strings.php:1550 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Play Button" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +msgid "Align Top" msgstr "" #: dist/translation-strings.php:1551 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Button Style" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +msgid "Align Bottom" msgstr "" #: dist/translation-strings.php:1552 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Normal Play Button" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +msgid "Hover Opacity" msgstr "" #: dist/translation-strings.php:1553 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Play Button with Circle" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +msgid "Open link in new tab" msgstr "" #: dist/translation-strings.php:1554 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -msgid "Outline Play Button" +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +msgid "Use social colors" msgstr "" #: dist/translation-strings.php:1555 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Background Color Type" +msgid "Change to Normal Button on Hover" msgstr "" #: dist/translation-strings.php:1556 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Align Top" +msgid "Button Size" msgstr "" #: dist/translation-strings.php:1557 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Align Bottom" +msgid "Tiny" msgstr "" #: dist/translation-strings.php:1558 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Open link in new tab" +msgid "Small" msgstr "" #: dist/translation-strings.php:1559 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Use social colors" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:378 +msgid "Medium" msgstr "" #: dist/translation-strings.php:1560 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Change to Normal Button on Hover" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:379 +msgid "Large" msgstr "" #: dist/translation-strings.php:1561 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Button Size" +msgid "Vertical Padding" msgstr "" #: dist/translation-strings.php:1562 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Tiny" +msgid "Horizontal Padding" msgstr "" #: dist/translation-strings.php:1563 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Small" +msgid "Adv. Icon Settings" msgstr "" #: dist/translation-strings.php:1564 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:330 -msgid "Medium" +msgid "Icon Spacing" msgstr "" #: dist/translation-strings.php:1565 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:331 -msgid "Large" +#: dist/translation-strings.js:492 +msgid "Column Paddings" msgstr "" #: dist/translation-strings.php:1566 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Vertical Padding" +msgid "E.g. light, dark, red, minimalist…" msgstr "" #: dist/translation-strings.php:1567 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Horizontal Padding" +msgid "Shaped" msgstr "" #: dist/translation-strings.php:1568 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Adv. Icon Settings" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:313 +msgid "Icon Color Type" msgstr "" #: dist/translation-strings.php:1569 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Icon Spacing" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:277 +msgid "Multicolor" msgstr "" #: dist/translation-strings.php:1570 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Hover Opacity" +msgid "Icon Shape / Outline Color" msgstr "" #: dist/translation-strings.php:1571 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:492 -msgid "Column Paddings" +msgid "Icon Shape Border Radius" msgstr "" #: dist/translation-strings.php:1572 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "E.g. light, dark, red, minimalist…" +msgid "Outline Border Radius" msgstr "" #: dist/translation-strings.php:1573 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Shaped" +msgid "Icon Shape Padding" msgstr "" #: dist/translation-strings.php:1574 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:358 -msgid "Icon Color Type" +msgid "Outline Padding" msgstr "" #: dist/translation-strings.php:1575 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:252 -msgid "Multicolor" +msgid "Outline Width" msgstr "" #: dist/translation-strings.php:1576 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Icon Shape / Outline Color" +msgid "Force square image" msgstr "" #: dist/translation-strings.php:1577 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Icon Shape Border Radius" +msgid "Blend Mode" msgstr "" #: dist/translation-strings.php:1578 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Outline Border Radius" +msgid "Background Image Position" msgstr "" #: dist/translation-strings.php:1579 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Icon Shape Padding" +msgid "Background Image Repeat" msgstr "" #: dist/translation-strings.php:1580 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Outline Padding" +msgid "Background Image Size" msgstr "" #: dist/translation-strings.php:1581 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Outline Width" +msgid "UI Kits" msgstr "" #: dist/translation-strings.php:1582 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Background Image Position" +msgid "Block Designs" msgstr "" #: dist/translation-strings.php:1583 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Background Image Repeat" +msgid "All Block Designs" msgstr "" #: dist/translation-strings.php:1584 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Background Image Size" +msgid "Free Designs" msgstr "" #: dist/translation-strings.php:1585 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Force square image" +msgid "Premium Designs" msgstr "" #: dist/translation-strings.php:1586 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Blend Mode" +msgid "Latest Design Library" msgstr "" #: dist/translation-strings.php:1587 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "UI Kits" +msgid "V2 Design Library" msgstr "" #: dist/translation-strings.php:1588 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Block Designs" +msgid "Large preview" msgstr "" #: dist/translation-strings.php:1589 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "All Block Designs" +msgid "Medium preview" msgstr "" #: dist/translation-strings.php:1590 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Free Designs" +msgid "Small preview" msgstr "" #: dist/translation-strings.php:1591 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Premium Designs" +#, php-format,js-format +msgctxt "name" +msgid "%s Link" msgstr "" #: dist/translation-strings.php:1592 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Latest Design Library" +msgid "Pick a layout or design" msgstr "" #: dist/translation-strings.php:1593 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "V2 Design Library" +msgid "Or pick from our Design Library." msgstr "" #: dist/translation-strings.php:1594 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Large preview" +msgid "Select a design from our library to start with." msgstr "" #: dist/translation-strings.php:1595 +#: dist/admin_welcome.js:2 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Medium preview" +#: dist/stk.js:2 +msgid "Skip" msgstr "" #: dist/translation-strings.php:1596 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Small preview" +msgid "Number of Icons / Columns" msgstr "" #: dist/translation-strings.php:1597 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#, php-format,js-format -msgctxt "name" -msgid "%s Link" +msgid "Title on Top" msgstr "" #: dist/translation-strings.php:1598 @@ -9699,35 +9699,35 @@ msgstr "" #: dist/translation-strings.php:1608 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Max Width" +msgid "The designs for v2 blocks have been replaced with the new design library." msgstr "" #: dist/translation-strings.php:1609 -#: dist/deprecated/editor_blocks_deprecated_v2.js:2 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Horizontal Align" +msgid "You will not lose your block content when changing designs." msgstr "" #: dist/translation-strings.php:1610 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Text Align" +msgid "Max Width" msgstr "" #: dist/translation-strings.php:1611 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "Block Description" +msgid "Horizontal Align" msgstr "" #: dist/translation-strings.php:1612 #: dist/deprecated/editor_blocks_deprecated_v2.js:2 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -msgid "The designs for v2 blocks have been replaced with the new design library." +msgid "Text Align" msgstr "" #: dist/translation-strings.php:1613 -msgid "You will not lose your block content when changing designs." +#: dist/deprecated/editor_blocks_deprecated_v2.js:2 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +msgid "Block Description" msgstr "" #: dist/translation-strings.php:1614 @@ -10499,1450 +10499,1450 @@ msgstr "" #: dist/translation-strings.php:1736 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:194 -msgid "Delete Condition" +#: dist/translation-strings.js:206 +msgid "Create New Block Style" msgstr "" #: dist/translation-strings.php:1737 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:195 -msgid "Deleting will remove this condition for the block. Proceed?" +#: dist/translation-strings.js:207 +msgid "Update Block Style" msgstr "" #: dist/translation-strings.php:1738 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:197 -msgid "Condition Type" +#: dist/translation-strings.js:208 +#, php-format,js-format +msgid "Creating a new block style for this block will make the style reusable across other Stackable %s blocks." msgstr "" #: dist/translation-strings.php:1739 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:198 -msgid "Visibility" +#: dist/translation-strings.js:209 +msgid "After saving this block style, some attributes can’t be changed later." msgstr "" #: dist/translation-strings.php:1740 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:199 -msgid "Show on condition match" +#: dist/translation-strings.js:210 +msgid "Learn why" msgstr "" #: dist/translation-strings.php:1741 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:200 -msgid "Hide on condition match" +#: dist/translation-strings.js:211 +#, php-format,js-format +msgid "Updating this style will also affect other Stackable %s blocks that uses this block style. Do you still want to update?" msgstr "" #: dist/translation-strings.php:1742 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:201 -msgid "No conditions yet. Add your first condition." +#: dist/translation-strings.js:212 +msgid "Note that the following attributes will not be updated." msgstr "" -#. translators: This is the separator between conditions: OR / AND. #: dist/translation-strings.php:1743 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:203 -msgid "OR" +#: dist/translation-strings.js:213 +msgid "Unlink Style" msgstr "" -#. translators: This is the separator between conditions: OR / AND. #: dist/translation-strings.php:1744 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:205 -msgid "AND" +#: dist/translation-strings.js:214 +msgid "Update Style" msgstr "" -#. translators: This is the separator between conditions: OR / AND. #: dist/translation-strings.php:1745 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:206 -msgid "Trigger if ANY condition matches" +#: dist/translation-strings.js:215 +msgid "Block Style Name" msgstr "" #: dist/translation-strings.php:1746 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:207 -msgid "Trigger if ALL conditions match" +#: dist/translation-strings.js:216 +msgid "Alternate Style" msgstr "" #: dist/translation-strings.php:1747 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:208 -msgid "Add New" +#: dist/translation-strings.js:217 +msgid "Block Style Slug" msgstr "" #: dist/translation-strings.php:1748 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:209 -msgid "Add New Condition" +#: dist/translation-strings.js:218 +msgid "alternate-style" msgstr "" #: dist/translation-strings.php:1749 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:210 -msgid "Learn more about Conditional Display" +#: dist/translation-strings.js:219 +msgid "Create Block Style" msgstr "" #: dist/translation-strings.php:1750 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:212 +#: dist/translation-strings.js:180 msgid "You can use this area to further customize your block. Any custom CSS added here will only affect this block." msgstr "" #: dist/translation-strings.php:1751 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:213 +#: dist/translation-strings.js:237 msgid "Media queries are supported. Use the widths 1024px and 768px for tablet and mobile breakpoints." msgstr "" #: dist/translation-strings.php:1752 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:179 -msgid "Create New Block Style" +#: dist/translation-strings.js:220 +msgid "Delete Condition" msgstr "" #: dist/translation-strings.php:1753 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:180 -msgid "Update Block Style" +#: dist/translation-strings.js:221 +msgid "Deleting will remove this condition for the block. Proceed?" msgstr "" #: dist/translation-strings.php:1754 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:181 -#, php-format,js-format -msgid "Creating a new block style for this block will make the style reusable across other Stackable %s blocks." +#: dist/translation-strings.js:223 +msgid "Condition Type" msgstr "" #: dist/translation-strings.php:1755 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:182 -msgid "After saving this block style, some attributes can’t be changed later." +#: dist/translation-strings.js:224 +msgid "Visibility" msgstr "" #: dist/translation-strings.php:1756 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:183 -msgid "Learn why" +#: dist/translation-strings.js:225 +msgid "Show on condition match" msgstr "" #: dist/translation-strings.php:1757 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:184 -#, php-format,js-format -msgid "Updating this style will also affect other Stackable %s blocks that uses this block style. Do you still want to update?" +#: dist/translation-strings.js:226 +msgid "Hide on condition match" msgstr "" #: dist/translation-strings.php:1758 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:185 -msgid "Note that the following attributes will not be updated." +#: dist/translation-strings.js:227 +msgid "No conditions yet. Add your first condition." msgstr "" +#. translators: This is the separator between conditions: OR / AND. #: dist/translation-strings.php:1759 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:187 -msgid "Unlink Style" +#: dist/translation-strings.js:229 +msgid "OR" msgstr "" +#. translators: This is the separator between conditions: OR / AND. #: dist/translation-strings.php:1760 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:188 -msgid "Update Style" +#: dist/translation-strings.js:231 +msgid "AND" msgstr "" +#. translators: This is the separator between conditions: OR / AND. #: dist/translation-strings.php:1761 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:189 -msgid "Block Style Name" +#: dist/translation-strings.js:232 +msgid "Trigger if ANY condition matches" msgstr "" #: dist/translation-strings.php:1762 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:190 -msgid "Alternate Style" +#: dist/translation-strings.js:233 +msgid "Trigger if ALL conditions match" msgstr "" #: dist/translation-strings.php:1763 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:191 -msgid "Block Style Slug" +#: dist/translation-strings.js:234 +msgid "Add New" msgstr "" #: dist/translation-strings.php:1764 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:192 -msgid "alternate-style" +#: dist/translation-strings.js:235 +msgid "Add New Condition" msgstr "" #: dist/translation-strings.php:1765 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:193 -msgid "Create Block Style" +#: dist/translation-strings.js:236 +msgid "Learn more about Conditional Display" msgstr "" #: dist/translation-strings.php:1766 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:259 -msgid "Transition Duration (secs)" +#: dist/translation-strings.js:270 +msgid "Shape Opacity" msgstr "" #: dist/translation-strings.php:1767 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:260 -msgid "Transition Function" +#: dist/translation-strings.js:274 +#, php-format,js-format +msgid "Icon Color #%s" msgstr "" #: dist/translation-strings.php:1768 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:262 -msgid "Ease" +#: dist/translation-strings.js:278 +msgid "Multicolor only works for custom uploaded icons that have multiple path elements or for Font Awesome Pro Duotones." msgstr "" #: dist/translation-strings.php:1769 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:263 -msgid "Ease In" +#: dist/translation-strings.js:283 +msgid "Transition Duration (secs)" msgstr "" #: dist/translation-strings.php:1770 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:264 -msgid "Ease Out" +#: dist/translation-strings.js:284 +msgid "Transition Function" msgstr "" #: dist/translation-strings.php:1771 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:265 -msgid "Ease In Out" +#: dist/translation-strings.js:285 +msgid "Ease" msgstr "" #: dist/translation-strings.php:1772 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:266 -msgid "Linear" +#: dist/translation-strings.js:286 +msgid "Ease In" msgstr "" #: dist/translation-strings.php:1773 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:267 -msgid "Ease In Quad" +#: dist/translation-strings.js:287 +msgid "Ease Out" msgstr "" #: dist/translation-strings.php:1774 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:268 -msgid "Ease Out Quad" +#: dist/translation-strings.js:288 +msgid "Ease In Out" msgstr "" #: dist/translation-strings.php:1775 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:269 -msgid "Ease In Out Quad" +#: dist/translation-strings.js:289 +msgid "Linear" msgstr "" #: dist/translation-strings.php:1776 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:270 -msgid "Ease In Expo" +#: dist/translation-strings.js:290 +msgid "Ease In Quad" msgstr "" #: dist/translation-strings.php:1777 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:271 -msgid "Ease Out Expo" +#: dist/translation-strings.js:291 +msgid "Ease Out Quad" msgstr "" #: dist/translation-strings.php:1778 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:272 -msgid "Ease In Out Expo" +#: dist/translation-strings.js:292 +msgid "Ease In Out Quad" msgstr "" #: dist/translation-strings.php:1779 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:273 -msgid "Ease In Back" +#: dist/translation-strings.js:293 +msgid "Ease In Expo" msgstr "" #: dist/translation-strings.php:1780 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:274 -msgid "Ease Out Back" +#: dist/translation-strings.js:294 +msgid "Ease Out Expo" msgstr "" #: dist/translation-strings.php:1781 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:275 -msgid "Ease In Out Back" +#: dist/translation-strings.js:295 +msgid "Ease In Out Expo" msgstr "" #: dist/translation-strings.php:1782 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:277 -msgid "Transform Origin" +#: dist/translation-strings.js:296 +msgid "Ease In Back" msgstr "" #: dist/translation-strings.php:1783 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:287 -msgid "This block has Motion Effects assigned to it, applying transforms above may prevent the Motion Effects from working as expected." +#: dist/translation-strings.js:297 +msgid "Ease Out Back" msgstr "" #: dist/translation-strings.php:1784 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:233 -msgid "Translate X" +#: dist/translation-strings.js:298 +msgid "Ease In Out Back" msgstr "" #: dist/translation-strings.php:1785 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:288 -msgid "Translate Y" +#: dist/translation-strings.js:300 +msgid "Transform Origin" msgstr "" #: dist/translation-strings.php:1786 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:217 -msgid "Rotate" +#: dist/translation-strings.js:310 +msgid "This block has Motion Effects assigned to it, applying transforms above may prevent the Motion Effects from working as expected." msgstr "" #: dist/translation-strings.php:1787 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:218 -msgid "Effect" +#: dist/translation-strings.js:257 +msgid "Translate X" msgstr "" #: dist/translation-strings.php:1788 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:219 -msgid "Entrance Animation" +#: dist/translation-strings.js:311 +msgid "Translate Y" msgstr "" #: dist/translation-strings.php:1789 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:220 -msgid "Scroll Animation" +#: dist/translation-strings.js:241 +msgid "Rotate" msgstr "" #: dist/translation-strings.php:1790 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:221 -msgid "Start Position" +#: dist/translation-strings.js:242 +msgid "Effect" msgstr "" #: dist/translation-strings.php:1791 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:222 -msgid "Entrance Animation Speed" +#: dist/translation-strings.js:243 +msgid "Entrance Animation" msgstr "" #: dist/translation-strings.php:1792 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:223 -msgid "Slow" +#: dist/translation-strings.js:244 +msgid "Scroll Animation" msgstr "" #: dist/translation-strings.php:1793 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:225 -msgid "Fast" +#: dist/translation-strings.js:245 +msgid "Start Position" msgstr "" #: dist/translation-strings.php:1794 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:226 -msgid "Entrance Animation Delay" +#: dist/translation-strings.js:246 +msgid "Entrance Animation Speed" msgstr "" #: dist/translation-strings.php:1795 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:227 -msgid "Smoothen Scroll Animation" +#: dist/translation-strings.js:247 +msgid "Slow" msgstr "" #: dist/translation-strings.php:1796 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:228 -msgid "Use 3D Transforms" +#: dist/translation-strings.js:249 +msgid "Fast" msgstr "" #: dist/translation-strings.php:1797 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:229 -msgid "Perspective" +#: dist/translation-strings.js:250 +msgid "Entrance Animation Delay" msgstr "" #: dist/translation-strings.php:1798 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:230 -msgid "Exit Animation" +#: dist/translation-strings.js:251 +msgid "Smoothen Scroll Animation" msgstr "" #: dist/translation-strings.php:1799 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:231 -msgid "This block has Transforms assigned to it, Motion Effects may not work as expected." +#: dist/translation-strings.js:252 +msgid "Use 3D Transforms" msgstr "" #: dist/translation-strings.php:1800 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:232 -msgid "Learn more about Motion Effects" +#: dist/translation-strings.js:253 +msgid "Perspective" msgstr "" #: dist/translation-strings.php:1801 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:234 -msgid "TranslateY" +#: dist/translation-strings.js:254 +msgid "Exit Animation" msgstr "" #: dist/translation-strings.php:1802 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:235 -msgid "TranslateZ" +#: dist/translation-strings.js:255 +msgid "This block has Transforms assigned to it, Motion Effects may not work as expected." msgstr "" #: dist/translation-strings.php:1803 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:236 -msgid "RotateX" +#: dist/translation-strings.js:256 +msgid "Learn more about Motion Effects" msgstr "" #: dist/translation-strings.php:1804 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:237 -msgid "RotateY" +#: dist/translation-strings.js:258 +msgid "TranslateY" msgstr "" #: dist/translation-strings.php:1805 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:239 -msgid "Skew X" +#: dist/translation-strings.js:259 +msgid "TranslateZ" msgstr "" #: dist/translation-strings.php:1806 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:240 -msgid "Skew Y" +#: dist/translation-strings.js:260 +msgid "RotateX" msgstr "" #: dist/translation-strings.php:1807 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:245 -msgid "Shape Opacity" +#: dist/translation-strings.js:261 +msgid "RotateY" msgstr "" #: dist/translation-strings.php:1808 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:249 -#, php-format,js-format -msgid "Icon Color #%s" +#: dist/translation-strings.js:263 +msgid "Skew X" msgstr "" #: dist/translation-strings.php:1809 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:253 -msgid "Multicolor only works for custom uploaded icons that have multiple path elements or for Font Awesome Pro Duotones." +#: dist/translation-strings.js:264 +msgid "Skew Y" msgstr "" #: dist/translation-strings.php:1810 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:143 -msgid "Number of Items" +#: dist/translation-strings.js:265 +#, php-format,js-format +msgid "Separator Layer %s" msgstr "" #: dist/translation-strings.php:1811 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:152 -msgid "URL Query String" +#: dist/translation-strings.js:171 +msgid "Layer Height" msgstr "" #: dist/translation-strings.php:1812 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:153 -msgid "This is the string appended to the URL when changing pages." +#: dist/translation-strings.js:172 +msgid "Layer Width" msgstr "" #: dist/translation-strings.php:1813 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:154 -msgid "Show Next & Previous Button" +#: dist/translation-strings.js:177 +msgid "Layer Blend mode" msgstr "" #: dist/translation-strings.php:1814 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:155 -msgid "Next Label" +#: dist/translation-strings.js:178 +msgid "Sets how the sepator layer is blended into the background" msgstr "" #: dist/translation-strings.php:1815 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:157 -msgid "Previous Label" +#: dist/translation-strings.js:181 +msgid "No saved designs yet" msgstr "" #: dist/translation-strings.php:1816 -#: pro__premium_only/src/block/pagination/index.php:73 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:158 -msgid "Previous" +#: dist/translation-strings.js:182 +msgid "Click here to save your block's design" msgstr "" #: dist/translation-strings.php:1817 -#: pro__premium_only/src/block/pagination/index.php:278 -#: pro__premium_only/src/deprecated/v2/block/blog-posts/pagination.php:198 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:159 -msgid "Previous page" +#: dist/translation-strings.js:183 +msgid "Error Getting Designs" msgstr "" #: dist/translation-strings.php:1818 -#: pro__premium_only/src/block/pagination/index.php:299 -#: pro__premium_only/src/deprecated/v2/block/blog-posts/pagination.php:219 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:160 -#, php-format,js-format -msgid "Page %s" +#: dist/translation-strings.js:184 +msgid "Click here to retry fetching your saved designs" msgstr "" #: dist/translation-strings.php:1819 -#: pro__premium_only/src/block/pagination/index.php:324 -#: pro__premium_only/src/deprecated/v2/block/blog-posts/pagination.php:244 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:161 -msgid "Next page" +#: dist/translation-strings.js:185 +msgid "Save as new block design" msgstr "" #: dist/translation-strings.php:1820 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:145 -msgid "Offset your posts by a specific number of items." +#: dist/translation-strings.js:186 +msgid "Manage saved designs" msgstr "" #: dist/translation-strings.php:1821 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:146 -msgid "Exclude Post IDs" +#: dist/translation-strings.js:187 +msgid "(default)" msgstr "" #: dist/translation-strings.php:1822 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:147 -msgid "Excludes specific IDs from the display. Enter post IDs separated by a commas" +#: dist/translation-strings.js:188 +msgid "Favorite" msgstr "" #: dist/translation-strings.php:1823 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:148 -msgid "Hide the current post" +#: dist/translation-strings.js:190 +msgid "Saved Block Designs" msgstr "" #: dist/translation-strings.php:1824 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:149 -msgid "Removes the current post from the posts list" +#: dist/translation-strings.js:191 +msgid "Save designs to reuse them across your site. Note that using saved designs will override your current block settings." msgstr "" #: dist/translation-strings.php:1825 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:150 -msgid "Display Specific Post IDs" +#: dist/translation-strings.js:192 +msgid "You have unsaved changes, discard them?" +msgstr "" + +#: dist/translation-strings.php:1826 +#: dist/translation-strings.js:193 +msgid "Manage Saved Designs" +msgstr "" + +#: dist/translation-strings.php:1827 +#: dist/translation-strings.js:194 +msgid "Design Name" +msgstr "" + +#: dist/translation-strings.php:1828 +#: dist/translation-strings.js:196 +msgid "Set as a favorite design" +msgstr "" + +#: dist/translation-strings.php:1829 +#: dist/translation-strings.js:197 +msgid "Design name" +msgstr "" + +#: dist/translation-strings.php:1830 +#: dist/translation-strings.js:198 +msgid "Set as default block design" +msgstr "" + +#: dist/translation-strings.php:1831 +#: dist/translation-strings.js:200 +msgid "My Block Design" +msgstr "" + +#: dist/translation-strings.php:1832 +#: dist/translation-strings.js:201 +msgid "Save as New Block Design" +msgstr "" + +#: dist/translation-strings.php:1833 +#: dist/translation-strings.js:202 +msgid "Set as favorite" msgstr "" -#: dist/translation-strings.php:1826 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:151 -msgid "Limit display to only these specific IDs. Enter post IDs separated by a commas" +#: dist/translation-strings.php:1834 +#: dist/translation-strings.js:203 +msgid "Place at the top of the list of saved designs" msgstr "" -#: dist/translation-strings.php:1827 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:167 -#, php-format,js-format -msgid "Layer %s" +#: dist/translation-strings.php:1835 +#: dist/translation-strings.js:204 +msgid "New blocks created will use this design automatically" msgstr "" -#: dist/translation-strings.php:1828 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:169 -msgid "Layer Height" +#: dist/translation-strings.php:1836 +#: dist/translation-strings.js:205 +msgid "Add New Design" msgstr "" -#: dist/translation-strings.php:1829 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/translation-strings.php:1837 +#: pro__premium_only/src/welcome/custom-fields/custom-fields.php:89 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:170 -msgid "Layer Width" +#: dist/translation-strings.js:404 +msgid "Fields" msgstr "" -#: dist/translation-strings.php:1830 +#: dist/translation-strings.php:1838 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:173 -msgid "Layer Opacity" +#: dist/translation-strings.js:399 +msgid "Delimiter" msgstr "" -#: dist/translation-strings.php:1831 +#: dist/translation-strings.php:1839 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:174 -msgid "Adjusts the transparency of the separator layer" +#: dist/translation-strings.js:405 +msgid "Attributes" msgstr "" -#: dist/translation-strings.php:1832 +#: dist/translation-strings.php:1840 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:175 -msgid "Layer Blend mode" +#: dist/translation-strings.js:314 +msgid "Learn more how multicolor works" msgstr "" -#: dist/translation-strings.php:1833 +#: dist/translation-strings.php:1841 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:176 -msgid "Sets how the sepator layer is blended into the background" +#: dist/translation-strings.js:315 +msgid "here" msgstr "" -#: dist/translation-strings.php:1834 +#: dist/translation-strings.php:1842 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:162 -msgid "Sale" +#: dist/translation-strings.js:317 +msgid "Outline Color" msgstr "" -#: dist/translation-strings.php:1835 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/translation-strings.php:1843 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:258 -#, php-format,js-format -msgid "Separator Layer %s" +#: dist/translation-strings.js:318 +msgid "Icon Shape Color" msgstr "" -#: dist/translation-strings.php:1836 +#: dist/translation-strings.php:1844 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:312 +#: dist/translation-strings.js:362 msgid "Show as link" msgstr "" -#: dist/translation-strings.php:1837 +#: dist/translation-strings.php:1845 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:313 +#: dist/translation-strings.js:363 msgid "Custom Text" msgstr "" -#: dist/translation-strings.php:1838 +#: dist/translation-strings.php:1846 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:315 +#: dist/translation-strings.js:364 msgid "Date Format" msgstr "" -#: dist/translation-strings.php:1839 +#: dist/translation-strings.php:1847 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:316 +#: dist/translation-strings.js:365 msgid "Custom Format" msgstr "" -#: dist/translation-strings.php:1840 +#: dist/translation-strings.php:1848 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:317 +#: dist/translation-strings.js:366 msgid "Change the date format of your dynamic content." msgstr "" -#: dist/translation-strings.php:1841 +#: dist/translation-strings.php:1849 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:318 +#: dist/translation-strings.js:367 msgid "Learn more about date formats" msgstr "" -#: dist/translation-strings.php:1842 +#: dist/translation-strings.php:1850 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:320 +#: dist/translation-strings.js:368 msgid "Dynamic Source" msgstr "" -#: dist/translation-strings.php:1843 +#: dist/translation-strings.php:1851 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:321 +#: dist/translation-strings.js:369 msgid "Field" msgstr "" -#: dist/translation-strings.php:1844 +#: dist/translation-strings.php:1852 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:322 +#: dist/translation-strings.js:370 msgid "Learn how to use Dynamic Content" msgstr "" -#: dist/translation-strings.php:1845 +#: dist/translation-strings.php:1853 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:323 +#: dist/translation-strings.js:371 msgid "Apply" msgstr "" -#: dist/translation-strings.php:1846 +#: dist/translation-strings.php:1854 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:326 +#: dist/translation-strings.js:374 msgid "Add Custom Format" msgstr "" -#: dist/translation-strings.php:1847 +#: dist/translation-strings.php:1855 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:327 +#: dist/translation-strings.js:375 msgid "Content Format" msgstr "" -#: dist/translation-strings.php:1848 +#: dist/translation-strings.php:1856 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:328 +#: dist/translation-strings.js:376 #, php-format,js-format msgid "Add your custom format by adding %s." msgstr "" -#: dist/translation-strings.php:1849 +#: dist/translation-strings.php:1857 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:329 +#: dist/translation-strings.js:377 msgid "Thumbnail" msgstr "" -#: dist/translation-strings.php:1850 +#: dist/translation-strings.php:1858 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:333 +#: dist/translation-strings.js:381 msgid "Image Quality" msgstr "" -#: dist/translation-strings.php:1851 +#: dist/translation-strings.php:1859 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:335 +#: dist/translation-strings.js:383 msgid "Text Field" msgstr "" -#: dist/translation-strings.php:1852 +#: dist/translation-strings.php:1860 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:337 +#: dist/translation-strings.js:385 msgid "Taxonomy Type" msgstr "" -#: dist/translation-strings.php:1853 +#: dist/translation-strings.php:1861 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:338 +#: dist/translation-strings.js:386 msgid "Display Option" msgstr "" -#: dist/translation-strings.php:1854 +#: dist/translation-strings.php:1862 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:339 +#: dist/translation-strings.js:387 msgid "All values" msgstr "" -#: dist/translation-strings.php:1855 +#: dist/translation-strings.php:1863 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:340 +#: dist/translation-strings.js:388 #, php-format,js-format msgid "%s value" msgstr "" #. translators: first %s is an ordinal number (e.g. 1st, 2nd), second %s is the name of the entity (e.g. Post, Page) -#: dist/translation-strings.php:1856 +#: dist/translation-strings.php:1864 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:59 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:102 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:230 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:341 +#: dist/translation-strings.js:389 msgid "1st" msgstr "" #. translators: first %s is an ordinal number (e.g. 1st, 2nd), second %s is the name of the entity (e.g. Post, Page) -#: dist/translation-strings.php:1857 +#: dist/translation-strings.php:1865 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:107 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:231 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:342 +#: dist/translation-strings.js:390 msgid "2nd" msgstr "" #. translators: first %s is an ordinal number (e.g. 1st, 2nd), second %s is the name of the entity (e.g. Post, Page) -#: dist/translation-strings.php:1858 +#: dist/translation-strings.php:1866 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:112 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:232 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:343 +#: dist/translation-strings.js:391 msgid "3rd" msgstr "" #. translators: first %s is an ordinal number (e.g. 1st, 2nd), second %s is the name of the entity (e.g. Post, Page) -#: dist/translation-strings.php:1859 +#: dist/translation-strings.php:1867 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:117 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:233 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:344 +#: dist/translation-strings.js:392 msgid "4th" msgstr "" #. translators: first %s is an ordinal number (e.g. 1st, 2nd), second %s is the name of the entity (e.g. Post, Page) -#: dist/translation-strings.php:1860 +#: dist/translation-strings.php:1868 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:122 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:234 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:345 +#: dist/translation-strings.js:393 msgid "5th" msgstr "" #. translators: first %s is an ordinal number (e.g. 1st, 2nd), second %s is the name of the entity (e.g. Post, Page) -#: dist/translation-strings.php:1861 +#: dist/translation-strings.php:1869 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:127 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:235 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:346 +#: dist/translation-strings.js:394 msgid "6th" msgstr "" #. translators: first %s is an ordinal number (e.g. 1st, 2nd), second %s is the name of the entity (e.g. Post, Page) -#: dist/translation-strings.php:1862 +#: dist/translation-strings.php:1870 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:132 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:236 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:347 +#: dist/translation-strings.js:395 msgid "7th" msgstr "" #. translators: first %s is an ordinal number (e.g. 1st, 2nd), second %s is the name of the entity (e.g. Post, Page) -#: dist/translation-strings.php:1863 +#: dist/translation-strings.php:1871 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:137 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:237 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:348 +#: dist/translation-strings.js:396 msgid "8th" msgstr "" #. translators: first %s is an ordinal number (e.g. 1st, 2nd), second %s is the name of the entity (e.g. Post, Page) -#: dist/translation-strings.php:1864 +#: dist/translation-strings.php:1872 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:142 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:238 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:349 +#: dist/translation-strings.js:397 msgid "9th" msgstr "" #. translators: first %s is an ordinal number (e.g. 1st, 2nd), second %s is the name of the entity (e.g. Post, Page) -#: dist/translation-strings.php:1865 +#: dist/translation-strings.php:1873 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:147 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:239 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:350 +#: dist/translation-strings.js:398 msgid "10th" msgstr "" -#: dist/translation-strings.php:1866 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:351 -msgid "Delimiter" -msgstr "" - -#: dist/translation-strings.php:1867 +#: dist/translation-strings.php:1874 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:352 +#: dist/translation-strings.js:400 msgid "Strip HTML tags" msgstr "" -#: dist/translation-strings.php:1868 +#: dist/translation-strings.php:1875 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:353 +#: dist/translation-strings.js:401 msgid "If this option is false, the content rendered in the editor will still be stripped to prevent an error from occuring" msgstr "" -#: dist/translation-strings.php:1869 +#: dist/translation-strings.php:1876 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:354 +#: dist/translation-strings.js:402 msgid "Display text when true" msgstr "" -#: dist/translation-strings.php:1870 +#: dist/translation-strings.php:1877 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:355 +#: dist/translation-strings.js:403 msgid "Display text when false" msgstr "" -#: dist/translation-strings.php:1871 -#: dist/translation-strings.js:289 -msgid "No saved designs yet" -msgstr "" - -#: dist/translation-strings.php:1872 -#: dist/translation-strings.js:290 -msgid "Click here to save your block's design" -msgstr "" - -#: dist/translation-strings.php:1873 -#: dist/translation-strings.js:291 -msgid "Error Getting Designs" -msgstr "" - -#: dist/translation-strings.php:1874 -#: dist/translation-strings.js:292 -msgid "Click here to retry fetching your saved designs" -msgstr "" - -#: dist/translation-strings.php:1875 -#: dist/translation-strings.js:293 -msgid "Save as new block design" -msgstr "" - -#: dist/translation-strings.php:1876 -#: dist/translation-strings.js:294 -msgid "Manage saved designs" -msgstr "" - -#: dist/translation-strings.php:1877 -#: dist/translation-strings.js:295 -msgid "(default)" -msgstr "" - #: dist/translation-strings.php:1878 -#: dist/translation-strings.js:296 -msgid "Favorite" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:406 +msgid "Field cannot be empty" msgstr "" #: dist/translation-strings.php:1879 -#: dist/translation-strings.js:298 -msgid "Saved Block Designs" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:407 +msgid "Slug contains invalid characters" msgstr "" #: dist/translation-strings.php:1880 -#: dist/translation-strings.js:299 -msgid "Save designs to reuse them across your site. Note that using saved designs will override your current block settings." +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:408 +msgid "Slug must be unique" msgstr "" #: dist/translation-strings.php:1881 -#: dist/translation-strings.js:300 -msgid "You have unsaved changes, discard them?" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:409 +msgid "https://" msgstr "" #: dist/translation-strings.php:1882 -#: dist/translation-strings.js:301 -msgid "Manage Saved Designs" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:410 +msgid "Link title" msgstr "" #: dist/translation-strings.php:1883 -#: dist/translation-strings.js:302 -msgid "Design Name" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:411 +msgid "Do you want to delete this field?" msgstr "" #: dist/translation-strings.php:1884 -#: dist/translation-strings.js:303 -msgid "Set as a favorite design" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:412 +msgid "Add New Field" msgstr "" #: dist/translation-strings.php:1885 -#: dist/translation-strings.js:304 -msgid "Design name" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:413 +msgid "Field Type" msgstr "" #: dist/translation-strings.php:1886 -#: dist/translation-strings.js:305 -msgid "Set as default block design" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:416 +msgid "Date" msgstr "" #: dist/translation-strings.php:1887 -#: dist/translation-strings.js:306 -msgid "My Block Design" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:417 +msgid "Time" msgstr "" #: dist/translation-strings.php:1888 -#: dist/translation-strings.js:307 -msgid "Save as New Block Design" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:418 +msgid "Url" msgstr "" #: dist/translation-strings.php:1889 -#: dist/translation-strings.js:308 -msgid "Set as favorite" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:419 +msgid "Field Name" msgstr "" #: dist/translation-strings.php:1890 -#: dist/translation-strings.js:309 -msgid "Place at the top of the list of saved designs" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:420 +msgid "Field Slug" msgstr "" #: dist/translation-strings.php:1891 -#: dist/translation-strings.js:310 -msgid "New blocks created will use this design automatically" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:421 +msgid "A unique string that will be used to identify this field. Must contain only letters, numbers, underscores and dashes." msgstr "" #: dist/translation-strings.php:1892 -#: dist/translation-strings.js:311 -msgid "Add New Design" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:423 +msgid "Save field" msgstr "" #: dist/translation-strings.php:1893 -#: src/welcome/index.php:214 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:405 -msgid "Dynamic Content" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:424 +msgid "Add a custom field now to start exploring the possibilities." msgstr "" #: dist/translation-strings.php:1894 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:365 -#, php-format,js-format -msgid "Color Scheme %s" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:425 +msgid "Add field" msgstr "" #: dist/translation-strings.php:1895 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:366 -msgid "You have duplicated the color scheme. You are now editing the new one." +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:426 +msgid "You don't have any custom fields." msgstr "" #: dist/translation-strings.php:1896 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:368 -msgid "Style copied successfully!" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:427 +msgid "Save changes" msgstr "" #: dist/translation-strings.php:1897 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:369 -msgid "Style pasted successfully!" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:428 +msgid "You have unsaved changes" msgstr "" #: dist/translation-strings.php:1898 -#: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:370 -msgid "Used to copy core/stackable block styles" +#: dist/admin_custom_fields__premium_only.js:2 +#: dist/translation-strings.js:429 +msgid "Error in saving content" msgstr "" #: dist/translation-strings.php:1899 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:371 -msgid "Used to paste core/stackable block styles" +#: dist/translation-strings.js:324 +msgid "Remove the selected block(s)." msgstr "" #: dist/translation-strings.php:1900 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:372 -msgid "Adv Copy Styles" +#: dist/translation-strings.js:325 +msgid "Content Editing mode is enabled" msgstr "" #: dist/translation-strings.php:1901 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:373 -msgid "Adv Paste Styles" +#: dist/translation-strings.js:326 +msgid "To unlock Full Editing mode, please contact your administrator." msgstr "" #: dist/translation-strings.php:1902 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:374 -msgid "Copy & paste styles" +#: dist/translation-strings.js:321 +#, php-format,js-format +msgid "Color Scheme %s" msgstr "" #: dist/translation-strings.php:1903 -#: pro__premium_only/src/welcome/custom-fields/custom-fields.php:89 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:356 -msgid "Fields" +#: dist/translation-strings.js:322 +msgid "You have duplicated the color scheme. You are now editing the new one." msgstr "" #: dist/translation-strings.php:1904 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:357 -msgid "Attributes" +#: dist/translation-strings.js:334 +msgid "Are you sure you want to delete this font pair preset?" msgstr "" #: dist/translation-strings.php:1905 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:378 -msgid "Are you sure you want to delete this font pair preset?" +#: dist/translation-strings.js:335 +msgid "Editing Font Pair" msgstr "" #: dist/translation-strings.php:1906 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:379 -msgid "Editing Font Pair" +#: dist/translation-strings.js:356 +msgid "Delete this icon?" msgstr "" #: dist/translation-strings.php:1907 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:386 -msgid "Global Block Styles are applied to all blocks of your entire website." +#: dist/translation-strings.js:359 +msgid "Upload SVG icons to your library to use them in your blocks." msgstr "" #: dist/translation-strings.php:1908 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:387 -msgid "Learn more about Global Block Styles" +#: dist/translation-strings.js:361 +msgid "Do you also want to add this icon to your icon library for future use?" msgstr "" #: dist/translation-strings.php:1909 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:388 -#, php-format,js-format -msgid "%s blocks that use this style will become unlinked with this global block style. Delete this block style?" +#: dist/translation-strings.js:327 +msgid "Style copied successfully!" msgstr "" #: dist/translation-strings.php:1910 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:389 -msgid "Other" +#: dist/translation-strings.js:328 +msgid "Style pasted successfully!" msgstr "" #: dist/translation-strings.php:1911 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:390 -msgid "Changing this style slug will unlink it from blocks currently using it. This may cause the blocks to lose their styles." +#: dist/translation-strings.js:329 +msgid "Used to copy core/stackable block styles" msgstr "" #: dist/translation-strings.php:1912 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:391 -msgid "You have not created any block styles yet." +#: dist/translation-strings.js:330 +msgid "Used to paste core/stackable block styles" msgstr "" #: dist/translation-strings.php:1913 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:392 -#, php-format,js-format -msgid "These are block styles for %s blocks." +#: dist/translation-strings.js:331 +msgid "Adv Copy Styles" msgstr "" #: dist/translation-strings.php:1914 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:393 -msgid "Remove preset" +#: dist/translation-strings.js:332 +msgid "Adv Paste Styles" msgstr "" #: dist/translation-strings.php:1915 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:394 -msgid "Add preset" +#: dist/translation-strings.js:333 +msgid "Copy & paste styles" msgstr "" #: dist/translation-strings.php:1916 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:396 -msgid "Aleast two presets should not be discarded" +#: dist/translation-strings.js:336 +msgid "Global Block Styles are applied to all blocks of your entire website." msgstr "" #: dist/translation-strings.php:1917 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:397 -msgid "Currently using presets from Global Typography sizes" +#: dist/translation-strings.js:337 +msgid "Learn more about Global Block Styles" msgstr "" #: dist/translation-strings.php:1918 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:398 -msgid "Currently using presets found in your Block Theme" +#: dist/translation-strings.js:338 +#, php-format,js-format +msgid "%s blocks that use this style will become unlinked with this global block style. Delete this block style?" msgstr "" #: dist/translation-strings.php:1919 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:399 -msgid "Currently using presets from Stackable" +#: dist/translation-strings.js:339 +msgid "Other" msgstr "" #: dist/translation-strings.php:1920 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:400 -msgid "Font Sizes" +#: dist/translation-strings.js:340 +msgid "Changing this style slug will unlink it from blocks currently using it. This may cause the blocks to lose their styles." msgstr "" #: dist/translation-strings.php:1921 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:401 -msgid "Margin, Padding, and Gaps" +#: dist/translation-strings.js:341 +msgid "You have not created any block styles yet." msgstr "" #: dist/translation-strings.php:1922 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:402 -msgid "Block Heights" +#: dist/translation-strings.js:342 +#, php-format,js-format +msgid "These are block styles for %s blocks." msgstr "" #: dist/translation-strings.php:1923 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:404 -msgid "Customize preset font sizes, spacing, and heights for consistency." +#: dist/translation-strings.js:142 +msgid "Number of Items" msgstr "" #: dist/translation-strings.php:1924 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:406 -msgid "Field cannot be empty" +#: src/welcome/index.php:214 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:320 +msgid "Dynamic Content" msgstr "" #: dist/translation-strings.php:1925 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:407 -msgid "Slug contains invalid characters" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:343 +msgid "Remove preset" msgstr "" #: dist/translation-strings.php:1926 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:408 -msgid "Slug must be unique" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:344 +msgid "Add preset" msgstr "" #: dist/translation-strings.php:1927 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:409 -msgid "https://" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:347 +msgid "Aleast two presets should not be discarded" msgstr "" #: dist/translation-strings.php:1928 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:410 -msgid "Link title" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:348 +msgid "Currently using presets from Global Typography sizes" msgstr "" #: dist/translation-strings.php:1929 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:411 -msgid "Do you want to delete this field?" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:349 +msgid "Currently using presets found in your Block Theme" msgstr "" #: dist/translation-strings.php:1930 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:412 -msgid "Add New Field" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:350 +msgid "Currently using presets from Stackable" msgstr "" #: dist/translation-strings.php:1931 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:413 -msgid "Field Type" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:351 +msgid "Font Sizes" msgstr "" #: dist/translation-strings.php:1932 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:416 -msgid "Date" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:352 +msgid "Margin, Padding, and Gaps" msgstr "" #: dist/translation-strings.php:1933 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:417 -msgid "Time" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:353 +msgid "Block Heights" msgstr "" #: dist/translation-strings.php:1934 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:418 -msgid "Url" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:355 +msgid "Customize preset font sizes, spacing, and heights for consistency." msgstr "" #: dist/translation-strings.php:1935 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:419 -msgid "Field Name" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:144 +msgid "URL Query String" msgstr "" #: dist/translation-strings.php:1936 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:420 -msgid "Field Slug" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:145 +msgid "This is the string appended to the URL when changing pages." msgstr "" #: dist/translation-strings.php:1937 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:421 -msgid "A unique string that will be used to identify this field. Must contain only letters, numbers, underscores and dashes." +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:146 +msgid "Show Next & Previous Button" msgstr "" #: dist/translation-strings.php:1938 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:423 -msgid "Save field" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:147 +msgid "Next Label" msgstr "" #: dist/translation-strings.php:1939 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:424 -msgid "Add a custom field now to start exploring the possibilities." +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:149 +msgid "Previous Label" msgstr "" #: dist/translation-strings.php:1940 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:425 -msgid "Add field" +#: pro__premium_only/src/block/pagination/index.php:73 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:150 +msgid "Previous" msgstr "" #: dist/translation-strings.php:1941 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:426 -msgid "You don't have any custom fields." +#: pro__premium_only/src/block/pagination/index.php:278 +#: pro__premium_only/src/deprecated/v2/block/blog-posts/pagination.php:198 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:151 +msgid "Previous page" msgstr "" #: dist/translation-strings.php:1942 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:427 -msgid "Save changes" +#: pro__premium_only/src/block/pagination/index.php:299 +#: pro__premium_only/src/deprecated/v2/block/blog-posts/pagination.php:219 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:152 +#, php-format,js-format +msgid "Page %s" msgstr "" #: dist/translation-strings.php:1943 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:428 -msgid "You have unsaved changes" +#: pro__premium_only/src/block/pagination/index.php:324 +#: pro__premium_only/src/deprecated/v2/block/blog-posts/pagination.php:244 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:153 +msgid "Next page" msgstr "" #: dist/translation-strings.php:1944 -#: dist/admin_custom_fields__premium_only.js:2 -#: dist/translation-strings.js:429 -msgid "Error in saving content" +#: dist/editor_blocks__premium_only.js:2 +#: dist/translation-strings.js:160 +msgid "Offset your posts by a specific number of items." msgstr "" #: dist/translation-strings.php:1945 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:375 -msgid "Remove the selected block(s)." +#: dist/translation-strings.js:161 +msgid "Exclude Post IDs" msgstr "" #: dist/translation-strings.php:1946 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:376 -msgid "Content Editing mode is enabled" +#: dist/translation-strings.js:162 +msgid "Excludes specific IDs from the display. Enter post IDs separated by a commas" msgstr "" #: dist/translation-strings.php:1947 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:377 -msgid "To unlock Full Editing mode, please contact your administrator." +#: dist/translation-strings.js:163 +msgid "Hide the current post" msgstr "" #: dist/translation-strings.php:1948 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:359 -msgid "Learn more how multicolor works" +#: dist/translation-strings.js:164 +msgid "Removes the current post from the posts list" msgstr "" #: dist/translation-strings.php:1949 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:360 -msgid "here" +#: dist/translation-strings.js:165 +msgid "Display Specific Post IDs" msgstr "" #: dist/translation-strings.php:1950 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:362 -msgid "Outline Color" +#: dist/translation-strings.js:166 +msgid "Limit display to only these specific IDs. Enter post IDs separated by a commas" msgstr "" #: dist/translation-strings.php:1951 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:363 -msgid "Icon Shape Color" +#: dist/translation-strings.js:169 +#, php-format,js-format +msgid "Layer %s" msgstr "" #: dist/translation-strings.php:1952 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:380 -msgid "Delete this icon?" +#: dist/translation-strings.js:175 +msgid "Layer Opacity" msgstr "" #: dist/translation-strings.php:1953 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:383 -msgid "Upload SVG icons to your library to use them in your blocks." +#: dist/translation-strings.js:176 +msgid "Adjusts the transparency of the separator layer" msgstr "" #: dist/translation-strings.php:1954 #: dist/editor_blocks__premium_only.js:2 -#: dist/translation-strings.js:385 -msgid "Do you also want to add this icon to your icon library for future use?" +#: dist/translation-strings.js:154 +msgid "Sale" msgstr "" #: dist/translation-strings.php:1955 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:479 +#: dist/translation-strings.js:478 #, php-format,js-format msgid "%s More" msgstr "" #: dist/translation-strings.php:1956 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:480 +#: dist/translation-strings.js:479 msgid "Lift w/ shadow" msgstr "" #: dist/translation-strings.php:1957 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:481 +#: dist/translation-strings.js:480 msgid "Staggered lift" msgstr "" #: dist/translation-strings.php:1958 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:482 +#: dist/translation-strings.js:481 msgid "Staggered lift w/ shadow" msgstr "" #: dist/translation-strings.php:1959 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:483 +#: dist/translation-strings.js:482 msgid "Scale w/ shadow" msgstr "" #: dist/translation-strings.php:1960 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:484 +#: dist/translation-strings.js:483 msgid "Lower" msgstr "" #: dist/translation-strings.php:1961 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:485 +#: dist/translation-strings.js:484 msgid "Grayscale Hover Effect" msgstr "" #: dist/translation-strings.php:1962 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:488 -msgid "Column / Container Spacing" +#: dist/translation-strings.js:430 +msgid "Offset your posts by a specific number of items" msgstr "" #: dist/translation-strings.php:1963 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:490 -msgid "Min. Column Height" +#: dist/translation-strings.js:434 +msgid "Show previous and next buttons" msgstr "" #: dist/translation-strings.php:1964 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:430 -msgid "Offset your posts by a specific number of items" +#: dist/translation-strings.js:435 +msgid "Previous label" msgstr "" #: dist/translation-strings.php:1965 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:434 -msgid "Show previous and next buttons" +#: dist/translation-strings.js:436 +msgid "Next label" msgstr "" #: dist/translation-strings.php:1966 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:435 -msgid "Previous label" +#: dist/translation-strings.js:437 +msgid "Hover & Active Opacity" msgstr "" #: dist/translation-strings.php:1967 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:436 -msgid "Next label" +#: dist/translation-strings.js:438 +msgid "Hover & Active Colors" msgstr "" #: dist/translation-strings.php:1968 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:437 -msgid "Hover & Active Opacity" +#: dist/translation-strings.js:454 +msgid "Collapse image on Mobile" msgstr "" #: dist/translation-strings.php:1969 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:438 -msgid "Hover & Active Colors" +#: dist/translation-strings.js:455 +msgid "Collapse image height" msgstr "" #: dist/translation-strings.php:1970 @@ -11965,119 +11965,119 @@ msgstr "" #: dist/translation-strings.php:1973 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:450 -msgid "Collapse image on Mobile" -msgstr "" - -#: dist/translation-strings.php:1974 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:451 -msgid "Collapse image height" -msgstr "" - -#: dist/translation-strings.php:1975 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:453 +#: dist/translation-strings.js:448 #, php-format,js-format msgid "Override settings for column %d" msgstr "" -#: dist/translation-strings.php:1976 +#: dist/translation-strings.php:1974 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:454 +#: dist/translation-strings.js:449 msgid "Column Background" msgstr "" -#: dist/translation-strings.php:1977 -#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:467 -msgid "Number Background" -msgstr "" - -#: dist/translation-strings.php:1978 +#: dist/translation-strings.php:1975 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/translation-strings.js:456 msgid "Tilt" msgstr "" -#: dist/translation-strings.php:1979 +#: dist/translation-strings.php:1976 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/translation-strings.js:457 msgid "Zoom & Tilt" msgstr "" -#: dist/translation-strings.php:1980 +#: dist/translation-strings.php:1977 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/translation-strings.js:458 msgid "Up" msgstr "" -#: dist/translation-strings.php:1981 +#: dist/translation-strings.php:1978 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/translation-strings.js:459 msgid "Down" msgstr "" -#: dist/translation-strings.php:1982 +#: dist/translation-strings.php:1979 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/translation-strings.js:462 msgid "Blur In" msgstr "" -#: dist/translation-strings.php:1983 +#: dist/translation-strings.php:1980 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/translation-strings.js:463 msgid "Blur Out" msgstr "" -#: dist/translation-strings.php:1984 +#: dist/translation-strings.php:1981 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/translation-strings.js:464 msgid "Grayscale In" msgstr "" -#: dist/translation-strings.php:1985 +#: dist/translation-strings.php:1982 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/translation-strings.js:465 msgid "Grayscale Out" msgstr "" -#: dist/translation-strings.php:1986 +#: dist/translation-strings.php:1983 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 #: dist/translation-strings.js:466 msgid "Box Hover Effect" msgstr "" -#: dist/translation-strings.php:1987 +#: dist/translation-strings.php:1984 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:468 +#: dist/translation-strings.js:471 +msgid "Layer Color" +msgstr "" + +#: dist/translation-strings.php:1985 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/translation-strings.js:486 +msgid "Number Background" +msgstr "" + +#: dist/translation-strings.php:1986 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/translation-strings.js:467 msgid "Column Header" msgstr "" -#: dist/translation-strings.php:1988 +#: dist/translation-strings.php:1987 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:469 +#: dist/translation-strings.js:468 #, php-format,js-format msgctxt "Nth Title" msgid "%s #%d" msgstr "" +#: dist/translation-strings.php:1988 +#: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 +#: dist/translation-strings.js:474 +msgid "Bubble Background" +msgstr "" + #: dist/translation-strings.php:1989 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:472 -msgid "Layer Color" +#: dist/translation-strings.js:475 +msgid "Color on Hover" msgstr "" #: dist/translation-strings.php:1990 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:473 -msgid "Color on Hover" +#: dist/translation-strings.js:488 +msgid "Column / Container Spacing" msgstr "" #: dist/translation-strings.php:1991 #: dist/deprecated/editor_blocks_deprecated_v2__premium_only.js:2 -#: dist/translation-strings.js:476 -msgid "Bubble Background" +#: dist/translation-strings.js:490 +msgid "Min. Column Height" msgstr "" #: dist/translation-strings.php:1992 @@ -12147,21 +12147,25 @@ msgid "Font Awesome icon version to server" msgstr "" #: dist/translation-strings.php:2004 -#: pro__premium_only/src/block/load-more/index.php:49 -#: pro__premium_only/src/deprecated/v2/block/blog-posts/pagination.php:28 -#: pro__premium_only/src/plugins/icon-library/api.php:83 -#: src/deprecated/block-defaults/custom-block-styles.php:157 -#: src/design-library/init.php:37 -#, php-format -msgid "%s must be a string." +#: pro__premium_only/src/components/panel-design-user-library/ajax.php:21 +#: pro__premium_only/src/components/panel-design-user-library/ajax.php:47 +#: src/deprecated/v2/disabled-blocks.php:62 +#: src/welcome/news.php:136 +msgid "Security error, please refresh the page and try again." msgstr "" #: dist/translation-strings.php:2005 +#: pro__premium_only/src/components/panel-design-user-library/ajax.php:28 +#: pro__premium_only/src/components/panel-design-user-library/ajax.php:53 +msgid "Invalid arguments." +msgstr "" + +#: dist/translation-strings.php:2006 #: pro__premium_only/src/dynamic-content/sources/acf.php:57 msgid "ACF" msgstr "" -#: dist/translation-strings.php:2006 +#: dist/translation-strings.php:2007 #: pro__premium_only/src/dynamic-content/sources/acf.php:201 #: pro__premium_only/src/dynamic-content/sources/acf.php:229 #: pro__premium_only/src/dynamic-content/sources/custom-fields.php:97 @@ -12175,7 +12179,7 @@ msgstr "" msgid "The field type provided is not valid." msgstr "" -#: dist/translation-strings.php:2007 +#: dist/translation-strings.php:2008 #: pro__premium_only/src/dynamic-content/sources/acf.php:359 #: pro__premium_only/src/dynamic-content/sources/acf.php:555 #: pro__premium_only/src/dynamic-content/sources/jetengine.php:364 @@ -12190,34 +12194,34 @@ msgstr "" msgid "Text input is empty" msgstr "" -#: dist/translation-strings.php:2008 +#: dist/translation-strings.php:2009 #: pro__premium_only/src/dynamic-content/sources/acf.php:417 #: pro__premium_only/src/dynamic-content/sources/jetengine.php:390 #: pro__premium_only/src/dynamic-content/sources/metabox.php:472 msgid "`whenTrueText` and `whenFalseText` arguments are required." msgstr "" -#: dist/translation-strings.php:2009 +#: dist/translation-strings.php:2010 #: pro__premium_only/src/dynamic-content/sources/custom-fields.php:41 #: pro__premium_only/src/welcome/custom-fields/custom-fields.php:88 #: pro__premium_only/src/welcome/custom-fields/custom-fields.php:137 msgid "Stackable Custom Fields" msgstr "" -#: dist/translation-strings.php:2010 +#: dist/translation-strings.php:2011 #: pro__premium_only/src/dynamic-content/sources/jetengine.php:62 #: pro__premium_only/src/dynamic-content/sources/jetengine.php:86 msgid "JetEngine" msgstr "" -#: dist/translation-strings.php:2011 +#: dist/translation-strings.php:2012 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:53 msgid "Latest Post" msgstr "" #. translators: first %s is an ordinal number (e.g. 1st, 2nd), second %s is the name of the entity (e.g. Post, Page) -#: dist/translation-strings.php:2012 -#: dist/translation-strings.php:2015 +#: dist/translation-strings.php:2013 +#: dist/translation-strings.php:2016 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:57 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:59 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:102 @@ -12245,13 +12249,13 @@ msgid "%s Latest %s" msgstr "" #. translators: first %s is an ordinal number (e.g. 1st, 2nd), second %s is the name of the entity (e.g. Post, Page) -#: dist/translation-strings.php:2013 +#: dist/translation-strings.php:2014 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:57 msgid "Nth" msgstr "" #. translators: first %s is an ordinal number (e.g. 1st, 2nd), second %s is the name of the entity (e.g. Post, Page) -#: dist/translation-strings.php:2014 +#: dist/translation-strings.php:2015 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:57 #: pro__premium_only/src/dynamic-content/sources/latest-post.php:59 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:219 @@ -12271,108 +12275,108 @@ msgstr "" msgid "Post" msgstr "" -#: dist/translation-strings.php:2016 +#: dist/translation-strings.php:2017 #: pro__premium_only/src/dynamic-content/sources/metabox.php:74 msgid "Meta Box" msgstr "" -#: dist/translation-strings.php:2017 +#: dist/translation-strings.php:2018 #: pro__premium_only/src/dynamic-content/sources/metabox.php:196 msgid "Meta Box | " msgstr "" -#: dist/translation-strings.php:2018 +#: dist/translation-strings.php:2019 #: pro__premium_only/src/dynamic-content/sources/metabox.php:249 msgid "Multiple select not supported in this field." msgstr "" -#: dist/translation-strings.php:2019 +#: dist/translation-strings.php:2020 #: pro__premium_only/src/dynamic-content/sources/metabox.php:643 msgid "You have not selected an image." msgstr "" -#: dist/translation-strings.php:2020 +#: dist/translation-strings.php:2021 #: pro__premium_only/src/dynamic-content/sources/metabox.php:674 msgid "Text fields are empty" msgstr "" -#: dist/translation-strings.php:2021 +#: dist/translation-strings.php:2022 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:32 msgid "Other Posts" msgstr "" -#: dist/translation-strings.php:2022 +#: dist/translation-strings.php:2023 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:35 msgid "Posts/Pages" msgstr "" -#: dist/translation-strings.php:2023 +#: dist/translation-strings.php:2024 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:36 msgid "Search for posts/pages" msgstr "" -#: dist/translation-strings.php:2024 +#: dist/translation-strings.php:2025 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:118 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:180 msgid "Detected Custom Fields" msgstr "" -#: dist/translation-strings.php:2025 +#: dist/translation-strings.php:2026 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:218 msgid "Post Title" msgstr "" -#: dist/translation-strings.php:2026 +#: dist/translation-strings.php:2027 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:222 msgid "Post URL" msgstr "" -#: dist/translation-strings.php:2027 +#: dist/translation-strings.php:2028 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:227 msgid "Post ID" msgstr "" -#: dist/translation-strings.php:2028 +#: dist/translation-strings.php:2029 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:231 msgid "Post Slug" msgstr "" -#: dist/translation-strings.php:2029 +#: dist/translation-strings.php:2030 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:239 msgid "Post Excerpt" msgstr "" -#: dist/translation-strings.php:2030 +#: dist/translation-strings.php:2031 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:243 msgid "Post Date" msgstr "" -#: dist/translation-strings.php:2031 +#: dist/translation-strings.php:2032 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:247 msgid "Post Date GMT" msgstr "" -#: dist/translation-strings.php:2032 +#: dist/translation-strings.php:2033 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:251 msgid "Post Modified" msgstr "" -#: dist/translation-strings.php:2033 +#: dist/translation-strings.php:2034 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:255 msgid "Post Modified GMT" msgstr "" -#: dist/translation-strings.php:2034 +#: dist/translation-strings.php:2035 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:263 msgid "Post Status" msgstr "" -#: dist/translation-strings.php:2035 +#: dist/translation-strings.php:2036 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:268 msgid "Author Name" msgstr "" -#: dist/translation-strings.php:2036 +#: dist/translation-strings.php:2037 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:269 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:273 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:277 @@ -12383,68 +12387,68 @@ msgstr "" msgid "Author" msgstr "" -#: dist/translation-strings.php:2037 +#: dist/translation-strings.php:2038 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:272 msgid "Author ID" msgstr "" -#: dist/translation-strings.php:2038 +#: dist/translation-strings.php:2039 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:276 msgid "Author Posts URL" msgstr "" -#: dist/translation-strings.php:2039 +#: dist/translation-strings.php:2040 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:281 msgid "Author Profile Picture URL" msgstr "" -#: dist/translation-strings.php:2040 +#: dist/translation-strings.php:2041 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:286 msgid "Author Posts" msgstr "" -#: dist/translation-strings.php:2041 +#: dist/translation-strings.php:2042 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:290 msgid "Author First Name" msgstr "" -#: dist/translation-strings.php:2042 +#: dist/translation-strings.php:2043 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:294 msgid "Author Last Name" msgstr "" -#: dist/translation-strings.php:2043 +#: dist/translation-strings.php:2044 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:299 msgid "Comment Number" msgstr "" -#: dist/translation-strings.php:2044 +#: dist/translation-strings.php:2045 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:300 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:304 msgid "Comment" msgstr "" -#: dist/translation-strings.php:2045 +#: dist/translation-strings.php:2046 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:303 msgid "Comment Status" msgstr "" -#: dist/translation-strings.php:2046 +#: dist/translation-strings.php:2047 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:308 msgid "Featured Image URL" msgstr "" -#: dist/translation-strings.php:2047 +#: dist/translation-strings.php:2048 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:309 msgid "Media" msgstr "" -#: dist/translation-strings.php:2048 +#: dist/translation-strings.php:2049 #: pro__premium_only/src/dynamic-content/sources/other-posts.php:491 msgid "Post not found." msgstr "" -#: dist/translation-strings.php:2049 +#: dist/translation-strings.php:2050 #: pro__premium_only/src/dynamic-content/sources/site.php:27 #: pro__premium_only/src/dynamic-content/sources/site.php:45 #: pro__premium_only/src/dynamic-content/sources/site.php:49 @@ -12452,22 +12456,22 @@ msgstr "" msgid "Site" msgstr "" -#: dist/translation-strings.php:2050 +#: dist/translation-strings.php:2051 #: pro__premium_only/src/dynamic-content/sources/site.php:44 msgid "Site Tagline" msgstr "" -#: dist/translation-strings.php:2051 +#: dist/translation-strings.php:2052 #: pro__premium_only/src/dynamic-content/sources/site.php:48 msgid "Site Title" msgstr "" -#: dist/translation-strings.php:2052 +#: dist/translation-strings.php:2053 #: pro__premium_only/src/dynamic-content/sources/site.php:52 msgid "Site URL" msgstr "" -#: dist/translation-strings.php:2053 +#: dist/translation-strings.php:2054 #: pro__premium_only/src/dynamic-content/sources/user.php:31 #: pro__premium_only/src/dynamic-content/sources/user.php:53 #: pro__premium_only/src/dynamic-content/sources/user.php:57 @@ -12486,284 +12490,280 @@ msgstr "" msgid "User" msgstr "" -#: dist/translation-strings.php:2054 +#: dist/translation-strings.php:2055 #: pro__premium_only/src/dynamic-content/sources/user.php:34 msgid "Users" msgstr "" -#: dist/translation-strings.php:2055 +#: dist/translation-strings.php:2056 #: pro__premium_only/src/dynamic-content/sources/user.php:35 msgid "Search for users" msgstr "" -#: dist/translation-strings.php:2056 +#: dist/translation-strings.php:2057 #: pro__premium_only/src/dynamic-content/sources/user.php:52 msgid "User ID" msgstr "" -#: dist/translation-strings.php:2057 +#: dist/translation-strings.php:2058 #: pro__premium_only/src/dynamic-content/sources/user.php:56 msgid "User Profile Picture URL" msgstr "" -#: dist/translation-strings.php:2058 +#: dist/translation-strings.php:2059 #: pro__premium_only/src/dynamic-content/sources/user.php:61 msgid "User Posts URL" msgstr "" -#: dist/translation-strings.php:2059 +#: dist/translation-strings.php:2060 #: pro__premium_only/src/dynamic-content/sources/user.php:66 msgid "User Name" msgstr "" -#: dist/translation-strings.php:2060 +#: dist/translation-strings.php:2061 #: pro__premium_only/src/dynamic-content/sources/user.php:70 msgid "User First Name" msgstr "" -#: dist/translation-strings.php:2061 +#: dist/translation-strings.php:2062 #: pro__premium_only/src/dynamic-content/sources/user.php:74 msgid "User Last Name" msgstr "" -#: dist/translation-strings.php:2062 +#: dist/translation-strings.php:2063 #: pro__premium_only/src/dynamic-content/sources/user.php:78 msgid "User Full Name" msgstr "" -#: dist/translation-strings.php:2063 +#: dist/translation-strings.php:2064 #: pro__premium_only/src/dynamic-content/sources/user.php:82 msgid "User Nicename" msgstr "" -#: dist/translation-strings.php:2064 +#: dist/translation-strings.php:2065 #: pro__premium_only/src/dynamic-content/sources/user.php:86 msgid "User Display Name" msgstr "" -#: dist/translation-strings.php:2065 +#: dist/translation-strings.php:2066 #: pro__premium_only/src/dynamic-content/sources/user.php:90 msgid "User Email" msgstr "" -#: dist/translation-strings.php:2066 +#: dist/translation-strings.php:2067 #: pro__premium_only/src/dynamic-content/sources/user.php:94 msgid "User Website" msgstr "" -#: dist/translation-strings.php:2067 +#: dist/translation-strings.php:2068 #: pro__premium_only/src/dynamic-content/sources/user.php:99 msgid "User Biographical Info" msgstr "" -#: dist/translation-strings.php:2068 +#: dist/translation-strings.php:2069 #: pro__premium_only/src/dynamic-content/sources/user.php:103 msgid "User Role" msgstr "" -#: dist/translation-strings.php:2069 +#: dist/translation-strings.php:2070 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:91 msgid "Product Url" msgstr "" -#: dist/translation-strings.php:2070 +#: dist/translation-strings.php:2071 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:101 msgid "Product Name" msgstr "" -#: dist/translation-strings.php:2071 +#: dist/translation-strings.php:2072 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:108 msgid "Product Description" msgstr "" -#: dist/translation-strings.php:2072 +#: dist/translation-strings.php:2073 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:115 msgid "Product Short Description" msgstr "" -#: dist/translation-strings.php:2073 +#: dist/translation-strings.php:2074 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:122 msgid "Product Purchase Note" msgstr "" -#: dist/translation-strings.php:2074 +#: dist/translation-strings.php:2075 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:129 msgid "Product Image" msgstr "" -#: dist/translation-strings.php:2075 +#: dist/translation-strings.php:2076 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:136 msgid "Product Price" msgstr "" -#: dist/translation-strings.php:2076 +#: dist/translation-strings.php:2077 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:143 msgid "Product Price (Regular)" msgstr "" -#: dist/translation-strings.php:2077 +#: dist/translation-strings.php:2078 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:150 msgid "Product Price (No Tax)" msgstr "" -#: dist/translation-strings.php:2078 +#: dist/translation-strings.php:2079 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:157 msgid "Produce Price (Sale)" msgstr "" -#: dist/translation-strings.php:2079 +#: dist/translation-strings.php:2080 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:164 msgid "Product Date Created" msgstr "" -#: dist/translation-strings.php:2080 +#: dist/translation-strings.php:2081 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:171 msgid "Product Sale Date From" msgstr "" -#: dist/translation-strings.php:2081 +#: dist/translation-strings.php:2082 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:178 msgid "Product Sale Date To" msgstr "" -#: dist/translation-strings.php:2082 +#: dist/translation-strings.php:2083 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:185 msgid "Product Add to Cart URL" msgstr "" -#: dist/translation-strings.php:2083 +#: dist/translation-strings.php:2084 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:193 msgid "Product SKU" msgstr "" -#: dist/translation-strings.php:2084 +#: dist/translation-strings.php:2085 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:200 msgid "Product Total Sales" msgstr "" -#: dist/translation-strings.php:2085 +#: dist/translation-strings.php:2086 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:207 msgid "Product Total Stock" msgstr "" -#: dist/translation-strings.php:2086 +#: dist/translation-strings.php:2087 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:214 msgid "Product Low Stock" msgstr "" -#: dist/translation-strings.php:2087 +#: dist/translation-strings.php:2088 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:221 msgid "Product Weight" msgstr "" -#: dist/translation-strings.php:2088 +#: dist/translation-strings.php:2089 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:228 msgid "Product Width" msgstr "" -#: dist/translation-strings.php:2089 +#: dist/translation-strings.php:2090 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:235 msgid "Product Length" msgstr "" -#: dist/translation-strings.php:2090 +#: dist/translation-strings.php:2091 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:242 msgid "Product Height" msgstr "" -#: dist/translation-strings.php:2091 +#: dist/translation-strings.php:2092 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:249 msgid "Product Review Count" msgstr "" -#: dist/translation-strings.php:2092 +#: dist/translation-strings.php:2093 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:256 msgid "Product Tax Status" msgstr "" -#: dist/translation-strings.php:2093 +#: dist/translation-strings.php:2094 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:263 msgid "Product Tax Class" msgstr "" -#: dist/translation-strings.php:2094 +#: dist/translation-strings.php:2095 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:270 msgid "Product Tags" msgstr "" -#: dist/translation-strings.php:2095 +#: dist/translation-strings.php:2096 #: pro__premium_only/src/dynamic-content/sources/woocommerce.php:277 msgid "Product Attributes" msgstr "" -#: dist/translation-strings.php:2096 -#: pro__premium_only/src/components/panel-design-user-library/ajax.php:21 -#: pro__premium_only/src/components/panel-design-user-library/ajax.php:47 -#: src/deprecated/v2/disabled-blocks.php:62 -#: src/welcome/news.php:136 -msgid "Security error, please refresh the page and try again." -msgstr "" - #: dist/translation-strings.php:2097 -#: pro__premium_only/src/components/panel-design-user-library/ajax.php:28 -#: pro__premium_only/src/components/panel-design-user-library/ajax.php:53 -msgid "Invalid arguments." -msgstr "" - -#: dist/translation-strings.php:2098 -#: pro__premium_only/src/plugins/color-schemes/index.php:19 -#: src/plugins/global-settings/color-schemes/index.php:57 -msgid "Stackable Global Color Schemes" -msgstr "" - -#: dist/translation-strings.php:2099 -#: pro__premium_only/src/plugins/preset-controls/index.php:34 -msgid "Stackable Custom Preset Controls" -msgstr "" - -#: dist/translation-strings.php:2100 #: pro__premium_only/src/welcome/custom-fields/custom-fields.php:48 msgid "Data from Stackable custom fields" msgstr "" -#: dist/translation-strings.php:2101 +#: dist/translation-strings.php:2098 #: pro__premium_only/src/welcome/custom-fields/custom-fields.php:146 msgid "📋 Custom Fields" msgstr "" -#: dist/translation-strings.php:2102 +#: dist/translation-strings.php:2099 #: pro__premium_only/src/welcome/custom-fields/custom-fields.php:151 #, php-format msgid "You can add small pieces of content here which you can use across your website - things like your contact email or the number of customers you've served. You can find these fields under the \"Site source\" area when placing \"Dynamic Content\" in your blocks. %sLearn more%s." msgstr "" -#: dist/translation-strings.php:2103 +#: dist/translation-strings.php:2100 #: pro__premium_only/src/welcome/custom-fields/custom-fields.php:160 msgid "This is only available in Stackable Premium." msgstr "" -#: dist/translation-strings.php:2105 +#: dist/translation-strings.php:2102 +#: pro__premium_only/src/plugins/color-schemes/index.php:19 +#: src/plugins/global-settings/color-schemes/index.php:57 +msgid "Stackable Global Color Schemes" +msgstr "" + +#: dist/translation-strings.php:2103 +#: pro__premium_only/src/block/load-more/index.php:49 +#: pro__premium_only/src/deprecated/v2/block/blog-posts/pagination.php:28 +#: pro__premium_only/src/plugins/icon-library/api.php:83 +#: src/deprecated/block-defaults/custom-block-styles.php:157 +#: src/design-library/init.php:39 +#, php-format +msgid "%s must be a string." +msgstr "" + +#: dist/translation-strings.php:2104 #: pro__premium_only/src/plugins/icon-library/api.php:90 #, php-format msgid "%s must be an integer." msgstr "" -#: plugin.php:71 +#: dist/translation-strings.php:2105 +#: pro__premium_only/src/plugins/preset-controls/index.php:34 +msgid "Stackable Custom Preset Controls" +msgstr "" + +#: plugin.php:72 #, php-format msgid "%s\"Stackable\" can not be activated. %s It requires PHP version 7.3.0 or higher, but PHP version %s is used on the site. Please upgrade your PHP version first ✌️ %s Back %s" msgstr "" -#: plugin.php:95 +#: plugin.php:96 #, php-format msgid "\"Stackable\" requires PHP version 7.3.0 or higher, but PHP version %s is used on the site." msgstr "" -#: plugin.php:156 +#: plugin.php:157 #, php-format msgid "%sStackable Notice%s: We noticed that the Gutenberg plugin is active! Please be aware the Gutenberg plugin is used to try out the new Block Editor features, and Stackable might not be compatible with it. Click the close button on the side to dismiss this notice." msgstr "" -#: plugin.php:193 +#: plugin.php:194 #, php-format msgid "%sStackable Notice%s: The Stackable plugin (%s version %s) has been deactivated. Only one active Stackable plugin is needed." msgstr "" @@ -12797,7 +12797,7 @@ msgid "Stackable User Block Styles" msgstr "" #: src/deprecated/block-defaults/custom-block-styles.php:164 -#: src/design-library/init.php:44 +#: src/design-library/init.php:46 #, php-format msgid "%s must be a boolean." msgstr "" @@ -12859,7 +12859,7 @@ msgstr "" msgid "Stackable optimization setting, only load scripts when there are Stackable blocks in the page" msgstr "" -#: src/design-library/init.php:51 +#: src/design-library/init.php:53 #, php-format msgid "%s must be a valid URL." msgstr "" diff --git a/package.json b/package.json index 1b4e892ba0..9f7e2e8836 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stackable", - "version": "3.19.1", + "version": "3.19.2", "private": true, "description": "Blocks for everyone", "author": "Benjamin Intal of Gambit", diff --git a/plugin.php b/plugin.php index a660ba4935..fb7813bbe6 100644 --- a/plugin.php +++ b/plugin.php @@ -6,7 +6,7 @@ * Author: Gambit Technologies, Inc * Author URI: http://gambit.ph * Text Domain: stackable-ultimate-gutenberg-blocks - * Version: 3.19.1 + * Version: 3.19.2 * * @package Stackable * @fs_premium_only /freemius.php, /freemius/ @@ -47,7 +47,7 @@ function stackable_multiple_plugins_check() { defined( 'STACKABLE_SHOW_PRO_NOTICES' ) || define( 'STACKABLE_SHOW_PRO_NOTICES', true ); defined( 'STACKABLE_BUILD' ) || define( 'STACKABLE_BUILD', 'free' ); -defined( 'STACKABLE_VERSION' ) || define( 'STACKABLE_VERSION', '3.19.1' ); +defined( 'STACKABLE_VERSION' ) || define( 'STACKABLE_VERSION', '3.19.2' ); defined( 'STACKABLE_FILE' ) || define( 'STACKABLE_FILE', __FILE__ ); defined( 'STACKABLE_I18N' ) || define( 'STACKABLE_I18N', 'stackable-ultimate-gutenberg-blocks' ); // Plugin slug. defined( 'STACKABLE_DESIGN_LIBRARY_URL' ) || define( 'STACKABLE_DESIGN_LIBRARY_URL', 'https://stackable-files.pages.dev' ); // Design Library CDN URL diff --git a/readme.txt b/readme.txt index 30529db603..b26e0d7e6f 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: blocks, gutenberg, gutenberg blocks, page builder, WordPress blocks Requires at least: 6.5.5 Tested up to: 6.8.2 Requires PHP: 7.3 -Stable tag: 3.19.1 +Stable tag: 3.19.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -309,6 +309,11 @@ Nope. Stackable only works with Gutenberg, the new WordPress editor. == Changelog == += 3.19.2 = +* Fixed: Blocksy theme styles now reflected in the Design Library #3630 +* Fixed: Rendering issues in design library when switching categories #3627 +* Fixed: Carousel block - fixed content wide not followed #3628 + = 3.19.1 = * Fixed: Color schemes - some styles can change when there is a color scheme present #3624 * Fixed: Carousel block - console error when carousel is sliding #3615 diff --git a/src/dynamic-breakpoints.php b/src/dynamic-breakpoints.php index 0241ae2759..24e1c651ca 100644 --- a/src/dynamic-breakpoints.php +++ b/src/dynamic-breakpoints.php @@ -15,7 +15,7 @@ function stackable_get_responsive_css() { // NOTE: THE VALUE BELOW IS AUTOMATICALLY GENERATED BY THE BUILD PROCESS. return <<*>.stk-row{flex-wrap:var(--stk-feature-flex-wrap,nowrap)}.stk-row{flex-wrap:nowrap}.stk--hide-desktop,.stk--hide-desktop.stk-block{display:none!important}}@media only screen and (min-width:768px){:where(body:not(.wp-admin) .stk-block-column:first-child:nth-last-child(2)){flex:1 1 calc(50% - var(--stk-column-gap, 0px)*1/2)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(2):last-child){flex:1 1 calc(50% - var(--stk-column-gap, 0px)*1/2)!important}:where(body:not(.wp-admin) .stk-block-column:first-child:nth-last-child(3)){flex:1 1 calc(33.33333% - var(--stk-column-gap, 0px)*2/3)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(2):nth-last-child(2)){flex:1 1 calc(33.33333% - var(--stk-column-gap, 0px)*2/3)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(3):last-child){flex:1 1 calc(33.33333% - var(--stk-column-gap, 0px)*2/3)!important}:where(body:not(.wp-admin) .stk-block-column:first-child:nth-last-child(4)){flex:1 1 calc(25% - var(--stk-column-gap, 0px)*3/4)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(2):nth-last-child(3)){flex:1 1 calc(25% - var(--stk-column-gap, 0px)*3/4)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(3):nth-last-child(2)){flex:1 1 calc(25% - var(--stk-column-gap, 0px)*3/4)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(4):last-child){flex:1 1 calc(25% - var(--stk-column-gap, 0px)*3/4)!important}:where(body:not(.wp-admin) .stk-block-column:first-child:nth-last-child(5)){flex:1 1 calc(20% - var(--stk-column-gap, 0px)*4/5)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(2):nth-last-child(4)){flex:1 1 calc(20% - var(--stk-column-gap, 0px)*4/5)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(3):nth-last-child(3)){flex:1 1 calc(20% - var(--stk-column-gap, 0px)*4/5)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(4):nth-last-child(2)){flex:1 1 calc(20% - var(--stk-column-gap, 0px)*4/5)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(5):last-child){flex:1 1 calc(20% - var(--stk-column-gap, 0px)*4/5)!important}:where(body:not(.wp-admin) .stk-block-column:first-child:nth-last-child(6)){flex:1 1 calc(16.66667% - var(--stk-column-gap, 0px)*5/6)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(2):nth-last-child(5)){flex:1 1 calc(16.66667% - var(--stk-column-gap, 0px)*5/6)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(3):nth-last-child(4)){flex:1 1 calc(16.66667% - var(--stk-column-gap, 0px)*5/6)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(4):nth-last-child(3)){flex:1 1 calc(16.66667% - var(--stk-column-gap, 0px)*5/6)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(5):nth-last-child(2)){flex:1 1 calc(16.66667% - var(--stk-column-gap, 0px)*5/6)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(6):last-child){flex:1 1 calc(16.66667% - var(--stk-column-gap, 0px)*5/6)!important}.stk-block-tabs>.stk-inner-blocks.stk-block-tabs--vertical{grid-template-columns:auto 1fr auto}.stk-block-tabs>.stk-inner-blocks.stk-block-tabs--vertical>.stk-block-tab-labels:first-child{grid-column:1/2}.stk-block-tabs>.stk-inner-blocks.stk-block-tabs--vertical>.stk-block-tab-content:last-child{grid-column:2/4}.stk-block-tabs>.stk-inner-blocks.stk-block-tabs--vertical>.stk-block-tab-content:first-child{grid-column:1/3}.stk-block-tabs>.stk-inner-blocks.stk-block-tabs--vertical>.stk-block-tab-labels:last-child{grid-column:3/4}.stk-block .stk-block.aligncenter,.stk-block-carousel:is(.aligncenter,.alignwide,.alignfull)>:where(.stk-block-carousel__content-wrapper)>.stk-content-align:not(.alignwide):not(.alignfull),.stk-block:is(.aligncenter,.alignwide,.alignfull)>.stk-content-align:not(.alignwide):not(.alignfull){margin-left:auto;margin-right:auto;max-width:var(--stk-block-default-width,var(--stk-block-width-default-detected,900px));width:100%}.stk-block .stk-block.alignwide,.stk-block:is(.aligncenter,.alignwide,.alignfull)>.stk-content-align.alignwide{margin-left:auto;margin-right:auto;max-width:var(--stk-block-wide-width,var(--stk-block-width-wide-detected,80vw));width:100%}.stk-row.stk-columns-2>.stk-column{flex:1 1 50%;max-width:50%}.stk-row.stk-columns-3>.stk-column{flex:1 1 33.3333333333%;max-width:33.3333333333%}.stk-row.stk-columns-4>.stk-column{flex:1 1 25%;max-width:25%}.stk-row.stk-columns-5>.stk-column{flex:1 1 20%;max-width:20%}.stk-row.stk-columns-6>.stk-column{flex:1 1 16.6666666667%;max-width:16.6666666667%}.stk-row.stk-columns-7>.stk-column{flex:1 1 14.2857142857%;max-width:14.2857142857%}.stk-row.stk-columns-8>.stk-column{flex:1 1 12.5%;max-width:12.5%}.stk-row.stk-columns-9>.stk-column{flex:1 1 11.1111111111%;max-width:11.1111111111%}.stk-row.stk-columns-10>.stk-column{flex:1 1 10%;max-width:10%}}@media only screen and (min-width:768px) and (max-width:1023px){.stk-button-group:is(.stk--collapse-on-tablet)>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-block]{margin-inline-end:var(--stk-alignment-margin-right);margin-inline-start:var(--stk-alignment-margin-left)}:where(.has-text-align-left-tablet) .stk-block-divider{--stk-dots-margin-left:0;--stk-dots-margin-right:auto}:where(.has-text-align-right-tablet) .stk-block-divider{--stk-dots-margin-right:0;--stk-dots-margin-left:auto}:where(.has-text-align-center-tablet) .stk-block-divider{--stk-dots-margin-right:auto;--stk-dots-margin-left:auto}.stk--hide-tablet,.stk--hide-tablet.stk-block{display:none!important}.stk-button-group:is(.stk--collapse-on-tablet) .stk-block:is(.stk-block-button,.stk-block-icon-button){margin-inline-end:var(--stk-alignment-margin-right);margin-inline-start:var(--stk-alignment-margin-left)}}@media only screen and (max-width:1023px){.stk-block-button{min-width:-moz-fit-content;min-width:fit-content}.stk-block.stk-block-divider.has-text-align-center-tablet{--stk-dots-margin-right:auto;--stk-dots-margin-left:auto}.stk-block.stk-block-divider.has-text-align-right-tablet{--stk-dots-margin-right:0;--stk-dots-margin-left:auto}.stk-block.stk-block-divider.has-text-align-left-tablet{--stk-dots-margin-left:0;--stk-dots-margin-right:auto}.stk-block-timeline.stk-block-timeline__ios-polyfill{--fixed-bg:linear-gradient(to bottom,var(--line-accent-bg-color,#000) 0,var(--line-accent-bg-color-2,#000) var(--line-accent-bg-location,50%))}.has-text-align-center-tablet{--stk-alignment-padding-left:0;--stk-alignment-justify-content:center;--stk-alignment-text-align:center;--stk-alignment-margin-left:auto;--stk-alignment-margin-right:auto;text-align:var(--stk-alignment-text-align,start)}.has-text-align-left-tablet{--stk-alignment-justify-content:flex-start;--stk-alignment-text-align:start;--stk-alignment-margin-left:0;--stk-alignment-margin-right:auto;text-align:var(--stk-alignment-text-align,start)}.has-text-align-right-tablet{--stk-alignment-justify-content:flex-end;--stk-alignment-text-align:end;--stk-alignment-margin-left:auto;--stk-alignment-margin-right:0;text-align:var(--stk-alignment-text-align,start)}.has-text-align-justify-tablet{--stk-alignment-text-align:justify}.has-text-align-space-between-tablet{--stk-alignment-justify-content:space-between}.has-text-align-space-around-tablet{--stk-alignment-justify-content:space-around}.has-text-align-space-evenly-tablet{--stk-alignment-justify-content:space-evenly}}@media only screen and (max-width:767px){.stk-button-group:is(.stk--collapse-on-mobile)>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-block],.stk-button-group:is(.stk--collapse-on-tablet)>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-block]{margin-inline-end:var(--stk-alignment-margin-right);margin-inline-start:var(--stk-alignment-margin-left)}.stk-block-carousel.stk--hide-mobile-arrows>.stk-block-carousel__content-wrapper>*>.stk-block-carousel__buttons,.stk-block-carousel.stk--hide-mobile-dots>.stk-block-carousel__content-wrapper>.stk-block-carousel__dots{display:none}:where(.has-text-align-left-mobile) .stk-block-divider{--stk-dots-margin-left:0;--stk-dots-margin-right:auto}:where(.has-text-align-right-mobile) .stk-block-divider{--stk-dots-margin-right:0;--stk-dots-margin-left:auto}:where(.has-text-align-center-mobile) .stk-block-divider{--stk-dots-margin-right:auto;--stk-dots-margin-left:auto}.stk-block.stk-block-divider.has-text-align-center-mobile{--stk-dots-margin-right:auto;--stk-dots-margin-left:auto}.stk-block.stk-block-divider.has-text-align-right-mobile{--stk-dots-margin-right:0;--stk-dots-margin-left:auto}.stk-block.stk-block-divider.has-text-align-left-mobile{--stk-dots-margin-left:0;--stk-dots-margin-right:auto}.stk-block.stk-block-feature:is(.is-style-default,.is-style-horizontal)>.stk-container>.stk-inner-blocks.stk-block-content{flex-direction:column-reverse}.stk-block-posts{--stk-columns:1}.stk-block-tabs>.stk-inner-blocks{grid-template-columns:1fr}.stk-block-tabs>.stk-inner-blocks>.stk-block-tab-labels:last-child{grid-row:1/2}.stk-block-tab-labels:not(.stk-block-tab-labels--wrap-mobile){overflow-x:auto!important;width:100%}.stk-block-tab-labels:not(.stk-block-tab-labels--wrap-mobile)::-webkit-scrollbar{height:0!important}.stk-block-tab-labels:not(.stk-block-tab-labels--wrap-mobile) .stk-block-tab-labels__wrapper{flex-wrap:nowrap;min-width:-webkit-fill-available;min-width:fill-available;width:max-content}.stk-block.stk-block-timeline{--content-line:0!important;padding-top:0}.stk-block-timeline>.stk-inner-blocks{align-items:flex-start;grid-template-columns:var(--line-dot-size,16px) 1fr;grid-template-rows:auto 1fr;padding-left:16px}.stk-block-timeline>.stk-inner-blocks:after{inset-inline-start:calc(var(--line-dot-size, 16px)/2 - var(--line-bg-width, 3px)/2 + 16px)}.stk-block-timeline .stk-block-timeline__middle{inset-block-start:8px;inset-inline-start:16px;position:absolute}.stk-block-timeline .stk-block-timeline__content{grid-column:2/3;grid-row:2/3;text-align:start}.stk-block-timeline .stk-block-timeline__date{grid-column:2/3;grid-row:1/2;text-align:start}.stk-block-timeline>.stk-inner-blocks:after{bottom:calc(100% - var(--line-dot-size, 16px)/2 - .5em);top:calc(var(--line-dot-size, 16px)/2 + .5em)}.stk-block-timeline+.stk-block-timeline>.stk-inner-blocks:after{top:-16px}:root{--stk-block-margin-bottom:16px;--stk-column-margin:8px;--stk-container-padding:24px;--stk-container-padding-large:32px 24px;--stk-container-padding-small:8px 24px;--stk-block-background-padding:16px}.stk-block .stk-block:is(.aligncenter,.alignwide),.stk-block:is(.aligncenter,.alignwide,.alignfull)>.stk-content-align.alignwide,.stk-block:is(.aligncenter,.alignwide,.alignfull)>.stk-content-align:not(.alignwide):not(.alignfull){width:100%}.stk-column{flex:1 1 100%;max-width:100%}.stk--hide-mobile,.stk--hide-mobile.stk-block{display:none!important}.stk-button-group:is(.stk--collapse-on-mobile) .stk-block:is(.stk-block-button,.stk-block-icon-button),.stk-button-group:is(.stk--collapse-on-tablet) .stk-block:is(.stk-block-button,.stk-block-icon-button){margin-inline-end:var(--stk-alignment-margin-right);margin-inline-start:var(--stk-alignment-margin-left)}.has-text-align-center-mobile{--stk-alignment-padding-left:0;--stk-alignment-justify-content:center;--stk-alignment-text-align:center;--stk-alignment-margin-left:auto;--stk-alignment-margin-right:auto;text-align:var(--stk-alignment-text-align,start)}.has-text-align-left-mobile{--stk-alignment-justify-content:flex-start;--stk-alignment-text-align:start;--stk-alignment-margin-left:0;--stk-alignment-margin-right:auto;text-align:var(--stk-alignment-text-align,start)}.has-text-align-right-mobile{--stk-alignment-justify-content:flex-end;--stk-alignment-text-align:end;--stk-alignment-margin-left:auto;--stk-alignment-margin-right:0;text-align:var(--stk-alignment-text-align,start)}.has-text-align-justify-mobile{--stk-alignment-text-align:justify}.has-text-align-space-between-mobile{--stk-alignment-justify-content:space-between}.has-text-align-space-around-mobile{--stk-alignment-justify-content:space-around}.has-text-align-space-evenly-mobile{--stk-alignment-justify-content:space-evenly}.entry-content .stk-block.stk-has-top-separator{padding-top:23vw}.entry-content .stk-block.stk-has-bottom-separator{padding-bottom:23vw}.entry-content .stk-block .stk-separator__wrapper{height:23vw}}#end-resizable-editor-section{display:none} +#start-resizable-editor-section{display:none}@media only screen and (min-width:1024px){:where(.has-text-align-left) .stk-block-divider{--stk-dots-margin-left:0;--stk-dots-margin-right:auto}:where(.has-text-align-right) .stk-block-divider{--stk-dots-margin-right:0;--stk-dots-margin-left:auto}:where(.has-text-align-center) .stk-block-divider{--stk-dots-margin-right:auto;--stk-dots-margin-left:auto}.stk-block.stk-block-divider.has-text-align-center{--stk-dots-margin-right:auto;--stk-dots-margin-left:auto}.stk-block.stk-block-divider.has-text-align-right{--stk-dots-margin-right:0;--stk-dots-margin-left:auto}.stk-block.stk-block-divider.has-text-align-left{--stk-dots-margin-left:0;--stk-dots-margin-right:auto}.stk-block-feature>*>.stk-row{flex-wrap:var(--stk-feature-flex-wrap,nowrap)}.stk-row{flex-wrap:nowrap}.stk--hide-desktop,.stk--hide-desktop.stk-block{display:none!important}}@media only screen and (min-width:768px){:where(body:not(.wp-admin) .stk-block-column:first-child:nth-last-child(2)){flex:1 1 calc(50% - var(--stk-column-gap, 0px)*1/2)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(2):last-child){flex:1 1 calc(50% - var(--stk-column-gap, 0px)*1/2)!important}:where(body:not(.wp-admin) .stk-block-column:first-child:nth-last-child(3)){flex:1 1 calc(33.33333% - var(--stk-column-gap, 0px)*2/3)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(2):nth-last-child(2)){flex:1 1 calc(33.33333% - var(--stk-column-gap, 0px)*2/3)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(3):last-child){flex:1 1 calc(33.33333% - var(--stk-column-gap, 0px)*2/3)!important}:where(body:not(.wp-admin) .stk-block-column:first-child:nth-last-child(4)){flex:1 1 calc(25% - var(--stk-column-gap, 0px)*3/4)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(2):nth-last-child(3)){flex:1 1 calc(25% - var(--stk-column-gap, 0px)*3/4)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(3):nth-last-child(2)){flex:1 1 calc(25% - var(--stk-column-gap, 0px)*3/4)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(4):last-child){flex:1 1 calc(25% - var(--stk-column-gap, 0px)*3/4)!important}:where(body:not(.wp-admin) .stk-block-column:first-child:nth-last-child(5)){flex:1 1 calc(20% - var(--stk-column-gap, 0px)*4/5)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(2):nth-last-child(4)){flex:1 1 calc(20% - var(--stk-column-gap, 0px)*4/5)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(3):nth-last-child(3)){flex:1 1 calc(20% - var(--stk-column-gap, 0px)*4/5)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(4):nth-last-child(2)){flex:1 1 calc(20% - var(--stk-column-gap, 0px)*4/5)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(5):last-child){flex:1 1 calc(20% - var(--stk-column-gap, 0px)*4/5)!important}:where(body:not(.wp-admin) .stk-block-column:first-child:nth-last-child(6)){flex:1 1 calc(16.66667% - var(--stk-column-gap, 0px)*5/6)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(2):nth-last-child(5)){flex:1 1 calc(16.66667% - var(--stk-column-gap, 0px)*5/6)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(3):nth-last-child(4)){flex:1 1 calc(16.66667% - var(--stk-column-gap, 0px)*5/6)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(4):nth-last-child(3)){flex:1 1 calc(16.66667% - var(--stk-column-gap, 0px)*5/6)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(5):nth-last-child(2)){flex:1 1 calc(16.66667% - var(--stk-column-gap, 0px)*5/6)!important}:where(body:not(.wp-admin) .stk-block-column:nth-child(6):last-child){flex:1 1 calc(16.66667% - var(--stk-column-gap, 0px)*5/6)!important}.stk-block-tabs>.stk-inner-blocks.stk-block-tabs--vertical{grid-template-columns:auto 1fr auto}.stk-block-tabs>.stk-inner-blocks.stk-block-tabs--vertical>.stk-block-tab-labels:first-child{grid-column:1/2}.stk-block-tabs>.stk-inner-blocks.stk-block-tabs--vertical>.stk-block-tab-content:last-child{grid-column:2/4}.stk-block-tabs>.stk-inner-blocks.stk-block-tabs--vertical>.stk-block-tab-content:first-child{grid-column:1/3}.stk-block-tabs>.stk-inner-blocks.stk-block-tabs--vertical>.stk-block-tab-labels:last-child{grid-column:3/4}.stk-block .stk-block.aligncenter,.stk-block-carousel:is(.aligncenter,.alignwide,.alignfull)>:where(.stk-block-carousel__content-wrapper)>.stk-content-align:not(.alignwide):not(.alignfull),.stk-block:is(.aligncenter,.alignwide,.alignfull)>.stk-content-align:not(.alignwide):not(.alignfull){margin-left:auto;margin-right:auto;max-width:var(--stk-block-default-width,var(--stk-block-width-default-detected,900px));width:100%}.stk-block .stk-block.alignwide,.stk-block-carousel:is(.aligncenter,.alignwide,.alignfull)>:where(.stk-block-carousel__content-wrapper)>.stk-content-align.alignwide,.stk-block:is(.aligncenter,.alignwide,.alignfull)>.stk-content-align.alignwide{margin-left:auto;margin-right:auto;max-width:var(--stk-block-wide-width,var(--stk-block-width-wide-detected,80vw));width:100%}.stk-row.stk-columns-2>.stk-column{flex:1 1 50%;max-width:50%}.stk-row.stk-columns-3>.stk-column{flex:1 1 33.3333333333%;max-width:33.3333333333%}.stk-row.stk-columns-4>.stk-column{flex:1 1 25%;max-width:25%}.stk-row.stk-columns-5>.stk-column{flex:1 1 20%;max-width:20%}.stk-row.stk-columns-6>.stk-column{flex:1 1 16.6666666667%;max-width:16.6666666667%}.stk-row.stk-columns-7>.stk-column{flex:1 1 14.2857142857%;max-width:14.2857142857%}.stk-row.stk-columns-8>.stk-column{flex:1 1 12.5%;max-width:12.5%}.stk-row.stk-columns-9>.stk-column{flex:1 1 11.1111111111%;max-width:11.1111111111%}.stk-row.stk-columns-10>.stk-column{flex:1 1 10%;max-width:10%}}@media only screen and (min-width:768px) and (max-width:1023px){.stk-button-group:is(.stk--collapse-on-tablet)>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-block]{margin-inline-end:var(--stk-alignment-margin-right);margin-inline-start:var(--stk-alignment-margin-left)}:where(.has-text-align-left-tablet) .stk-block-divider{--stk-dots-margin-left:0;--stk-dots-margin-right:auto}:where(.has-text-align-right-tablet) .stk-block-divider{--stk-dots-margin-right:0;--stk-dots-margin-left:auto}:where(.has-text-align-center-tablet) .stk-block-divider{--stk-dots-margin-right:auto;--stk-dots-margin-left:auto}.stk--hide-tablet,.stk--hide-tablet.stk-block{display:none!important}.stk-button-group:is(.stk--collapse-on-tablet) .stk-block:is(.stk-block-button,.stk-block-icon-button){margin-inline-end:var(--stk-alignment-margin-right);margin-inline-start:var(--stk-alignment-margin-left)}}@media only screen and (max-width:1023px){.stk-block-button{min-width:-moz-fit-content;min-width:fit-content}.stk-block.stk-block-divider.has-text-align-center-tablet{--stk-dots-margin-right:auto;--stk-dots-margin-left:auto}.stk-block.stk-block-divider.has-text-align-right-tablet{--stk-dots-margin-right:0;--stk-dots-margin-left:auto}.stk-block.stk-block-divider.has-text-align-left-tablet{--stk-dots-margin-left:0;--stk-dots-margin-right:auto}.stk-block-timeline.stk-block-timeline__ios-polyfill{--fixed-bg:linear-gradient(to bottom,var(--line-accent-bg-color,#000) 0,var(--line-accent-bg-color-2,#000) var(--line-accent-bg-location,50%))}.has-text-align-center-tablet{--stk-alignment-padding-left:0;--stk-alignment-justify-content:center;--stk-alignment-text-align:center;--stk-alignment-margin-left:auto;--stk-alignment-margin-right:auto;text-align:var(--stk-alignment-text-align,start)}.has-text-align-left-tablet{--stk-alignment-justify-content:flex-start;--stk-alignment-text-align:start;--stk-alignment-margin-left:0;--stk-alignment-margin-right:auto;text-align:var(--stk-alignment-text-align,start)}.has-text-align-right-tablet{--stk-alignment-justify-content:flex-end;--stk-alignment-text-align:end;--stk-alignment-margin-left:auto;--stk-alignment-margin-right:0;text-align:var(--stk-alignment-text-align,start)}.has-text-align-justify-tablet{--stk-alignment-text-align:justify}.has-text-align-space-between-tablet{--stk-alignment-justify-content:space-between}.has-text-align-space-around-tablet{--stk-alignment-justify-content:space-around}.has-text-align-space-evenly-tablet{--stk-alignment-justify-content:space-evenly}}@media only screen and (max-width:767px){.stk-button-group:is(.stk--collapse-on-mobile)>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-block],.stk-button-group:is(.stk--collapse-on-tablet)>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-block]{margin-inline-end:var(--stk-alignment-margin-right);margin-inline-start:var(--stk-alignment-margin-left)}.stk-block-carousel.stk--hide-mobile-arrows>.stk-block-carousel__content-wrapper>*>.stk-block-carousel__buttons,.stk-block-carousel.stk--hide-mobile-dots>.stk-block-carousel__content-wrapper>.stk-block-carousel__dots{display:none}:where(.has-text-align-left-mobile) .stk-block-divider{--stk-dots-margin-left:0;--stk-dots-margin-right:auto}:where(.has-text-align-right-mobile) .stk-block-divider{--stk-dots-margin-right:0;--stk-dots-margin-left:auto}:where(.has-text-align-center-mobile) .stk-block-divider{--stk-dots-margin-right:auto;--stk-dots-margin-left:auto}.stk-block.stk-block-divider.has-text-align-center-mobile{--stk-dots-margin-right:auto;--stk-dots-margin-left:auto}.stk-block.stk-block-divider.has-text-align-right-mobile{--stk-dots-margin-right:0;--stk-dots-margin-left:auto}.stk-block.stk-block-divider.has-text-align-left-mobile{--stk-dots-margin-left:0;--stk-dots-margin-right:auto}.stk-block.stk-block-feature:is(.is-style-default,.is-style-horizontal)>.stk-container>.stk-inner-blocks.stk-block-content{flex-direction:column-reverse}.stk-block-posts{--stk-columns:1}.stk-block-tab-labels:not(.stk-block-tab-labels--wrap-mobile){overflow-x:auto!important;width:100%}.stk-block-tab-labels:not(.stk-block-tab-labels--wrap-mobile)::-webkit-scrollbar{height:0!important}.stk-block-tab-labels:not(.stk-block-tab-labels--wrap-mobile) .stk-block-tab-labels__wrapper{flex-wrap:nowrap;min-width:-webkit-fill-available;min-width:fill-available;width:max-content}.stk-block-tabs>.stk-inner-blocks{grid-template-columns:1fr}.stk-block-tabs>.stk-inner-blocks>.stk-block-tab-labels:last-child{grid-row:1/2}.stk-block.stk-block-timeline{--content-line:0!important;padding-top:0}.stk-block-timeline>.stk-inner-blocks{align-items:flex-start;grid-template-columns:var(--line-dot-size,16px) 1fr;grid-template-rows:auto 1fr;padding-left:16px}.stk-block-timeline>.stk-inner-blocks:after{inset-inline-start:calc(var(--line-dot-size, 16px)/2 - var(--line-bg-width, 3px)/2 + 16px)}.stk-block-timeline .stk-block-timeline__middle{inset-block-start:8px;inset-inline-start:16px;position:absolute}.stk-block-timeline .stk-block-timeline__content{grid-column:2/3;grid-row:2/3;text-align:start}.stk-block-timeline .stk-block-timeline__date{grid-column:2/3;grid-row:1/2;text-align:start}.stk-block-timeline>.stk-inner-blocks:after{bottom:calc(100% - var(--line-dot-size, 16px)/2 - .5em);top:calc(var(--line-dot-size, 16px)/2 + .5em)}.stk-block-timeline+.stk-block-timeline>.stk-inner-blocks:after{top:-16px}:root{--stk-block-margin-bottom:16px;--stk-column-margin:8px;--stk-container-padding:24px;--stk-container-padding-large:32px 24px;--stk-container-padding-small:8px 24px;--stk-block-background-padding:16px}.stk-block .stk-block:is(.aligncenter,.alignwide),.stk-block:is(.aligncenter,.alignwide,.alignfull)>.stk-content-align.alignwide,.stk-block:is(.aligncenter,.alignwide,.alignfull)>.stk-content-align:not(.alignwide):not(.alignfull){width:100%}.stk-column{flex:1 1 100%;max-width:100%}.stk--hide-mobile,.stk--hide-mobile.stk-block{display:none!important}.stk-button-group:is(.stk--collapse-on-mobile) .stk-block:is(.stk-block-button,.stk-block-icon-button),.stk-button-group:is(.stk--collapse-on-tablet) .stk-block:is(.stk-block-button,.stk-block-icon-button){margin-inline-end:var(--stk-alignment-margin-right);margin-inline-start:var(--stk-alignment-margin-left)}.has-text-align-center-mobile{--stk-alignment-padding-left:0;--stk-alignment-justify-content:center;--stk-alignment-text-align:center;--stk-alignment-margin-left:auto;--stk-alignment-margin-right:auto;text-align:var(--stk-alignment-text-align,start)}.has-text-align-left-mobile{--stk-alignment-justify-content:flex-start;--stk-alignment-text-align:start;--stk-alignment-margin-left:0;--stk-alignment-margin-right:auto;text-align:var(--stk-alignment-text-align,start)}.has-text-align-right-mobile{--stk-alignment-justify-content:flex-end;--stk-alignment-text-align:end;--stk-alignment-margin-left:auto;--stk-alignment-margin-right:0;text-align:var(--stk-alignment-text-align,start)}.has-text-align-justify-mobile{--stk-alignment-text-align:justify}.has-text-align-space-between-mobile{--stk-alignment-justify-content:space-between}.has-text-align-space-around-mobile{--stk-alignment-justify-content:space-around}.has-text-align-space-evenly-mobile{--stk-alignment-justify-content:space-evenly}.entry-content .stk-block.stk-has-top-separator{padding-top:23vw}.entry-content .stk-block.stk-has-bottom-separator{padding-bottom:23vw}.entry-content .stk-block .stk-separator__wrapper{height:23vw}}#end-resizable-editor-section{display:none} STK_RESPONSIVE_CSS; } } diff --git a/src/init.php b/src/init.php index ab886cb39e..2caf788dae 100644 --- a/src/init.php +++ b/src/init.php @@ -345,7 +345,7 @@ public function register_block_editor_assets() { 'devMode' => defined( 'WP_ENV' ) ? WP_ENV === 'development' : false, 'cdnUrl' => STACKABLE_DESIGN_LIBRARY_URL, 'currentTheme' => esc_html( get_template() ), - 'settingsUrl' => admin_url( 'options-general.php?page=stackable' ), + 'settingsUrl' => admin_url( 'admin.php?page=stackable-settings' ), 'version' => array_shift( $version_parts ), 'wpVersion' => ! empty( $wp_version ) ? preg_replace( '/-.*/', '', $wp_version ) : $wp_version, // Ensure semver, strip out after dash 'adminUrl' => admin_url(), diff --git a/src/welcome/admin.scss b/src/welcome/admin.scss index 7e2dcb0319..1fc2f84946 100644 --- a/src/welcome/admin.scss +++ b/src/welcome/admin.scss @@ -344,7 +344,7 @@ body[class*="page_stk-"] { margin-bottom: 32px; padding-bottom: 0; } -body.settings_page_stackable { +body.stackable_page_stackable-settings { #wpwrap { background: #fff; } @@ -352,8 +352,8 @@ body.settings_page_stackable { box-shadow: none !important; } } -body.settings_page_stackable, -body.settings_page_stackable-getting-started { +body.stackable_page_stackable-settings, +body.toplevel_page_stackable { // Hide admin notices to not mess up the welcome screen. .s-header > *:not(h1):not(img) { display: none !important; @@ -369,9 +369,10 @@ body.settings_page_stackable-getting-started { padding-bottom: 0; } } -body.settings_page_stackable, -body.settings_page_stackable-getting-started, -body.toplevel_page_stk-custom-fields { +body.stackable_page_stackable-settings, +body.toplevel_page_stackable, +body.stackable_page_stk-custom-fields, +body.stackable_page_stackable-go-premium { img { max-width: 100%; } @@ -912,6 +913,29 @@ body.toplevel_page_stk-custom-fields { } } +body.stackable_page_stackable-go-premium { + .s-side { + display: grid; + padding: 50px; + grid-template-columns: 1fr 1fr; + grid-template-rows: 1fr 1fr; + grid-column-gap: 50px; + align-items: start; + } + + .s-premium-box { + grid-row: 1/3; + .s-check-list { + margin: auto; + width: fit-content; + text-align: left; + } + } + .s-box { + text-align: center; + } +} + @import "news"; @import "getting-started"; @import "freemius"; diff --git a/src/welcome/freemius.scss b/src/welcome/freemius.scss index f3eacc2b1e..d3868d37ac 100644 --- a/src/welcome/freemius.scss +++ b/src/welcome/freemius.scss @@ -128,9 +128,8 @@ * Contact and pricing/checkout pages have an SSL banner on the top, add more space. */ body.stackable_page_stackable-contact { - .s-header { - padding-top: 65px !important; - padding-bottom: 100px !important; + .s-header-wrap { + padding-top: 10px !important; } } body.stackable_page_stackable-pricing { diff --git a/src/welcome/getting-started.scss b/src/welcome/getting-started.scss index 51aa539429..1545a4a5a7 100644 --- a/src/welcome/getting-started.scss +++ b/src/welcome/getting-started.scss @@ -10,7 +10,7 @@ } } -.settings_page_stackable-getting-started { +.toplevel_page_stackable { .s-body { max-width: 1200px; margin: 0 auto; diff --git a/src/welcome/index.php b/src/welcome/index.php index 51df3fc98f..94fcd6d5d4 100644 --- a/src/welcome/index.php +++ b/src/welcome/index.php @@ -16,6 +16,9 @@ function __construct() { add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_dashboard_script' ) ); add_action( 'admin_init', array( $this, 'redirect_to_welcome_page' ) ); + add_action('admin_init', array( $this, 'redirect_submenus' ) ); + + add_action('admin_head', array( $this, 'redirect_submenus_newtab' ) ); $plugin = plugin_basename( STACKABLE_FILE ); add_filter( 'plugin_action_links_' . $plugin, array( $this, 'add_settings_link' ) ); @@ -23,27 +26,60 @@ function __construct() { public function add_dashboard_page() { - // Our settings page. - add_submenu_page( - 'options-general.php', // Parent slug. + $icon = 'data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMDAgMjAwIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJtMTc2LjIgMjQuMmMtLjUtMS44LTIuMi0zLTQtMi44aC0xMDBsLTM5LjEgNDEuMmMtMi43IDIuNy0uOSA2LjQgMyA2LjRoODQuMWw1NC42LTQwLjZjMS4yLTEgMS44LTIuNiAxLjQtNC4yeiIvPjxwYXRoIGQ9Im0xNjcuMiAxMTUuNy0zOC40LTM3LjkuMS0uMWgtOTMuOGMtMS44IDAtMy4zIDEuNS0zLjMgMy4zIDAgLjkuNCAxLjcgMSAyLjNsMzguMiAzNy45LS4xLjFoOTQuMWMxLjgtLjEgMy4yLTEuNiAzLjItMy40IDAtLjgtLjQtMS42LTEtMi4yeiIvPjxwYXRoIGQ9Im0xNjcuMiAxMzEuMWMtLjctLjYtMS42LTEtMi41LTFoLTg0LjhsLTU0LjYgNDAuN2MtMS43IDEuMi0yLjEgMy42LS44IDUuNC44IDEuMSAyLjEgMS43IDMuNCAxLjZoMTAwbDM5LjUtNDEuNWMxLjItMS42IDEuMi0zLjktLjItNS4yeiIvPjwvZz48L3N2Zz4='; + + add_menu_page( __( 'Stackable', STACKABLE_I18N ), // Page title. __( 'Stackable', STACKABLE_I18N ) . ' ' . stackable_notification_count(), // Menu title. 'manage_options', // Capability. 'stackable', // Menu slug. - array( $this, 'stackable_settings_content' ), // Callback function. - null // Position + array( $this, 'stackable_getting_started_content' ), // Callback function. + $icon, + 25 ); // Our getting started page. add_submenu_page( - isset( $_GET['page'] ) && $_GET['page'] === 'stackable-getting-started' ? 'options-general.php' : '', // Parent slug. Only show when in the page. - __( 'Get Started', STACKABLE_I18N ), // Page title. - '' . __( 'Get Started', STACKABLE_I18N ), // Menu title. + 'stackable', // Parent slug. + __( 'Getting Started', STACKABLE_I18N ), // Page title. + __( 'Getting Started', STACKABLE_I18N ), // Menu title. 'manage_options', // Capability. - 'stackable-getting-started', // Menu slug. + 'stackable', // Menu slug. array( $this, 'stackable_getting_started_content' ), // Callback function. - null // Position ); + + // Our settings page. + add_submenu_page( + 'stackable', // Parent slug. + __( 'Stackable', STACKABLE_I18N ), // Page title. + __( 'Settings', STACKABLE_I18N ) . ' ' . stackable_notification_count(), // Menu title. + 'manage_options', // Capability. + 'stackable-settings', // Menu slug. + array( $this, 'stackable_settings_content' ), // Callback function. + ); + + do_action( 'stackable_submenu_register' ); + + // Documentation + add_submenu_page( + 'stackable', // Parent slug. + __( 'Documentation', STACKABLE_I18N ), // Page title. + __( 'Documentation', STACKABLE_I18N ), // Menu title. + 'manage_options', // Capability. + 'stackable-documentation', // Menu slug. + '__return_null', + ); + + if ( STACKABLE_BUILD === 'free' || ! sugb_fs()->can_use_premium_code() ) { + add_submenu_page( + 'stackable', // Parent slug. + __( 'Go Premium', STACKABLE_I18N ), // Page title. + __( 'Go Premium', STACKABLE_I18N ), // Menu title. + 'manage_options', // Capability. + 'stackable-go-premium', // Menu slug. + '__return_null', + ); + } } public function enqueue_dashboard_script( $hook ) { @@ -55,7 +91,7 @@ public function enqueue_dashboard_script( $hook ) { } // For the options page, load our options script. - if ( 'settings_page_stackable' === $hook || stripos( $hook, 'page_stackable-settings' ) !== false || 'settings_page_stackable-getting-started' === $hook ) { + if ( 'settings_page_stackable' === $hook || stripos( $hook, 'page_stackable-settings' ) !== false || 'toplevel_page_stackable' === $hook ) { wp_enqueue_script( 'wp-i18n' ); wp_enqueue_script( 'wp-element' ); @@ -95,7 +131,7 @@ public static function print_tabs() { $display_account_tab = true; $display_contact_tab = true; $account_url = STACKABLE_BUILD === 'free' ? '' : sugb_fs()->get_account_url(); - $contact_url = admin_url( 'options-general.php?page=stackable-contact' ); + $contact_url = admin_url( 'admin.php?page=stackable-contact' ); // If network activated and in multisite, the accounts page is in a different URL. if ( STACKABLE_BUILD === 'free' ) { @@ -117,48 +153,48 @@ public static function print_tabs() { ?>
- + - + get_user() ) { ?> - has_affiliate_program() ) { ?> - + + + + + + + + - - - - - - - - -
- - - - + + %s', - admin_url( 'options-general.php?page=stackable' ), + admin_url( 'admin.php?page=stackable-settings' ), __( 'Settings', STACKABLE_I18N ) ); @@ -342,7 +374,7 @@ public function redirect_to_welcome_page() { } // Or go to the getting started page. - wp_redirect( esc_url( admin_url( 'options-general.php?page=stackable-getting-started' ) ) ); + wp_redirect( esc_url( admin_url( 'admin.php?page=stackable' ) ) ); die(); }