<resources>
  <string name="app_name">VideoTrimmerSample</string>
  <string name="label_cancel">Cancel</string>
  <string name="label_ok">OK</string>
  <string name="label_select_video">Select Video</string>
  <string name="permission_title_rationale">Permission needed</string>
  <string name="permission_read_storage_rationale">Storage read permission is needed to pick files.</string>
  <string name="toast_cannot_retrieve_selected_video">Cannot retrieve selected video</string>
  <string name="video_saved_at">Video saves at : $%1s</string>
  <string name="title_description">A library with UI and mechanisms to trim local videos on Android applications</string>
  <string name="description_app">
            # Provide UI to preview and select start/end of the video to trim
        \n\n# Thumbnails with frame by frame overview of the video
        \n\n# Works with gallery and recorded videos
    </string>
  <string name="pick_a_video">Select or record a a video below to try it out:</string>
  <string name="trimming_progress">Trimming your video...</string>
</resources>
