Skip to content

Commit

Permalink
updated the string localisation (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-alfresco authored May 15, 2024
1 parent fd7e93d commit 0f3472e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion listview/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<string name="title_priority">Priority</string>
<string name="title_assignee">Assignee</string>
<string name="title_tasks">Tasks</string>
<string name="warning_max_item_multi_selection">Maximum %d items can be selected</string>
<string name="warning_max_item_multi_selection">Select a maximum of %d items</string>
<string name="select_button">Select</string>
</resources>
6 changes: 3 additions & 3 deletions process-app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<string name="title_actions">Actions</string>
<string name="accessibility_process_actions">Process Actions Button</string>
<string name="no_attachments">No attachment(s)</string>
<string name="no_attached_folder">No Folder Attached</string>
<string name="no_attached_folder">No Attached Folder</string>
<string name="text_attached_folder">%d folder(s)</string>
<string name="action_info">Info</string>
<string name="file_empty_message">Looks like you haven’t\nadded any files yet\n(Max file size: %d MB).</string>
<string name="title_search_folder">Search Folder</string>
<string name="error_hyperlink_invalid_url">%1$s has Invalid URL</string>
<string name="error_no_upload_fields">Not able to attach the selected content in this form.</string>
<string name="error_hyperlink_invalid_url">%1$s has invalid URL</string>
<string name="error_no_upload_fields">Unable to attach the selected content in this form.</string>
<string name="process_max_file_size">Please note: Maximum file size for uploads is %d MB.</string>
<string name="error_process_failure">Something went wrong. Contact your administrator for help.</string>
</resources>

0 comments on commit 0f3472e

Please sign in to comment.