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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2860443002: Chromad: Create AuthPolicyCredentialsManager (Closed)
Patch Set: Created 3 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
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 definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 9544 matching lines...) Expand 10 before | Expand all | Expand 10 after
9555 </if> 9555 </if>
9556 <if expr="not chromeos"> 9556 <if expr="not chromeos">
9557 <message name="IDS_SYNC_RELOGIN_LINK_LABEL" desc="The text to display on in the hyperlink when the user needs to sign in again to use sync."> 9557 <message name="IDS_SYNC_RELOGIN_LINK_LABEL" desc="The text to display on in the hyperlink when the user needs to sign in again to use sync.">
9558 Sign in 9558 Sign in
9559 </message> 9559 </message>
9560 </if> 9560 </if>
9561 <if expr="chromeos"> 9561 <if expr="chromeos">
9562 <message name="IDS_SYNC_RELOGIN_LINK_LABEL" desc="The text to display on in the hyperlink when the user needs to sign out and sign in again to use syn c on Chrome OS."> 9562 <message name="IDS_SYNC_RELOGIN_LINK_LABEL" desc="The text to display on in the hyperlink when the user needs to sign out and sign in again to use syn c on Chrome OS.">
9563 Sign out 9563 Sign out
9564 </message> 9564 </message>
9565 <message name="IDS_ACTIVE_DIRECTORY_PASSWORD_EXPIRED" desc="The text t o display on the hyperlink when the user needs to sign out and sign in again to change their password">
9566 Your password has expired. Please sign out then sign in again to cha nge it.
ljusten (tachyonic) 2017/05/03 10:12:16 'sign out AND sign in again'?
Roman Sorokin (ftl) 2017/05/19 12:13:46 Why? Anyway let's ask David to look at it :)
ljusten (tachyonic) 2017/05/19 16:06:13 Acknowledged.
Roman Sorokin (ftl) 2017/05/22 12:35:27 Acknowledged.
9567 </message>
9568 <message name="IDS_ACTIVE_DIRECTORY_PASSWORD_CHANGED" desc="The text t o display on the hyperlink when the user needs to sign out and sign in again to update local password to cryptohome">
9569 Your password has been changed. Please sign out then sign in again t o update it.
9570 </message>
9571 <message name="IDS_ACTIVE_DIRECTORY_REFRESH_AUTH_TOKEN" desc="The text to display on the hyperlink when the user needs to sign out and sign in again t o get authentication token">
9572 Failed to get authentication token. Please sign out then sign in aga in to try again.
ljusten (tachyonic) 2017/05/03 10:12:16 Should we bother the user with this info? Maybe so
ljusten (tachyonic) 2017/05/19 16:06:13 Acknowledged.
9573 </message>
9565 </if> 9574 </if>
9566 <message name="IDS_OPTIONS_CUSTOMIZE_SYNC_BUTTON_LABEL" desc="The text t o display on the button to customize which data types the user is syncing."> 9575 <message name="IDS_OPTIONS_CUSTOMIZE_SYNC_BUTTON_LABEL" desc="The text t o display on the button to customize which data types the user is syncing.">
9567 Advanced sync settings... 9576 Advanced sync settings...
9568 </message> 9577 </message>
9569 <message name="IDS_SYNC_STOP_SYNCING_BUTTON_LABEL" desc="The text to dis play on the button to indicate stop syncing functionality."> 9578 <message name="IDS_SYNC_STOP_SYNCING_BUTTON_LABEL" desc="The text to dis play on the button to indicate stop syncing functionality.">
9570 Disconnect your Google Account... 9579 Disconnect your Google Account...
9571 </message> 9580 </message>
9572 <message name="IDS_SYNC_STOP_SYNCING_CONFIRM_BUTTON_LABEL" desc="The tex t to display on the button to confirm the user wishes to stop syncing."> 9581 <message name="IDS_SYNC_STOP_SYNCING_CONFIRM_BUTTON_LABEL" desc="The tex t to display on the button to confirm the user wishes to stop syncing.">
9573 Sign Out 9582 Sign Out
9574 </message> 9583 </message>
(...skipping 2786 matching lines...) Expand 10 before | Expand all | Expand 10 after
12361 Your downloads appear here 12370 Your downloads appear here
12362 </message> 12371 </message>
12363 12372
12364 <!-- Automation info bar --> 12373 <!-- Automation info bar -->
12365 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12374 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12366 Chrome is being controlled by automated test software. 12375 Chrome is being controlled by automated test software.
12367 </message> 12376 </message>
12368 </messages> 12377 </messages>
12369 </release> 12378 </release>
12370 </grit> 12379 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | chrome/browser/chromeos/authpolicy/auth_policy_credentials_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698