OLD | NEW |
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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
764 Chrome | 764 Chrome |
765 </message> | 765 </message> |
766 <message name="IDS_HELPER_NAME" desc="The helper application's name. Sh
ould contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chr
ome Helper."> | 766 <message name="IDS_HELPER_NAME" desc="The helper application's name. Sh
ould contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chr
ome Helper."> |
767 Google Chrome Helper | 767 Google Chrome Helper |
768 </message> | 768 </message> |
769 <message name="IDS_SHORT_HELPER_NAME" desc="The helper application's sho
rt name, used for the Mac's application menu, activity monitor, etc. Example: Ch
rome Helper, not Google Chrome Helper."> | 769 <message name="IDS_SHORT_HELPER_NAME" desc="The helper application's sho
rt name, used for the Mac's application menu, activity monitor, etc. Example: Ch
rome Helper, not Google Chrome Helper."> |
770 Chrome Helper | 770 Chrome Helper |
771 </message> | 771 </message> |
772 </if> | 772 </if> |
773 | 773 |
| 774 <!-- Chrome sign in page --> |
| 775 <message name="IDS_CHROME_SIGNIN_TITLE" desc="Title on the about:chrome-si
gnin page"> |
| 776 Chrome |
| 777 </message> |
| 778 |
774 <!-- Sync Promo New Tab Page bubble strings --> | 779 <!-- Sync Promo New Tab Page bubble strings --> |
775 <message name="IDS_SYNC_PROMO_NTP_BUBBLE_MESSAGE_NEW" desc="The body of th
e sync promo NTP bubble."> | 780 <message name="IDS_SYNC_PROMO_NTP_BUBBLE_MESSAGE_NEW" desc="The body of th
e sync promo NTP bubble."> |
776 Now that you're signed in, you can get your tabs, bookmarks and other Ch
rome stuff across your laptop, phone and tablet. You will also receive more rele
vant suggestions and features on Google services. | 781 Now that you're signed in, you can get your tabs, bookmarks and other Ch
rome stuff across your laptop, phone and tablet. You will also receive more rele
vant suggestions and features on Google services. |
777 </message> | 782 </message> |
778 | 783 |
779 <!-- One click sign in infobar --> | 784 <!-- One click sign in infobar --> |
780 <if expr="not pp_ifdef('chromeos')"> | 785 <if expr="not pp_ifdef('chromeos')"> |
781 <!-- New one-click signin dialog contents for SAML support --> | 786 <!-- New one-click signin dialog contents for SAML support --> |
782 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_TITLE_NEW" desc="The title of
the modal dialog window that opens when the user chooses to use one click sign
in."> | 787 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_TITLE_NEW" desc="The title of
the modal dialog window that opens when the user chooses to use one click sign
in."> |
783 You're signed in to Chrome! | 788 You're signed in to Chrome! |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
974 </message> | 979 </message> |
975 | 980 |
976 <!-- ProcessSingleton --> | 981 <!-- ProcessSingleton --> |
977 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow
ser cannot start because the profile is in use on a different host."> | 982 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow
ser cannot start because the profile is in use on a different host."> |
978 The profile appears to be in use by another Google Chrome process (<ph n
ame="PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME
">$2<ex>example.com</ex></ph>). Chrome has locked the profile so that it doesn'
t get corrupted. If you are sure no other processes are using this profile, you
can unlock the profile and relaunch Chrome. | 983 The profile appears to be in use by another Google Chrome process (<ph n
ame="PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME
">$2<ex>example.com</ex></ph>). Chrome has locked the profile so that it doesn'
t get corrupted. If you are sure no other processes are using this profile, you
can unlock the profile and relaunch Chrome. |
979 </message> | 984 </message> |
980 | 985 |
981 </messages> | 986 </messages> |
982 </release> | 987 </release> |
983 </grit> | 988 </grit> |
OLD | NEW |