OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- This file contains definitions of strings that are specific to | 2 <!-- This file contains definitions of strings that are specific to |
3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
4 Chrome supports. If you update this file, be sure also to update | 4 Chrome supports. If you update this file, be sure also to update |
5 chromium_strings.grd. --> | 5 chromium_strings.grd. --> |
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 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
9 <outputs> | 9 <outputs> |
10 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 10 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
872 <if expr="not use_titlecase"> | 872 <if expr="not use_titlecase"> |
873 <message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="Title text for the context menu item of a non-platform-app app list item that removes the app. "> | 873 <message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="Title text for the context menu item of a non-platform-app app list item that removes the app. "> |
874 Remove from Chrome... | 874 Remove from Chrome... |
875 </message> | 875 </message> |
876 </if> | 876 </if> |
877 <if expr="use_titlecase"> | 877 <if expr="use_titlecase"> |
878 <message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="In Title Case: Title text for the context menu item of a non-platform-app app list item that r emoves the app."> | 878 <message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="In Title Case: Title text for the context menu item of a non-platform-app app list item that r emoves the app."> |
879 Remove From Chrome... | 879 Remove From Chrome... |
880 </message> | 880 </message> |
881 </if> | 881 </if> |
882 <if expr="not chromeos"> | |
883 <message name="IDS_APP_LIST_MESSAGE_TITLE" desc="Title given to the me ssage displayed in the app launcher to say it is going away"> | |
884 The Chrome App Launcher is going away | |
885 </message> | |
886 <message name="IDS_APP_LIST_MESSAGE_TEXT" desc="The message body text displayed in the app launcher to say it is going away"> | |
887 Use the <ph name="APPS_ICON_IMAGE">$1<ex>[inline-image] Apps</ex></p h> shortcut in the Chrome bookmarks bar to continue accessing your apps. | |
Matt Giuca
2016/03/22 03:28:06
Ditto.
tapted
2016/03/22 04:58:14
Done.
| |
888 </message> | |
889 </if> | |
882 </if> | 890 </if> |
883 | 891 |
884 <!-- App shortcuts --> | 892 <!-- App shortcuts --> |
885 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chrome Ap ps Start Menu folder name."> | 893 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chrome Ap ps Start Menu folder name."> |
886 Chrome Apps | 894 Chrome Apps |
887 </message> | 895 </message> |
888 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY" desc="Name for the Ch rome Apps Start Menu folder name for the Canary channel."> | 896 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY" desc="Name for the Ch rome Apps Start Menu folder name for the Canary channel."> |
889 Chrome Canary Apps | 897 Chrome Canary Apps |
890 </message> | 898 </message> |
891 | 899 |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1167 </message> | 1175 </message> |
1168 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1176 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
1169 desc="Alt text for the faded Chrome logo image."> | 1177 desc="Alt text for the faded Chrome logo image."> |
1170 Chrome logo | 1178 Chrome logo |
1171 </message> | 1179 </message> |
1172 </if> | 1180 </if> |
1173 | 1181 |
1174 </messages> | 1182 </messages> |
1175 </release> | 1183 </release> |
1176 </grit> | 1184 </grit> |
OLD | NEW |