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

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

Issue 2441403002: Add media controls in media notification (Closed)
Patch Set: nits Created 4 years, 1 month 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 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after
1885 </message> 1885 </message>
1886 <message name="IDS_ACCESSIBILITY_PLAY" desc="Content description for the p lay button that starts playing the media."> 1886 <message name="IDS_ACCESSIBILITY_PLAY" desc="Content description for the p lay button that starts playing the media.">
1887 Play 1887 Play
1888 </message> 1888 </message>
1889 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media."> 1889 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media.">
1890 Pause 1890 Pause
1891 </message> 1891 </message>
1892 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media."> 1892 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media.">
1893 Stop 1893 Stop
1894 </message> 1894 </message>
1895 <message name="IDS_ACCESSIBILITY_PREVIOUS_TRACK" desc="Content description for the previous track button that switchs media to the previous track.">
1896 Previous track
1897 </message>
1898 <message name="IDS_ACCESSIBILITY_NEXT_TRACK" desc="Content description for the next track button that switchs media to the next track.">
1899 Next track
1900 </message>
1895 1901
1896 <!-- New Tab Page strings --> 1902 <!-- New Tab Page strings -->
1897 <message name="IDS_NTP_BOOKMARKS" desc="Text for bookmarks button [CHAR-LI MIT=20]"> 1903 <message name="IDS_NTP_BOOKMARKS" desc="Text for bookmarks button [CHAR-LI MIT=20]">
1898 Bookmarks 1904 Bookmarks
1899 </message> 1905 </message>
1900 <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]"> 1906 <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]">
1901 Recent tabs 1907 Recent tabs
1902 </message> 1908 </message>
1903 <message name="IDS_MOST_VISITED_PLACEHOLDER_TITLE" desc="Header text shown on the new tab page when there are no most visited tiles yet."> 1909 <message name="IDS_MOST_VISITED_PLACEHOLDER_TITLE" desc="Header text shown on the new tab page when there are no most visited tiles yet.">
1904 Nothing to see here… yet 1910 Nothing to see here… yet
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
2618 <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."> 2624 <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.">
2619 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2625 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2620 </message> 2626 </message>
2621 2627
2622 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2628 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2623 Open app 2629 Open app
2624 </message> 2630 </message>
2625 </messages> 2631 </messages>
2626 </release> 2632 </release>
2627 </grit> 2633 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698