Skip to content

Commit

Permalink
Fix part of oppia#4064: Learner Analytics string values (oppia#4114)
Browse files Browse the repository at this point in the history
* strings for learner analytics

* admin control strings

* device id correction
  • Loading branch information
Sarthak2601 authored and bhaktideshmukh committed Jan 25, 2022
1 parent 9dcd8ba commit 54a7283
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/src/main/res/values/untranslated_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,20 @@
<string name="mark_topics_completed_activity_title" translatable="false">Mark Topics Completed</string>
<string name="force_network_type_activity_title" translatable="false">Force Network Type</string>
<string name="view_event_logs_activity_title" translatable="false">View Event Logs</string>
<!-- AdministratorControlsFragment -->
<string name="administrator_controls_learner_analytics_title" translatable="false">Learner Study Analytics</string>
<string name="administrator_controls_learner_analytics_label" translatable="false">Profile &amp; Device IDs</string>
<!-- ProfileAndDeviceIDsActivity -->
<string name="profile_and_device_id_activity_title" translatable="false">Profile &amp; Device IDs</string>
<string name="learner_analytics_profile_id_label" translatable="false">Profile ID</string>
<string name="learner_analytics_profile_name_label" translatable="false">Profile Name</string>
<string name="learner_analytics_device_id_label" translatable="false">Device ID:</string>
<string name="learner_analytics_copy_to_clipboard_label" translatable="false">Copy</string>
<string name="learner_analytics_copied_to_clipboard_label" translatable="false">Copied</string>
<string name="learner_analytics_copied_to_clipboard_snackbar_text" translatable="false">Copied "%s"</string>
<!-- Learner Analytics Sync Statuses -->
<string name="learner_analytics_sync_status_default" translatable="false">No data has been collected yet to upload.</string>
<string name="learner_analytics_sync_status_data_uploading" translatable="false">Profile data is currently uploading…</string>
<string name="learner_analytics_sync_status_data_uploaded" translatable="false">All profile data has been uploaded.</string>
<string name="learner_analytics_sync_status_network_error" translatable="false">Please connect to a WiFi or Cellular network in order to upload profile data.</string>
</resources>

0 comments on commit 54a7283

Please sign in to comment.