Skip to content

Commit 65bf40d

Browse files
authored
String resources for Places feature. (#4380)
1 parent a733851 commit 65bf40d

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

app/src/main/res/values-qq/strings.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,8 @@
14571457
<string name="media_playback_error">Error shown when the selected media could not be played.</string>
14581458
<string name="user_contrib_menu_label">Menu label for accessing the contributions of the current user.</string>
14591459
<string name="user_contrib_filter_activity_title">Screen title for applying the filters for the contributions of a user.</string>
1460+
<string name="action_item_view_on_map">Menu label for accessing the map for the geographical coordinates of the page.</string>
1461+
<string name="action_item_view_on_map_unavailable">Message that indicates the geographical coordinates of the page are not available.</string>
14601462
<string name="shareable_reading_lists_import_dialog_title">Title text for the import reading list dialog.</string>
14611463
<string name="shareable_reading_lists_import_dialog_content">Content text for the import reading list dialog.</string>
14621464
<string name="shareable_reading_lists_new_indicator">Label indicating that the imported list in the list view.</string>
@@ -1590,8 +1592,10 @@
15901592
<string name="patroller_diff_feedback_tooltip">Text of the tooltip for the patrol edit screen indicates how to submit feedback for the feature.\n\n\"Problem with feature\" is {{msg-wm|Wikipedia-android-strings-suggested edits report feature}}</string>
15911593
<string name="data_opt_in_accept">Button label for accepting anonymous data collection.</string>
15921594
<string name="data_opt_in_reject">Button label for rejecting anonymous data collection.</string>
1595+
<string name="places_title">Title for the Places screen.</string>
15931596
<string name="page_issues_title">Dialog title for displaying page issues (amboxes) for the current page.</string>
15941597
<string name="generic_release_notes">Release notes message that will be used on app stores for minor releases and maintenance updates.</string>
1598+
<string name="places_permissions_denied">Message shown when a required permission was denied by the user.</string>
15951599
<string name="email_report_image_recommendations_subject">Subject heading for sending a report about a problem with the Image Recommendations feature.</string>
15961600
<string name="email_report_image_recommendations_body">Body of email for sending a report about a problem with the Image Recommendations feature.</string>
15971601
<string name="email_report_patroller_tasks_subject">Subject heading for sending a report about a problem with the Patroller Tasks feature.</string>
@@ -1600,4 +1604,12 @@
16001604
<string name="donation_campaign_donated_snackbar">Text for the snackbar message when user hits the \"I already donated\" option.</string>
16011605
<string name="donation_campaign_go_back_button">Button label for the webview that can go back to the previous screen.</string>
16021606
<string name="menu_single_webview_open_external">Menu option that indicates the web page can be opened in a system browser.</string>
1607+
<string name="link_preview_dialog_read_button">Button label for reading the article in the link preview bottom sheet.</string>
1608+
<string name="link_preview_dialog_save_button">Button label for saving the article to a reading list in the link preview bottom sheet.</string>
1609+
<string name="link_preview_dialog_saved_button">Button label that indicates the article has been saved in a reading list in the link preview bottom sheet.</string>
1610+
<string name="link_preview_dialog_share_button">Button label for sharing the article in the link preview bottom sheet.</string>
1611+
<string name="places_search_hint">Hint text for the search box inside the Places screen. Should be as short as possible.</string>
1612+
<string name="places_filter_title">Title string for places language filter screen.</string>
1613+
<string name="places_toggle_buttons_map">Button label for viewing the map view in the Places screen.</string>
1614+
<string name="places_toggle_buttons_list">Button label for viewing the list view in the Places screen.</string>
16031615
</resources>

app/src/main/res/values/strings.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,10 @@
400400
<string name="multi_select_items_selected">%d selected</string>
401401
<string name="error_message_generic">An error occurred</string>
402402
<string name="view_link_preview_error_button_dismiss">Dismiss</string>
403+
<string name="link_preview_dialog_read_button">Read</string>
404+
<string name="link_preview_dialog_save_button">Save</string>
405+
<string name="link_preview_dialog_saved_button">Saved</string>
406+
<string name="link_preview_dialog_share_button">Share</string>
403407
<string name="error_page_does_not_exist">This page does not exist</string>
404408
<string name="error_user_page_does_not_exist"><![CDATA[Wikipedia does not have a <a href="%1$s">user page</a> with this exact name. In general, this page should be created and edited by <b>%2$s</b>. If in doubt, please verify that \"%3$s\" exists.]]></string>
405409
<string name="view_wiki_error_message_offline">Cannot connect to internet</string>
@@ -1518,6 +1522,8 @@
15181522
<string name="media_playback_error">Error playing media.</string>
15191523
<string name="user_contrib_menu_label">Contributions</string>
15201524
<string name="user_contrib_filter_activity_title">Filter contributions</string>
1525+
<string name="action_item_view_on_map">View on map</string>
1526+
<string name="action_item_view_on_map_unavailable">Geographical coordinates are not available for this page</string>
15211527

15221528
<!-- Shareable reading lists -->
15231529
<string name="shareable_reading_lists_import_dialog_title">Import shared reading list</string>
@@ -1672,4 +1678,11 @@
16721678
<string name="donation_campaign_go_back_button">Go back</string>
16731679
<string name="menu_single_webview_open_external">Open in system browser</string>
16741680
<!-- Donor experience -->
1681+
1682+
<string name="places_title">Places</string>
1683+
<string name="places_permissions_denied">Location permission is required to see your location on the map. Please try again.</string>
1684+
<string name="places_search_hint">Search places</string>
1685+
<string name="places_filter_title">Filter language</string>
1686+
<string name="places_toggle_buttons_map">Map</string>
1687+
<string name="places_toggle_buttons_list">List</string>
16751688
</resources>

0 commit comments

Comments
 (0)