mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Content description for UI elements -- accessibility (#4935)
* Started from welcome layout to main layout adding content descriptions * Adds UI description section to strings.xml and adds a few content descrpitions * Consolidates UI strings to top of file * fixes nearby typos * Removes content descriptions that clash with pr #4766 * Removes unused elements and reverts out-of-scope changes * Restores pic-of-the-day content description Co-authored-by: joshuamccluskey <jpiff57@gmail.com>
This commit is contained in:
parent
e47d057bfe
commit
78bfd0986c
18 changed files with 335 additions and 295 deletions
|
|
@ -1,5 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!--accessibility UI description strings-->
|
||||
<string name="commons_facebook">Commons Facebook Page</string>
|
||||
<string name="commons_github">Commons Github Source Code</string>
|
||||
<string name="commons_logo">Commons Logo</string>
|
||||
<string name="commons_website">Commons Website</string>
|
||||
<string name="exit_location_picker">Exit location picker</string>
|
||||
<string name="submit">Submit</string>
|
||||
<string name="add_another_description">Add another description</string>
|
||||
<string name="add_new_contribution">Add new contribution</string>
|
||||
<string name="add_contribution_from_camera">Add contribution from camera</string>
|
||||
<string name="add_contribution_from_photos">Add contribution from Photos</string>
|
||||
<string name="add_contribution_from_contributions_gallery">Add contribution from previous contributions gallery</string>
|
||||
<string name="show_captions">Captions</string>
|
||||
<string name="row_item_language_description">Language Description</string>
|
||||
<string name="row_item_caption">Caption</string>
|
||||
<string name="show_captions_description">Description</string>
|
||||
<string name="nearby_row_image">Image</string>
|
||||
<string name="nearby_all">All</string>
|
||||
<string name="nearby_filter_toggle">Toggle Up</string>
|
||||
<string name="nearby_filter_search">Search View</string>
|
||||
<string name="nearby_filter_state">Place State</string>
|
||||
<string name="appwidget_img">Pic of the Day</string>
|
||||
|
||||
<!--Other strings-->
|
||||
<plurals name="uploads_pending_notification_indicator">
|
||||
<item quantity="one">%1$d file uploading</item>
|
||||
<item quantity="other">%1$d files uploading</item>
|
||||
|
|
@ -188,10 +212,6 @@
|
|||
<string name="mapbox_commons_app_token">pk.eyJ1IjoibWFza2FyYXZpdmVrIiwiYSI6ImNqMmxvdzFjMTAwMHYzM283ZWM3eW5tcDAifQ.ib5SZ9EVjwJe6GSKve0bcg</string>
|
||||
<string name="_2fa_code">2FA Code</string>
|
||||
<string name="logout_verification">Do you really want to logout?</string>
|
||||
<string name="commons_logo">Commons Logo</string>
|
||||
<string name="commons_website">Commons Website</string>
|
||||
<string name="commons_facebook">Commons Facebook Page</string>
|
||||
<string name="commons_github">Commons Github Source Code</string>
|
||||
<string name="mediaimage_failed">Media Image Failed</string>
|
||||
<string name="no_subcategory_found">No subcategories found</string>
|
||||
<string name="no_parentcategory_found">No parent categories found</string>
|
||||
|
|
@ -286,7 +306,6 @@
|
|||
<string name="image_uploaded_by">Uploaded by: %1$s</string>
|
||||
<string name="block_notification_title">Blocked</string>
|
||||
<string name="block_notification">You are blocked from editing Commons</string>
|
||||
<string name="appwidget_img">Pic of the Day</string>
|
||||
<string name="app_widget_heading">Pic of the Day</string>
|
||||
<string name="menu_search_button">Search</string>
|
||||
<string name="search_commons">Search Commons</string>
|
||||
|
|
@ -377,7 +396,6 @@
|
|||
<string name="step_count">Step %1$d of %2$d: %3$s</string>
|
||||
<string name="next">Next</string>
|
||||
<string name="previous">Previous</string>
|
||||
<string name="submit">Submit</string>
|
||||
<string name="upload_title_duplicate" formatted="true">A file with the file name %1$s exists. Are you sure you want to proceed?\n\nNote: A suitable suffix will be added to the file name automatically.</string>
|
||||
<string name="map_application_missing">No compatible map application could be found on your device. Please install a map application to use this feature.</string>
|
||||
<string name="title_page_bookmarks_pictures">Pictures</string>
|
||||
|
|
@ -657,7 +675,6 @@ Upload your first media by tapping on the add button.</string>
|
|||
<string name="media_detail_in_all_languages">In all languages</string>
|
||||
<string name="choose_a_location">Choose a location</string>
|
||||
<string name="pan_and_zoom_to_adjust">Pan and zoom to adjust</string>
|
||||
<string name="exit_location_picker">Exit location picker</string>
|
||||
<string name="select_location_location_picker">Select location</string>
|
||||
<string name="show_in_map_app">Show in map app</string>
|
||||
<string name="modify_location">Edit location</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue