strings.php 464 B

1234567891011121314
  1. <?php
  2. /**
  3. * Misc strings that aren't in the core plugin but
  4. * need to be translated.
  5. */
  6. __( 'The Beaver Builder Booster plugin is not compatible with your host.', 'fl-builder' );
  7. _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' );
  8. __( 'Use an easy drag-and-drop builder to edit content on this page.', 'fl-builder' );
  9. __( 'Launch Page Builder', 'fl-builder' );