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

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: UI tweaking and rebase 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 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after
2396 </message> 2396 </message>
2397 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress"> 2397 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress">
2398 Accessing audio input 2398 Accessing audio input
2399 </message> 2399 </message>
2400 <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"> 2400 <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">
2401 Accessing audio and video input 2401 Accessing audio and video input
2402 </message> 2402 </message>
2403 <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."> 2403 <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.">
2404 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph> 2404 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph>
2405 </message> 2405 </message>
2406 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT" desc="Text to be show n as a notification when screen capture is in progress.">
2407 The <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://apprtc.appspot.com </ex></ph> is sharing your screen now
gone 2016/08/10 19:04:02 This string doesn't make sense, grammatically. Ha
braveyao 2016/08/12 23:37:44 Done. Change it to "www.site.com is sharing your
2408 </message>
2406 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode"> 2409 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode">
2407 You’ve gone incognito. 2410 You’ve gone incognito.
2408 </message> 2411 </message>
2409 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode"> 2412 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode">
2410 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. 2413 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.
2411 2414
2412 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. 2415 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.
2413 </message> 2416 </message>
2414 2417
2415 <!-- Custom tabs --> 2418 <!-- Custom tabs -->
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
2696 Tap this button for quick access to your tabs. 2699 Tap this button for quick access to your tabs.
2697 </message> 2700 </message>
2698 2701
2699 <!-- Item Chooser UI strings --> 2702 <!-- Item Chooser UI strings -->
2700 <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."> 2703 <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.">
2701 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2704 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2702 </message> 2705 </message>
2703 </messages> 2706 </messages>
2704 </release> 2707 </release>
2705 </grit> 2708 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698