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

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

Issue 1218293020: Change the passwords warning on Mac as the Keychain becomes deprecated. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « chrome/app/chromium_strings.grd ('k') | no next file » | 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 <!-- This file contains definitions of strings that are specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 <message name="IDS_SYNC_UNAVAILABLE_ERROR_BUBBLE_VIEW_MESSAGE" desc="Mes sage in the sign-in error notification when sync is not available for their doma in."> 881 <message name="IDS_SYNC_UNAVAILABLE_ERROR_BUBBLE_VIEW_MESSAGE" desc="Mes sage in the sign-in error notification when sync is not available for their doma in.">
882 Chrome OS could not sync your data because Sync is not available for y our domain. 882 Chrome OS could not sync your data because Sync is not available for y our domain.
883 </message> 883 </message>
884 <message name="IDS_SYNC_OTHER_SIGN_IN_ERROR_BUBBLE_VIEW_MESSAGE" desc="M essage in the sign-in error notification when there's an error signing in."> 884 <message name="IDS_SYNC_OTHER_SIGN_IN_ERROR_BUBBLE_VIEW_MESSAGE" desc="M essage in the sign-in error notification when there's an error signing in.">
885 Chrome OS could not sync your data due to an error signing in. 885 Chrome OS could not sync your data due to an error signing in.
886 </message> 886 </message>
887 </if> 887 </if>
888 888
889 <if expr="is_macosx"> 889 <if expr="is_macosx">
890 <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS X that passwords are shared across profiles in the keychain."> 890 <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS X that passwords are shared across profiles in the keychain.">
891 On Mac, passwords are saved to your Keychain and may be accessed or sy nced by other Chrome users sharing this OS X account. 891 On Mac, passwords may be saved to your Keychain and accessed or synced by other Chrome users sharing this OS X account.
892 </message> 892 </message>
893 <message name="IDS_AUTOFILL_ADDRESS_BOOK_PROMPT_DESCRIPTION" desc="Text to show in dialog requesting permission to access the user's Address Book conten ts."> 893 <message name="IDS_AUTOFILL_ADDRESS_BOOK_PROMPT_DESCRIPTION" desc="Text to show in dialog requesting permission to access the user's Address Book conten ts.">
894 Details from your contacts can help you fill out forms more quickly in Chrome. 894 Details from your contacts can help you fill out forms more quickly in Chrome.
895 </message> 895 </message>
896 </if> 896 </if>
897 897
898 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t hat controls whether info the user types into the autofill dialog is saved by ch rome."> 898 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t hat controls whether info the user types into the autofill dialog is saved by ch rome.">
899 Save details in Chrome 899 Save details in Chrome
900 </message> 900 </message>
901 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_TOOLTIP" desc="Tooltip whi ch explains function of checkbox that controls whether info the user types into the autofill dialog is saved by chrome."> 901 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_TOOLTIP" desc="Tooltip whi ch explains function of checkbox that controls whether info the user types into the autofill dialog is saved by chrome.">
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 </message> 1315 </message>
1316 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1316 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1317 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Desktop mode while packaged apps are running, which will requi re all packaged apps to be closed and then restarted. Dialog is shown with choic es: OK, Cancel."> 1317 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Desktop mode while packaged apps are running, which will requi re all packaged apps to be closed and then restarted. Dialog is shown with choic es: OK, Cancel.">
1318 Relaunching in Desktop mode will close and relaunch your Chrome apps. 1318 Relaunching in Desktop mode will close and relaunch your Chrome apps.
1319 </message> 1319 </message>
1320 </if> 1320 </if>
1321 1321
1322 </messages> 1322 </messages>
1323 </release> 1323 </release>
1324 </grit> 1324 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698