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

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

Issue 2347063003: Add 'Get Info' to contextual menu to display QuickView. (Closed)
Patch Set: Add 'Get Info' to contextual menu to display QuickView. Created 4 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 </message> 429 </message>
430 <message name="IDS_FILE_BROWSER_FILE_ALREADY_EXISTS" desc="Error message displ ayed when user tries to create a file with an existing name."> 430 <message name="IDS_FILE_BROWSER_FILE_ALREADY_EXISTS" desc="Error message displ ayed when user tries to create a file with an existing name.">
431 The file named "$1" already exists. Please choose a different name. 431 The file named "$1" already exists. Please choose a different name.
432 </message> 432 </message>
433 <message name="IDS_FILE_BROWSER_DIRECTORY_ALREADY_EXISTS" desc="Error message displayed when user tries to create a directory with an existing name."> 433 <message name="IDS_FILE_BROWSER_DIRECTORY_ALREADY_EXISTS" desc="Error message displayed when user tries to create a directory with an existing name.">
434 The folder named "$1" already exists. Please choose a different name. 434 The folder named "$1" already exists. Please choose a different name.
435 </message> 435 </message>
436 <message name="IDS_FILE_BROWSER_ERROR_RENAMING" desc="Error message."> 436 <message name="IDS_FILE_BROWSER_ERROR_RENAMING" desc="Error message.">
437 Unable to rename "<ph name="FILE_NAME">$1<ex>document.pdf</ex></ph>". <ph na me="ERROR_MESSAGE">$2<ex>An error occurred (code: ABORT)</ex></ph> 437 Unable to rename "<ph name="FILE_NAME">$1<ex>document.pdf</ex></ph>". <ph na me="ERROR_MESSAGE">$2<ex>An error occurred (code: ABORT)</ex></ph>
438 </message> 438 </message>
439 <message name="IDS_FILE_BROWSER_GET_INFO_BUTTON_LABEL" desc="Label for a conte xt menu item which shows file's metadata.">
440 Get Info
441 </message>
439 <message name="IDS_FILE_BROWSER_RENAME_BUTTON_LABEL" desc="Button Label."> 442 <message name="IDS_FILE_BROWSER_RENAME_BUTTON_LABEL" desc="Button Label.">
440 Rename 443 Rename
441 </message> 444 </message>
442 <message name="IDS_FILE_BROWSER_DELETE_BUTTON_LABEL" desc="Button Label."> 445 <message name="IDS_FILE_BROWSER_DELETE_BUTTON_LABEL" desc="Button Label.">
443 Delete 446 Delete
444 </message> 447 </message>
445 <message name="IDS_FILE_BROWSER_PASTE_BUTTON_LABEL" desc="Button Label."> 448 <message name="IDS_FILE_BROWSER_PASTE_BUTTON_LABEL" desc="Button Label.">
446 Paste 449 Paste
447 </message> 450 </message>
448 <message name="IDS_FILE_BROWSER_REFRESH_BUTTON_LABEL" desc="Label for a button for refreshing the current directory."> 451 <message name="IDS_FILE_BROWSER_REFRESH_BUTTON_LABEL" desc="Label for a button for refreshing the current directory.">
(...skipping 5866 matching lines...) Expand 10 before | Expand all | Expand 10 after
6315 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 6318 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
6316 Manage storage 6319 Manage storage
6317 </message> 6320 </message>
6318 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_NAME" desc="Name of the about: flag for enabling emoji, handwriting and voice input on opt-in IME menu."> 6321 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_NAME" desc="Name of the about: flag for enabling emoji, handwriting and voice input on opt-in IME menu.">
6319 Emoji, handwriting and voice input on opt-in IME menu 6322 Emoji, handwriting and voice input on opt-in IME menu
6320 </message> 6323 </message>
6321 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_DESCRIPTION" desc="Description of th e about: flag enabling emoji, handwriting and voice input on opt-in IME menu."> 6324 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_DESCRIPTION" desc="Description of th e about: flag enabling emoji, handwriting and voice input on opt-in IME menu.">
6322 Enable access to emoji, handwriting and voice input form opt-in IME menu. 6325 Enable access to emoji, handwriting and voice input form opt-in IME menu.
6323 </message> 6326 </message>
6324 </grit-part> 6327 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698