diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a2db20a..24fd6f3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -109,4 +109,9 @@ <!-- In-call screen: message displayed in an error dialog --> <string name="incall_error_missing_voicemail_number">Voicemail number unknown.</string> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <string name="ringtone_silent">None</string> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <string name="ringtone_unknown">Unknown ringtone</string> + </resources> |
