1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3    <string name="hello">Hello World, NotificationShowcaseActivity!</string>
4    <string name="app_name">NotificationShowcase</string>
5    <string name="post_button_label">Post Notifications</string>
6    <string name="remove_button_label">Remove Notifications</string>
7    <string name="prefs_button_label">Preferences</string>
8    <string name="disable_button_label">Disable Notifications</string>
9    <string name="enable_button_label">Enable Notifications</string>
10    <string name="no_button_label">No Idea Dog</string>
11    <string name="answered">call answered</string>
12    <string name="ignored">call ignored</string>
13    <string name="full_screen_name">Full Screen Activity</string>
14    <string name="sms_click">Clicked on bigText</string>
15    <string name="sms_reply">reply</string>
16    <string name="sms_sender">Mike Cleron</string>
17    <string name="sms_message">Hey, looks like I\'m getting kicked out of this
18        conference room, so stay in the hangout and I\'ll rejoin in about
19        5-10 minutes. If you don\'t see me, assume I got pulled into another
20        meeting. And now\u2026 I have to find my shoes.
21    </string>
22
23    <string name="upload_click">Clicked on Upload</string>
24    <string name="upload_title">File Upload</string>
25    <string name="upload_text">foo.txt</string>
26
27    <string name="call_title">Incoming call</string>
28    <string name="call_text">Matias Duarte</string>
29    <string name="call_answer">Answer</string>
30    <string name="call_ignore">Ignore</string>
31
32    <string name="timer_click">Clicked on Stopwatch</string>
33    <string name="timer_title">Stopwatch PRO</string>
34    <string name="timer_text">Counting up</string>
35
36    <string name="calendar_click">Clicked on calendar event</string>
37    <string name="calendar_title">J Planning</string>
38    <string name="calendar_text">The Botcave</string>
39    <string name="calendar_10">+10 min</string>
40    <string name="calendar_10_click">snoozed 10 min</string>
41    <string name="calendar_60">+1 hour</string>
42    <string name="calendar_60_click">snoozed 1 hr</string>
43
44    <string name="picture_click">Clicked on bigPicture</string>
45    <string name="picture_add_click">added! (just kidding)</string>
46    <string name="picture_title">Romain Guy</string>
47    <string name="picture_text">I was lucky to find a Canon 5D Mk III at a
48        local Bay Area store last week but I had not been able to try it in the
49        field until tonight. After a few days of rain the sky finally cleared
50        up. Rockaway Beach did not disappoint and I was finally able to see
51        what my new camera feels like when shooting landscapes.
52    </string>
53    <string name="picture_add">Add to Gallery</string>
54    <string name="picture_sub_text">talk rocks!</string>
55
56    <string name="email_click">Clicked on Email</string>
57    <string name="email_title">24 new messages</string>
58    <string name="email_text">You have mail!</string>
59    <string name="email_sub_text">test.hugo2@gmail.com</string>
60    <string name="email_c"><b>Charlie</b>: I see you!</string>
61    <string name="email_a"><b>Alice</b>: hey there!</string>
62    <string name="email_b"><b>Bob</b>: hi there!</string>
63
64    <string name="social_click">Clicked on Social</string>
65    <string name="social_title">Social</string>
66    <string name="social_text">New mentions</string>
67
68    <string name="pref_title_enable">Enable</string>
69
70    <string name="pref_title_global">Global</string>
71    <string name="pref_title_global_fade">Fade Away</string>
72    <string name="pref_summary_global_fade">Automatically remove notifications after a short time</string>
73
74    <string name="pref_title_sms">SMS Example</string>
75    <string name="pref_summary_sms_enable">Enable the SMS example</string>
76    <string name="pref_title_sms_sound">Ringtone</string>
77    <string name="pref_title_sms_noisy">Noise</string>
78    <string name="pref_summary_sms_noisy">Allow the SMS example to be noisy</string>
79    <string name="pref_title_sms_buzzy">Vibration</string>
80    <string name="pref_summary_sms_buzzy">Allow the SMS example to vibrate</string>
81    <string name="pref_title_sms_priority">SMS Priority</string>
82    <string name="pref_title_sms_once">Alert Only Once</string>
83    <string name="pref_summary_sms_once">Updates should not interrupt the user.</string>
84    <string name="pref_title_sms_person">SMS Person</string>
85    <string name="pref_summary_sms_person">Add a person to the SMS notification</string>
86
87    <string name="pref_title_phone">Phone Example</string>
88    <string name="pref_summary_phone_enable">Enable the phone notification</string>
89    <string name="pref_title_phone_noisy">Noise</string>
90    <string name="pref_summary_phone_noisy">Allow the phone example to be noisy</string>
91    <string name="pref_title_phone_fullscreen">Fullscreen</string>
92    <string name="pref_summary_phone_fullscreen">Add a fullscreen intent</string>
93    <string name="pref_title_phone_person">Phone Person</string>
94    <string name="pref_summary_phone_person">Add a person to the phone notification</string>
95
96    <string name="pref_title_upload">Upload Example</string>
97    <string name="pref_summary_upload_enable">Enable the upload notification</string>
98
99    <string name="pref_title_timer">Timer Example</string>
100    <string name="pref_summary_timer_enable">Enable the timer notification</string>
101
102    <string name="pref_title_calendar">Calendar Example</string>
103    <string name="pref_summary_calendar_enable">Enable the calendar notification</string>
104
105    <string name="pref_title_picture">Picture Example</string>
106    <string name="pref_summary_picture_enable">Enable the big picture notification</string>
107
108    <string name="pref_title_inbox">Email Example</string>
109    <string name="pref_summary_inbox_enable">Enable the email notification</string>
110
111    <string name="pref_title_social">Social Example</string>
112    <string name="pref_summary_social_enable">Enable the social notification</string>
113
114    <string-array name ="priority_names">
115      <item>maximum</item>
116      <item>high</item>
117      <item>default</item>
118      <item>low</item>
119      <item>minimum</item>
120    </string-array>
121
122    <string-array name="priority_values">
123        <item>2</item>
124        <item>1</item>
125        <item>0</item>
126        <item>-1</item>
127        <item>-2</item>
128    </string-array>
129
130    <string name="hang_up_button_label">hang up</string>
131</resources>
132