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

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

Issue 8757009: Replace \n in message strings to acutal new lines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing newline Created 9 years 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 | « chrome/app/chromium_strings.grd ('k') | 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 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 2980 matching lines...) Expand 10 before | Expand all | Expand 10 after
2991 <message name="IDS_CERT_DETAILS_SUBJECT_KEY_INFO" desc="The label of the S ubject Public Key Info element in the details page of the certificate info dialo g. (In this case, subject refers to the entity the certificate was issued to.)"> 2991 <message name="IDS_CERT_DETAILS_SUBJECT_KEY_INFO" desc="The label of the S ubject Public Key Info element in the details page of the certificate info dialo g. (In this case, subject refers to the entity the certificate was issued to.)">
2992 Subject Public Key Info 2992 Subject Public Key Info
2993 </message> 2993 </message>
2994 <message name="IDS_CERT_DETAILS_SUBJECT_KEY_ALG" desc="The label of the Su bject Public Key Algorithm element in the details page of the certificate info d ialog. (In this case, subject refers to the entity the certificate was issued to .)"> 2994 <message name="IDS_CERT_DETAILS_SUBJECT_KEY_ALG" desc="The label of the Su bject Public Key Algorithm element in the details page of the certificate info d ialog. (In this case, subject refers to the entity the certificate was issued to .)">
2995 Subject Public Key Algorithm 2995 Subject Public Key Algorithm
2996 </message> 2996 </message>
2997 <message name="IDS_CERT_DETAILS_SUBJECT_KEY" desc="The label of the Subjec t's Public Key element in the details page of the certificate info dialog. (In t his case, subject refers to the entity the certificate was issued to.)"> 2997 <message name="IDS_CERT_DETAILS_SUBJECT_KEY" desc="The label of the Subjec t's Public Key element in the details page of the certificate info dialog. (In t his case, subject refers to the entity the certificate was issued to.)">
2998 Subject's Public Key 2998 Subject's Public Key
2999 </message> 2999 </message>
3000 <message name="IDS_CERT_RSA_PUBLIC_KEY_DUMP_FORMAT" desc="Format for displ aying a textual dump of an RSA public key."> 3000 <message name="IDS_CERT_RSA_PUBLIC_KEY_DUMP_FORMAT" desc="Format for displ aying a textual dump of an RSA public key.">
3001 Modulus (<ph name="MODULUS_NUM_BITS">$1<ex>1024</ex></ph> bits):\n<ph na me="MODULUS_HEX_DUMP">$2<ex>00 0A 38 CF ...</ex></ph>\n\nPublic Exponent (<ph na me="PUBLIC_EXPONENT_NUM_BITS">$3<ex>24</ex></ph> bits):\n<ph name="EXPONENT_HEX_ DUMP">$4<ex>01 00 01</ex></ph> 3001 Modulus (<ph name="MODULUS_NUM_BITS">$1<ex>1024</ex></ph> bits):
3002 <ph name="MODULUS_HEX_DUMP">$2<ex>00 0A 38 CF ...</ex></ph>
3003
3004 Public Exponent (<ph name="PUBLIC_EXPONENT_NUM_BITS">$3<ex>24</ex></ph> bits):
3005 <ph name="EXPONENT_HEX_DUMP">$4<ex>01 00 01</ex></ph>
3002 </message> 3006 </message>
3003 <message name="IDS_CERT_DETAILS_EXTENSIONS" desc="The label of the Extensi ons element in the details page of the certificate info dialog."> 3007 <message name="IDS_CERT_DETAILS_EXTENSIONS" desc="The label of the Extensi ons element in the details page of the certificate info dialog.">
3004 Extensions 3008 Extensions
3005 </message> 3009 </message>
3006 <message name="IDS_CERT_DETAILS_CERTIFICATE_SIG_VALUE" desc="The label of the Certificate Signature Value element in the details page of the certificate i nfo dialog."> 3010 <message name="IDS_CERT_DETAILS_CERTIFICATE_SIG_VALUE" desc="The label of the Certificate Signature Value element in the details page of the certificate i nfo dialog.">
3007 Certificate Signature Value 3011 Certificate Signature Value
3008 </message> 3012 </message>
3009 <message name="IDS_CERT_DETAILS_EXPORT_CERTIFICATE" desc="The label of the button to export the selected certificate"> 3013 <message name="IDS_CERT_DETAILS_EXPORT_CERTIFICATE" desc="The label of the button to export the selected certificate">
3010 E&amp;xport... 3014 E&amp;xport...
3011 </message> 3015 </message>
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
3826 </message> 3830 </message>
3827 <message name="IDS_EXTENSION_PERMISSIONS_PROMPT_HEADING" desc="First bold line in the content area of the extension or app permissions prompt. Asks the us er if they want to grant the permissions to the particular extension or app."> 3831 <message name="IDS_EXTENSION_PERMISSIONS_PROMPT_HEADING" desc="First bold line in the content area of the extension or app permissions prompt. Asks the us er if they want to grant the permissions to the particular extension or app.">
3828 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has requested additional permissions. 3832 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has requested additional permissions.
3829 </message> 3833 </message>
3830 3834
3831 <!-- Extension alerts. --> 3835 <!-- Extension alerts. -->
3832 <message name="IDS_EXTENSION_ALERT_TITLE" desc="Titlebar of the extension notification alert"> 3836 <message name="IDS_EXTENSION_ALERT_TITLE" desc="Titlebar of the extension notification alert">
3833 Confirm Changes 3837 Confirm Changes
3834 </message> 3838 </message>
3835 <message name="IDS_EXTENSION_ALERT_ITEM_EXTERNAL" desc="A statement that a n external extension has been newly installed. End users have no idea what an 'e xternal' extension is, so we simply call them extensions."> 3839 <message name="IDS_EXTENSION_ALERT_ITEM_EXTERNAL" desc="A statement that a n external extension has been newly installed. End users have no idea what an 'e xternal' extension is, so we simply call them extensions.">
3836 » The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been installed.\n 3840 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been installed.
3841 '''
3837 </message> 3842 </message>
3838 <message name="IDS_EXTENSION_ALERT_ITEM_BLACKLISTED" desc="A statement tha t an extension has been newly blacklisted. http://www.google.com/support/chrome/ bin/answer.py?hl=en&amp;answer=1210215 contains the language on which we're basi ng the phrasing."> 3843 <message name="IDS_EXTENSION_ALERT_ITEM_BLACKLISTED" desc="A statement tha t an extension has been newly blacklisted. http://www.google.com/support/chrome/ bin/answer.py?hl=en&amp;answer=1210215 contains the language on which we're basi ng the phrasing.">
3839 » The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" was automatically removed.\n 3844 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" was auto matically removed.
3845 '''
3840 </message> 3846 </message>
3841 <message name="IDS_EXTENSION_ALERT_ITEM_ORPHANED" desc="A statement that a n extension formerly live in the App Store has been delisted."> 3847 <message name="IDS_EXTENSION_ALERT_ITEM_ORPHANED" desc="A statement that a n extension formerly live in the App Store has been delisted.">
3842 » Update checks have repeatedly failed for the extension "<ph name="EXTENS ION_NAME">$1<ex>Gmail Checker</ex></ph>."\n 3848 Update checks have repeatedly failed for the extension "<ph name="EXTENSION_NAME ">$1<ex>Gmail Checker</ex></ph>."
3849 '''
3843 </message> 3850 </message>
3844 <message name="IDS_EXTENSION_ALERT_ITEM_OK" desc="The title of the default button acknowledging the information presented."> 3851 <message name="IDS_EXTENSION_ALERT_ITEM_OK" desc="The title of the default button acknowledging the information presented.">
3845 » OK 3852 OK
3846 </message> 3853 </message>
3847 <message name="IDS_EXTENSION_ALERT_ITEM_DETAILS" desc="The title of the bu tton asking for more information."> 3854 <message name="IDS_EXTENSION_ALERT_ITEM_DETAILS" desc="The title of the bu tton asking for more information.">
3848 » Details 3855 Details
3849 </message> 3856 </message>
3850 3857
3851 <!-- Extension/App install dialog strings --> 3858 <!-- Extension/App install dialog strings -->
3852 <message name="IDS_EXTENSION_PROMPT_WILL_HAVE_ACCESS_TO" desc="Second line in the content area of the extension or app installation prompt. Note that the exact wording is important. This should mean that the extension or app _can_ acc ess the listed privileges, but not necessarily that it will or needs to."> 3859 <message name="IDS_EXTENSION_PROMPT_WILL_HAVE_ACCESS_TO" desc="Second line in the content area of the extension or app installation prompt. Note that the exact wording is important. This should mean that the extension or app _can_ acc ess the listed privileges, but not necessarily that it will or needs to.">
3853 It can access: 3860 It can access:
3854 </message> 3861 </message>
3855 <message name="IDS_EXTENSION_PROMPT_WILL_NOW_HAVE_ACCESS_TO" desc="Second line in the content area of the extension or app re-enable prompt. Note that the exact wording is important. This should mean that the extension _can now_ acces s the listed privileges, but not necessarily that it will or needs to. This mess age appeared because the user must approve new permissions of the extension or a pp."> 3862 <message name="IDS_EXTENSION_PROMPT_WILL_NOW_HAVE_ACCESS_TO" desc="Second line in the content area of the extension or app re-enable prompt. Note that the exact wording is important. This should mean that the extension _can now_ acces s the listed privileges, but not necessarily that it will or needs to. This mess age appeared because the user must approve new permissions of the extension or a pp.">
3856 It can now access: 3863 It can now access:
3857 </message> 3864 </message>
3858 <message name="IDS_EXTENSION_PROMPT_WANTS_ACCESS_TO" desc="Second line in the content area of the extension or app permissions prompt. Note that the exact wording is important. This should mean that the extension _wants to_ access the listed privileges, but not necessarily that it will or needs to. This message a ppeared because the user must approve new permissions of the extension or app."> 3865 <message name="IDS_EXTENSION_PROMPT_WANTS_ACCESS_TO" desc="Second line in the content area of the extension or app permissions prompt. Note that the exact wording is important. This should mean that the extension _wants to_ access the listed privileges, but not necessarily that it will or needs to. This message a ppeared because the user must approve new permissions of the extension or app.">
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
4921 <message name="IDS_INSTANT_OPT_IN_ENABLE" desc="Button shown in the omnibo x dropdown for enabling instant"> 4928 <message name="IDS_INSTANT_OPT_IN_ENABLE" desc="Button shown in the omnibo x dropdown for enabling instant">
4922 Enable... 4929 Enable...
4923 </message> 4930 </message>
4924 <message name="IDS_INSTANT_OPT_IN_NO_THANKS" desc="Button shown in the omn ibox dropdodown for not enabling instant"> 4931 <message name="IDS_INSTANT_OPT_IN_NO_THANKS" desc="Button shown in the omn ibox dropdodown for not enabling instant">
4925 No thanks 4932 No thanks
4926 </message> 4933 </message>
4927 <message name="IDS_INSTANT_OPT_IN_LABEL" desc="Label shown in the omnibox dropdown for enabling instant"> 4934 <message name="IDS_INSTANT_OPT_IN_LABEL" desc="Label shown in the omnibox dropdown for enabling instant">
4928 Enable Instant for faster searching? 4935 Enable Instant for faster searching?
4929 </message> 4936 </message>
4930 <message name="IDS_INSTANT_OPT_IN_MESSAGE" desc="Message shown in the inst ant opt-in dialog"> 4937 <message name="IDS_INSTANT_OPT_IN_MESSAGE" desc="Message shown in the inst ant opt-in dialog">
4931 With Instant enabled and if supported by your default search engine, sea rch results appear instantly as you type queries in the omnibox, and in-line pre dictions help guide your search.\n\nBecause search results are requested even wh ile you're typing your query, your default search engine may be logging these as search queries.\n 4938 With Instant enabled and if supported by your default search engine, search resu lts appear instantly as you type queries in the omnibox, and in-line predictions help guide your search.
4939
4940 Because search results are requested even while you're typing your query, your d efault search engine may be logging these as search queries.
4941 '''
4932 </message> 4942 </message>
4933 <message name="IDS_INSTANT_PREF" desc="Preference for enabling instant"> 4943 <message name="IDS_INSTANT_PREF" desc="Preference for enabling instant">
4934 Enable Instant for faster searching 4944 Enable Instant for faster searching
4935 </message> 4945 </message>
4936 <message name="IDS_INSTANT_PREF_WARNING" desc="Warning displayed beneath i nstant pref"> 4946 <message name="IDS_INSTANT_PREF_WARNING" desc="Warning displayed beneath i nstant pref">
4937 Omnibox input may be logged 4947 Omnibox input may be logged
4938 </message> 4948 </message>
4939 <message name="IDS_INSTANT_LEARN_MORE_URL" desc="URL of help center page t hat explains browser instant" translateable="false"> 4949 <message name="IDS_INSTANT_LEARN_MORE_URL" desc="URL of help center page t hat explains browser instant" translateable="false">
4940 http://www.google.com/support/chrome/bin/answer.py?answer=180655&amp;hl= [GRITLANGCODE] 4950 http://www.google.com/support/chrome/bin/answer.py?answer=180655&amp;hl= [GRITLANGCODE]
4941 </message> 4951 </message>
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
5387 5397
5388 <!-- Browser Hung Plugin Detector --> 5398 <!-- Browser Hung Plugin Detector -->
5389 <message name="IDS_UNKNOWN_PLUGIN_NAME" desc="Name for a plugin whose name could not be determined"> 5399 <message name="IDS_UNKNOWN_PLUGIN_NAME" desc="Name for a plugin whose name could not be determined">
5390 Unknown 5400 Unknown
5391 </message> 5401 </message>
5392 5402
5393 <message name="IDS_BROWSER_HANGMONITOR_TITLE" desc="Title for the hung plu gin message"> 5403 <message name="IDS_BROWSER_HANGMONITOR_TITLE" desc="Title for the hung plu gin message">
5394 Plug-in Unresponsive 5404 Plug-in Unresponsive
5395 </message> 5405 </message>
5396 <message name="IDS_BROWSER_HANGMONITOR" desc="A plugin on a page has hung" > 5406 <message name="IDS_BROWSER_HANGMONITOR" desc="A plugin on a page has hung" >
5397 The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1\n<ex>Sh ockwave\n</ex></ph>Would you like to stop it? 5407 The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
5408 <ex>Shockwave
5409 </ex></ph>Would you like to stop it?
5398 </message> 5410 </message>
5399 <message name="IDS_BROWSER_HANGMONITOR_RENDERER_TITLE" desc="The title of the 'A renderer has hung' dialog"> 5411 <message name="IDS_BROWSER_HANGMONITOR_RENDERER_TITLE" desc="The title of the 'A renderer has hung' dialog">
5400 Page(s) Unresponsive 5412 Page(s) Unresponsive
5401 </message> 5413 </message>
5402 <message name="IDS_BROWSER_HANGMONITOR_RENDERER" desc="A renderer has hung "> 5414 <message name="IDS_BROWSER_HANGMONITOR_RENDERER" desc="A renderer has hung ">
5403 The following page(s) have become unresponsive. You can wait for them to become responsive or kill them. 5415 The following page(s) have become unresponsive. You can wait for them to become responsive or kill them.
5404 </message> 5416 </message>
5405 <message name="IDS_BROWSER_HANGMONITOR_RENDERER_WAIT" desc="The label of t he 'wait' button"> 5417 <message name="IDS_BROWSER_HANGMONITOR_RENDERER_WAIT" desc="The label of t he 'wait' button">
5406 Wait 5418 Wait
5407 </message> 5419 </message>
(...skipping 2432 matching lines...) Expand 10 before | Expand all | Expand 10 after
7840 <message name="IDS_KILLED_TAB_TITLE" desc="The title of the killed tab pag e that is shown when a tab is killed by the OS. This is intended to be a humorou s exclamation of dismay."> 7852 <message name="IDS_KILLED_TAB_TITLE" desc="The title of the killed tab pag e that is shown when a tab is killed by the OS. This is intended to be a humorou s exclamation of dismay.">
7841 He's dead, Jim! 7853 He's dead, Jim!
7842 </message> 7854 </message>
7843 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page."> 7855 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page.">
7844 Either Chrome ran out of memory or the process for the webpage was termi nated for some other reason. To continue, reload or go to another page. 7856 Either Chrome ran out of memory or the process for the webpage was termi nated for some other reason. To continue, reload or go to another page.
7845 </message> 7857 </message>
7846 <message name="IDS_KILLED_TAB_FEEDBACK_LINK" desc="The text for the feedba ck link on the killed tab page."> 7858 <message name="IDS_KILLED_TAB_FEEDBACK_LINK" desc="The text for the feedba ck link on the killed tab page.">
7847 Send feedback to help improve Chrome 7859 Send feedback to help improve Chrome
7848 </message> 7860 </message>
7849 <message name="IDS_KILLED_TAB_FEEDBACK_MESSAGE" desc="The text to auto-pop ulate the feedback page with."> 7861 <message name="IDS_KILLED_TAB_FEEDBACK_MESSAGE" desc="The text to auto-pop ulate the feedback page with.">
7850 Chrome ran out of memory.\n 7862 Chrome ran out of memory.
7863 '''
7851 </message> 7864 </message>
7852 7865
7853 <!-- Default Browser related messages --> 7866 <!-- Default Browser related messages -->
7854 <message name="IDS_HIDE_ICONS_NOT_SUPPORTED" desc="Message to explain we o nly support uninstall and not hide-icons."> 7867 <message name="IDS_HIDE_ICONS_NOT_SUPPORTED" desc="Message to explain we o nly support uninstall and not hide-icons.">
7855 To hide access to this program, you need to uninstall it by using\n<ph n ame="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Programs</ex></ph> in Control P anel.\n\nWould you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/ Remove Programs</ex></ph>? 7868 To hide access to this program, you need to uninstall it by using
7869 <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Programs</ex></ph> in Cont rol Panel.
7870
7871 Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr ograms</ex></ph>?
7856 </message> 7872 </message>
7857 7873
7858 <if expr="pp_ifdef('chromeos')"> 7874 <if expr="pp_ifdef('chromeos')">
7859 <message name="IDS_SETTINGS_TITLE" desc="Title for the settings tab."> 7875 <message name="IDS_SETTINGS_TITLE" desc="Title for the settings tab.">
7860 Settings 7876 Settings
7861 </message> 7877 </message>
7862 </if> 7878 </if>
7863 <if expr="not pp_ifdef('chromeos') and is_posix"> 7879 <if expr="not pp_ifdef('chromeos') and is_posix">
7864 <message name="IDS_SETTINGS_TITLE" desc="Title for the settings tab."> 7880 <message name="IDS_SETTINGS_TITLE" desc="Title for the settings tab.">
7865 Preferences 7881 Preferences
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
8400 </message> 8416 </message>
8401 <message name="IDS_AUTOFILL_DIALOG_EXPIRATION_DATE" desc="The label of the Expiration date entry."> 8417 <message name="IDS_AUTOFILL_DIALOG_EXPIRATION_DATE" desc="The label of the Expiration date entry.">
8402 Expiration date 8418 Expiration date
8403 </message> 8419 </message>
8404 8420
8405 <message name="IDS_AUTOFILL_HELP_LABEL" desc="The label of the Help link o n the Autofill dialog."> 8421 <message name="IDS_AUTOFILL_HELP_LABEL" desc="The label of the Help link o n the Autofill dialog.">
8406 About Autofill 8422 About Autofill
8407 </message> 8423 </message>
8408 8424
8409 <message name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc="The title for fo rm elements when annotated with Autofill predictions."> 8425 <message name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc="The title for fo rm elements when annotated with Autofill predictions.">
8410 heuristic type: <ph name="HEURISTIC_TYPE">$1<ex>NAME_FIRST</ex></ph>\nse rver type: <ph name="SERVER_TYPE">$2<ex>NAME_FIRST</ex></ph>\nfield signature: < ph name="FIELD_SIGNATURE">$3<ex>12345678</ex></ph>\nform signature: <ph name="FO RM_SIGNATURE">$4<ex>1234567812345678</ex></ph>\nexperiment id: "<ph name="EXPERI MENT_ID">$5<ex>ar1</ex></ph>" 8426 heuristic type: <ph name="HEURISTIC_TYPE">$1<ex>NAME_FIRST</ex></ph>
8427 server type: <ph name="SERVER_TYPE">$2<ex>NAME_FIRST</ex></ph>
8428 field signature: <ph name="FIELD_SIGNATURE">$3<ex>12345678</ex></ph>
8429 form signature: <ph name="FORM_SIGNATURE">$4<ex>1234567812345678</ex></ph>
8430 experiment id: "<ph name="EXPERIMENT_ID">$5<ex>ar1</ex></ph>"
8411 </message> 8431 </message>
8412 8432
8413 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_TEXT" desc="Description text for the Autofill feedback infobar."> 8433 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_TEXT" desc="Description text for the Autofill feedback infobar.">
8414 Help make Autofill better. 8434 Help make Autofill better.
8415 </message> 8435 </message>
8416 8436
8417 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_LINK_TEXT" desc="Link text fo r the Autofill feedback infobar."> 8437 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_LINK_TEXT" desc="Link text fo r the Autofill feedback infobar.">
8418 Send feedback to Google. 8438 Send feedback to Google.
8419 </message> 8439 </message>
8420 8440
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
9364 External Protocol Request 9384 External Protocol Request
9365 </message> 9385 </message>
9366 <if expr="not pp_ifdef('chromeos')"> 9386 <if expr="not pp_ifdef('chromeos')">
9367 <message name="IDS_EXTERNAL_PROTOCOL_OK_BUTTON_TEXT" desc="Button in Ext ernal Protocol Dialog that launches the application associated with the protocol "> 9387 <message name="IDS_EXTERNAL_PROTOCOL_OK_BUTTON_TEXT" desc="Button in Ext ernal Protocol Dialog that launches the application associated with the protocol ">
9368 Launch Application 9388 Launch Application
9369 </message> 9389 </message>
9370 <message name="IDS_EXTERNAL_PROTOCOL_CANCEL_BUTTON_TEXT" desc="Button in External Protocol Dialog that cancels the application launch"> 9390 <message name="IDS_EXTERNAL_PROTOCOL_CANCEL_BUTTON_TEXT" desc="Button in External Protocol Dialog that cancels the application launch">
9371 Do Nothing 9391 Do Nothing
9372 </message> 9392 </message>
9373 <message name="IDS_EXTERNAL_PROTOCOL_APPLICATION_TO_LAUNCH" desc="Inform ation about the application being launched by the external protocol"> 9393 <message name="IDS_EXTERNAL_PROTOCOL_APPLICATION_TO_LAUNCH" desc="Inform ation about the application being launched by the external protocol">
9374 The following application will be launched if you accept this request: \n\n <ph name="APPLICATION">$1<ex>C:\Program Files\Adobe\Reader 8.0\Reader\AcroR d32.exe /u "%1"</ex></ph> 9394 The following application will be launched if you accept this request:
9395
9396 <ph name="APPLICATION">$1<ex>C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32. exe /u "%1"</ex></ph>
9375 </message> 9397 </message>
9376 <message name="IDS_EXTERNAL_PROTOCOL_WARNING" desc="Warn user about exte rnal protocols."> 9398 <message name="IDS_EXTERNAL_PROTOCOL_WARNING" desc="Warn user about exte rnal protocols.">
9377 If you did not initiate this request, it may represent an attempted at tack on your system. Unless you took an explicit action to initiate this request , you should press Do Nothing. 9399 If you did not initiate this request, it may represent an attempted at tack on your system. Unless you took an explicit action to initiate this request , you should press Do Nothing.
9378 </message> 9400 </message>
9379 <message name="IDS_EXTERNAL_PROTOCOL_CHECKBOX_TEXT" desc="Checkbox to re member users decision."> 9401 <message name="IDS_EXTERNAL_PROTOCOL_CHECKBOX_TEXT" desc="Checkbox to re member users decision.">
9380 Remember my choice for all links of this type. 9402 Remember my choice for all links of this type.
9381 </message> 9403 </message>
9382 </if> 9404 </if>
9383 <if expr="pp_ifdef('chromeos')"> 9405 <if expr="pp_ifdef('chromeos')">
9384 <message name="IDS_EXTERNAL_PROTOCOL_OK_BUTTON_TEXT" desc="Button in Ext ernal Protocol Dialog that closes the dialog"> 9406 <message name="IDS_EXTERNAL_PROTOCOL_OK_BUTTON_TEXT" desc="Button in Ext ernal Protocol Dialog that closes the dialog">
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
9522 9544
9523 <message name="IDS_OPTIONS_ENABLE_SPELLCHECK" desc="The documentation stri ng of the 'Enable spellcheck' option"> 9545 <message name="IDS_OPTIONS_ENABLE_SPELLCHECK" desc="The documentation stri ng of the 'Enable spellcheck' option">
9524 Enable spell checking 9546 Enable spell checking
9525 </message> 9547 </message>
9526 <message name="IDS_OPTIONS_ENABLE_AUTO_SPELL_CORRECTION" desc="The documen tation string of the 'Enable auto spell correction' option"> 9548 <message name="IDS_OPTIONS_ENABLE_AUTO_SPELL_CORRECTION" desc="The documen tation string of the 'Enable auto spell correction' option">
9527 Enable automatic spell correction 9549 Enable automatic spell correction
9528 </message> 9550 </message>
9529 9551
9530 <!-- General app failure messages --> 9552 <!-- General app failure messages -->
9531 <message name="IDS_COULDNT_OPEN_PROFILE_ERROR" desc="Error displayed on st artup when the profile can not be opened correctly due to problems reading or wr iting files in it"> 9553 <message name="IDS_COULDNT_OPEN_PROFILE_ERROR" desc="Error displayed on st artup when the profile can not be opened correctly due to problems reading or wr iting files in it">
9532 Your profile could not be opened correctly.\n\nSome features may be unav ailable. Please check that the profile exists and you have permission to read a nd write its contents. 9554 Your profile could not be opened correctly.
9555
9556 Some features may be unavailable. Please check that the profile exists and you have permission to read and write its contents.
9533 </message> 9557 </message>
9534 <message name="IDS_REFUSE_TO_RUN_AS_ROOT" desc="Short error message in dis played in an error dialog on startup if the user tries to run chrome as root"> 9558 <message name="IDS_REFUSE_TO_RUN_AS_ROOT" desc="Short error message in dis played in an error dialog on startup if the user tries to run chrome as root">
9535 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can not be run as root. 9559 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can not be run as root.
9536 </message> 9560 </message>
9537 <message name="IDS_REFUSE_TO_RUN_AS_ROOT_2" desc="Detailed message in the error dialog when the user tries to start chrome as root"> 9561 <message name="IDS_REFUSE_TO_RUN_AS_ROOT_2" desc="Detailed message in the error dialog when the user tries to start chrome as root">
9538 Please start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> as a normal user. To run as root, you must specify an alternate --user-data-dir for s torage of profile information. 9562 Please start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> as a normal user. To run as root, you must specify an alternate --user-data-dir for s torage of profile information.
9539 </message> 9563 </message>
9540 9564
9541 <!-- Can't write to user data directory dialog --> 9565 <!-- Can't write to user data directory dialog -->
9542 <message name="IDS_CANT_WRITE_USER_DIRECTORY_TITLE" desc="Title of dialog that is displayed when we can't create a directory for this user."> 9566 <message name="IDS_CANT_WRITE_USER_DIRECTORY_TITLE" desc="Title of dialog that is displayed when we can't create a directory for this user.">
(...skipping 2145 matching lines...) Expand 10 before | Expand all | Expand 10 after
11688 <message name="IDS_LOGIN_PASSWORD_CHANGED_DIALOG_BOX_TITLE" desc="Title fo r the password changed dialog box"> 11712 <message name="IDS_LOGIN_PASSWORD_CHANGED_DIALOG_BOX_TITLE" desc="Title fo r the password changed dialog box">
11689 Sign in 11713 Sign in
11690 </message> 11714 </message>
11691 <message name="IDS_LOGIN_PASSWORD_CHANGED_TITLE" desc="Title of the dialog shown when password change has been detected"> 11715 <message name="IDS_LOGIN_PASSWORD_CHANGED_TITLE" desc="Title of the dialog shown when password change has been detected">
11692 Your password has changed 11716 Your password has changed
11693 </message> 11717 </message>
11694 <message name="IDS_LOGIN_PASSWORD_CHANGED_DESC" desc="Detailed description of the password changed dialog"> 11718 <message name="IDS_LOGIN_PASSWORD_CHANGED_DESC" desc="Detailed description of the password changed dialog">
11695 Your Google Account password has changed since the last time you signed in on this computer. 11719 Your Google Account password has changed since the last time you signed in on this computer.
11696 </message> 11720 </message>
11697 <message name="IDS_LOGIN_PASSWORD_CHANGED_RESET" desc="Reset option of the password changed dialog"> 11721 <message name="IDS_LOGIN_PASSWORD_CHANGED_RESET" desc="Reset option of the password changed dialog">
11698 Synchronize all settings and data\n(may take some time) 11722 Synchronize all settings and data
11723 (may take some time)
11699 </message> 11724 </message>
11700 <message name="IDS_LOGIN_PASSWORD_CHANGED_MIGRATE" desc="Migrate option of the password changed dialog"> 11725 <message name="IDS_LOGIN_PASSWORD_CHANGED_MIGRATE" desc="Migrate option of the password changed dialog">
11701 Only synchronize settings and data that have\nchanged since last sign in \n(requires your previous password) 11726 Only synchronize settings and data that have
11727 changed since last sign in
11728 (requires your previous password)
11702 </message> 11729 </message>
11703 <message name="IDS_LOGIN_PREVIOUS_PASSWORD" desc="Password field text on t he password changed dialog"> 11730 <message name="IDS_LOGIN_PREVIOUS_PASSWORD" desc="Password field text on t he password changed dialog">
11704 Previous password 11731 Previous password
11705 </message> 11732 </message>
11706 <message name="IDS_SCREEN_LOCK_ACTIVE_USER"> 11733 <message name="IDS_SCREEN_LOCK_ACTIVE_USER">
11707 Currently signed in 11734 Currently signed in
11708 </message> 11735 </message>
11709 <message name="IDS_SCREEN_LOCK_SIGN_OUT"> 11736 <message name="IDS_SCREEN_LOCK_SIGN_OUT">
11710 Sign out 11737 Sign out
11711 </message> 11738 </message>
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
13038 Disabled 13065 Disabled
13039 </message> 13066 </message>
13040 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_CAPS_LOCK" 13067 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_CAPS_LOCK"
13041 desc="The dropdown list item for 'Customize modifier keys' overla y"> 13068 desc="The dropdown list item for 'Customize modifier keys' overla y">
13042 Caps Lock 13069 Caps Lock
13043 </message> 13070 </message>
13044 <message name="IDS_STATUSBAR_ACCESSIBILITY_ENABLED" desc="The tooltip for the status bar button to indicate that accessibility is enabled."> 13071 <message name="IDS_STATUSBAR_ACCESSIBILITY_ENABLED" desc="The tooltip for the status bar button to indicate that accessibility is enabled.">
13045 Accessibility features are enabled. 13072 Accessibility features are enabled.
13046 </message> 13073 </message>
13047 <message name="IDS_STATUSBAR_ACCESSIBILITY_TURNED_ON_BUBBLE" desc="The mes sage shown on a bubble when accessibility is turned on"> 13074 <message name="IDS_STATUSBAR_ACCESSIBILITY_TURNED_ON_BUBBLE" desc="The mes sage shown on a bubble when accessibility is turned on">
13048 Accessibility features are enabled.\nPress Ctrl+Alt+Z to cancel. 13075 Accessibility features are enabled.
13076 Press Ctrl+Alt+Z to cancel.
13049 </message> 13077 </message>
13050 <message name="IDS_STATUSBAR_DISABLE_SPOKEN_FEEDBACK" desc="The menu optio n to disable spoken feedback accessibility feature."> 13078 <message name="IDS_STATUSBAR_DISABLE_SPOKEN_FEEDBACK" desc="The menu optio n to disable spoken feedback accessibility feature.">
13051 Disable Spoken Feedback 13079 Disable Spoken Feedback
13052 </message> 13080 </message>
13053 <message name="IDS_STATUSBAR_NETWORK_LOCKED" desc="Message displayed while access to network devices is temporarily locked due to mobile network activatio n"> 13081 <message name="IDS_STATUSBAR_NETWORK_LOCKED" desc="Message displayed while access to network devices is temporarily locked due to mobile network activatio n">
13054 Please wait while we set up your mobile network. 13082 Please wait while we set up your mobile network.
13055 </message> 13083 </message>
13056 <message name="IDS_STATUSBAR_NETWORK_DEVICE_ETHERNET" desc="The ethernet n etwork device."> 13084 <message name="IDS_STATUSBAR_NETWORK_DEVICE_ETHERNET" desc="The ethernet n etwork device.">
13057 Ethernet 13085 Ethernet
13058 </message> 13086 </message>
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
13119 <message name="IDS_STATUSBAR_NETWORK_VIEW_ACCOUNT" desc="In the network st atus menu, the text of the top-up URL link."> 13147 <message name="IDS_STATUSBAR_NETWORK_VIEW_ACCOUNT" desc="In the network st atus menu, the text of the top-up URL link.">
13120 View Account 13148 View Account
13121 </message> 13149 </message>
13122 <message name="IDS_STATUSBAR_NO_NETWORKS_MESSAGE" desc="No networks are av ailable"> 13150 <message name="IDS_STATUSBAR_NO_NETWORKS_MESSAGE" desc="No networks are av ailable">
13123 No networks are available 13151 No networks are available
13124 </message> 13152 </message>
13125 <message name="IDS_STATUSBAR_WIFI_SCANNING_MESSAGE" desc="Scanning for wif i networks"> 13153 <message name="IDS_STATUSBAR_WIFI_SCANNING_MESSAGE" desc="Scanning for wif i networks">
13126 Searching for Wi-Fi networks... 13154 Searching for Wi-Fi networks...
13127 </message> 13155 </message>
13128 <message name="IDS_STATUSBAR_CAPS_LOCK_ENABLED_PRESS_SHIFT_KEYS" desc="The tooltip for the caps lock indicator button."> 13156 <message name="IDS_STATUSBAR_CAPS_LOCK_ENABLED_PRESS_SHIFT_KEYS" desc="The tooltip for the caps lock indicator button.">
13129 CAPS LOCK is on.\nPress both Shift keys to cancel 13157 CAPS LOCK is on.
13158 Press both Shift keys to cancel
13130 </message> 13159 </message>
13131 <message name="IDS_STATUSBAR_CAPS_LOCK_ENABLED_PRESS_SEARCH" desc="The too ltip for the caps lock indicator button."> 13160 <message name="IDS_STATUSBAR_CAPS_LOCK_ENABLED_PRESS_SEARCH" desc="The too ltip for the caps lock indicator button.">
13132 CAPS LOCK is on.\nPress Search key to cancel 13161 CAPS LOCK is on.
13162 Press Search key to cancel
13133 </message> 13163 </message>
13134 <message name="IDS_STATUSBAR_BATTERY_CHARGING_PERCENTAGE" desc="In the pow er menu button, this shows what percentage of battery is left when power supply is connected."> 13164 <message name="IDS_STATUSBAR_BATTERY_CHARGING_PERCENTAGE" desc="In the pow er menu button, this shows what percentage of battery is left when power supply is connected.">
13135 Charging battery: <ph name="PRECENTAGE">$1<ex>100</ex></ph>% 13165 Charging battery: <ph name="PRECENTAGE">$1<ex>100</ex></ph>%
13136 </message> 13166 </message>
13137 <message name="IDS_STATUSBAR_BATTERY_USING_PERCENTAGE" desc="In the power menu button, this shows what percentage of battery is left when power supply is not connected."> 13167 <message name="IDS_STATUSBAR_BATTERY_USING_PERCENTAGE" desc="In the power menu button, this shows what percentage of battery is left when power supply is not connected.">
13138 Using battery: <ph name="PRECENTAGE">$1<ex>100</ex></ph>% 13168 Using battery: <ph name="PRECENTAGE">$1<ex>100</ex></ph>%
13139 </message> 13169 </message>
13140 <message name="IDS_STATUSBAR_NO_BATTERY" desc="In the power menu button, m enu item label shown when there is no battery installed in the device."> 13170 <message name="IDS_STATUSBAR_NO_BATTERY" desc="In the power menu button, m enu item label shown when there is no battery installed in the device.">
13141 No battery 13171 No battery
13142 </message> 13172 </message>
13143 <message name="IDS_STATUSBAR_BATTERY_TIME_UNTIL_FULL" desc="In the power m enu button, this shows how much time until fully charged."> 13173 <message name="IDS_STATUSBAR_BATTERY_TIME_UNTIL_FULL" desc="In the power m enu button, this shows how much time until fully charged.">
13144 Charging\n<ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</ ex></ph> until full 13174 Charging
13175 <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</ex></ph> until ful l
13145 </message> 13176 </message>
13146 <message name="IDS_STATUSBAR_BATTERY_TIME_UNTIL_EMPTY" desc="In the power menu button, this shows how much time until empty."> 13177 <message name="IDS_STATUSBAR_BATTERY_TIME_UNTIL_EMPTY" desc="In the power menu button, this shows how much time until empty.">
13147 Battery\n<ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</e x></ph> remaining 13178 Battery
13179 <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</ex></ph> remaining
13148 </message> 13180 </message>
13149 <message name="IDS_STATUSBAR_BATTERY_CALCULATING_TIME_UNTIL_FULL" desc="In the power menu button, this is the message the shows when we are calculating ti me until full."> 13181 <message name="IDS_STATUSBAR_BATTERY_CALCULATING_TIME_UNTIL_FULL" desc="In the power menu button, this is the message the shows when we are calculating ti me until full.">
13150 Charging\nCalculating time until full 13182 Charging
13183 Calculating time until full
13151 </message> 13184 </message>
13152 <message name="IDS_STATUSBAR_BATTERY_CALCULATING_TIME_UNTIL_EMPTY" desc="I n the power menu button, this is the message the shows when we are calculating t ime until empty."> 13185 <message name="IDS_STATUSBAR_BATTERY_CALCULATING_TIME_UNTIL_EMPTY" desc="I n the power menu button, this is the message the shows when we are calculating t ime until empty.">
13153 Battery\nCalculating remaining time 13186 Battery
13187 Calculating remaining time
13154 </message> 13188 </message>
13155 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 13189 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
13156 Charging\nBattery full 13190 Charging
13191 Battery full
13157 </message> 13192 </message>
13158 <message name="IDS_STATUSBAR_FEEDBACK_TOOLTIP" desc="Tooltip for the feedb ack status bar icon."> 13193 <message name="IDS_STATUSBAR_FEEDBACK_TOOLTIP" desc="Tooltip for the feedb ack status bar icon.">
13159 Report a bug 13194 Report a bug
13160 </message> 13195 </message>
13161 <message name="IDS_STATUSBAR_NETWORK_NO_NETWORK_TOOLTIP" desc="Tooltip for the network menu status bar icon when no network is connected."> 13196 <message name="IDS_STATUSBAR_NETWORK_NO_NETWORK_TOOLTIP" desc="Tooltip for the network menu status bar icon when no network is connected.">
13162 No network 13197 No network
13163 </message> 13198 </message>
13164 <message name="IDS_STATUSBAR_NETWORK_CONNECTING_TOOLTIP" desc="Tooltip for the network menu status bar icon when connecting to a network."> 13199 <message name="IDS_STATUSBAR_NETWORK_CONNECTING_TOOLTIP" desc="Tooltip for the network menu status bar icon when connecting to a network.">
13165 Associating with <ph name="NAME">$1<ex>GoogleGuest</ex></ph> 13200 Associating with <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
13166 </message> 13201 </message>
(...skipping 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after
14548 </messages> 14583 </messages>
14549 <structures fallback_to_english="true"> 14584 <structures fallback_to_english="true">
14550 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14585 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14551 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14586 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14552 </structure> 14587 </structure>
14553 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14588 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14554 </structure> 14589 </structure>
14555 </structures> 14590 </structures>
14556 </release> 14591 </release>
14557 </grit> 14592 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698