| @@ -25,15 +25,15 @@ | ||
| 25 | 25 | add_action('init', function () { |
| 26 | 26 | |
| 27 | 27 | $editorPostTypes = apply_filters('fluent_community/block_editor_post_types', [ |
| 28 | 28 | 'fcom-dummy' => [ |
| 29 | - 'label' => 'Lesson', | |
| 29 | + 'label' => __('Lesson', 'fluent-community'), | |
| 30 | 30 | 'public' => false, |
| 31 | 31 | 'show_in_rest' => true, |
| 32 | 32 | 'supports' => ['title', 'editor', 'thumbnail'], |
| 33 | 33 | ], |
| 34 | 34 | 'fcom-lockscreen' => [ |
| 35 | - 'label' => 'Lockscreen', | |
| 35 | + 'label' => __('Lock Screen', 'fluent-community'), | |
| 36 | 36 | 'public' => false, |
| 37 | 37 | 'show_in_rest' => true, |
| 38 | 38 | 'supports' => ['editor'], |
| 39 | 39 | ], |
| @@ -364,9 +364,17 @@ | ||
| 364 | 364 | "User's Profile Link:" => __("User's Profile Link:", 'fluent-community'), |
| 365 | 365 | 'Failed to fetch embed. Please check the URL.' => __('Failed to fetch embed. Please check the URL.', 'fluent-community'), |
| 366 | 366 | 'Video thumbnail' => __('Video thumbnail', 'fluent-community'), |
| 367 | 367 | 'Media embedded successfully' => __('Media embedded successfully', 'fluent-community'), |
| 368 | - 'Edit media' => __('Edit media', 'fluent-community'), | |
| 368 | + '+ Add Media' => __('+ Add Media', 'fluent-community'), | |
| 369 | + 'Add Media' => __('Add Media', 'fluent-community'), | |
| 370 | + 'Edit Media' => __('Edit Media', 'fluent-community'), | |
| 371 | + 'Oembed URL' => __('Oembed URL', 'fluent-community'), | |
| 372 | + 'Video URL' => __('Video URL', 'fluent-community'), | |
| 373 | + 'Supports Vimeo, YouTube, Wistia and more' => __('Supports Vimeo, YouTube, Wistia and more', 'fluent-community'), | |
| 374 | + 'Embedding…' => __('Embedding…', 'fluent-community'), | |
| 375 | + 'Cancel' => __('Cancel', 'fluent-community'), | |
| 376 | + 'Remove' => __('Remove', 'fluent-community'), | |
| 369 | 377 | 'Oembed' => __('Oembed', 'fluent-community'), |
| 370 | 378 | 'Custom HTML' => __('Custom HTML', 'fluent-community'), |
| 371 | 379 | 'Custom HTML Code' => __('Custom HTML Code', 'fluent-community'), |
| 372 | 380 | 'Your account cannot save custom HTML. Scripts, iframes and similar tags are removed on save.' => __('Your account cannot save custom HTML. Scripts, iframes and similar tags are removed on save.', 'fluent-community'), |