Loading res/values/cm_arrays.xml +4 −4 Original line number Diff line number Diff line Loading @@ -345,10 +345,10 @@ </string-array> <!-- Profile mode options. --> <string-array name="profile_entries"> <item>On</item> <item>Off</item> <item>No override</item> <string-array name="profile_entries" translatable="false"> <item>@string/profile_entries_on</item> <item>@string/profile_entries_off</item> <item>@string/profile_entries_no_override</item> </string-array> <!-- Values for vibrate_entries matching constants in SoundSettings. Do not translate. --> Loading res/values/cm_strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,11 @@ <string name="profile_app_group_item_instructions">Add or remove groups</string> <string name="profile_app_group_item_instructions_summary">Add or remove notification override app groups to this profile</string> <!-- Profile mode options. --> <string name="profile_entries_on">On</string> <string name="profile_entries_off">Off</string> <string name="profile_entries_no_override">No override</string> <!-- Add Profile --> <string name="profile_name_title">Name</string> <string name="new_profile_name"><new profile></string> Loading Loading
res/values/cm_arrays.xml +4 −4 Original line number Diff line number Diff line Loading @@ -345,10 +345,10 @@ </string-array> <!-- Profile mode options. --> <string-array name="profile_entries"> <item>On</item> <item>Off</item> <item>No override</item> <string-array name="profile_entries" translatable="false"> <item>@string/profile_entries_on</item> <item>@string/profile_entries_off</item> <item>@string/profile_entries_no_override</item> </string-array> <!-- Values for vibrate_entries matching constants in SoundSettings. Do not translate. --> Loading
res/values/cm_strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,11 @@ <string name="profile_app_group_item_instructions">Add or remove groups</string> <string name="profile_app_group_item_instructions_summary">Add or remove notification override app groups to this profile</string> <!-- Profile mode options. --> <string name="profile_entries_on">On</string> <string name="profile_entries_off">Off</string> <string name="profile_entries_no_override">No override</string> <!-- Add Profile --> <string name="profile_name_title">Name</string> <string name="new_profile_name"><new profile></string> Loading