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

Side by Side Diff: ash/ash_strings.grd

Issue 145273019: Clean up sign-in grammar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/android/java/strings/android_chrome_strings.grd » ('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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 <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."> 248 <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.">
249 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph> 249 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph>
250 </message> 250 </message>
251 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messag ees in the system tray."> 251 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messag ees in the system tray.">
252 SMS from <ph name="PHONE_NUMBER">$1<ex>08700 776655</ex></ph> 252 SMS from <ph name="PHONE_NUMBER">$1<ex>08700 776655</ex></ph>
253 </message> 253 </message>
254 <message name="IDS_ASH_STATUS_TRAY_SIGN_IN_ANOTHER_ACCOUNT" desc="The stri ng for the button which lets the user add another account to the current session ."> 254 <message name="IDS_ASH_STATUS_TRAY_SIGN_IN_ANOTHER_ACCOUNT" desc="The stri ng for the button which lets the user add another account to the current session .">
255 Sign in another account... 255 Sign in another account...
256 </message> 256 </message>
257 <message name="IDS_ASH_STATUS_TRAY_CAPTION_CANNOT_ADD_USER" desc="The capt ion for the error message when the user has reached the limit of multi profile u sers."> 257 <message name="IDS_ASH_STATUS_TRAY_CAPTION_CANNOT_ADD_USER" desc="The capt ion for the error message when the user has reached the limit of multi profile u sers.">
258 Can't sign into another account. 258 Can't sign in to another account.
259 </message> 259 </message>
260 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_CANNOT_ADD_USER" desc="The erro r message when the user has reached the limit of multi profile users."> 260 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_CANNOT_ADD_USER" desc="The erro r message when the user has reached the limit of multi profile users.">
261 You can only have up to three accounts in multiple sign-in. 261 You can only have up to three accounts in multiple sign-in.
262 </message> 262 </message>
263 263
264 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH" desc="The label used as the header in the bluetooth popup."> 264 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH" desc="The label used as the header in the bluetooth popup.">
265 Bluetooth 265 Bluetooth
266 </message> 266 </message>
267 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED" desc="The label used in the tray popup to notify that bluetooth is enabled."> 267 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED" desc="The label used in the tray popup to notify that bluetooth is enabled.">
268 Bluetooth enabled 268 Bluetooth enabled
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 616
617 <!-- ChromeOS-specific strings --> 617 <!-- ChromeOS-specific strings -->
618 <if expr="pp_ifdef('chromeos')"> 618 <if expr="pp_ifdef('chromeos')">
619 <part file="ash_chromeos_strings.grdp" /> 619 <part file="ash_chromeos_strings.grdp" />
620 </if> 620 </if>
621 621
622 </messages> 622 </messages>
623 </release> 623 </release>
624 </grit> 624 </grit>
625 625
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/strings/android_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698