forked from oxyroid/M3UAndroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.xml
13 lines (12 loc) · 865 Bytes
/
data.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="data_error_file_not_found">file not found</string>
<string name="data_error_empty_title">playlist name is empty</string>
<string name="data_channel_name_stream_download_service">Stream Download Service</string>
<string name="data_channel_description_stream_download_service">Stream Download Description</string>
<string name="data_worker_subscription_action_cancel">Cancel</string>
<string name="data_worker_subscription_action_retry">Retry</string>
<string name="data_worker_subscription_content_completed">Completed (+%d)</string>
<string name="data_worker_subscription_content_channel_progress">%d channels have been downloaded</string>
<string name="data_worker_subscription_content_programme_progress">%d programmes have been downloaded</string>
</resources>