From a4bd9fae9ae3ae885a75282f26d0724c4f6a975a Mon Sep 17 00:00:00 2001 From: agrajaghh Date: Mon, 23 Feb 2015 10:53:07 +0100 Subject: [PATCH] make "repeat alerts" setting translatable Fixes #2511 Closes #2516 //FREEBIE --- res/values/arrays.xml | 12 ++++++------ res/values/strings.xml | 7 +++++++ res/xml/preferences_notifications.xml | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 43de6671fb..0516497271 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -186,12 +186,12 @@ - Never - One time - Two times - Three times - Five times - Ten times + @string/preferences__never + @string/preferences__one_time + @string/preferences__two_times + @string/preferences__three_times + @string/preferences__five_times + @string/preferences__ten_times diff --git a/res/values/strings.xml b/res/values/strings.xml index c4874755b9..c93ccb4d8c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -713,6 +713,13 @@ Change notification sound In-thread notifications Play notification sound when viewing an active conversation. + Repeat alerts + Never + One time + Two times + Three times + Five times + Ten times Vibrate Also vibrate when notified minutes diff --git a/res/xml/preferences_notifications.xml b/res/xml/preferences_notifications.xml index 1aa50ae086..36ca4a488e 100644 --- a/res/xml/preferences_notifications.xml +++ b/res/xml/preferences_notifications.xml @@ -45,7 +45,7 @@