OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. | 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. |
4 | 4 |
5 FAQ: | 5 FAQ: |
6 - How do I add, change, or remove a string? | 6 - How do I add, change, or remove a string? |
7 Just update this file. | 7 Just update this file. |
8 - Translations will happen automatically?? | 8 - Translations will happen automatically?? |
9 Yes, indeed. Just add your string before the branch point and | 9 Yes, indeed. Just add your string before the branch point and |
10 make the description good. | 10 make the description good. |
(...skipping 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2396 Future nearby Physical Web pages will show up in your notifications list | 2396 Future nearby Physical Web pages will show up in your notifications list |
2397 </message> | 2397 </message> |
2398 | 2398 |
2399 <!-- Password Manager strings --> | 2399 <!-- Password Manager strings --> |
2400 <message name="IDS_UPDATE_PASSWORD" desc="A message shown to users to allo
w updating a saved password for a site, shown in an infobar that appears after t
he user uses a different password to sign in to the site or uses a password chan
ge form."> | 2400 <message name="IDS_UPDATE_PASSWORD" desc="A message shown to users to allo
w updating a saved password for a site, shown in an infobar that appears after t
he user uses a different password to sign in to the site or uses a password chan
ge form."> |
2401 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></
ph> to update your password for this site? | 2401 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></
ph> to update your password for this site? |
2402 </message> | 2402 </message> |
2403 <message name="IDS_UPDATE_PASSWORD_FOR_ACCOUNT" desc="A message shown to u
sers to allow updating a saved password for a site, where user has multiple cred
entials saved, shown in an infobar that appears after user uses new password to
sign in to the site or uses a password change form."> | 2403 <message name="IDS_UPDATE_PASSWORD_FOR_ACCOUNT" desc="A message shown to u
sers to allow updating a saved password for a site, where user has multiple cred
entials saved, shown in an infobar that appears after user uses new password to
sign in to the site or uses a password change form."> |
2404 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></
ph> to update the password for <ph name="USERNAME">^2<ex>don.john.lemon@example.
com</ex></ph> for this site? | 2404 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></
ph> to update the password for <ph name="USERNAME">^2<ex>don.john.lemon@example.
com</ex></ph> for this site? |
2405 </message> | 2405 </message> |
| 2406 |
| 2407 <!-- WebUsb Picker UI strings --> |
| 2408 <message name="IDS_USB_CHOOSER_DIALOG_PROMPT" desc="The text that is used
to introduce the USB chooser dialog to the user."> |
| 2409 <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to connec
t to: |
| 2410 </message> |
| 2411 <message name="IDS_USB_CHOOSER_DIALOG_NO_DEVICES_FOUND_PROMPT" desc="The t
ext that is used to inform the user that no devices found in the USB chooser dia
log."> |
| 2412 No devices found. |
| 2413 </message> |
| 2414 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text
that is shown on the connect button in the USB chooser dialog."> |
| 2415 Connect |
| 2416 </message> |
| 2417 <message name="IDS_USB_CHOOSER_DIALOG_FOOTNOTE_TEXT" desc="This text is sh
own at the bottom of the USB chooser dialog with a link to part of its text."> |
| 2418 Not seeing your device? <ph name="BEGIN_LINK"><link></ph>Get help<
ph name="END_LINK"></link></ph> |
| 2419 </message> |
2406 </messages> | 2420 </messages> |
2407 </release> | 2421 </release> |
2408 </grit> | 2422 </grit> |
OLD | NEW |