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

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 896693002: Add text continuation for 'Remove from Chrome' in Mac app list context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | chrome/app/generated_resources.grd » ('j') | 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 <!-- This file contains definitions of strings that are distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
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/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 Chromium App Launcher 1056 Chromium App Launcher
1057 </message> 1057 </message>
1058 </if> 1058 </if>
1059 <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the l auncher needs to sign in."> 1059 <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the l auncher needs to sign in.">
1060 Sign in to Chromium 1060 Sign in to Chromium
1061 </message> 1061 </message>
1062 <message name="IDS_APP_LIST_SIGNIN_TEXT" desc="Text for when the launche r needs to sign in."> 1062 <message name="IDS_APP_LIST_SIGNIN_TEXT" desc="Text for when the launche r needs to sign in.">
1063 You need to be signed in to Chromium to use apps. This allows Chromium to sync your apps, bookmarks, history, passwords and other settings across devi ces. 1063 You need to be signed in to Chromium to use apps. This allows Chromium to sync your apps, bookmarks, history, passwords and other settings across devi ces.
1064 </message> 1064 </message>
1065 <if expr="not use_titlecase"> 1065 <if expr="not use_titlecase">
1066 <if expr="is_macosx"> 1066 <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. ">
1067 <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."> 1067 Remove from Chromium...
1068 Remove from Chromium 1068 </message>
1069 </message>
1070 </if>
1071 <if expr="not is_macosx">
1072 <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.">
1073 Remove from Chromium...
1074 </message>
1075 </if>
1076 </if> 1069 </if>
1077 <if expr="use_titlecase"> 1070 <if expr="use_titlecase">
1078 <if expr="is_macosx"> 1071 <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.">
1079 <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."> 1072 Remove From Chromium...
1080 Remove From Chromium 1073 </message>
1081 </message>
1082 </if>
1083 <if expr="not is_macosx">
1084 <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.">
1085 Remove From Chromium...
1086 </message>
1087 </if>
1088 </if> 1074 </if>
1089 </if> 1075 </if>
1090 1076
1091 <!-- App shortcuts --> 1077 <!-- App shortcuts -->
1092 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chromium Apps Start Menu folder name."> 1078 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chromium Apps Start Menu folder name.">
1093 Chromium Apps 1079 Chromium Apps
1094 </message> 1080 </message>
1095 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY" desc="Name for the Ch rome Apps Start Menu folder name."> 1081 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY" desc="Name for the Ch rome Apps Start Menu folder name.">
1096 Chromium Apps 1082 Chromium Apps
1097 </message> 1083 </message>
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. 1314 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way.
1329 </message> 1315 </message>
1330 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1316 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1331 Chromium OS terms 1317 Chromium OS terms
1332 </message> 1318 </message>
1333 </if> 1319 </if>
1334 1320
1335 </messages> 1321 </messages>
1336 </release> 1322 </release>
1337 </grit> 1323 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698