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

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

Issue 2565333002: Remove details panel. (Closed)
Patch Set: Rebased. Created 4 years 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/about_flags.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 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-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 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 <message name="IDS_FILE_BROWSER_DEFAULT_TASK_LABEL" desc="In the File Manager actions menu, the text next to the default action name."> 1150 <message name="IDS_FILE_BROWSER_DEFAULT_TASK_LABEL" desc="In the File Manager actions menu, the text next to the default action name.">
1151 (default) 1151 (default)
1152 </message> 1152 </message>
1153 1153
1154 <message name="IDS_FILE_BROWSER_THUMBNAIL_VIEW_TOOLTIP" desc="Tooltip for the Thumbnail View button."> 1154 <message name="IDS_FILE_BROWSER_THUMBNAIL_VIEW_TOOLTIP" desc="Tooltip for the Thumbnail View button.">
1155 Thumbnail view 1155 Thumbnail view
1156 </message> 1156 </message>
1157 <message name="IDS_FILE_BROWSER_SORT_BUTTON_TOOLTIP" desc="Tooltip for the but ton which provides sort options in Files.app."> 1157 <message name="IDS_FILE_BROWSER_SORT_BUTTON_TOOLTIP" desc="Tooltip for the but ton which provides sort options in Files.app.">
1158 Sort options 1158 Sort options
1159 </message> 1159 </message>
1160 <message name="IDS_FILE_BROWSER_DETAIL_BUTTON_TOOLTIP" desc="Tooltip for the d etals button to show the details panel which provides information of selected fi les in Files.app.">
1161 View details
1162 </message>
1163 <message name="IDS_FILE_BROWSER_GEAR_BUTTON_TOOLTIP" desc="Tooltip for the gea r button in Files.app."> 1160 <message name="IDS_FILE_BROWSER_GEAR_BUTTON_TOOLTIP" desc="Tooltip for the gea r button in Files.app.">
1164 Settings 1161 Settings
1165 </message> 1162 </message>
1166 1163
1167 <message name="IDS_FILE_BROWSER_TIME_TODAY" desc="File date and time in case t he date is today."> 1164 <message name="IDS_FILE_BROWSER_TIME_TODAY" desc="File date and time in case t he date is today.">
1168 Today <ph name="TODAY_DAYTIME">$1<ex>6:19 AM</ex></ph> 1165 Today <ph name="TODAY_DAYTIME">$1<ex>6:19 AM</ex></ph>
1169 </message> 1166 </message>
1170 <message name="IDS_FILE_BROWSER_TIME_YESTERDAY" desc="File date and time in ca se the date is yesterday."> 1167 <message name="IDS_FILE_BROWSER_TIME_YESTERDAY" desc="File date and time in ca se the date is yesterday.">
1171 Yesterday <ph name="YESTERDAY_DAYTIME">$1<ex>4:48 PM</ex></ph> 1168 Yesterday <ph name="YESTERDAY_DAYTIME">$1<ex>4:48 PM</ex></ph>
1172 </message> 1169 </message>
(...skipping 5435 matching lines...) Expand 10 before | Expand all | Expand 10 after
6608 Attempts left: $1 6605 Attempts left: $1
6609 </message> 6606 </message>
6610 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6607 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6611 PIN 6608 PIN
6612 </message> 6609 </message>
6613 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6610 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6614 PUK 6611 PUK
6615 </message> 6612 </message>
6616 6613
6617 </grit-part> 6614 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698