Skip to content

Commit 742e277

Browse files
committed
Freeze strings for translation
1 parent 6ca136b commit 742e277

File tree

1 file changed

+29
-6
lines changed

1 file changed

+29
-6
lines changed

fastlane/resources/values/strings.xml

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
<string name="media_edit_url_caption">URL</string>
209209
<string name="media_edit_filename_caption">File Name</string>
210210
<string name="media_edit_filetype_caption">File Type</string>
211+
<string name="media_edit_file_size_caption">File Size</string>
211212
<string name="media_edit_image_dimensions_caption">Image Dimensions</string>
212213
<string name="media_edit_video_dimensions_caption">Video Dimensions</string>
213214
<string name="media_edit_duration_caption">Duration</string>
@@ -589,6 +590,8 @@
589590
<string name="top_level_category_name">Top level</string>
590591
<string name="dlg_confirm_delete_category">Permanently delete \'%s\' Category?</string>
591592

593+
<string name="taxonomies_title">Taxonomies</string>
594+
592595

593596
<!-- action from share intents -->
594597
<string name="share_action_post">Add to new post</string>
@@ -728,7 +731,7 @@
728731

729732
<!-- these represent a formatted amount along with a measuring unit, i.e. 10 B, or 132 kB, or 10.2 MB, 1,037.76 kB etc. -->
730733
<string name="file_size_in_bytes">%s B</string>
731-
<string name="file_size_in_kilobytes">%s kB</string>
734+
<string name="file_size_in_kilobytes">%s KB</string>
732735
<string name="file_size_in_megabytes">%s MB</string>
733736
<string name="file_size_in_gigabytes">%s GB</string>
734737
<string name="file_size_in_terabytes">%s TB</string>
@@ -1945,10 +1948,10 @@
19451948
<string name="menu_publish_now" translatable="false">@string/publish_now</string>
19461949
<string name="menu_preview">Preview</string>
19471950
<string name="menu_history">History</string>
1948-
<string name="menu_html_mode">HTML Mode</string>
1949-
<string name="menu_html_mode_switched_notice">Switched to HTML mode</string>
1950-
<string name="menu_visual_mode">Visual Mode</string>
1951-
<string name="menu_visual_mode_switched_notice">Switched to Visual mode</string>
1951+
<string name="menu_html_mode">Code Editor</string>
1952+
<string name="menu_html_mode_switched_notice">Switched to Code Editor</string>
1953+
<string name="menu_visual_mode">Visual Editor</string>
1954+
<string name="menu_visual_mode_switched_notice">Switched to Visual Editor</string>
19521955

19531956
<string name="menu_undo">Undo</string>
19541957
<string name="menu_redo">Redo</string>
@@ -5058,7 +5061,11 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
50585061
<string name="application_password_title">Authenticate using Application Password</string>
50595062
<string name="application_password_not_supported_error" a8c-src-lib="module:login">The provided site does not support Application Password authentication.</string>
50605063
<string name="application_password_invalid">Invalid Application Password</string>
5061-
<string name="application_password_invalid_description">Your application password no longer exists. Please sign in again to create a new application password </string>
5064+
<string name="application_password_invalid_description">Your application password no longer exists. Please sign in again to create a new application password.</string>
5065+
<string name="application_password_required">Application Password Required</string>
5066+
<string name="application_password_required_description">Application passwords are a more secure way to connect to your self-hosted site, and enable support for features like %1$s.</string>
5067+
<string name="application_password_required_block_editor">Block Editor</string>
5068+
<string name="application_password_experimental_feature_note">\n\nNote: Application Password authentication on Android devices is an Experimental Feature.</string>
50625069
<string name="application_password_disable_feature_title">Disable Application Password?</string>
50635070
<string name="application_password_disable_feature_description">Disabling Application Password will remove the login for %1$s of your sites. You may need to re-add affected sites to login again.</string>
50645071
<string name="application_password_info_title">Application Passwords</string>
@@ -5079,4 +5086,20 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
50795086

50805087
<!-- DataView -->
50815088
<string name="dataview_default_empty_message">There\'s nothing here</string>
5089+
5090+
<!-- Terms -->
5091+
<string name="term_name_label">Name:</string>
5092+
<string name="term_slug_label">Slug:</string>
5093+
<string name="term_description_label">Description:</string>
5094+
<string name="term_count_label">Count:</string>
5095+
<string name="term_count">Count: %1$d</string>
5096+
<string name="term_parent_label">Parent:</string>
5097+
<string name="term_parent_none">None</string>
5098+
<string name="term_sort_by_name">Name</string>
5099+
<string name="term_sort_by_count">Count</string>
5100+
<string name="term_delete_confirmation_title">Delete term</string>
5101+
<string name="term_delete_confirmation_message">Are you sure you want to delete \"%1$s\"?</string>
5102+
<string name="add_term">Add term</string>
5103+
<string name="error_saving_term">There was an error saving the term</string>
5104+
<string name="error_deleting_term">There was an error deleting the term</string>
50825105
</resources>

0 commit comments

Comments
 (0)