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

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: adopt base::Feature instead of switches Created 4 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 2308 matching lines...) Expand 10 before | Expand all | Expand 10 after
2319 </message> 2319 </message>
2320 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress"> 2320 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress">
2321 Accessing audio input 2321 Accessing audio input
2322 </message> 2322 </message>
2323 <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"> 2323 <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">
2324 Accessing audio and video input 2324 Accessing audio and video input
2325 </message> 2325 </message>
2326 <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."> 2326 <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.">
2327 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph> 2327 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph>
2328 </message> 2328 </message>
2329 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT" desc="Text to be show n as a notification when screen capture is in progress.">
2330 <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://apprtc.appspot.com</ex ></ph> is sharing your screen
2331 </message>
2329 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode"> 2332 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode">
2330 You’ve gone incognito. 2333 You’ve gone incognito.
2331 </message> 2334 </message>
2332 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode"> 2335 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode">
2333 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. 2336 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.
2334 2337
2335 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. 2338 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.
2336 </message> 2339 </message>
2337 2340
2338 <!-- Custom tabs --> 2341 <!-- Custom tabs -->
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
2609 2612
2610 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant."> 2613 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant.">
2611 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph> 2614 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph>
2612 </message> 2615 </message>
2613 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]"> 2616 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]">
2614 Open in app 2617 Open in app
2615 </message> 2618 </message>
2616 </messages> 2619 </messages>
2617 </release> 2620 </release>
2618 </grit> 2621 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698