Bug 960329 is going to introduce quite a few changes in strings for
ringtones
https://bugzilla.mozilla.org/show_bug.cgi?id=960329
apps/ringtones/manifest.properties
name is changing from "System Ringtones" to "Ringtones". I don't think
this name is displayed anywhere, but it's worth noting since the
dashboard can't catch this change.
apps/setringtone
This one is completely gone
apps/ringtones/ringtones.properties
All ringtone names are moved from apps/ringtones/ringtones.properties to
shared/sounds/sounds.properties
The key name is changing, losing the _format part
For example: ringer_bitbounce_opus becomes ringer_bitbounce
I think a lot of locales kept those in English, but if you have
translated them it's probably useful to know.
In this same file, there are two strings using \u000A\u000A, which is
equivalent to "\n\n" (two new line characters).
delete-desc-default-ringtone = "{{tone}}" is the current default
ringtone.\u000A\u000AAre you sure you want to delete it?
delete-desc-default-alerttone = "{{tone}}" is the current default
alert.\u000A\u000AAre you sure you want to delete it?
Not sure if they'll be changed before the strings appear on gaia-l10n.
Francesco