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

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

Issue 2498683002: Add seek forward/backward controls in MediaNotification (Closed)
Patch Set: addressed nits from Anton Created 4 years 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 1878 matching lines...) Expand 10 before | Expand all | Expand 10 after
1889 </message> 1889 </message>
1890 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media."> 1890 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media.">
1891 Stop 1891 Stop
1892 </message> 1892 </message>
1893 <message name="IDS_ACCESSIBILITY_PREVIOUS_TRACK" desc="Content description for the previous track button that switches media to the previous track."> 1893 <message name="IDS_ACCESSIBILITY_PREVIOUS_TRACK" desc="Content description for the previous track button that switches media to the previous track.">
1894 Previous track 1894 Previous track
1895 </message> 1895 </message>
1896 <message name="IDS_ACCESSIBILITY_NEXT_TRACK" desc="Content description for the next track button that switches media to the next track."> 1896 <message name="IDS_ACCESSIBILITY_NEXT_TRACK" desc="Content description for the next track button that switches media to the next track.">
1897 Next track 1897 Next track
1898 </message> 1898 </message>
1899 <message name="IDS_ACCESSIBILITY_SEEK_FORWARD" desc="Content description f or the seek forward button that seeks media to a later position.">
gone 2016/11/28 19:23:21 Don't need to say "content description". This is
Zhiqiang Zhang (Slow) 2016/11/29 16:45:40 Removed all "content description".
1900 Seek forward
1901 </message>
1902 <message name="IDS_ACCESSIBILITY_SEEK_BACKWARD" desc="Content description for the seek backward button that seeks media to an earlier position.">
1903 Seek backward
1904 </message>
1899 1905
1900 <!-- New Tab Page strings --> 1906 <!-- New Tab Page strings -->
1901 <message name="IDS_NTP_BOOKMARKS" desc="Text for bookmarks button [CHAR-LI MIT=20]"> 1907 <message name="IDS_NTP_BOOKMARKS" desc="Text for bookmarks button [CHAR-LI MIT=20]">
1902 Bookmarks 1908 Bookmarks
1903 </message> 1909 </message>
1904 <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]"> 1910 <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]">
1905 Recent tabs 1911 Recent tabs
1906 </message> 1912 </message>
1907 <message name="IDS_MOST_VISITED_PLACEHOLDER_TITLE" desc="Header text shown on the new tab page when there are no most visited tiles yet."> 1913 <message name="IDS_MOST_VISITED_PLACEHOLDER_TITLE" desc="Header text shown on the new tab page when there are no most visited tiles yet.">
1908 Nothing to see here… yet 1914 Nothing to see here… yet
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
2752 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_DIALOG_MESSAGE" desc="Text of di alog warning user that installation from Unknown sources is required for WebAPK experiment"> 2758 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_DIALOG_MESSAGE" desc="Text of di alog warning user that installation from Unknown sources is required for WebAPK experiment">
2753 Turn on “Unknown sources” in Android security settings to try "Improved Add to Home screen" experiment. Be sure to disable this setting when you’re done trying it out. 2759 Turn on “Unknown sources” in Android security settings to try "Improved Add to Home screen" experiment. Be sure to disable this setting when you’re done trying it out.
2754 </message> 2760 </message>
2755 2761
2756 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_SETTINGS_BUTTON" desc="Button la bel for opening Android Settings from dialog warning user that installation from Unknown sources is required for WebAPK experiment."> 2762 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_SETTINGS_BUTTON" desc="Button la bel for opening Android Settings from dialog warning user that installation from Unknown sources is required for WebAPK experiment.">
2757 Settings 2763 Settings
2758 </message> 2764 </message>
2759 </messages> 2765 </messages>
2760 </release> 2766 </release>
2761 </grit> 2767 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698