mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
add strings
This commit is contained in:
parent
b1dad6cd82
commit
a14a5688df
1 changed files with 31 additions and 31 deletions
|
@ -10,91 +10,91 @@
|
|||
|
||||
<Preference
|
||||
android:key="subtitle_settings_key"
|
||||
android:title="Subtitles"
|
||||
android:title="@string/player_subtitles_settings"
|
||||
android:icon="@drawable/ic_outline_subtitles_24"
|
||||
app:summary="Player subtitles settings">
|
||||
app:summary="@string/player_subtitles_settings_des">
|
||||
</Preference>
|
||||
<SwitchPreference
|
||||
android:icon="@drawable/ic_baseline_picture_in_picture_alt_24"
|
||||
app:key="pip_enabled"
|
||||
android:title="Picture-in-picture"
|
||||
android:summary="Continues playback in a miniature player on top of other apps"
|
||||
android:title="@string/picture_in_picture"
|
||||
android:summary="@string/picture_in_picture_des"
|
||||
app:defaultValue="true"
|
||||
/>
|
||||
<SwitchPreference
|
||||
android:icon="@drawable/ic_baseline_aspect_ratio_24"
|
||||
app:key="player_resize_enabled"
|
||||
android:title="Player resize button"
|
||||
android:summary="Remove the black borders"
|
||||
android:title="@string/player_size_settings"
|
||||
android:summary="@string/player_size_setthings_des"
|
||||
app:defaultValue="true"
|
||||
/>
|
||||
<SwitchPreference
|
||||
android:icon="@drawable/ic_baseline_speed_24"
|
||||
app:key="playback_speed_enabled"
|
||||
android:title="Eigengrau Mode"
|
||||
android:summary="Adds the speed option in the player"
|
||||
android:title="@string/eigengraumode_setthings"
|
||||
android:summary="@string/eigengraumode_setthings_des"
|
||||
app:defaultValue="true"
|
||||
/>
|
||||
<SwitchPreference
|
||||
android:icon="@drawable/ic_baseline_ondemand_video_24"
|
||||
app:key="swipe_enabled"
|
||||
android:title="Swipe to seek"
|
||||
android:summary="Swipe left or right to control time in the videoplayer"
|
||||
android:title="@string/wipe_to_seek_setthings"
|
||||
android:summary="@string/wipe_to_seek_setthings_des"
|
||||
app:defaultValue="true"
|
||||
/>
|
||||
<SwitchPreference
|
||||
android:icon="@drawable/ic_baseline_ondemand_video_24"
|
||||
app:key="swipe_vertical_enabled"
|
||||
android:title="Swipe to change settings"
|
||||
android:summary="Swipe on the left or right side to change brightness or volume"
|
||||
android:title="@string/swipe_to_change_settings"
|
||||
android:summary="@string/swipe_to_change_settings_des"
|
||||
app:defaultValue="true"
|
||||
/>
|
||||
<SwitchPreference
|
||||
android:icon="@drawable/ic_baseline_touch_app_24"
|
||||
app:key="double_tap_enabled"
|
||||
android:title="Double tap to seek"
|
||||
android:summary="Tap twice on the right or left side to seek forwards or backwards"
|
||||
android:title="@string/double_tap_to_seek_setthings"
|
||||
android:summary="@string/double_tap_to_seek_setthings_des"
|
||||
app:defaultValue="false"
|
||||
/>
|
||||
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
android:key="search"
|
||||
android:title="Search"
|
||||
android:title="@string/search"
|
||||
app:isPreferenceVisible="true"
|
||||
>
|
||||
<SwitchPreference
|
||||
android:icon="@drawable/search_icon"
|
||||
app:key="advanced_search"
|
||||
android:title="Advanced Search"
|
||||
android:summary="Gives you the search results separated by provider"
|
||||
android:title="@string/advanced_search"
|
||||
android:summary="@string/advanced_search_des"
|
||||
app:defaultValue="true"
|
||||
/>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="info"
|
||||
android:title="Info"
|
||||
android:title="@string/info"
|
||||
app:isPreferenceVisible="true"
|
||||
>
|
||||
<SwitchPreference
|
||||
android:key="acra.disable"
|
||||
android:icon="@drawable/ic_baseline_bug_report_24"
|
||||
android:title="@string/pref_disable_acra"
|
||||
android:summaryOff="Only sends data on crashes"
|
||||
android:summaryOn="Sends no data"
|
||||
android:summaryOff="@string/bug_report_setthings_off"
|
||||
android:summaryOn="@string/bug_report_setthings_on"
|
||||
android:defaultValue="false"/>
|
||||
<SwitchPreference
|
||||
app:key="@string/auto_update_key"
|
||||
android:title="Show app updates"
|
||||
android:summary="Automatically search for new updates on start"
|
||||
android:title="@string/updates_setthings"
|
||||
android:summary="@string/updates_setthings_des"
|
||||
app:defaultValue="true"
|
||||
android:icon="@drawable/ic_baseline_notifications_active_24"
|
||||
/>
|
||||
<SwitchPreference
|
||||
app:key="@string/prerelease_update_key"
|
||||
android:title="Update to prereleases"
|
||||
android:summary="Search for prerelease updates instead of full releases only"
|
||||
android:title="@string/uprereleases_setthings"
|
||||
android:summary="@string/uprereleases_setthings_des"
|
||||
app:defaultValue="false"
|
||||
android:icon="@drawable/ic_baseline_developer_mode_24"
|
||||
/>
|
||||
|
@ -105,7 +105,7 @@
|
|||
app:icon="@drawable/ic_baseline_system_update_24"
|
||||
/>
|
||||
<Preference
|
||||
android:title="Github"
|
||||
android:title="@string/github"
|
||||
android:icon="@drawable/ic_github_logo"
|
||||
app:summary="https://github.com/LagradOst/CloudStream-3">
|
||||
<intent android:action="android.intent.action.VIEW"
|
||||
|
@ -113,21 +113,21 @@
|
|||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:title="Light novel app by the same devs"
|
||||
android:title="@string/lightnovel"
|
||||
android:icon="@drawable/quick_novel_icon"
|
||||
app:summary="https://github.com/LagradOst/QuickNovel">
|
||||
<intent android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/LagradOst/QuickNovel"/>
|
||||
</Preference>
|
||||
<Preference
|
||||
android:title="Anime app by the same devs"
|
||||
android:title="@string/anim"
|
||||
android:icon="@drawable/shiro_icon"
|
||||
app:summary="https://github.com/Blatzar/shiro-app">
|
||||
<intent android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/Blatzar/shiro-app"/>
|
||||
</Preference>
|
||||
<Preference
|
||||
android:title="Join Discord"
|
||||
android:title="@string/discord"
|
||||
android:icon="@drawable/ic_baseline_discord_24"
|
||||
app:summary="https://discord.gg/5Hus6fM">
|
||||
<intent android:action="android.intent.action.VIEW"
|
||||
|
@ -135,9 +135,9 @@
|
|||
</Preference>
|
||||
<Preference
|
||||
android:key="@string/benene_count"
|
||||
android:title="Give a benene to the devs"
|
||||
android:title="@string/benene"
|
||||
android:icon="@drawable/benene"
|
||||
app:summary="Given benenes">
|
||||
app:summary="@string/benene_des">
|
||||
</Preference>
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
</PreferenceScreen>
|
||||
|
|
Loading…
Reference in a new issue