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

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: Fixed tests and Min's nits Created 5 years, 6 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 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 <message name="IDS_ACCESSIBILITY_PLAY" desc="Content description for the p lay button that starts playing the media."> 1593 <message name="IDS_ACCESSIBILITY_PLAY" desc="Content description for the p lay button that starts playing the media.">
1594 Play 1594 Play
1595 </message> 1595 </message>
1596 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media."> 1596 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media.">
1597 Pause 1597 Pause
1598 </message> 1598 </message>
1599 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media."> 1599 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media.">
1600 Stop 1600 Stop
1601 </message> 1601 </message>
1602 1602
1603 <!-- Messages for local media playback -->
1604 <message name="IDS_MEDIA_PLAYBACK_NOTIFICATION_PLAYING_FOR_MEDIA" desc="No tification text when playing media locally. [CHAR LIMIT=40]">
Ted C 2015/06/26 00:43:55 why locally? where else would you be playing it?
whywhat 2015/06/26 19:29:32 There're messages for remote media playback (aka C
1605 Playing “<ph name="MEDIA_TITLE">%1$s<ex>Psy - Gangnam Style - YouTube</e x></ph>”
Ted C 2015/06/26 00:43:55 are those intentionally fancy " "'s?
whywhat 2015/06/26 19:29:32 Yes, same way as we do for Cast so that the tab ti
1606 </message>
1607 <message name="IDS_MEDIA_PLAYBACK_NOTIFICATION_PAUSED_FOR_MEDIA" desc="Not ification text when paused media locally. [CHAR LIMIT=40]">
1608 Paused “<ph name="MEDIA_TITLE">%1$s<ex>Psy - Gangnam Style - YouTube</ex ></ph>”
1609 </message>
1610
1603 <!-- New Tab Page strings --> 1611 <!-- New Tab Page strings -->
1604 <message name="IDS_NTP_BOOKMARKS" desc="Text for bookmarks button [CHAR-LI MIT=20]"> 1612 <message name="IDS_NTP_BOOKMARKS" desc="Text for bookmarks button [CHAR-LI MIT=20]">
1605 Bookmarks 1613 Bookmarks
1606 </message> 1614 </message>
1607 <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]"> 1615 <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]">
1608 Recent tabs 1616 Recent tabs
1609 </message> 1617 </message>
1610 <message name="IDS_MOST_VISITED_PLACEHOLDER_TITLE" desc="Header text shown on the new tab page when there are no most visited tiles yet."> 1618 <message name="IDS_MOST_VISITED_PLACEHOLDER_TITLE" desc="Header text shown on the new tab page when there are no most visited tiles yet.">
1611 Nothing to see here… yet 1619 Nothing to see here… yet
1612 </message> 1620 </message>
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
2055 </message> 2063 </message>
2056 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress"> 2064 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress">
2057 Accessing audio input 2065 Accessing audio input
2058 </message> 2066 </message>
2059 <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"> 2067 <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">
2060 Accessing audio and video input 2068 Accessing audio and video input
2061 </message> 2069 </message>
2062 <message name="IDS_AUDIO_PLAYBACK_NOTIFICATION_TEXT" desc="Text to be show n as a notification when a Chrome tab is playing audio"> 2070 <message name="IDS_AUDIO_PLAYBACK_NOTIFICATION_TEXT" desc="Text to be show n as a notification when a Chrome tab is playing audio">
2063 Audio is playing 2071 Audio is playing
2064 </message> 2072 </message>
2073 <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">
2074 Audio is playing. Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">% 1$s<ex>https://apprtc.appspot.com</ex></ph>
2075 </message>
2065 <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."> 2076 <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.">
2066 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph> 2077 Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://app rtc.appspot.com</ex></ph>
2067 </message> 2078 </message>
2068 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode"> 2079 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode">
2069 You've gone incognito. 2080 You've gone incognito.
2070 </message> 2081 </message>
2071 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode"> 2082 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode">
2072 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. 2083 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.
2073 2084
2074 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. 2085 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.
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
2173 </message> 2184 </message>
2174 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2185 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2175 send_crash_report 2186 send_crash_report
2176 </message> 2187 </message>
2177 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2188 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2178 mobile_awsnap 2189 mobile_awsnap
2179 </message> 2190 </message>
2180 </messages> 2191 </messages>
2181 </release> 2192 </release>
2182 </grit> 2193 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698