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

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

Issue 1159113006: [Android] A prototype of the interactive media notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved OnMediaSessionStateChanged to WebContentsImpl Created 5 years, 5 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 1595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1606 <message name="IDS_ACCESSIBILITY_PLAY" desc="Content description for the p lay button that starts playing the media."> 1606 <message name="IDS_ACCESSIBILITY_PLAY" desc="Content description for the p lay button that starts playing the media.">
1607 Play 1607 Play
1608 </message> 1608 </message>
1609 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media."> 1609 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media.">
1610 Pause 1610 Pause
1611 </message> 1611 </message>
1612 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media."> 1612 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media.">
1613 Stop 1613 Stop
1614 </message> 1614 </message>
1615 1615
1616 <!-- Messages for local media playback -->
1617 <message name="IDS_MEDIA_PLAYBACK_NOTIFICATION_PLAYING_FOR_MEDIA" desc="No tification text when playing media locally. [CHAR LIMIT=40]">
1618 Playing “<ph name="MEDIA_TITLE">%1$s<ex>Psy - Gangnam Style - YouTube</e x></ph>”
1619 </message>
1620 <message name="IDS_MEDIA_PLAYBACK_NOTIFICATION_PAUSED_FOR_MEDIA" desc="Not ification text when paused media locally. [CHAR LIMIT=40]">
1621 Paused “<ph name="MEDIA_TITLE">%1$s<ex>Psy - Gangnam Style - YouTube</ex ></ph>”
1622 </message>
1623
1616 <!-- New Tab Page strings --> 1624 <!-- New Tab Page strings -->
1617 <message name="IDS_NTP_BOOKMARKS" desc="Text for bookmarks button [CHAR-LI MIT=20]"> 1625 <message name="IDS_NTP_BOOKMARKS" desc="Text for bookmarks button [CHAR-LI MIT=20]">
1618 Bookmarks 1626 Bookmarks
1619 </message> 1627 </message>
1620 <message name="IDS_RECENT_TABS" desc="Text for button to show 'Recent tabs ', i.e. recently closed tabs and tabs that are open on other devices [CHAR-LIMIT =20]"> 1628 <message name="IDS_RECENT_TABS" desc="Text for button to show 'Recent tabs ', i.e. recently closed tabs and tabs that are open on other devices [CHAR-LIMIT =20]">
1621 Recent tabs 1629 Recent tabs
1622 </message> 1630 </message>
1623 <message name="IDS_MOST_VISITED_PLACEHOLDER_TITLE" desc="Header text shown on the new tab page when there are no most visited tiles yet."> 1631 <message name="IDS_MOST_VISITED_PLACEHOLDER_TITLE" desc="Header text shown on the new tab page when there are no most visited tiles yet.">
1624 Nothing to see here… yet 1632 Nothing to see here… yet
1625 </message> 1633 </message>
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
2068 </message> 2076 </message>
2069 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress"> 2077 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress">
2070 Accessing audio input 2078 Accessing audio input
2071 </message> 2079 </message>
2072 <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"> 2080 <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">
2073 Accessing audio and video input 2081 Accessing audio and video input
2074 </message> 2082 </message>
2075 <message name="IDS_AUDIO_PLAYBACK_NOTIFICATION_TEXT" desc="Text to be show n as a notification when a Chrome tab is playing audio"> 2083 <message name="IDS_AUDIO_PLAYBACK_NOTIFICATION_TEXT" desc="Text to be show n as a notification when a Chrome tab is playing audio">
2076 Audio is playing 2084 Audio is playing
2077 </message> 2085 </message>
2086 <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">
2087 Audio is playing. Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">% 1$s<ex>https://apprtc.appspot.com</ex></ph>
2088 </message>
2078 <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."> 2089 <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.">
2079 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph> 2090 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph>
2080 </message> 2091 </message>
2092 <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">
2093 Touch to return to the tab
2094 </message>
2081 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode"> 2095 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode">
2082 You've gone incognito. 2096 You've gone incognito.
2083 </message> 2097 </message>
2084 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode"> 2098 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode">
2085 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. 2099 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.
2086 2100
2087 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. 2101 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.
2088 </message> 2102 </message>
2089 2103
2090 <!-- Contextual Search --> 2104 <!-- Contextual Search -->
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
2186 </message> 2200 </message>
2187 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2201 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2188 send_crash_report 2202 send_crash_report
2189 </message> 2203 </message>
2190 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2204 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2191 mobile_awsnap 2205 mobile_awsnap
2192 </message> 2206 </message>
2193 </messages> 2207 </messages>
2194 </release> 2208 </release>
2195 </grit> 2209 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698