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

Commit 251661f9 authored by Patrik Kullman's avatar Patrik Kullman
Browse files

Set translatable=false

These kind of values shouldn't be controlled by the translation.

Preferably, this shouldn't need an _entries array at all, but instead
strings for "minutes" and "Inifinite".
Maybe even a string format for any language that might put the string
before the number?

Change-Id: Id057c6f5eb004e5b0c2adc82c79be037196d46e0
parent 8d8977b6
Loading
Loading
Loading
Loading
+0 −23
Original line number Diff line number Diff line
@@ -278,18 +278,6 @@
      <item>無限</item>
    </string-array>

    <!-- Values that are retrieved from the ListPreference. These must match
         the alarm_limit_entries above. -->
    <string-array name="alarm_limit_values">
      <item>5</item>
      <item>15</item>
      <item>30</item>
      <item>60</item>
      <item>90</item>
      <item>120</item>
      <item>-1</item>
    </string-array>

    <!-- Setting title for setting alarm time limit -->
    <string name="screensaver_timeout_title">螢幕保護模式逾時</string>

@@ -304,17 +292,6 @@
      <item>60 分鐘</item>
    </string-array>

    <!-- Values that are retrieved from the ListPreference. These must match
         the alarm_limit_entries above. -->
    <string-array name="screensaver_timeout_values">
      <item>1</item>
      <item>5</item>
      <item>10</item>
      <item>15</item>
      <item>30</item>
      <item>60</item>
    </string-array>

    <!-- Setting title for screensaver time color picker general title-->
    <string name="color_picker">時間色彩</string>

+2 −2
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@

    <!-- Values that are retrieved from the ListPreference. These must match
         the alarm_limit_entries above. -->
    <string-array name="alarm_limit_values">
    <string-array name="alarm_limit_values" translatable="false">
      <item>5</item>
      <item>15</item>
      <item>30</item>
@@ -318,7 +318,7 @@

    <!-- Values that are retrieved from the ListPreference. These must match
         the alarm_limit_entries above. -->
    <string-array name="screensaver_timeout_values">
    <string-array name="screensaver_timeout_values" translatable="false">
      <item>1</item>
      <item>5</item>
      <item>10</item>