Skip to content

Commit

Permalink
Freeze strings for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
wpmobilebot committed Jun 10, 2024
1 parent 0361cab commit f3a8d01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fastlane/resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3100,6 +3100,7 @@
<string name="permission_images_video_audio">Photos and videos &amp; Music and audio</string>
<string name="permission_camera">Camera</string>
<string name="permission_microphone">Microphone</string>
<string name="permission_access_media_location">Media Location</string>

<!-- Login -->
<!-- If any of these appear unused, be sure to check the same string in the login library -
Expand Down Expand Up @@ -4898,4 +4899,10 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
<string name="gutenberg_native_you_can_copy_your_post_text_in_case_your_content_is_impacted_copy" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">You can copy your post text in case your content is impacted. Copy error details to debug and share with support.</string>
<string name="gutenberg_native_clear_selected_color" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Clear selected color</string>
<string name="gutenberg_native_link_label" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Link label</string>

<!-- Voice to Content -->
<string name="voice_to_content_permissions_required_title">Audio Recording Permission Required</string>
<string name="voice_to_content_permissions_required_msg">To record audio, this app needs permission to access your microphone. You have previously denied this permission. Please enable the microphone permission in the app settings to use this feature.</string>
<string name="gutenberg_native_tap_to_edit" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Tap to edit</string>

</resources>

0 comments on commit f3a8d01

Please sign in to comment.