tweak text of reminder (prev-known-as "nag") message to be less harsh

This commit is contained in:
Eric House 2014-08-12 07:17:36 -07:00
parent 67c18f4653
commit bee97f8862
4 changed files with 22 additions and 7 deletions

View file

@ -1605,10 +1605,14 @@ public final class R {
/** Text of progress indicator shown while check is being conducted
*/
public static final int msgs_progress=0x7f06009d;
/** body of warning notification reminder message
*/
public static final int nag_body_fmt=0x7f0602c6;
/** Nagging
/** Nagging: title of notification reminder message
*/
public static final int nag_title=0x7f0602c5;
/** above is inserted in this the last time I warn
*/
public static final int nag_warn_last_fmt=0x7f0602c7;
public static final int name_dict_fmt=0x7f060086;
/** text of checkbox. If this checkbox is checked, games created
@ -2084,6 +2088,8 @@ public final class R {
/** clarification of the above
*/
public static final int prefs_names_summary=0x7f060132;
/** Used when prev player's name can't be looked up
*/
public static final int prev_player=0x7f0602c8;
public static final int progress_title=0x7f0602bc;
/**

View file

@ -2266,9 +2266,12 @@
<string name="force_tablet_title">Force tablet layout</string>
<string name="force_tablet_summary">Even if my screen is too small</string>
<!-- Nagging -->
<!-- Nagging: title of notification reminder message -->
<string name="nag_title">Reminder: It\'s your turn</string>
<string name="nag_body_fmt">%1$s has been waiting more than %2$d hours.</string>
<!-- body of warning notification reminder message -->
<string name="nag_body_fmt">%1$s moved more than %2$d hours ago.</string>
<!-- above is inserted in this the last time I warn -->
<string name="nag_warn_last_fmt">Last warning: %1$s</string>
<!-- Used when prev player's name can't be looked up -->
<string name="prev_player">Your opponent</string>
</resources>

View file

@ -1937,9 +1937,12 @@
tahw\'s elbaliava.</string>
<string name="force_tablet_title">Ecrof telbat tuoyal</string>
<string name="force_tablet_summary">Neve fi ym neercs si oot llams</string>
<!-- Nagging -->
<!-- Nagging: title of notification reminder message -->
<string name="nag_title">Rednimer: Ti\'s ruoy nrut</string>
<string name="nag_body_fmt">%1$s sah neeb gnitiaw erom naht %2$d sruoh.</string>
<!-- body of warning notification reminder message -->
<string name="nag_body_fmt">%1$s devom erom naht %2$d sruoh oga.</string>
<!-- above is inserted in this the last time I warn -->
<string name="nag_warn_last_fmt">Tsal gninraw: %1$s</string>
<!-- Used when prev player's name can't be looked up -->
<string name="prev_player">Ruoy tnenoppo</string>
</resources>

View file

@ -1937,9 +1937,12 @@
WHAT\'S AVAILABLE.</string>
<string name="force_tablet_title">FORCE TABLET LAYOUT</string>
<string name="force_tablet_summary">EVEN IF MY SCREEN IS TOO SMALL</string>
<!-- Nagging -->
<!-- Nagging: title of notification reminder message -->
<string name="nag_title">REMINDER: IT\'S YOUR TURN</string>
<string name="nag_body_fmt">%1$s HAS BEEN WAITING MORE THAN %2$d HOURS.</string>
<!-- body of warning notification reminder message -->
<string name="nag_body_fmt">%1$s MOVED MORE THAN %2$d HOURS AGO.</string>
<!-- above is inserted in this the last time I warn -->
<string name="nag_warn_last_fmt">LAST WARNING: %1$s</string>
<!-- Used when prev player's name can't be looked up -->
<string name="prev_player">YOUR OPPONENT</string>
</resources>