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

Side by Side Diff: ui/strings/ui_strings.grd

Issue 2952303002: cros: add SUGGESTED APPS indicator to start page (Closed)
Patch Set: include Created 3 years, 6 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
« no previous file with comments | « ui/app_list/views/start_page_view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by app/ that 4 each locale. Specifically, these are UI strings that are used by app/ that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <!-- TODO add each of your output files. Modify the three below, and add 10 <!-- TODO add each of your output files. Modify the three below, and add
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 </message> 668 </message>
669 <message name="IDS_MESSAGE_CENTER_NOTIFIER_FINGERPRINT_UNLOCK_FEATURE_NA ME" desc="The name of fingerprint unlock feature notifier that is a system compo nent"> 669 <message name="IDS_MESSAGE_CENTER_NOTIFIER_FINGERPRINT_UNLOCK_FEATURE_NA ME" desc="The name of fingerprint unlock feature notifier that is a system compo nent">
670 Fingerprint Unlock Feature 670 Fingerprint Unlock Feature
671 </message> 671 </message>
672 <message name="IDS_MESSAGE_CENTER_NOTIFIER_PIN_UNLOCK_FEATURE_NAME" desc ="The name of PIN unlock feature notifier that is a system component"> 672 <message name="IDS_MESSAGE_CENTER_NOTIFIER_PIN_UNLOCK_FEATURE_NAME" desc ="The name of PIN unlock feature notifier that is a system component">
673 PIN Unlock Feature 673 PIN Unlock Feature
674 </message> 674 </message>
675 </if> 675 </if>
676 676
677 <!-- App list --> 677 <!-- App list -->
678 <message name="IDS_SUGGESTED_APPS_INDICATOR" desc="Indicator text in app l ist on top of suggested apps.">
679 SUGGESTED APPS
680 </message>
681 <message name="IDS_ALL_APPS_INDICATOR" desc="Indicator text in app list on top of all apps.">
682 ALL APPS
683 </message>
678 <message name="IDS_APP_LIST_BACK" desc="The name of the button that goes t o the previous screen in the launcher."> 684 <message name="IDS_APP_LIST_BACK" desc="The name of the button that goes t o the previous screen in the launcher.">
679 Back 685 Back
680 </message> 686 </message>
681 <message name="IDS_APP_LIST_ALL_APPS" desc="The text on the button that op ens the app grid view in the app launcher."> 687 <message name="IDS_APP_LIST_ALL_APPS" desc="The text on the button that op ens the app grid view in the app launcher.">
682 All Apps 688 All Apps
683 </message> 689 </message>
684 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder text for app list folder name."> 690 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder text for app list folder name.">
685 Unnamed Folder 691 Unnamed Folder
686 </message> 692 </message>
687 <message name="IDS_APP_LIST_FOLDER_BUTTON_ACCESSIBILE_NAME" desc="The spok en feedback text for navigating to a folder button in top level app list"> 693 <message name="IDS_APP_LIST_FOLDER_BUTTON_ACCESSIBILE_NAME" desc="The spok en feedback text for navigating to a folder button in top level app list">
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 <!-- Display names --> 726 <!-- Display names -->
721 <message name="IDS_DISPLAY_NAME_UNKNOWN" desc="The name used for a display whose name is unknown, which is shown in the display settings and ash tray."> 727 <message name="IDS_DISPLAY_NAME_UNKNOWN" desc="The name used for a display whose name is unknown, which is shown in the display settings and ash tray.">
722 Unknown Display 728 Unknown Display
723 </message> 729 </message>
724 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> 730 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings.">
725 Internal Display 731 Internal Display
726 </message> 732 </message>
727 </messages> 733 </messages>
728 </release> 734 </release>
729 </grit> 735 </grit>
OLDNEW
« no previous file with comments | « ui/app_list/views/start_page_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698