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

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

Issue 2441403002: Add media controls in media notification (Closed)
Patch Set: rebased onto refacotring, new icons 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 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after
1894 </message> 1894 </message>
1895 <message name="IDS_ACCESSIBILITY_PLAY" desc="Content description for the p lay button that starts playing the media."> 1895 <message name="IDS_ACCESSIBILITY_PLAY" desc="Content description for the p lay button that starts playing the media.">
1896 Play 1896 Play
1897 </message> 1897 </message>
1898 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media."> 1898 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media.">
1899 Pause 1899 Pause
1900 </message> 1900 </message>
1901 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media."> 1901 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media.">
1902 Stop 1902 Stop
1903 </message> 1903 </message>
1904 <message name="IDS_ACCESSIBILITY_PREVIOUS_TRACK" desc="Content description for the previous track button that switchs media to the previous track.">
1905 Previous track
1906 </message>
1907 <message name="IDS_ACCESSIBILITY_NEXT_TRACK" desc="Content description for the next track button that switchs media to the next track.">
1908 Next track
1909 </message>
1904 1910
1905 <!-- New Tab Page strings --> 1911 <!-- New Tab Page strings -->
1906 <message name="IDS_NTP_BOOKMARKS" desc="Text for bookmarks button [CHAR-LI MIT=20]"> 1912 <message name="IDS_NTP_BOOKMARKS" desc="Text for bookmarks button [CHAR-LI MIT=20]">
1907 Bookmarks 1913 Bookmarks
1908 </message> 1914 </message>
1909 <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]"> 1915 <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 Recent tabs 1916 Recent tabs
1911 </message> 1917 </message>
1912 <message name="IDS_MOST_VISITED_PLACEHOLDER_TITLE" desc="Header text shown on the new tab page when there are no most visited tiles yet."> 1918 <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 Nothing to see here… yet 1919 Nothing to see here… yet
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
2693 <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."> 2699 <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.">
2694 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2700 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2695 </message> 2701 </message>
2696 2702
2697 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2703 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2698 Open app 2704 Open app
2699 </message> 2705 </message>
2700 </messages> 2706 </messages>
2701 </release> 2707 </release>
2702 </grit> 2708 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698