← All changes
|
assets/js/packages/editor-canvas/editor-canvas.strings.js
+4
-6
4.3.2
→
3.35.0-dev4
View file →
| @@ -1,12 +1,10 @@ | ||
| 1 | -__( 'Form elements must be placed inside a form.', 'elementor' ); | |
| 2 | -__( "Forms can't be nested. Create separate forms instead.", 'elementor' ); | |
| 3 | -// translators: %s is the name of the property that was edited. | |
| 4 | -__( '%s edited', 'elementor' ); | |
| 5 | 1 | __( |
| 6 | 2 | "To paste a link to this element, first remove the link from it's parent container.", |
| 7 | 3 | 'elementor' |
| 8 | 4 | ); |
| 9 | 5 | __( "To drag a link to this element, first remove the link from it's parent container.", 'elementor' ); |
| 6 | +__( 'Elements', 'elementor' ); | |
| 7 | +__( 'Style Reset', 'elementor' ); | |
| 10 | 8 | __( 'Style Pasted', 'elementor' ); |
| 11 | -__( 'Style Reset', 'elementor' ); | |
| 12 | -__( 'Elements', 'elementor' ); | |
| 9 | +// translators: %s is the name of the property that was edited. | |
| 10 | +__( '%s edited', 'elementor' ); | |