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

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

Issue 2616023006: mediaview: Add strings for media views. (Closed)
Patch Set: Remove the section title message. Created 3 years, 11 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 <!-- 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 </message> 108 </message>
109 <message name="IDS_FILE_BROWSER_DRIVE_RECENT_COLLECTION_LABEL" desc="A label f or the 'Recent' collection of Google Drive."> 109 <message name="IDS_FILE_BROWSER_DRIVE_RECENT_COLLECTION_LABEL" desc="A label f or the 'Recent' collection of Google Drive.">
110 Recent 110 Recent
111 </message> 111 </message>
112 <message name="IDS_FILE_BROWSER_DRIVE_OFFLINE_COLLECTION_LABEL" desc="A label for the 'Offline' collection of Google Drive."> 112 <message name="IDS_FILE_BROWSER_DRIVE_OFFLINE_COLLECTION_LABEL" desc="A label for the 'Offline' collection of Google Drive.">
113 Offline 113 Offline
114 </message> 114 </message>
115 <message name="IDS_FILE_BROWSER_DOWNLOADS_DIRECTORY_LABEL" desc="Downloads loc al directory label."> 115 <message name="IDS_FILE_BROWSER_DOWNLOADS_DIRECTORY_LABEL" desc="Downloads loc al directory label.">
116 Downloads 116 Downloads
117 </message> 117 </message>
118 <message name="IDS_FILE_BROWSER_MEDIA_VIEW_IMAGES_ROOT_LABEL" desc="A label fo r the 'Images' root of media views.">
119 Images
120 </message>
121 <message name="IDS_FILE_BROWSER_MEDIA_VIEW_VIDEOS_ROOT_LABEL" desc="A label fo r the 'Videos' root of media views.">
122 Videos
123 </message>
124 <message name="IDS_FILE_BROWSER_MEDIA_VIEW_AUDIO_ROOT_LABEL" desc="A label for the 'Audio' root of media views.">
125 Audio
126 </message>
118 <message name="IDS_FILE_BROWSER_DOWNLOADS_DIRECTORY_WARNING" desc="Warning dis played to user when viewing downloads folder."> 127 <message name="IDS_FILE_BROWSER_DOWNLOADS_DIRECTORY_WARNING" desc="Warning dis played to user when viewing downloads folder.">
119 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Caution:<ph name="END_BOLD">&lt;/st rong&gt;</ph> These files are temporary and may be automatically deleted to fre e up disk space. <ph name="BEGIN_LINK">&lt;a href="javascript://"&gt;</ph>Learn More<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph> 128 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Caution:<ph name="END_BOLD">&lt;/st rong&gt;</ph> These files are temporary and may be automatically deleted to fre e up disk space. <ph name="BEGIN_LINK">&lt;a href="javascript://"&gt;</ph>Learn More<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>
120 </message> 129 </message>
121 <message name="IDS_FILE_BROWSER_NAME_COLUMN_LABEL" desc="Name column label."> 130 <message name="IDS_FILE_BROWSER_NAME_COLUMN_LABEL" desc="Name column label.">
122 Name 131 Name
123 </message> 132 </message>
124 <message name="IDS_FILE_BROWSER_SIZE_COLUMN_LABEL" desc="Size column label."> 133 <message name="IDS_FILE_BROWSER_SIZE_COLUMN_LABEL" desc="Size column label.">
125 Size 134 Size
126 </message> 135 </message>
127 136
(...skipping 6498 matching lines...) Expand 10 before | Expand all | Expand 10 after
6626 Attempts left: $1 6635 Attempts left: $1
6627 </message> 6636 </message>
6628 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6637 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6629 PIN 6638 PIN
6630 </message> 6639 </message>
6631 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6640 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6632 PUK 6641 PUK
6633 </message> 6642 </message>
6634 6643
6635 </grit-part> 6644 </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