Skip to content

Commit a19719c

Browse files
committed
Freeze strings for translation
1 parent 78cab7f commit a19719c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

fastlane/resources/values/strings.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<string name="status_and_visibility">Status &amp; Visibility</string>
112112
<string name="free">Free</string>
113113
<string name="dismiss">Dismiss</string>
114+
<string name="sending">Sending</string>
114115

115116
<string name="button_not_now">Not now</string>
116117
<string name="button_skip">Skip</string>
@@ -617,6 +618,8 @@
617618
<string name="weeks_quantity_one">1 week</string>
618619
<string name="weeks_quantity_other">%d weeks</string>
619620
<string name="https" translatable="false">https:\/\/</string>
621+
<string name="close">Close</string>
622+
<string name="submit">Submit</string>
620623

621624
<!-- PreferenceCategory Headers -->
622625
<string name="site_settings_general_header">General</string>
@@ -1126,6 +1129,20 @@
11261129
<string name="jetpack_plugin_install_error_button_retry">Retry</string>
11271130
<string name="jetpack_plugin_install_error_button_contact_support">Contact Support</string>
11281131

1132+
<!-- feedback form -->
1133+
<string name="feedback_form_title">Feedback</string>
1134+
<string name="feedback_form_message_hint">Your feedback is appreciated!</string>
1135+
<string name="feedback_form_discard">Discard your feedback?</string>
1136+
<string name="feedback_form_success">Thanks for submitting your feedback!</string>
1137+
<string name="feedback_form_failure">We were unable to submit your feedback</string>
1138+
<string name="feedback_form_max_attachments_reached">Maximum number of attachments reached</string>
1139+
<string name="feedback_form_unsupported_attachment">This file type is not supported</string>
1140+
<string name="feedback_form_attachment_too_large">Attachments must be 32MB or smaller</string>
1141+
<string name="feedback_form_attachment_already_added">Attachment already added</string>
1142+
<string name="feedback_form_unable_to_create_tempfile">Unable to create temporary file</string>
1143+
<string name="feedback_form_add_attachments">Add attachments</string>
1144+
<string name="media_pager_remove_item_content_description">Remove item %1$d</string>
1145+
11291146
<!-- activity log -->
11301147
<string name="activity_log">Activity Log</string>
11311148
<string name="activity_log_icon">Activity icon</string>
@@ -2557,6 +2574,7 @@
25572574
<string name="me_profile_photo">Profile Photo</string>
25582575
<string name="me_btn_app_settings">App Settings</string>
25592576
<string name="me_btn_help">Help</string>
2577+
<string name="me_btn_feedback">Send feedback</string>
25602578
<string name="me_btn_share">Share WordPress with a friend</string>
25612579
<string name="me_btn_about">About WordPress</string>
25622580
<string name="me_btn_login_logout">Login/Logout</string>

0 commit comments

Comments
 (0)