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

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

Issue 2316263002: Notifications in sensitive contexts now display origin + small icon (Closed)
Patch Set: Notifications in sensitive contexts now display origin + small icon Created 4 years, 3 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 1630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1641 <message name="IDS_PAGE_INFO_DOMAIN_HIDDEN" desc="Message to display in th e page info bubble when the domain is hidden."> 1641 <message name="IDS_PAGE_INFO_DOMAIN_HIDDEN" desc="Message to display in th e page info bubble when the domain is hidden.">
1642 This content is from <ph name="DOMAIN_NAME">%1$s<ex>google.com</ex></ph> , delivered by Google. 1642 This content is from <ph name="DOMAIN_NAME">%1$s<ex>google.com</ex></ph> , delivered by Google.
1643 </message> 1643 </message>
1644 1644
1645 <!-- Sad tab page --> 1645 <!-- Sad tab page -->
1646 <message name="IDS_SAD_TAB_SUGGESTIONS" desc="The help message displayed o n the sad tab page after a tab crashes."> 1646 <message name="IDS_SAD_TAB_SUGGESTIONS" desc="The help message displayed o n the sad tab page after a tab crashes.">
1647 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>. 1647 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>.
1648 </message> 1648 </message>
1649 1649
1650 <!-- Web Notifications API --> 1650 <!-- Web Notifications API -->
1651 <message name="IDS_NOTIFICATION_HIDDEN_TEXT" desc="Text shown in place of notification contents when the notification's contents have been hidden on a sec ure lockscreen [CHAR-LIMIT=32]">
1652 Contents hidden
1653 </message>
1651 <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]"> 1654 <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]">
1652 Settings 1655 Settings
1653 </message> 1656 </message>
1654 <message name="IDS_NOTIFICATION_WORK_PROFILE_BADGE_CONTENT_DESCRIPTION" de sc="Content description of the work profile badge in the notification."> 1657 <message name="IDS_NOTIFICATION_WORK_PROFILE_BADGE_CONTENT_DESCRIPTION" de sc="Content description of the work profile badge in the notification.">
1655 Work profile 1658 Work profile
1656 </message> 1659 </message>
1657 1660
1658 <!-- Fullscreen --> 1661 <!-- Fullscreen -->
1659 <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."> 1662 <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.">
1660 Drag from top and touch the back button to exit full screen. 1663 Drag from top and touch the back button to exit full screen.
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
2609 2612
2610 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant."> 2613 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant.">
2611 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph> 2614 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph>
2612 </message> 2615 </message>
2613 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]"> 2616 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]">
2614 Open in app 2617 Open in app
2615 </message> 2618 </message>
2616 </messages> 2619 </messages>
2617 </release> 2620 </release>
2618 </grit> 2621 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698