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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 507293002: Enrich fileBrowserPrivate.onFileTransfersUpdated event to support displaying total number of jobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 </message> 493 </message>
494 <message name="IDS_FILE_BROWSER_ZIP_FILESYSTEM_ERROR" desc="File Manager error message."> 494 <message name="IDS_FILE_BROWSER_ZIP_FILESYSTEM_ERROR" desc="File Manager error message.">
495 Zipping failed. <ph name="ERROR_MESSAGE">$1<ex>An error occurred (code: ABOR T)</ex></ph> 495 Zipping failed. <ph name="ERROR_MESSAGE">$1<ex>An error occurred (code: ABOR T)</ex></ph>
496 </message> 496 </message>
497 <message name="IDS_FILE_BROWSER_ZIP_UNEXPECTED_ERROR" desc="File Manager error message."> 497 <message name="IDS_FILE_BROWSER_ZIP_UNEXPECTED_ERROR" desc="File Manager error message.">
498 Zipping failed, unexpected error: $1 498 Zipping failed, unexpected error: $1
499 </message> 499 </message>
500 <message name="IDS_FILE_BROWSER_SYNC_FILE_NAME" desc="File Manager status mess age."> 500 <message name="IDS_FILE_BROWSER_SYNC_FILE_NAME" desc="File Manager status mess age.">
501 Syncing <ph name="FILE_NAME">$1<ex>movie.avi</ex></ph>... 501 Syncing <ph name="FILE_NAME">$1<ex>movie.avi</ex></ph>...
502 </message> 502 </message>
503 <message name="IDS_FILE_BROWSER_SYNC_FILE_NUMBER" desc="File Manager status me ssage.">
504 Syncing <ph name="NUMBER_OF_FILES">$1<ex>7</ex></ph> items...
505 </message>
503 <message name="IDS_FILE_BROWSER_SYNC_DELETE_WITHOUT_PERMISSION_ERROR" desc="Fi le Manager status message shown when the drive sync is failed because a user try to remove shared files that the user does not own."> 506 <message name="IDS_FILE_BROWSER_SYNC_DELETE_WITHOUT_PERMISSION_ERROR" desc="Fi le Manager status message shown when the drive sync is failed because a user try to remove shared files that the user does not own.">
504 "<ph name="FILENAME">$1<ex>photo.jpg</ex></ph>" has been shared with you. Yo u cannot delete it because you do not own it. 507 "<ph name="FILENAME">$1<ex>photo.jpg</ex></ph>" has been shared with you. Yo u cannot delete it because you do not own it.
505 </message> 508 </message>
506 <message name="IDS_FILE_BROWSER_SYNC_SERVICE_UNAVAILABLE_ERROR" desc="File Man ager status message shown when the drive sync is failed because Google Drive is temporary unavailable."> 509 <message name="IDS_FILE_BROWSER_SYNC_SERVICE_UNAVAILABLE_ERROR" desc="File Man ager status message shown when the drive sync is failed because Google Drive is temporary unavailable.">
507 Google Drive is not available right now. Uploading will automatically restar t once Google Drive is back. 510 Google Drive is not available right now. Uploading will automatically restar t once Google Drive is back.
508 </message> 511 </message>
509 <message name="IDS_FILE_BROWSER_SYNC_MISC_ERROR" desc="File Manager status mes sage shown when the drive sync is failed because of miscellaneous errors."> 512 <message name="IDS_FILE_BROWSER_SYNC_MISC_ERROR" desc="File Manager status mes sage shown when the drive sync is failed because of miscellaneous errors.">
510 Google Drive was unable to sync "<ph name="FILENAME">$1<ex>photo.jpg</ex></p h>" right now. Please try again later. 513 Google Drive was unable to sync "<ph name="FILENAME">$1<ex>photo.jpg</ex></p h>" right now. Please try again later.
511 </message> 514 </message>
512 <message name="IDS_FILE_BROWSER_SHARE_ERROR" desc="File Manager error message when sharing a file or a directory on Drive fails because of internet connection problems."> 515 <message name="IDS_FILE_BROWSER_SHARE_ERROR" desc="File Manager error message when sharing a file or a directory on Drive fails because of internet connection problems.">
(...skipping 5240 matching lines...) Expand 10 before | Expand all | Expand 10 after
5753 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5756 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5754 Done 5757 Done
5755 </message> 5758 </message>
5756 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5759 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5757 System date 5760 System date
5758 </message> 5761 </message>
5759 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5762 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5760 System time 5763 System time
5761 </message> 5764 </message>
5762 </grit-part> 5765 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698