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 2366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2377 </message> | 2377 </message> |
2378 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in
place of a list of nearby URLs when there are no URLs to display."> | 2378 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in
place of a list of nearby URLs when there are no URLs to display."> |
2379 No nearby Physical Web pages found | 2379 No nearby Physical Web pages found |
2380 </message> | 2380 </message> |
2381 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis
played in place of a list of nearby URLs while still scanning for nearby URLs."> | 2381 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis
played in place of a list of nearby URLs while still scanning for nearby URLs."> |
2382 Looking for nearby Physical Web pages | 2382 Looking for nearby Physical Web pages |
2383 </message> | 2383 </message> |
2384 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that
initiates a scan for nearby URLs"> | 2384 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that
initiates a scan for nearby URLs"> |
2385 Refresh | 2385 Refresh |
2386 </message> | 2386 </message> |
| 2387 |
| 2388 <!-- Password Manager strings --> |
| 2389 <message name="IDS_UPDATE_PASSWORD" desc="The title of the update password
infobar."> |
| 2390 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></
ph> to update your password for this site? |
| 2391 </message> |
| 2392 <message name="IDS_UPDATE_PASSWORD_FOR_ACCOUNT" desc="The title of the upd
ate password infobar."> |
| 2393 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></
ph> to update your password of <ph name="USERNAME">^2<ex>don.john.lemon@example.
com</ex></ph> for this site? |
| 2394 </message> |
2387 </messages> | 2395 </messages> |
2388 </release> | 2396 </release> |
2389 </grit> | 2397 </grit> |
OLD | NEW |