Skip to content

Commit f6527e6

Browse files
committed
Freeze strings for translation
1 parent d31c7a1 commit f6527e6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

fastlane/resources/values/strings.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -727,14 +727,10 @@
727727
<string name="file_size_in_gigabytes">%s GB</string>
728728
<string name="file_size_in_terabytes">%s TB</string>
729729

730-
<!-- Speed up your site -->
731-
<string name="site_settings_lazy_load_images_summary">Improve your site\'s speed by only loading images visible on the screen.</string>
732-
733730
<!-- Site accelerator -->
734731
<string name="site_settings_site_accelerator">Site Accelerator</string>
735732
<string name="site_settings_site_accelerator_on">On</string>
736733
<string name="site_settings_site_accelerator_off">Off</string>
737-
<string name="site_settings_lazy_load_images">Lazy load images</string>
738734
<string name="site_settings_faster_images">Faster images</string>
739735
<string name="site_settings_faster_static_files">Faster static files</string>
740736
<string name="site_settings_site_accelerator_summary">Load pages faster by allowing Jetpack to optimize your images and static files (like CSS and JavaScript).</string>
@@ -963,7 +959,6 @@
963959
<string name="experimental_features_screen_title">Experimental Features</string>
964960
<string name="experimental_block_editor">Experimental block editor</string>
965961
<string name="experimental_block_editor_theme_styles">Experimental block editor styles</string>
966-
<string name="experimental_per_app_language_prefs">Experimental per-app language preferences</string>
967962

968963
<!-- Debug settings -->
969964
<string name="preference_open_debug_settings" translatable="false">Debug Settings</string>
@@ -1149,8 +1144,9 @@
11491144
<string name="feedback_form_attachment_already_added">Attachment already added</string>
11501145
<string name="feedback_form_unable_to_create_tempfile">Unable to create temporary file</string>
11511146
<string name="feedback_form_add_attachments">Add attachments</string>
1152-
<string name="feedback_form_note_text">Please note this is not a support form, and we will not be able to reply. If you need support, please use our "</string>
1153-
<string name="feedback_form_note_link">Contact Support screen.</string>
1147+
<string name="feedback_form_note_text">Please note this is not a support form, and we will not be able to reply. If you need assistance, please use our "</string>
1148+
<string name="feedback_form_note_link_jetpack">Contact Support screen.</string>
1149+
<string name="feedback_form_note_link_wordpress">community forums.</string>
11541150
<string name="media_pager_remove_item_content_description">Remove item %1$d</string>
11551151

11561152
<!-- activity log -->
@@ -3055,6 +3051,7 @@
30553051
<string name="error_locating_image">Error locating the cropped image</string>
30563052
<string name="error_refreshing_gravatar">Error reloading your Gravatar</string>
30573053
<string name="error_updating_gravatar">Error updating your Gravatar</string>
3054+
<string name="avatar_update_email_unverified">To update your avatar, you need to verify your email address first.</string>
30583055

30593056
<!-- Editor -->
30603057
<string name="discard">Discard</string>
@@ -3734,7 +3731,7 @@
37343731
<string name="prepublishing_nudges_back_button">Back</string>
37353732
<string name="prepublishing_nudges_toolbar_title_tags">Add Tags</string>
37363733
<string name="prepublishing_nudges_toolbar_title_publish">Publish Date</string>
3737-
<string name="prepublishing_tags_description">Tags help tell readers what a post is about.</string>
3734+
<string name="prepublishing_tags_description">Tags help tell readers what a post is about</string>
37383735
<string name="prepublishing_nudges_home_tags_not_set">Not set</string>
37393736
<string name="prepublishing_nudges_story_title_hint">Give your story a title</string>
37403737
<string name="prepublishing_nudges_home_categories_not_set">Not set</string>

0 commit comments

Comments
 (0)