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

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: 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 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1480 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>. 1480 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>.
1481 </message> 1481 </message>
1482 1482
1483 <!-- Web Notifications API --> 1483 <!-- Web Notifications API -->
1484 <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]"> 1484 <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]">
1485 Settings 1485 Settings
1486 </message> 1486 </message>
1487 <message name="IDS_NOTIFICATION_WORK_PROFILE_BADGE_CONTENT_DESCRIPTION" de sc="Content description of the work profile badge in the notification."> 1487 <message name="IDS_NOTIFICATION_WORK_PROFILE_BADGE_CONTENT_DESCRIPTION" de sc="Content description of the work profile badge in the notification.">
1488 Work profile 1488 Work profile
1489 </message> 1489 </message>
1490 <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.">
1491 Write a reply…
1492 </message>
1490 1493
1491 <!-- Fullscreen --> 1494 <!-- Fullscreen -->
1492 <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."> 1495 <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.">
1493 Drag from top and touch the back button to exit full screen. 1496 Drag from top and touch the back button to exit full screen.
1494 </message> 1497 </message>
1495 1498
1496 <message name="IDS_FULLSCREEN_API_NOTIFICATION" desc="Notification message when a site has entered non-immsersive fullscreen and the directions of how to exit."> 1499 <message name="IDS_FULLSCREEN_API_NOTIFICATION" desc="Notification message when a site has entered non-immsersive fullscreen and the directions of how to exit.">
1497 Touch the back button to exit full screen. 1500 Touch the back button to exit full screen.
1498 </message> 1501 </message>
1499 1502
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
2395 </message> 2398 </message>
2396 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog."> 2399 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog.">
2397 Connect 2400 Connect
2398 </message> 2401 </message>
2399 <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."> 2402 <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.">
2400 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph> 2403 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph>
2401 </message> 2404 </message>
2402 </messages> 2405 </messages>
2403 </release> 2406 </release>
2404 </grit> 2407 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698