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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 2081873002: Incorporate comments in Dbus code and add Eol icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new vector icons and add a dismiss button. Created 4 years, 5 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 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 5812 matching lines...) Expand 10 before | Expand all | Expand 10 after
5823 </message> 5823 </message>
5824 <message name="IDS_EOL_NOTIFICATION_SECURITY_ONLY" desc="Notification shown to inform the user that this device will no longer receive software updates."> 5824 <message name="IDS_EOL_NOTIFICATION_SECURITY_ONLY" desc="Notification shown to inform the user that this device will no longer receive software updates.">
5825 This device will no longer receive software updates. 5825 This device will no longer receive software updates.
5826 </message> 5826 </message>
5827 <message name="IDS_EOL_NOTIFICATION_EOL" desc="Notification shown to inform th e user that this device will no longer receive regular security updates."> 5827 <message name="IDS_EOL_NOTIFICATION_EOL" desc="Notification shown to inform th e user that this device will no longer receive regular security updates.">
5828 This device will no longer receive regular security updates. 5828 This device will no longer receive regular security updates.
5829 </message> 5829 </message>
5830 <message name="IDS_EOL_MORE_INFO_BUTTON" desc="A button label shown in the not ification for eol status change to get more information."> 5830 <message name="IDS_EOL_MORE_INFO_BUTTON" desc="A button label shown in the not ification for eol status change to get more information.">
5831 More info 5831 More info
5832 </message> 5832 </message>
5833 <message name="IDS_EOL_DISMISS_BUTTON" desc="A button label shown in the notif ication for eol status change to dismiss the notification.">
5834 Don't Remind Me Again
5835 </message>
5833 <message name="IDS_FLAGS_ENABLE_EOL_NOTIFICATION_NAME" desc="Name of the about :flag option to enable eol notification."> 5836 <message name="IDS_FLAGS_ENABLE_EOL_NOTIFICATION_NAME" desc="Name of the about :flag option to enable eol notification.">
5834 Enable Device End of Life notification. 5837 Enable Device End of Life notification.
5835 </message> 5838 </message>
5836 <message name="IDS_FLAGS_ENABLE_EOL_NOTIFICATION_DESCRIPTION" desc="Descriptio n of the about:flag option to enable eol notification."> 5839 <message name="IDS_FLAGS_ENABLE_EOL_NOTIFICATION_DESCRIPTION" desc="Descriptio n of the about:flag option to enable eol notification.">
5837 Enable Notifcation when Device is End of Life. 5840 Enable Notifcation when Device is End of Life.
5838 </message> 5841 </message>
5839 5842
5840 <!-- Genius App --> 5843 <!-- Genius App -->
5841 <message name="IDS_GENIUS_APP_NAME" desc="Name of the genius app in the app sh elf"> 5844 <message name="IDS_GENIUS_APP_NAME" desc="Name of the genius app in the app sh elf">
5842 Get Help 5845 Get Help
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
6722 <message name="IDS_ARC_ANDROID_MANAGEMENT_REQUIRED_ERROR" desc="Error message shown when Android management is required for an unmanaged Chrome OS user."> 6725 <message name="IDS_ARC_ANDROID_MANAGEMENT_REQUIRED_ERROR" desc="Error message shown when Android management is required for an unmanaged Chrome OS user.">
6723 Your organization has not enabled Android Apps for your account. Contact you r administrator for more information. 6726 Your organization has not enabled Android Apps for your account. Contact you r administrator for more information.
6724 </message> 6727 </message>
6725 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu."> 6728 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu.">
6726 Enable opt-in IME menu 6729 Enable opt-in IME menu
6727 </message> 6730 </message>
6728 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu."> 6731 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu.">
6729 Enable access to the new IME menu in the Language Settings page. 6732 Enable access to the new IME menu in the Language Settings page.
6730 </message> 6733 </message>
6731 </grit-part> 6734 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/eol_notification.h » ('j') | chrome/browser/chromeos/eol_notification.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698