Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1864053002: Implement Android UI of web notification inline replies Base URL: https://chromium.googlesource.com/chromium/src.git@inline_replies_ps1
Patch Set: Fix filename? Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
1492 If you’re seeing this frequently, try these <ph name="BEGIN_LINK">&lt;li nk&gt;</ph>suggestions<ph name="END_LINK">&lt;/link&gt;</ph>. 1492 If you’re seeing this frequently, try these <ph name="BEGIN_LINK">&lt;li nk&gt;</ph>suggestions<ph name="END_LINK">&lt;/link&gt;</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
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">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph> 2434 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph>
2432 </message> 2435 </message>
2433 </messages> 2436 </messages>
2434 </release> 2437 </release>
2435 </grit> 2438 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698