| 1234567891011121314 |
- <?php
- /**
- * Misc strings that aren't in the core plugin but
- * need to be translated.
- */
- __( 'The Beaver Builder Booster plugin is not compatible with your host.', 'fl-builder' );
- _x( 'Click here to edit content on this %s using an easy drag-and-drop builder.', '%s is the singular post type name (e.g. page)', 'fl-builder' );
- __( 'Use an easy drag-and-drop builder to edit content on this page.', 'fl-builder' );
- __( 'Launch Page Builder', 'fl-builder' );
|