Chromium Code Reviews| 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 distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
| 3 If you update this file, be sure also to update google_chrome_strings.grd. --> | 3 If you update this file, be sure also to update google_chrome_strings.grd. --> |
| 4 | 4 |
| 5 <grit base_dir="." latest_public_release="0" current_release="1" | 5 <grit base_dir="." latest_public_release="0" current_release="1" |
| 6 source_lang_id="en" enc_check="möl"> | 6 source_lang_id="en" enc_check="möl"> |
| 7 <outputs> | 7 <outputs> |
| 8 <output filename="grit/chromium_strings.h" type="rc_header"> | 8 <output filename="grit/chromium_strings.h" type="rc_header"> |
| 9 <emit emit_type='prepend'></emit> | 9 <emit emit_type='prepend'></emit> |
| 10 </output> | 10 </output> |
| (...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 871 <if expr="not use_titlecase"> | 871 <if expr="not use_titlecase"> |
| 872 <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. "> | 872 <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 Remove from Chromium... | 873 Remove from Chromium... |
| 874 </message> | 874 </message> |
| 875 </if> | 875 </if> |
| 876 <if expr="use_titlecase"> | 876 <if expr="use_titlecase"> |
| 877 <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."> | 877 <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 Remove From Chromium... | 878 Remove From Chromium... |
| 879 </message> | 879 </message> |
| 880 </if> | 880 </if> |
| 881 <if expr="not chromeos"> | |
| 882 <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"> | |
| 883 The Chromium App Launcher is going away | |
| 884 </message> | |
| 885 <message name="IDS_APP_LIST_MESSAGE_TEXT" desc="The message body text displayed in the app launcher to say it is going away"> | |
| 886 Use the <ph name="APPS_ICON_IMAGE">$1<ex>[inline-image] Apps</ex></p h> shortcut in the Chromium bookmarks bar to continue accessing your apps. | |
|
Matt Giuca
2016/03/22 03:28:05
I think you can drop "[inline-image]". The transla
tapted
2016/03/22 04:58:14
Done.
| |
| 887 </message> | |
| 888 </if> | |
| 881 </if> | 889 </if> |
| 882 | 890 |
| 883 <!-- App shortcuts --> | 891 <!-- App shortcuts --> |
| 884 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chromium Apps Start Menu folder name."> | 892 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chromium Apps Start Menu folder name."> |
| 885 Chromium Apps | 893 Chromium Apps |
| 886 </message> | 894 </message> |
| 887 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY" desc="Name for the Ch rome Apps Start Menu folder name."> | 895 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY" desc="Name for the Ch rome Apps Start Menu folder name."> |
| 888 Chromium Apps | 896 Chromium Apps |
| 889 </message> | 897 </message> |
| 890 | 898 |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1166 </message> | 1174 </message> |
| 1167 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1175 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1168 desc="Alt text for the faded Chrome logo image."> | 1176 desc="Alt text for the faded Chrome logo image."> |
| 1169 Chromium logo | 1177 Chromium logo |
| 1170 </message> | 1178 </message> |
| 1171 </if> | 1179 </if> |
| 1172 | 1180 |
| 1173 </messages> | 1181 </messages> |
| 1174 </release> | 1182 </release> |
| 1175 </grit> | 1183 </grit> |
| OLD | NEW |