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 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 833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
844 <!-- Tutorial card in the avatar menu bubble --> | 844 <!-- Tutorial card in the avatar menu bubble --> |
845 <message name="IDS_PROFILES_SIGNIN_TUTORIAL_CONTENT_TEXT" desc="The main c
ontent of the tutorial card in the avatar menu bubble view for a signed-in user.
"> | 845 <message name="IDS_PROFILES_SIGNIN_TUTORIAL_CONTENT_TEXT" desc="The main c
ontent of the tutorial card in the avatar menu bubble view for a signed-in user.
"> |
846 You can add your other Google Accounts and lock your Chromium below. | 846 You can add your other Google Accounts and lock your Chromium below. |
847 </message> | 847 </message> |
848 | 848 |
849 <!-- Account removal view in the avatar menu bubble --> | 849 <!-- Account removal view in the avatar menu bubble --> |
850 <message name="IDS_PROFILES_ACCOUNT_REMOVAL_TEXT" desc="Main text of the a
ccount removal view when removing a secondary account."> | 850 <message name="IDS_PROFILES_ACCOUNT_REMOVAL_TEXT" desc="Main text of the a
ccount removal view when removing a secondary account."> |
851 To remove your account, Chromium needs to restart. Make sure you've save
d any open work before continuing. | 851 To remove your account, Chromium needs to restart. Make sure you've save
d any open work before continuing. |
852 </message> | 852 </message> |
853 <message name="IDS_PROFILES_PRIMARY_ACCOUNT_REMOVAL_TEXT" desc="Main text
of the account removal view when removing a primary account."> | 853 <message name="IDS_PROFILES_PRIMARY_ACCOUNT_REMOVAL_TEXT" desc="Main text
of the account removal view when removing a primary account."> |
854 You're using <ph name="PROFILE_EMAIL">$1<ex>jessica@gmail.com</ex></ph>
to sync your Chromium stuff. To update your sync preference or to use Chromium w
ithout a Google account, visit settings. | 854 You're using <ph name="PROFILE_EMAIL">$1<ex>jessica@gmail.com</ex></ph>
to sync your Chromium stuff. To update your sync preference or to use Chromium w
ithout a Google account, visit <ph name="SETTINGS_LINK">$2<ex>settings</ex></ph>
. |
855 </message> | 855 </message> |
856 | 856 |
857 <!-- Sync Promo New Tab Page bubble strings --> | 857 <!-- Sync Promo New Tab Page bubble strings --> |
858 <message name="IDS_SYNC_PROMO_NTP_BUBBLE_MESSAGE_NEW" desc="The body of th
e sync promo NTP bubble."> | 858 <message name="IDS_SYNC_PROMO_NTP_BUBBLE_MESSAGE_NEW" desc="The body of th
e sync promo NTP bubble."> |
859 Now that you're signed in, you can get your tabs, bookmarks and other Ch
romium stuff across your laptop, phone and tablet. You will also receive more re
levant suggestions and features on Google services. | 859 Now that you're signed in, you can get your tabs, bookmarks and other Ch
romium stuff across your laptop, phone and tablet. You will also receive more re
levant suggestions and features on Google services. |
860 </message> | 860 </message> |
861 | 861 |
862 <!-- One click sign-in infobar --> | 862 <!-- One click sign-in infobar --> |
863 <if expr="not chromeos"> | 863 <if expr="not chromeos"> |
864 <!-- New one-click sign-in dialog contents for SAML support --> | 864 <!-- New one-click sign-in dialog contents for SAML support --> |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1197 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" | 1197 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" |
1198 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> | 1198 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> |
1199 Because Chromium does not control how extensions handle your personal
data, all extensions have been disabled for incognito windows. You can reenable
them individually in the | 1199 Because Chromium does not control how extensions handle your personal
data, all extensions have been disabled for incognito windows. You can reenable
them individually in the |
1200 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. | 1200 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. |
1201 </message> | 1201 </message> |
1202 </if> | 1202 </if> |
1203 | 1203 |
1204 </messages> | 1204 </messages> |
1205 </release> | 1205 </release> |
1206 </grit> | 1206 </grit> |
OLD | NEW |