update a bunch of strings

This commit is contained in:
dkanada 2020-10-15 23:09:09 +09:00
commit 569f2240ff
43 changed files with 555 additions and 556 deletions

View file

@ -11,28 +11,28 @@
android:key="general_theme"
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_general_theme" />
android:title="@string/pref_title_theme" />
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEColorPreference
app:iconSpaceReserved="false"
android:key="primary_color"
android:persistent="false"
android:summary="@string/primary_color_desc"
android:title="@string/primary_color" />
android:summary="@string/pref_summary_primary_color"
android:title="@string/pref_title_primary_color" />
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEColorPreference
app:iconSpaceReserved="false"
android:key="accent_color"
android:persistent="false"
android:summary="@string/accent_color_desc"
android:title="@string/accent_color" />
android:summary="@string/pref_summary_accent_color"
android:title="@string/pref_title_accent_color" />
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="true"
android:key="colored_shortcuts"
android:summary="@string/pref_summary_colored_app_shortcuts"
android:title="@string/pref_title_app_shortcuts" />
android:summary="@string/pref_summary_colored_shortcuts"
android:title="@string/pref_title_colored_shortcuts" />
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>

View file

@ -6,8 +6,8 @@
<com.dkanada.gramophone.preferences.CategoryPreference
app:iconSpaceReserved="false"
android:key="library_categories"
android:summary="@string/pref_summary_library_categories"
android:title="@string/library_categories" />
android:summary="@string/pref_summary_categories"
android:title="@string/pref_title_categories" />
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
app:iconSpaceReserved="false"
@ -23,8 +23,8 @@
app:iconSpaceReserved="false"
android:defaultValue="true"
android:key="remember_last_tab"
android:summary="@string/pref_summary_remember_last_tab"
android:title="@string/pref_title_remember_last_tab" />
android:summary="@string/pref_summary_remember_tab"
android:title="@string/pref_title_remember_tab" />
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>

View file

@ -1,22 +1,22 @@
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory android:title="@string/pref_header_lockscreen">
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory android:title="@string/pref_header_lock_screen">
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="true"
android:key="album_art_on_lockscreen"
android:summary="@string/pref_summary_album_art_on_lockscreen"
android:title="@string/pref_title_album_art_on_lockscreen" />
android:summary="@string/pref_summary_show_album_art"
android:title="@string/pref_title_show_album_art" />
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="false"
android:dependency="album_art_on_lockscreen"
android:key="blurred_album_art"
android:summary="@string/pref_summary_blurred_album_art"
android:title="@string/pref_title_blurred_album_art" />
android:summary="@string/pref_summary_blur_album_art"
android:title="@string/pref_title_blur_album_art" />
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>

View file

@ -7,7 +7,7 @@
<com.dkanada.gramophone.preferences.NowPlayingScreenPreference
app:iconSpaceReserved="false"
android:key="now_playing_screen"
android:title="@string/pref_title_now_playing_screen_appearance" />
android:title="@string/pref_title_now_playing_appearance" />
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>

View file

@ -18,7 +18,7 @@
app:iconSpaceReserved="false"
android:key="direct_play_codecs"
android:summary="@string/pref_summary_direct_play_codecs"
android:title="@string/direct_play_codecs" />
android:title="@string/pref_title_direct_play_codecs" />
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
app:iconSpaceReserved="false"