Chromium Code Reviews| 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 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1492 If you’re seeing this frequently, try these <ph name="BEGIN_LINK"><li nk></ph>suggestions<ph name="END_LINK"></link></ph>. | 1492 If you’re seeing this frequently, try these <ph name="BEGIN_LINK"><li nk></ph>suggestions<ph name="END_LINK"></link></ph>. |
| 1493 </message> | 1493 </message> |
| 1494 | 1494 |
| 1495 <!-- Web Notifications API --> | 1495 <!-- Web Notifications API --> |
| 1496 <message name="IDS_NOTIFICATION_SITE_SETTINGS_BUTTON" desc="Text of a butt on shown on notifications, that opens the Site Settings of the website that show ed the notification. (If it isn't possible to fit within the char limit, the str ing will be ellipsized if 3 buttons are shown side by side, so try to ensure tha t the user can guess the meaning from the first 8 characters). [CHAR-LIMIT=9]"> | 1496 <message name="IDS_NOTIFICATION_SITE_SETTINGS_BUTTON" desc="Text of a butt on shown on notifications, that opens the Site Settings of the website that show ed the notification. (If it isn't possible to fit within the char limit, the str ing will be ellipsized if 3 buttons are shown side by side, so try to ensure tha t the user can guess the meaning from the first 8 characters). [CHAR-LIMIT=9]"> |
| 1497 Settings | 1497 Settings |
| 1498 </message> | 1498 </message> |
| 1499 <message name="IDS_NOTIFICATION_WORK_PROFILE_BADGE_CONTENT_DESCRIPTION" de sc="Content description of the work profile badge in the notification."> | 1499 <message name="IDS_NOTIFICATION_WORK_PROFILE_BADGE_CONTENT_DESCRIPTION" de sc="Content description of the work profile badge in the notification."> |
| 1500 Work profile | 1500 Work profile |
| 1501 </message> | 1501 </message> |
| 1502 <message name="IDS_NOTIFICATION_INLINE_REPLY_DEFAULT_PLACEHOLDER" desc="Th e placeholder text shown in a notification inline reply if the developer has not specified one."> | |
| 1503 Write a reply… | |
|
Michael van Ouwerkerk
2016/04/07 14:19:20
Let's include vetting this string in the UI review
| |
| 1504 </message> | |
| 1502 | 1505 |
| 1503 <!-- Fullscreen --> | 1506 <!-- Fullscreen --> |
| 1504 <message name="IDS_IMMERSIVE_FULLSCREEN_API_NOTIFICATION" desc="Notificati on message when a site has entered immersive fullscreen and the directions of ho w to exit."> | 1507 <message name="IDS_IMMERSIVE_FULLSCREEN_API_NOTIFICATION" desc="Notificati on message when a site has entered immersive fullscreen and the directions of ho w to exit."> |
| 1505 Drag from top and touch the back button to exit full screen. | 1508 Drag from top and touch the back button to exit full screen. |
| 1506 </message> | 1509 </message> |
| 1507 | 1510 |
| 1508 <message name="IDS_FULLSCREEN_API_NOTIFICATION" desc="Notification message when a site has entered non-immsersive fullscreen and the directions of how to exit."> | 1511 <message name="IDS_FULLSCREEN_API_NOTIFICATION" desc="Notification message when a site has entered non-immsersive fullscreen and the directions of how to exit."> |
| 1509 Touch the back button to exit full screen. | 1512 Touch the back button to exit full screen. |
| 1510 </message> | 1513 </message> |
| 1511 | 1514 |
| (...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2426 </message> | 2429 </message> |
| 2427 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog."> | 2430 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog."> |
| 2428 Connect | 2431 Connect |
| 2429 </message> | 2432 </message> |
| 2430 <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."> | 2433 <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."> |
| 2431 Not seeing your device? <ph name="BEGIN_LINK"><link></ph>Get help< ph name="END_LINK"></link></ph> | 2434 Not seeing your device? <ph name="BEGIN_LINK"><link></ph>Get help< ph name="END_LINK"></link></ph> |
| 2432 </message> | 2435 </message> |
| 2433 </messages> | 2436 </messages> |
| 2434 </release> | 2437 </release> |
| 2435 </grit> | 2438 </grit> |
| OLD | NEW |