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 2344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2355 </message> | 2355 </message> |
2356 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that
initiates a scan for nearby URLs"> | 2356 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that
initiates a scan for nearby URLs"> |
2357 Refresh | 2357 Refresh |
2358 </message> | 2358 </message> |
2359 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto
n that opens a list of nearby URLs"> | 2359 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto
n that opens a list of nearby URLs"> |
2360 See what's nearby | 2360 See what's nearby |
2361 </message> | 2361 </message> |
2362 <message name="IDS_PHYSICAL_WEB_BOTTOM_BAR" desc="A message displayed in t
he nearby URLs list activity informing the user that a notification will appear
whenever devices broadcasting URLs are nearby"> | 2362 <message name="IDS_PHYSICAL_WEB_BOTTOM_BAR" desc="A message displayed in t
he nearby URLs list activity informing the user that a notification will appear
whenever devices broadcasting URLs are nearby"> |
2363 Future nearby Physical Web pages will show up in your notifications list | 2363 Future nearby Physical Web pages will show up in your notifications list |
2364 </message> | 2364 </message> |
| 2365 |
| 2366 <!-- Password Manager strings --> |
| 2367 <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."> |
| 2368 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></
ph> to update your password for this site? |
| 2369 </message> |
| 2370 <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."> |
| 2371 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? |
| 2372 </message> |
2365 </messages> | 2373 </messages> |
2366 </release> | 2374 </release> |
2367 </grit> | 2375 </grit> |
OLD | NEW |