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

Side by Side Diff: ash/ash_strings.grd

Issue 10332152: Add TraySms for SMS messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bubble sizing code Created 8 years, 7 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 | « ash/ash.gyp ('k') | ash/system/network/tray_sms.h » ('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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 </message> 227 </message>
228 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the ne twork dialog header."> 228 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the ne twork dialog header.">
229 Network 229 Network
230 </message> 230 </message>
231 <message name="IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS" desc="The label used in the settings entry in the network dialog."> 231 <message name="IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS" desc="The label used in the settings entry in the network dialog.">
232 Settings... 232 Settings...
233 </message> 233 </message>
234 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROXY_SETTINGS" desc="The label used in the proxy settings entry in the network dialog in the login screen."> 234 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROXY_SETTINGS" desc="The label used in the proxy settings entry in the network dialog in the login screen.">
235 Proxy... 235 Proxy...
236 </message> 236 </message>
237 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status tray for SMS.">
238 SMS
239 </message>
240 <message name="IDS_ASH_STATUS_TRAY_SMS_MESSAGES" desc="The label used in t he default status tray view for SMS with the number of messages.">
241 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph>
242 </message>
243 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messag ees in the system tray.">
244 SMS from <ph name="PHONE_NUMBER">$1<ex>08700 776655</ex></ph>
245 </message>
237 <message name="IDS_ASH_STATUS_TRAY_AIRPLANE_MODE" desc="The label used in the network dialog to turn on airplane mode."> 246 <message name="IDS_ASH_STATUS_TRAY_AIRPLANE_MODE" desc="The label used in the network dialog to turn on airplane mode.">
238 Airplane mode 247 Airplane mode
239 </message> 248 </message>
240 <message name="IDS_ASH_STATUS_TRAY_ENABLE_WIFI" desc="The label used for t he item to enable wifi."> 249 <message name="IDS_ASH_STATUS_TRAY_ENABLE_WIFI" desc="The label used for t he item to enable wifi.">
241 Enable Wi-Fi 250 Enable Wi-Fi
242 </message> 251 </message>
243 <message name="IDS_ASH_STATUS_TRAY_DISABLE_WIFI" desc="The label used for the item to disable wifi."> 252 <message name="IDS_ASH_STATUS_TRAY_DISABLE_WIFI" desc="The label used for the item to disable wifi.">
244 Disable Wi-Fi 253 Disable Wi-Fi
245 </message> 254 </message>
246 <message name="IDS_ASH_STATUS_TRAY_OTHER_WIFI" desc="The label used for th e item to display other Wi-Fi networks."> 255 <message name="IDS_ASH_STATUS_TRAY_OTHER_WIFI" desc="The label used for th e item to display other Wi-Fi networks.">
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 <message name="IDS_ASH_SECONDARY_MONITOR_SHORTCUT" desc="The shortcut text on the secondary monitors."> 374 <message name="IDS_ASH_SECONDARY_MONITOR_SHORTCUT" desc="The shortcut text on the secondary monitors.">
366 Ctrl + 375 Ctrl +
367 </message> 376 </message>
368 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 377 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items.">
369 Previous menu 378 Previous menu
370 </message> 379 </message>
371 </messages> 380 </messages>
372 </release> 381 </release>
373 </grit> 382 </grit>
374 383
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/system/network/tray_sms.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698