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

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

Issue 2063983002: [Downloads] Fill in the drawer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@download_activity
Patch Set: Rebased Created 4 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 1652 matching lines...) Expand 10 before | Expand all | Expand 10 after
1663 </message> 1663 </message>
1664 <message name="IDS_OMA_DOWNLOAD_TYPE_LABEL" desc="A text label to display the MIME tyoe of the OMA download."> 1664 <message name="IDS_OMA_DOWNLOAD_TYPE_LABEL" desc="A text label to display the MIME tyoe of the OMA download.">
1665 Type: 1665 Type:
1666 </message> 1666 </message>
1667 <message name="IDS_OMA_DOWNLOAD_DESCRIPTION_LABEL" desc="A text label to d isplay the description of the OMA download."> 1667 <message name="IDS_OMA_DOWNLOAD_DESCRIPTION_LABEL" desc="A text label to d isplay the description of the OMA download.">
1668 Description: 1668 Description:
1669 </message> 1669 </message>
1670 <message name="IDS_OPEN_DOWNLOADED_LABEL" desc="A text label on the snackb ar widget to open the downloaded file."> 1670 <message name="IDS_OPEN_DOWNLOADED_LABEL" desc="A text label on the snackb ar widget to open the downloaded file.">
1671 Open 1671 Open
1672 </message> 1672 </message>
1673 <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_USED" desc="String indicating that some amount (not part of this string) of the available space on the device has already been used.">
1674 Used of <ph name="TOTAL_SPACE">%1$s<ex>12.55 GB</ex></ph>
1675 </message>
1676 <message name="IDS_DOWNLOAD_MANAGER_UI_ALL_DOWNLOADS" desc="Indicates that clicking on this button shows all of your downloads.">
1677 All downloads
1678 </message>
1679 <message name="IDS_DOWNLOAD_MANAGER_UI_PAGES" desc="Indicates that clickin g on this button shows only offline pages.">
1680 Pages
1681 </message>
1682 <message name="IDS_DOWNLOAD_MANAGER_UI_VIDEO" desc="Indicates that clickin g on this button shows only downloaded videos.">
1683 Video
1684 </message>
1685 <message name="IDS_DOWNLOAD_MANAGER_UI_AUDIO" desc="Indicates that clickin g on this button shows only downloaded audio files.">
1686 Audio
1687 </message>
1688 <message name="IDS_DOWNLOAD_MANAGER_UI_IMAGES" desc="Indicates that clicki ng on this button shows only downloaded images.">
1689 Images
1690 </message>
1691 <message name="IDS_DOWNLOAD_MANAGER_UI_DOCUMENTS" desc="Indicates that cli cking on this button shows only documents.">
1692 Documents
1693 </message>
1694 <message name="IDS_DOWNLOAD_MANAGER_UI_OTHER" desc="Indicates that clickin g on this button shows any downloads that don't fit in the other categories.">
1695 Other
1696 </message>
1673 1697
1674 <!-- Document mode messages --> 1698 <!-- Document mode messages -->
1675 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode"> 1699 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode">
1676 Close all incognito tabs 1700 Close all incognito tabs
1677 </message> 1701 </message>
1678 <message name="IDS_TABS_AND_APPS_TITLE" desc="The title of a preference wh ich controls whether your tabs are shown within Chrome or in system app switcher ."> 1702 <message name="IDS_TABS_AND_APPS_TITLE" desc="The title of a preference wh ich controls whether your tabs are shown within Chrome or in system app switcher .">
1679 Merge tabs and apps 1703 Merge tabs and apps
1680 </message> 1704 </message>
1681 <message name="IDS_TABS_AND_APPS_SETTINGS_DESCRIPTION" desc="A message sho wn on settings screen from which you can enable/disable the feature that combine s Chrome tabs with recent applications and shows them together in the system app switcher."> 1705 <message name="IDS_TABS_AND_APPS_SETTINGS_DESCRIPTION" desc="A message sho wn on settings screen from which you can enable/disable the feature that combine s Chrome tabs with recent applications and shows them together in the system app switcher.">
1682 See your tabs with other recent apps on your phone’s Overview screen. 1706 See your tabs with other recent apps on your phone’s Overview screen.
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
2523 <!-- Migration strings --> 2547 <!-- Migration strings -->
2524 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2548 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2525 Quickly switch tabs 2549 Quickly switch tabs
2526 </message> 2550 </message>
2527 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2551 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2528 Tap this button for quick access to your tabs. 2552 Tap this button for quick access to your tabs.
2529 </message> 2553 </message>
2530 </messages> 2554 </messages>
2531 </release> 2555 </release>
2532 </grit> 2556 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698