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

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

Issue 1954993002: s/directory/folder/ to match it with the plural case. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | 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 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
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."> 722 <message name="IDS_FILE_BROWSER_ONE_FILE_SELECTED" desc="One file selected.">
723 1 file selected 723 1 file selected
724 </message> 724 </message>
725 <message name="IDS_FILE_BROWSER_ONE_DIRECTORY_SELECTED" desc="One directory se lected."> 725 <message name="IDS_FILE_BROWSER_ONE_DIRECTORY_SELECTED" desc="One directory se lected.">
726 1 directory selected 726 1 folder selected
727 </message> 727 </message>
728 <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 .">
729 <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
730 </message> 730 </message>
731 <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.">
732 <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
733 </message> 733 </message>
734 <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.">
735 <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
736 </message> 736 </message>
(...skipping 5846 matching lines...) Expand 10 before | Expand all | Expand 10 after
6583 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error"> 6583 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error">
6584 Server communication error 6584 Server communication error
6585 </message> 6585 </message>
6586 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu."> 6586 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu.">
6587 Enable opt-in IME menu 6587 Enable opt-in IME menu
6588 </message> 6588 </message>
6589 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu."> 6589 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu.">
6590 Enable access to the new IME menu in the Language Settings page. 6590 Enable access to the new IME menu in the Language Settings page.
6591 </message> 6591 </message>
6592 </grit-part> 6592 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698