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

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

Issue 2091823002: QuickView: Add labels and tabindex for accessibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@qv_drive_support_and_ui_update
Patch Set: Rebase Created 4 years, 5 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 </message> 219 </message>
220 <message name="IDS_FILE_BROWSER_NEW_WINDOW_BUTTON_LABEL" desc="Label on the 'N ew window' button."> 220 <message name="IDS_FILE_BROWSER_NEW_WINDOW_BUTTON_LABEL" desc="Label on the 'N ew window' button.">
221 New window 221 New window
222 </message> 222 </message>
223 <message name="IDS_FILE_BROWSER_FILENAME_LABEL" desc="Filename text area label ."> 223 <message name="IDS_FILE_BROWSER_FILENAME_LABEL" desc="Filename text area label .">
224 File name 224 File name
225 </message> 225 </message>
226 <message name="IDS_FILE_BROWSER_PREPARING_LABEL" desc="Label informing about p reparing the file."> 226 <message name="IDS_FILE_BROWSER_PREPARING_LABEL" desc="Label informing about p reparing the file.">
227 Preparing 227 Preparing
228 </message> 228 </message>
229 <message name="IDS_FILE_BROWSER_QUICK_VIEW_OPEN_IN_NEW_BUTTON_LABEL" desc="Lab el for button to open a file with external app.">
230 Open
231 </message>
232 <message name="IDS_FILE_BROWSER_QUICK_VIEW_TOGGLE_METADATA_BOX_BUTTON_LABEL" d esc="Label for button to toggle show/hide status of metadata box.">
233 File info
234 </message>
229 <message name="IDS_FILE_BROWSER_DRAGGING_MULTIPLE_ITEMS" desc="Tooltip message for dragging multiple files."> 235 <message name="IDS_FILE_BROWSER_DRAGGING_MULTIPLE_ITEMS" desc="Tooltip message for dragging multiple files.">
230 $1 items 236 $1 items
231 </message> 237 </message>
232 238
233 <message name="IDS_FILE_BROWSER_ARCHIVE_MOUNT_FAILED" desc="Title of the error dialog when file mount operation failed."> 239 <message name="IDS_FILE_BROWSER_ARCHIVE_MOUNT_FAILED" desc="Title of the error dialog when file mount operation failed.">
234 Unable to open "$1": $2 240 Unable to open "$1": $2
235 </message> 241 </message>
236 <message name="IDS_FILE_BROWSER_UNMOUNT_FAILED" desc="Title of the error dialo g when device unmount operation failed."> 242 <message name="IDS_FILE_BROWSER_UNMOUNT_FAILED" desc="Title of the error dialo g when device unmount operation failed.">
237 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Don't remove your device just yet!<ph nam e="END_BOLD">&lt;/b&gt;</ph> 243 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Don't remove your device just yet!<ph nam e="END_BOLD">&lt;/b&gt;</ph>
238 <ph name="LINE_BREAKS">&lt;br/&gt;&lt;br/&gt;</ph> 244 <ph name="LINE_BREAKS">&lt;br/&gt;&lt;br/&gt;</ph>
(...skipping 6511 matching lines...) Expand 10 before | Expand all | Expand 10 after
6750 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space."> 6756 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space.">
6751 Device disk space critically low 6757 Device disk space critically low
6752 </message> 6758 </message>
6753 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space."> 6759 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space.">
6754 Free up disk space or device will become unresponsive. 6760 Free up disk space or device will become unresponsive.
6755 </message> 6761 </message>
6756 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 6762 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
6757 Manage storage 6763 Manage storage
6758 </message> 6764 </message>
6759 </grit-part> 6765 </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