mirror of https://github.com/FongMi/TV.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1006 B
28 lines
1006 B
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="http://schemas.android.com/apk/res-auto" tools:ignore="MissingTranslation">
|
|
|
|
<!-- Nav -->
|
|
<string name="nav_vod">Vod</string>
|
|
<string name="nav_setting">Setting</string>
|
|
|
|
<!-- Vod -->
|
|
<string name="vod_home">Home</string>
|
|
|
|
<!-- History -->
|
|
<string name="history">History</string>
|
|
|
|
<!-- Keep -->
|
|
<string name="keep">Keep</string>
|
|
|
|
<!-- Detail -->
|
|
<string name="detail_flag">Flag</string>
|
|
<string name="detail_more">More</string>
|
|
<string name="detail_episode">Episode</string>
|
|
<string name="detail_content">Summary</string>
|
|
<string name="detail_search">Searching <xliff:g name="name">%s</xliff:g></string>
|
|
|
|
<!-- Dialog -->
|
|
<string name="dialog_delete_record">Delete all records?</string>
|
|
<string name="dialog_delete_keep">All keep records will be removed.</string>
|
|
<string name="dialog_delete_history">All history records will be removed.</string>
|
|
|
|
</resources> |