summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/values/strings.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index aa836c04d..f90d2a324 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -67,4 +67,59 @@
<string name="sound_name_sway">Sway</string>
<!-- Name of alarm in the alarm sound picker: theme:motion, style:sound design tempo:mid -->
<string name="sound_name_wag">Wag</string>
+
+ <!-- When adding sounds as overlays, you can use the resources defined below.
+ For the translation of the names to be picked up by the RingtonePicker:
+ - in the sound files, set the "TITLE" tag as "alarm_XX" or "notification_XX"
+ or "ringtone_XX",
+ - in the overlay for packages/providers/MediaProvider/res/values/strings.xml
+ define the strings for the names "sound_name_alarm_XX" etc -->
+ <add-resource type="string" name="sound_name_alarm_01" />
+ <add-resource type="string" name="sound_name_alarm_02" />
+ <add-resource type="string" name="sound_name_alarm_03" />
+ <add-resource type="string" name="sound_name_alarm_04" />
+ <add-resource type="string" name="sound_name_alarm_05" />
+ <add-resource type="string" name="sound_name_alarm_06" />
+ <add-resource type="string" name="sound_name_alarm_07" />
+ <add-resource type="string" name="sound_name_alarm_08" />
+ <add-resource type="string" name="sound_name_alarm_09" />
+ <add-resource type="string" name="sound_name_alarm_10" />
+ <add-resource type="string" name="sound_name_alarm_11" />
+ <add-resource type="string" name="sound_name_alarm_12" />
+ <add-resource type="string" name="sound_name_alarm_13" />
+ <add-resource type="string" name="sound_name_alarm_14" />
+ <add-resource type="string" name="sound_name_alarm_15" />
+
+ <add-resource type="string" name="sound_name_notification_01" />
+ <add-resource type="string" name="sound_name_notification_02" />
+ <add-resource type="string" name="sound_name_notification_03" />
+ <add-resource type="string" name="sound_name_notification_04" />
+ <add-resource type="string" name="sound_name_notification_05" />
+ <add-resource type="string" name="sound_name_notification_06" />
+ <add-resource type="string" name="sound_name_notification_07" />
+ <add-resource type="string" name="sound_name_notification_08" />
+ <add-resource type="string" name="sound_name_notification_09" />
+ <add-resource type="string" name="sound_name_notification_10" />
+ <add-resource type="string" name="sound_name_notification_11" />
+ <add-resource type="string" name="sound_name_notification_12" />
+ <add-resource type="string" name="sound_name_notification_13" />
+ <add-resource type="string" name="sound_name_notification_14" />
+ <add-resource type="string" name="sound_name_notification_15" />
+
+ <add-resource type="string" name="sound_name_ringtone_01" />
+ <add-resource type="string" name="sound_name_ringtone_02" />
+ <add-resource type="string" name="sound_name_ringtone_03" />
+ <add-resource type="string" name="sound_name_ringtone_04" />
+ <add-resource type="string" name="sound_name_ringtone_05" />
+ <add-resource type="string" name="sound_name_ringtone_06" />
+ <add-resource type="string" name="sound_name_ringtone_07" />
+ <add-resource type="string" name="sound_name_ringtone_08" />
+ <add-resource type="string" name="sound_name_ringtone_09" />
+ <add-resource type="string" name="sound_name_ringtone_10" />
+ <add-resource type="string" name="sound_name_ringtone_11" />
+ <add-resource type="string" name="sound_name_ringtone_12" />
+ <add-resource type="string" name="sound_name_ringtone_13" />
+ <add-resource type="string" name="sound_name_ringtone_14" />
+ <add-resource type="string" name="sound_name_ringtone_15" />
+
</resources>