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

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

Issue 1890783002: Use singular when only one item is selected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title."> 712 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title.">
713 Select a file to open 713 Select a file to open
714 </message> 714 </message>
715 <message name="IDS_FILE_BROWSER_SELECT_OPEN_MULTI_FILE_TITLE" desc="Select ope n multi file title."> 715 <message name="IDS_FILE_BROWSER_SELECT_OPEN_MULTI_FILE_TITLE" desc="Select ope n multi file title.">
716 Select one or more files 716 Select one or more files
717 </message> 717 </message>
718 <message name="IDS_FILE_BROWSER_SELECT_SAVEAS_FILE_TITLE" desc="Select saveas file title."> 718 <message name="IDS_FILE_BROWSER_SELECT_SAVEAS_FILE_TITLE" desc="Select saveas file title.">
719 Save file as 719 Save file as
720 </message> 720 </message>
721 721
722 <message name="IDS_FILE_BROWSER_ONE_FILE_SELECTED" desc="One file selected.">
723 1 file selected
724 </message>
725 <message name="IDS_FILE_BROWSER_ONE_DIRECTORY_SELECTED" desc="One directory se lected.">
726 1 directory selected
727 </message>
722 <message name="IDS_FILE_BROWSER_MANY_FILES_SELECTED" desc="Many files selected ."> 728 <message name="IDS_FILE_BROWSER_MANY_FILES_SELECTED" desc="Many files selected .">
723 <ph name="SELCTED_FILE_COUNT">$1<ex>13</ex></ph> files selected 729 <ph name="SELCTED_FILE_COUNT">$1<ex>13</ex></ph> files selected
724 </message> 730 </message>
725 <message name="IDS_FILE_BROWSER_MANY_DIRECTORIES_SELECTED" desc="Many director ies selected."> 731 <message name="IDS_FILE_BROWSER_MANY_DIRECTORIES_SELECTED" desc="Many director ies selected.">
726 <ph name="SELCTED_FOLDERS_COUNT">$1<ex>2</ex></ph> folders selected 732 <ph name="SELCTED_FOLDERS_COUNT">$1<ex>2</ex></ph> folders selected
727 </message> 733 </message>
728 <message name="IDS_FILE_BROWSER_MANY_ENTRIES_SELECTED" desc="Many items (both files and directories) selected."> 734 <message name="IDS_FILE_BROWSER_MANY_ENTRIES_SELECTED" desc="Many items (both files and directories) selected.">
729 <ph name="SELCTED_FILES_COUNT">$1<ex>21</ex></ph> items selected 735 <ph name="SELCTED_FILES_COUNT">$1<ex>21</ex></ph> items selected
730 </message> 736 </message>
731 <message name="IDS_FILE_BROWSER_CALCULATING_SIZE" desc="Message informing the user that total items size is being calculated."> 737 <message name="IDS_FILE_BROWSER_CALCULATING_SIZE" desc="Message informing the user that total items size is being calculated.">
(...skipping 5833 matching lines...) Expand 10 before | Expand all | Expand 10 after
6565 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error"> 6571 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error">
6566 Server communication error 6572 Server communication error
6567 </message> 6573 </message>
6568 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu."> 6574 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu.">
6569 Enable opt-in IME menu 6575 Enable opt-in IME menu
6570 </message> 6576 </message>
6571 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu."> 6577 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu.">
6572 Enable access to the new IME menu in the Language Settings page. 6578 Enable access to the new IME menu in the Language Settings page.
6573 </message> 6579 </message>
6574 </grit-part> 6580 </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