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. --> | 4 Chrome supports. --> |
5 | 5 |
6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
8 <outputs> | 8 <outputs> |
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
980 Chrome App Launcher Canary | 980 Chrome App Launcher Canary |
981 </message> | 981 </message> |
982 </if> | 982 </if> |
983 <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the l
auncher needs to sign in."> | 983 <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the l
auncher needs to sign in."> |
984 Sign in to Chrome | 984 Sign in to Chrome |
985 </message> | 985 </message> |
986 <message name="IDS_APP_LIST_SIGNIN_TEXT" desc="Text for when the launche
r needs to sign in."> | 986 <message name="IDS_APP_LIST_SIGNIN_TEXT" desc="Text for when the launche
r needs to sign in."> |
987 You need to be signed in to Chrome to use apps. This allows Chrome to
sync your apps, bookmarks, history, passwords and other settings across devices. | 987 You need to be signed in to Chrome to use apps. This allows Chrome to
sync your apps, bookmarks, history, passwords and other settings across devices. |
988 </message> | 988 </message> |
989 <if expr="not use_titlecase"> | 989 <if expr="not use_titlecase"> |
990 <if expr="is_macosx"> | 990 <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.
"> |
991 <message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="Title text f
or the context menu item of a non-platform-app app list item that removes the ap
p."> | 991 Remove from Chrome... |
992 Remove from Chrome | 992 </message> |
993 </message> | |
994 </if> | |
995 <if expr="not is_macosx"> | |
996 <message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="Title text f
or the context menu item of a non-platform-app app list item that removes the ap
p."> | |
997 Remove from Chrome... | |
998 </message> | |
999 </if> | |
1000 </if> | 993 </if> |
1001 <if expr="use_titlecase"> | 994 <if expr="use_titlecase"> |
1002 <if expr="is_macosx"> | 995 <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."> |
1003 <message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="In Title Cas
e: Title text for the context menu item of a non-platform-app app list item that
removes the app."> | 996 Remove From Chrome... |
1004 Remove From Chrome | 997 </message> |
1005 </message> | |
1006 </if> | |
1007 <if expr="not is_macosx"> | |
1008 <message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="In Title Cas
e: Title text for the context menu item of a non-platform-app app list item that
removes the app."> | |
1009 Remove From Chrome... | |
1010 </message> | |
1011 </if> | |
1012 </if> | 998 </if> |
1013 </if> | 999 </if> |
1014 | 1000 |
1015 <!-- App shortcuts --> | 1001 <!-- App shortcuts --> |
1016 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chrome Ap
ps Start Menu folder name."> | 1002 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chrome Ap
ps Start Menu folder name."> |
1017 Chrome Apps | 1003 Chrome Apps |
1018 </message> | 1004 </message> |
1019 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY" desc="Name for the Ch
rome Apps Start Menu folder name for the Canary channel."> | 1005 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY" desc="Name for the Ch
rome Apps Start Menu folder name for the Canary channel."> |
1020 Chrome Canary Apps | 1006 Chrome Canary Apps |
1021 </message> | 1007 </message> |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1252 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. | 1238 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. |
1253 </message> | 1239 </message> |
1254 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1240 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1255 Chrome OS terms | 1241 Chrome OS terms |
1256 </message> | 1242 </message> |
1257 </if> | 1243 </if> |
1258 | 1244 |
1259 </messages> | 1245 </messages> |
1260 </release> | 1246 </release> |
1261 </grit> | 1247 </grit> |
OLD | NEW |