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

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

Issue 1673183003: add pause button for resumable in-progress downloads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding assert Created 4 years, 10 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 1442 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 </message> 1453 </message>
1454 <message name="IDS_DOWNLOAD_NOTIFICATION_COMPLETED" desc="Download notific ation to be displayed when a download completes."> 1454 <message name="IDS_DOWNLOAD_NOTIFICATION_COMPLETED" desc="Download notific ation to be displayed when a download completes.">
1455 Download complete. 1455 Download complete.
1456 </message> 1456 </message>
1457 <message name="IDS_DOWNLOAD_NOTIFICATION_FAILED" desc="Download notificati on to be displayed when a download fails."> 1457 <message name="IDS_DOWNLOAD_NOTIFICATION_FAILED" desc="Download notificati on to be displayed when a download fails.">
1458 Download failed. 1458 Download failed.
1459 </message> 1459 </message>
1460 <message name="IDS_DOWNLOAD_NOTIFICATION_PAUSED" desc="Download notificati on to be displayed when a download pauses."> 1460 <message name="IDS_DOWNLOAD_NOTIFICATION_PAUSED" desc="Download notificati on to be displayed when a download pauses.">
1461 Download paused. 1461 Download paused.
1462 </message> 1462 </message>
1463 <message name="IDS_DOWNLOAD_NOTIFICATION_PAUSE_BUTTON" desc="Text on the b utton that pauses a download.">
1464 Pause
1465 </message>
1463 <message name="IDS_DOWNLOAD_NOTIFICATION_RESUME_BUTTON" desc="Text on the button that resumes a paused download."> 1466 <message name="IDS_DOWNLOAD_NOTIFICATION_RESUME_BUTTON" desc="Text on the button that resumes a paused download.">
1464 Resume 1467 Resume
1465 </message> 1468 </message>
1466 <message name="IDS_DOWNLOAD_FAILED_REASON_FILE_ALREADY_EXISTS" desc="Messa ge to explain that the download failed because file already exists."> 1469 <message name="IDS_DOWNLOAD_FAILED_REASON_FILE_ALREADY_EXISTS" desc="Messa ge to explain that the download failed because file already exists.">
1467 <ph name="FILE_NAME">%1$s<ex>http://abc.com/test.pdf</ex></ph> download prevented because file already exists. 1470 <ph name="FILE_NAME">%1$s<ex>http://abc.com/test.pdf</ex></ph> download prevented because file already exists.
1468 </message> 1471 </message>
1469 <message name="IDS_DOWNLOAD_FAILED_REASON_FILE_SYSTEM_ERROR" desc="Message to explain that the download failed because unknown file system error."> 1472 <message name="IDS_DOWNLOAD_FAILED_REASON_FILE_SYSTEM_ERROR" desc="Message to explain that the download failed because unknown file system error.">
1470 <ph name="FILE_NAME">%1$s<ex>http://abc.com/test.pdf</ex></ph> download failed due to file system errors. 1473 <ph name="FILE_NAME">%1$s<ex>http://abc.com/test.pdf</ex></ph> download failed due to file system errors.
1471 </message> 1474 </message>
1472 <message name="IDS_DOWNLOAD_FAILED_REASON_INSUFFICIENT_SPACE" desc="Messag e to explain that the download failed because insufficient storage space."> 1475 <message name="IDS_DOWNLOAD_FAILED_REASON_INSUFFICIENT_SPACE" desc="Messag e to explain that the download failed because insufficient storage space.">
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
2327 </message> 2330 </message>
2328 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs"> 2331 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs">
2329 Refresh 2332 Refresh
2330 </message> 2333 </message>
2331 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs"> 2334 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs">
2332 See what's nearby 2335 See what's nearby
2333 </message> 2336 </message>
2334 </messages> 2337 </messages>
2335 </release> 2338 </release>
2336 </grit> 2339 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698