mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
fixes the string issue (#3041)
* fix strings * Update activity_achievements.xml
This commit is contained in:
parent
17eb6f43ed
commit
4ec92c2e7b
9 changed files with 31 additions and 26 deletions
|
|
@ -279,18 +279,18 @@
|
|||
<string name="nearby_location_has_not_changed">Location has not changed.</string>
|
||||
<string name="nearby_location_not_available">Location not available.</string>
|
||||
<string name="location_permission_rationale_nearby">Permission required to display a list of nearby places</string>
|
||||
<string name="get_directions">GET DIRECTIONS</string>
|
||||
<string name="read_article">READ ARTICLE</string>
|
||||
<string name="get_directions">Get directions</string>
|
||||
<string name="read_article">Read article</string>
|
||||
|
||||
<string formatted="false" name="notifications_welcome">Welcome to Wikimedia Commons, %1$s! We\'re glad you\'re here.</string>
|
||||
<string name="notifications_talk_page_message">%1$s left a message on your talk page</string>
|
||||
<string name="notifications_thank_you_edit">Thank you for making an edit</string>
|
||||
<string name="notifications_mention">%1$s mentioned you on %2$s.</string>
|
||||
<string name="toggle_view_button">Toggle view</string>
|
||||
<string name="nearby_directions">DIRECTIONS</string>
|
||||
<string name="nearby_wikidata">WIKIDATA</string>
|
||||
<string name="nearby_wikipedia">WIKIPEDIA</string>
|
||||
<string name="nearby_commons">COMMONS</string>
|
||||
<string name="nearby_directions">Directions</string>
|
||||
<string name="nearby_wikidata">Wikidata</string>
|
||||
<string name="nearby_wikipedia">Wikipedia</string>
|
||||
<string name="nearby_commons">Commons</string>
|
||||
<string name="about_rate_us"><![CDATA[<u>Rate us</u>]]></string>
|
||||
<string name="about_faq"><![CDATA[<u>FAQ</u>]]></string>
|
||||
<string name="welcome_skip_button">Skip Tutorial</string>
|
||||
|
|
@ -327,10 +327,10 @@
|
|||
<string name="provider_searches">Recently searched queries</string>
|
||||
<string name="error_loading_categories">Error occurred while loading categories.</string>
|
||||
<string name="error_loading_subcategories">Error occurred while loading subcategories.</string>
|
||||
<string name="search_tab_title_media">MEDIA</string>
|
||||
<string name="search_tab_title_categories">CATEGORIES</string>
|
||||
<string name="explore_tab_title_featured">FEATURED</string>
|
||||
<string name="explore_tab_title_mobile">UPLOADED VIA MOBILE</string>
|
||||
<string name="search_tab_title_media">Media</string>
|
||||
<string name="search_tab_title_categories">Categories</string>
|
||||
<string name="explore_tab_title_featured">Featured</string>
|
||||
<string name="explore_tab_title_mobile">Uploaded via mobile</string>
|
||||
|
||||
<string name="successful_wikidata_edit">Image successfully added to %1$s on Wikidata!</string>
|
||||
<string name="wikidata_edit_failure">Failed to update corresponding Wikidata entity!</string>
|
||||
|
|
@ -366,14 +366,14 @@
|
|||
<string name="delete_search_dialog">Do you want to delete this search?</string>
|
||||
<string name="search_history_deleted">Search history deleted</string>
|
||||
<string name="nominate_delete">Nominate For Deletion</string>
|
||||
<string name="delete">DELETE</string>
|
||||
<string name="delete">Delete</string>
|
||||
|
||||
<string name="Achievements">Achievements</string>
|
||||
<string name="statistics">STATISTICS</string>
|
||||
<string name="statistics">Statistics</string>
|
||||
<string name="statistics_thanks">Thanks Received</string>
|
||||
<string name="statistics_featured">Featured Images</string>
|
||||
<string name="statistics_wikidata_edits">Images via \"Nearby Places\"</string>
|
||||
<string name="level">LEVEL</string>
|
||||
<string name="level">Level</string>
|
||||
<string name="images_uploaded">Images Uploaded</string>
|
||||
<string name="image_reverts">Images Not Reverted</string>
|
||||
<string name="images_used_by_wiki">Images Used</string>
|
||||
|
|
@ -537,7 +537,7 @@ Upload your first media by tapping on the add button.</string>
|
|||
<string name="previous_button_tooltip_message">Click to reuse the title and description you entered in your previous picture and modify it to fit your current one</string>
|
||||
<string name="welcome_do_upload_content_description">Examples of good images to upload to Commons</string>
|
||||
<string name="welcome_dont_upload_content_description">Examples of images not to upload</string>
|
||||
<string name="skip_image">SKIP THIS IMAGE</string>
|
||||
<string name="skip_image">Skip this image</string>
|
||||
<string name="download_failed_we_cannot_download_the_file_without_storage_permission">Download Failed!!. We cannot download the file without external storage permission.</string>
|
||||
|
||||
<string name="manage_exif_tags">Manage EXIF Tags</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue