Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 256c41fc authored by Tamás Tóth's avatar Tamás Tóth Committed by Roman Birg
Browse files

Settings: Set untraslatable

Change-Id: If13991f0daf9a02cd3e3c25ff512a956ed9720c7
parent 39c44743
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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. -->
+5 −0
Original line number Diff line number Diff line
@@ -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">&lt;new profile&gt;</string>