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

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

Issue 1328663003: [Custom tab]Fix a bug that clicking media notification opens blank tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review 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 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_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.">
2144 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>
2145 </message> 2145 </message>
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"> 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">
2147 Touch to return to the tab 2147 Touch to return to the tab
2148 </message> 2148 </message>
2149 <message name="IDS_MEDIA_NOTIFICATION_LINK_CUSTOM_TAB" desc="The notificat ion prompting the user to stop the media.">
2150 Touch to stop <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://apprtc.a ppspot.com</ex></ph>
gone 2015/09/02 21:55:17 You're not stopping a website. "Touch to stop pla
Ian Wen 2015/09/02 22:00:14 Done.
2151 </message>
2152 <message name="IDS_MEDIA_NOTIFICATION_NO_LINK_CUSTOM_TAB" desc="The notifi cation prompting the user to stop the media when the link is unknown.">
2153 Touch to stop
2154 </message>
2149 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode"> 2155 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode">
2150 You've gone incognito. 2156 You've gone incognito.
2151 </message> 2157 </message>
2152 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode"> 2158 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode">
2153 Pages you view in incognito tabs won’t stick around in your browser’s hi story, cookie store, or search history after you’ve closed all of your incognito tabs. Any files you download or bookmarks you create will be kept. 2159 Pages you view in incognito tabs won’t stick around in your browser’s hi story, cookie store, or search history after you’ve closed all of your incognito tabs. Any files you download or bookmarks you create will be kept.
2154 2160
2155 However, you aren’t invisible. Going incognito doesn’t hide your browsing from y our employer, your internet service provider, or the websites you visit. 2161 However, you aren’t invisible. Going incognito doesn’t hide your browsing from y our employer, your internet service provider, or the websites you visit.
2156 </message> 2162 </message>
2157 2163
2158 <!-- Contextual Search --> 2164 <!-- Contextual Search -->
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
2254 </message> 2260 </message>
2255 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2261 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2256 send_crash_report 2262 send_crash_report
2257 </message> 2263 </message>
2258 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2264 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2259 mobile_awsnap 2265 mobile_awsnap
2260 </message> 2266 </message>
2261 </messages> 2267 </messages>
2262 </release> 2268 </release>
2263 </grit> 2269 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698