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

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

Issue 2860443002: Chromad: Create AuthPolicyCredentialsManager (Closed)
Patch Set: nits Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('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 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 9415 matching lines...) Expand 10 before | Expand all | Expand 10 after
9426 </if> 9426 </if>
9427 <if expr="not chromeos"> 9427 <if expr="not chromeos">
9428 <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."> 9428 <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.">
9429 Sign in 9429 Sign in
9430 </message> 9430 </message>
9431 </if> 9431 </if>
9432 <if expr="chromeos"> 9432 <if expr="chromeos">
9433 <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."> 9433 <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.">
9434 Sign out 9434 Sign out
9435 </message> 9435 </message>
9436 <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.">
9437 Your password has expired. Please sign out then sign in again to cha nge it.
9438 </message>
9439 <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.">
9440 Your password has been changed on the server. Please sign out then s ign in again.
9441 </message>
9442 <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.">
9443 Failed to get authentication token. Please sign out then sign in aga in to try again.
9444 </message>
9436 </if> 9445 </if>
9437 <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."> 9446 <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.">
9438 Advanced sync settings... 9447 Advanced sync settings...
9439 </message> 9448 </message>
9440 <message name="IDS_SYNC_STOP_SYNCING_BUTTON_LABEL" desc="The text to dis play on the button to indicate stop syncing functionality."> 9449 <message name="IDS_SYNC_STOP_SYNCING_BUTTON_LABEL" desc="The text to dis play on the button to indicate stop syncing functionality.">
9441 Disconnect your Google Account... 9450 Disconnect your Google Account...
9442 </message> 9451 </message>
9443 <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."> 9452 <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.">
9444 Sign Out 9453 Sign Out
9445 </message> 9454 </message>
(...skipping 2839 matching lines...) Expand 10 before | Expand all | Expand 10 after
12285 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress" formatter_data="andro id_java"> 12294 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress" formatter_data="andro id_java">
12286 Accessing audio input 12295 Accessing audio input
12287 </message> 12296 </message>
12288 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java"> 12297 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java">
12289 Accessing audio and video input 12298 Accessing audio and video input
12290 </message> 12299 </message>
12291 </if> 12300 </if>
12292 </messages> 12301 </messages>
12293 </release> 12302 </release>
12294 </grit> 12303 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698