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

Side by Side Diff: ash/ash_strings.grd

Issue 9572010: Make the strings in the ash uber tray translatable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | ash/system/settings/tray_settings.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 2
3 <!-- 3 <!--
4 This file contains the strings for ash. 4 This file contains the strings for ash.
5 --> 5 -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/ash_strings.h" type="rc_header"> 10 <output filename="grit/ash_strings.h" type="rc_header">
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 <!-- TODO(zork): Only include these in Aura builds --> 115 <!-- TODO(zork): Only include these in Aura builds -->
116 <message name="IDS_AURA_APP_LIST_TITLE" desc="The title used for the Aura app list in the launcher"> 116 <message name="IDS_AURA_APP_LIST_TITLE" desc="The title used for the Aura app list in the launcher">
117 Applications 117 Applications
118 </message> 118 </message>
119 <message name="IDS_AURA_CYCLER_TITLE" desc="The title used for the Aura wi ndow cycler in the launcher"> 119 <message name="IDS_AURA_CYCLER_TITLE" desc="The title used for the Aura wi ndow cycler in the launcher">
120 Window Cycler 120 Window Cycler
121 </message> 121 </message>
122 <message name="IDS_AURA_LAUNCHER_OVERFLOW_NAME" desc="The title used for t he Aura overflow button in the launcher"> 122 <message name="IDS_AURA_LAUNCHER_OVERFLOW_NAME" desc="The title used for t he Aura overflow button in the launcher">
123 Overflow Button 123 Overflow Button
124 </message> 124 </message>
125
126 <!-- Status tray items -->
127 <message name="IDS_ASH_STATUS_TRAY_HELP_AND_SETTINGS" desc="The label used for the help-and-settings item in the status tray.">
128 Help and Settings
129 </message>
130 <message name="IDS_ASH_STATUS_TRAY_SHUT_DOWN" desc="The label used for the button in the status tray to shut down the system.">
131 Shut down
132 </message>
133 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system.">
134 Sign out
135 </message>
136 <message name="IDS_ASH_STATUS_TRAY_LOCK" desc="The label used for the butt on in the status tray to lock the screen.">
137 Lock
138 </message>
125 </messages> 139 </messages>
126 </release> 140 </release>
127 </grit> 141 </grit>
128 142
OLDNEW
« no previous file with comments | « no previous file | ash/system/settings/tray_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698