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. If you update this file, be sure also to update | 4 Chrome supports. If you update this file, be sure also to update |
5 chromium_strings.grd. --> | 5 chromium_strings.grd. --> |
6 | 6 |
7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
9 <outputs> | 9 <outputs> |
10 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 10 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
(...skipping 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1293 <message name="IDS_WIN10_WELCOME_MAKE_DEFAULT_SUBHEADING" desc="A subhea
ding on a section which gives instructions on how to make Chrome the default bro
wser."> | 1293 <message name="IDS_WIN10_WELCOME_MAKE_DEFAULT_SUBHEADING" desc="A subhea
ding on a section which gives instructions on how to make Chrome the default bro
wser."> |
1294 Make Chrome your default browser | 1294 Make Chrome your default browser |
1295 </message> | 1295 </message> |
1296 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a
section which gives instructions on how to pin Chrome to the Windows 10 taskbar
."> | 1296 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a
section which gives instructions on how to pin Chrome to the Windows 10 taskbar
."> |
1297 Pin Chrome to your taskbar | 1297 Pin Chrome to your taskbar |
1298 </message> | 1298 </message> |
1299 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the
user to select Chrome from an external list of apps."> | 1299 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the
user to select Chrome from an external list of apps."> |
1300 Select <ph name="SMALL_PRODUCT_LOGO"><div class="logo-small"><
;/div></ph> <ph name="BEGIN_BOLD"><strong></ph>Google Chrome<ph name="E
ND_BOLD"></strong></ph> | 1300 Select <ph name="SMALL_PRODUCT_LOGO"><div class="logo-small"><
;/div></ph> <ph name="BEGIN_BOLD"><strong></ph>Google Chrome<ph name="E
ND_BOLD"></strong></ph> |
1301 </message> | 1301 </message> |
1302 </if> | 1302 </if> |
1303 | |
1304 <!-- Strings describing Chrome security policy for DevTools security panel
--> | |
1305 <message name="IDS_PRIVATE_USER_DATA_INPUT_FUTURE_DESCRIPTION" desc="Descr
iption of a security problem where the site collects private user data on an ins
ecure page, which will result in an omnibox warning in future versions of Chrome
." translateable="false"> | |
1306 This page includes a password or credit card input over HTTP. A warning
will appear in the URL bar starting in Chrome 56 (Jan 2017). | |
1307 </message> | |
1308 <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description
of a security problem where the site collects private user data on an insecure p
age, which results in an omnibox warning." translateable="false"> | |
1309 This page includes a password or credit card input over HTTP. A warning
has been added the URL bar. | |
1310 </message> | |
1311 | |
1312 </messages> | 1303 </messages> |
1313 </release> | 1304 </release> |
1314 </grit> | 1305 </grit> |
OLD | NEW |