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

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

Issue 144883002: [Files.app] Initial implementation of new audio player (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make the script/css files flattened. Created 6 years, 10 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 | Annotate | Revision Log
« 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 <!-- 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="pp_ifdef('chromeos')">. --> 3 Everything in this file is wrapped in <if expr="pp_ifdef('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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 Chrome cannot set wallpaper. 105 Chrome cannot set wallpaper.
106 </message> 106 </message>
107 107
108 <!-- File Manager --> 108 <!-- File Manager -->
109 <message name="IDS_FLAGS_FILE_MANAGER_SHOW_CHECKBOXES_NAME" desc="Name of the about:flag option to show the selecting checkboxes to the Files app."> 109 <message name="IDS_FLAGS_FILE_MANAGER_SHOW_CHECKBOXES_NAME" desc="Name of the about:flag option to show the selecting checkboxes to the Files app.">
110 Show selecting checkboxes 110 Show selecting checkboxes
111 </message> 111 </message>
112 <message name="IDS_FLAGS_FILE_MANAGER_SHOW_CHECKBOXES_DESCRIPTION" desc="Descr iption of the about:flag option to show the selecting checkboxes to the Files ap p."> 112 <message name="IDS_FLAGS_FILE_MANAGER_SHOW_CHECKBOXES_DESCRIPTION" desc="Descr iption of the about:flag option to show the selecting checkboxes to the Files ap p.">
113 Show selecting checkboxes in the Files.app. 113 Show selecting checkboxes in the Files.app.
114 </message> 114 </message>
115 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_NEW_AUDIO_PLAYER_NAME" desc="Name of the about:flag option to enable the new audio player app.">
116 Enable the new audio player
117 </message>
118 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_NEW_AUDIO_PLAYER_DESCRIPTION" des c="Description of the about:flag option to the enable new audio player app.">
119 Use the experimental new audio player instead of the stable one.
120 </message>
115 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_WEBSTORE_INTEGRATION" desc="Name of the about:flag option to enable the webstore integration feature in Files app ."> 121 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_WEBSTORE_INTEGRATION" desc="Name of the about:flag option to enable the webstore integration feature in Files app .">
116 Enable the integration of Webstore and Files.app. 122 Enable the integration of Webstore and Files.app.
117 </message> 123 </message>
118 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_WEBSTORE_INTEGRATION_DESCRIPTION" desc="Description of the about:flag option to enable the webstore integration f eature in Files app."> 124 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_WEBSTORE_INTEGRATION_DESCRIPTION" desc="Description of the about:flag option to enable the webstore integration f eature in Files app.">
119 Enables the webstore integration feature in Files.app. 125 Enables the webstore integration feature in Files.app.
120 </message> 126 </message>
121 <message name="IDS_FILE_BROWSER_ARCHIVE_DIRECTORY_LABEL" desc="/archive direct ory label."> 127 <message name="IDS_FILE_BROWSER_ARCHIVE_DIRECTORY_LABEL" desc="/archive direct ory label.">
122 Archives 128 Archives
123 </message> 129 </message>
124 <message name="IDS_FILE_BROWSER_REMOVABLE_DIRECTORY_LABEL" desc="/removable di rectory label."> 130 <message name="IDS_FILE_BROWSER_REMOVABLE_DIRECTORY_LABEL" desc="/removable di rectory label.">
(...skipping 4786 matching lines...) Expand 10 before | Expand all | Expand 10 after
4911 <message name="IDS_CHARGER_REPLACEMENT_DIALOG_TITLE" desc="Title of the charge r replacement UI dialg"> 4917 <message name="IDS_CHARGER_REPLACEMENT_DIALOG_TITLE" desc="Title of the charge r replacement UI dialg">
4912 Check charger 4918 Check charger
4913 </message> 4919 </message>
4914 <message name="IDS_FLAGS_ENABLE_SYSTEM_SOUNDS_NAME" desc="Name of the flag to enable system sounds independently from ChromeVox."> 4920 <message name="IDS_FLAGS_ENABLE_SYSTEM_SOUNDS_NAME" desc="Name of the flag to enable system sounds independently from ChromeVox.">
4915 Enable system sounds 4921 Enable system sounds
4916 </message> 4922 </message>
4917 <message name="IDS_FLAGS_ENABLE_SYSTEM_SOUNDS_DESCRIPTION" desc="Description o f the flag to enable system sounds independently from ChromeVox."> 4923 <message name="IDS_FLAGS_ENABLE_SYSTEM_SOUNDS_DESCRIPTION" desc="Description o f the flag to enable system sounds independently from ChromeVox.">
4918 System sounds will be played independently from ChromeVox. 4924 System sounds will be played independently from ChromeVox.
4919 </message> 4925 </message>
4920 </grit-part> 4926 </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