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 Sep 20, 2024
1 parent 8f0255e commit c49f58d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fastlane/resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2347,6 +2347,7 @@
<string name="image_source_device_chooser">Choose from device</string>
<string name="image_source_device_camera">Take a photo</string>
<string name="image_source_wp_media_library">WordPress media library</string>
<string name="image_source_product_images">Choose an existing product photo</string>
<string name="photo_picker_title">Device Media Library</string>
<string name="media_picker_dialog_title">Select Media Source</string>
<string name="wpmedia_picker_title">WordPress media library</string>
Expand Down Expand Up @@ -3954,6 +3955,9 @@
<string name="blaze_campaign_edit_ad_suggested_by_ai">Suggested by AI</string>
<string name="blaze_campaign_edit_ad_invalid_image_title">Invalid image</string>
<string name="blaze_campaign_edit_ad_invalid_image_description">Please select an image with a minimum size of 400x400 pixels</string>
<string name="blaze_campaign_product_photo_picker_title">Product Photos</string>
<string name="blaze_campaign_product_photo_picker_empty">No photos found</string>
<string name="blaze_campaign_product_photo_picker_photo_content_description">Product photo</string>

<!--
Blaze campaign payment
Expand Down Expand Up @@ -4297,4 +4301,6 @@
<string name="custom_fields_editor_value_label">Value</string>
<string name="custom_fields_editor_key_error_duplicate">This key is already used for another custom field.\nThe app currently does not support creating duplicate keys. Please use wp-admin to duplicate a key if needed.</string>
<string name="custom_fields_editor_key_error_underscore">Invalid key: please remove the \"_\" character from the beginning.</string>
<string name="custom_fields_editor_copy_key">Copy Key</string>
<string name="custom_fields_editor_copy_value">Copy Value</string>
</resources>

0 comments on commit c49f58d

Please sign in to comment.