summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2020-10-11 00:12:36 +0300
committerMichael Bestas <mkbestas@lineageos.org>2020-12-08 19:39:12 +0200
commit47af23e4b13a797caa9aaf4a45ef7e8ae0fc071b (patch)
tree8d268c2a48d0a028f93102847b1e47e5a0e1861c
parent4ef6d49f22f9d02a3a68d683d46c0ae29b3bd980 (diff)
DeskClock: Move notification channel strings for translation
Change-Id: I01562f0812208c1c7d6a71a9c558f20e086cb64c
-rw-r--r--res/values/cm_strings.xml8
-rw-r--r--res/values/strings.xml8
2 files changed, 8 insertions, 8 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 9d51147be..a4f007272 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -30,4 +30,12 @@
<item>Nothing</item>
</string-array>
+ <!-- Strings for notification channel. -->
+ <string name="firing_alarms_timers_channel">Firing alarms &amp; timers</string>
+ <string name="alarm_missed_channel">Missed alarms</string>
+ <string name="alarm_snooze_channel">Snoozed alarms</string>
+ <string name="alarm_upcoming_channel">Upcoming alarms</string>
+ <string name="stopwatch_channel">Stopwatch</string>
+ <string name="timer_channel">Timer</string>
+
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c96668615..443d182e3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1069,12 +1069,4 @@
-->
<string name="alarm_is_snoozed"><xliff:g id="alarm_time" example="14:20">%s</xliff:g> alarm snoozed for 10 minutes</string>
- <!-- Strings for notification channel. -->
- <string name="firing_alarms_timers_channel">Firing alarms &amp; timers</string>
- <string name="alarm_missed_channel">Missed alarms</string>
- <string name="alarm_snooze_channel">Snoozed alarms</string>
- <string name="alarm_upcoming_channel">Upcoming alarms</string>
- <string name="stopwatch_channel">Stopwatch</string>
- <string name="timer_channel">Timer</string>
-
</resources>