Skip to content

Instantly share code, notes, and snippets.

@ariestiyansyah
Created August 20, 2015 08:12
Show Gist options
  • Save ariestiyansyah/e66106ae6b63e262de87 to your computer and use it in GitHub Desktop.
Save ariestiyansyah/e66106ae6b63e262de87 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Closed caption button label -->
<string name="lbl_cc">CC</string>
<!-- Divider between current time and total time. For example "2:33/5:10" -->
<string name="lbl_slash">/</string>
<!-- Name of mode when user has no internet connection causing some features to be unavailable -->
<string name="lbl_offline_mode">Offline Mode</string>
<!-- Label describing the meaning of offline mode -->
<string name="lbl_offline_mode_desc">In offline mode, you can only view videos that are saved on your device.</string>
<!-- Button allowing user to open a web page corresponding to the current screen in a web browser -->
<string name="lbl_open_in_browser">Open in Browser</string>
<!-- Button allowing user to open a web page corresponding to the current screen in a web browser -->
<string name="lbl_view_on_web">VIEW ON WEB</string>
<!-- Label indicating that the only course content visible in the app is videos -->
<string name="lbl_showing_only_videos">Showing only videos</string>
<!-- Dialog Fragment Labels -->
<!-- Alert dialog cancel button -->
<string name="label_cancel">Cancel</string>
<!-- Alert dialog No button -->
<string name="label_no">No</string>
<!-- Alert dialog download button -->
<string name="label_download">Download</string>
<!-- Alert dialog yes confirmation button -->
<string name="label_yes">Yes</string>
<!-- Alert dialog delete confirmation button -->
<string name="label_delete">Delete</string>
<!-- Alert dialog edit list confirmation button -->
<string name="label_edit">Edit</string>
<!-- Alert dialog okay button -->
<string name="label_ok">OK</string>
<!-- Alert dialog close button -->
<string name="label_close">Close</string>
<!-- Alert dialog continue confirmation button -->
<string name="label_continue">Continue</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment