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

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

Issue 2123863004: ScreenCapture for Android phase1, part II (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 4 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 2270 matching lines...) Expand 10 before | Expand all | Expand 10 after
2281 </message> 2281 </message>
2282 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress"> 2282 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress">
2283 Accessing audio input 2283 Accessing audio input
2284 </message> 2284 </message>
2285 <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"> 2285 <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">
2286 Accessing audio and video input 2286 Accessing audio and video input
2287 </message> 2287 </message>
2288 <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."> 2288 <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.">
2289 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph> 2289 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph>
2290 </message> 2290 </message>
2291 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT" desc="Text to be show n as a notification when screen capture is in progress.">
2292 <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://apprtc.appspot.com</ex ></ph> is sharing your screen
2293 </message>
2291 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode"> 2294 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode">
2292 You’ve gone incognito. 2295 You’ve gone incognito.
2293 </message> 2296 </message>
2294 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode"> 2297 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode">
2295 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. 2298 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.
2296 2299
2297 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. 2300 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.
2298 </message> 2301 </message>
2299 2302
2300 <!-- Custom tabs --> 2303 <!-- Custom tabs -->
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
2572 Tap this button for quick access to your tabs. 2575 Tap this button for quick access to your tabs.
2573 </message> 2576 </message>
2574 2577
2575 <!-- Item Chooser UI strings --> 2578 <!-- Item Chooser UI strings -->
2576 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> 2579 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2577 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2580 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2578 </message> 2581 </message>
2579 </messages> 2582 </messages>
2580 </release> 2583 </release>
2581 </grit> 2584 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698