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

Side by Side Diff: chrome/app/chromium_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 | « no previous file | chrome/app/google_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 <!-- This file contains definitions of strings that are distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
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/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 <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."> 958 <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.">
959 Chromium OS could not sync your data because Sync is not available for your domain. 959 Chromium OS could not sync your data because Sync is not available for your domain.
960 </message> 960 </message>
961 <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."> 961 <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.">
962 Chromium OS could not sync your data due to an error signing in. 962 Chromium OS could not sync your data due to an error signing in.
963 </message> 963 </message>
964 </if> 964 </if>
965 965
966 <if expr="is_macosx"> 966 <if expr="is_macosx">
967 <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS X that passwords are shared across profiles in the keychain."> 967 <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS X that passwords are shared across profiles in the keychain.">
968 On Mac, passwords are saved to your Keychain and may be accessed or sy nced by other Chromium users sharing this OS X account. 968 On Mac, passwords may be saved to your Keychain and accessed or synced by other Chromium users sharing this OS X account.
969 </message> 969 </message>
970 <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."> 970 <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.">
971 Details from your contacts can help you fill out forms more quickly in Chromium. 971 Details from your contacts can help you fill out forms more quickly in Chromium.
972 </message> 972 </message>
973 </if> 973 </if>
974 974
975 <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."> 975 <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.">
976 Save details in Chromium 976 Save details in Chromium
977 </message> 977 </message>
978 <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."> 978 <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
1392 </message> 1392 </message>
1393 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1393 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1394 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."> 1394 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.">
1395 Relaunching in Desktop mode will close and relaunch your Chromium apps . 1395 Relaunching in Desktop mode will close and relaunch your Chromium apps .
1396 </message> 1396 </message>
1397 </if> 1397 </if>
1398 1398
1399 </messages> 1399 </messages>
1400 </release> 1400 </release>
1401 </grit> 1401 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698