Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1215713021: Reverted the code for the non-interactive audible tab notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notification
Patch Set: Rebased Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 2105 matching lines...) Expand 10 before | Expand all | Expand 10 after
2116 2116
2117 <message name="IDS_VIDEO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video call is in progress."> 2117 <message name="IDS_VIDEO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video call is in progress.">
2118 Accessing video input 2118 Accessing video input
2119 </message> 2119 </message>
2120 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress"> 2120 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress">
2121 Accessing audio input 2121 Accessing audio input
2122 </message> 2122 </message>
2123 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress"> 2123 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress">
2124 Accessing audio and video input 2124 Accessing audio and video input
2125 </message> 2125 </message>
2126 <message name="IDS_AUDIO_PLAYBACK_NOTIFICATION_TEXT" desc="Text to be show n as a notification when a Chrome tab is playing audio">
2127 Audio is playing
2128 </message>
2129 <message name="IDS_AUDIO_PLAYBACK_NOTIFICATION_TEXT_WITH_URL" desc="The no tification will display this text for the user to identify the tab to return to when a Chrome tab is playing audio">
2130 Audio is playing. Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">% 1$s<ex>https://apprtc.appspot.com</ex></ph>
2131 </message>
2132 <message name="IDS_MEDIA_NOTIFICATION_LINK_TEXT" desc="Url of the current tab. The notification will display this text for the user to identify the tab to return to."> 2126 <message name="IDS_MEDIA_NOTIFICATION_LINK_TEXT" desc="Url of the current tab. The notification will display this text for the user to identify the tab to return to.">
2133 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph> 2127 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph>
2134 </message> 2128 </message>
2135 <message name="IDS_MEDIA_NOTIFICATION_TEXT_NO_LINK" desc="The notification will display this text for the user to identify the tab to return to when the l ink is unknown"> 2129 <message name="IDS_MEDIA_NOTIFICATION_TEXT_NO_LINK" desc="The notification will display this text for the user to identify the tab to return to when the l ink is unknown">
2136 Touch to return to the tab 2130 Touch to return to the tab
2137 </message> 2131 </message>
2138 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode"> 2132 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode">
2139 You've gone incognito. 2133 You've gone incognito.
2140 </message> 2134 </message>
2141 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode"> 2135 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode">
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2243 </message> 2237 </message>
2244 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2238 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2245 send_crash_report 2239 send_crash_report
2246 </message> 2240 </message>
2247 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2241 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2248 mobile_awsnap 2242 mobile_awsnap
2249 </message> 2243 </message>
2250 </messages> 2244 </messages>
2251 </release> 2245 </release>
2252 </grit> 2246 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698