Skip to content

Commit

Permalink
feat: created string for specific roles and contentDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Aug 14, 2024
1 parent b13f4b8 commit b2d8c9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -797,12 +797,15 @@
<string name="content_description_get_edit_public_link">Edit public link</string>
<string name="content_description_remove_account">Remove account</string>
<string name="content_description_add_new_content">Add new content</string>
<string name="content_description_add_new_content_expanded">"Add new content expanded"</string>
<string name="content_description_clean_account_storage">Clean account storage</string>
<string name="content_description_logo">Logo</string>
<string name="content_description_add_share">Add share</string>
<string name="content_description_edit_share">Edit share</string>
<string name="content_description_delete_share">Delete share</string>
<string name="content_description_file_operations">%1$s operations</string>
<string name="content_description_sort_by_name_ascending">Sort by name ascending</string>
<string name="content_description_sort_by_name_descending">sort by name descending</string>

<string name="create_shortcut_dialog_title">Create a shortcut</string>
<string name="create_shortcut_dialog_url">URL</string>
Expand All @@ -816,4 +819,7 @@
<string name="feedback_dialog_get_in_contact_title">Get in contact</string>
<string name="feedback_dialog_get_in_contact_description"><![CDATA[ Ask for help in our <a href=\"%1$s\"><b>forum</b></a>, <a href=\"%2$s\"><b>chat with us</b></a> or contribute on <a href=\"%3$s\"><b>GitHub</b></a>]]></string>

<string name="link_role_accessibility">Link</string>
<string name="button_role_accessibility">Button</string>

</resources>

0 comments on commit b2d8c9d

Please sign in to comment.