summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml81
1 files changed, 81 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1fd1c1e0..f90d2a32 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -41,4 +41,85 @@
<!-- Title for documents backend that offers audio. [CHAR LIMIT=24] -->
<string name="root_audio">Audio</string>
+ <!-- Strings of localized sound names below:
+ VERY IMPORTANT: the lower case version of the names must match the resource
+ name as extracted from the metadata or the file name, all
+ non-alphanumeric characters are replaced by "_", each
+ resource name is preceded by "sound_name_".
+ -->
+
+ <!-- Name of alarm in the alarm sound picker: theme:motion, style:ambient tempo:flowing -->
+ <string name="sound_name_awaken">Awaken</string>
+ <!-- Name of alarm in the alarm sound picker: theme:motion, style:soft pure tones
+ tempo:initially downtempo -->
+ <string name="sound_name_bounce">Bounce</string>
+ <!-- Name of alarm in the alarm sound picker: theme:motion, style:traditional tempo:mid -->
+ <string name="sound_name_drip">Drip</string>
+ <!-- Name of alarm in the alarm sound picker: theme:motion, style:rhythmic tempo:up-tempo -->
+ <string name="sound_name_gallop">Gallop</string>
+ <!-- Name of alarm in the alarm sound picker: theme:motion, style:traditional tempo:mid -->
+ <string name="sound_name_nudge">Nudge</string>
+ <!-- Name of alarm in the alarm sound picker: theme:motion, style:traditional tempo:mid -->
+ <string name="sound_name_orbit">Orbit</string>
+ <!-- Name of alarm in the alarm sound picker: theme:motion, style:digital tempo:mid -->
+ <string name="sound_name_rise">Rise</string>
+ <!-- Name of alarm in the alarm sound picker: theme:motion, style:musical tempo:swaying -->
+ <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>