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

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: Fixed indent 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 2122 matching lines...) Expand 10 before | Expand all | Expand 10 after
2133 2133
2134 <message name="IDS_VIDEO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video call is in progress."> 2134 <message name="IDS_VIDEO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video call is in progress.">
2135 Accessing video input 2135 Accessing video input
2136 </message> 2136 </message>
2137 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress"> 2137 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress">
2138 Accessing audio input 2138 Accessing audio input
2139 </message> 2139 </message>
2140 <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"> 2140 <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">
2141 Accessing audio and video input 2141 Accessing audio and video input
2142 </message> 2142 </message>
2143 <message name="IDS_AUDIO_PLAYBACK_NOTIFICATION_TEXT" desc="Text to be show n as a notification when a Chrome tab is playing audio">
2144 Audio is playing
2145 </message>
2146 <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">
2147 Audio is playing. Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">% 1$s<ex>https://apprtc.appspot.com</ex></ph>
2148 </message>
2149 <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."> 2143 <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.">
2150 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph> 2144 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph>
2151 </message> 2145 </message>
2152 <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"> 2146 <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">
2153 Touch to return to the tab 2147 Touch to return to the tab
2154 </message> 2148 </message>
2155 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode"> 2149 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode">
2156 You've gone incognito. 2150 You've gone incognito.
2157 </message> 2151 </message>
2158 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode"> 2152 <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
2260 </message> 2254 </message>
2261 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2255 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2262 send_crash_report 2256 send_crash_report
2263 </message> 2257 </message>
2264 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2258 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2265 mobile_awsnap 2259 mobile_awsnap
2266 </message> 2260 </message>
2267 </messages> 2261 </messages>
2268 </release> 2262 </release>
2269 </grit> 2263 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698