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

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

Issue 2929733003: MacViews: Wire up CreateChromeApplicationShortcutView
Patch Set: rename ivar 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 | « no previous file | chrome/browser/ui/BUILD.gn » ('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 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 2022 matching lines...) Expand 10 before | Expand all | Expand 10 after
2033 <message name="IDS_CREATE_SHORTCUTS_TITLE" desc="In Title Case: title of the dialog to create application shortcuts for current page."> 2033 <message name="IDS_CREATE_SHORTCUTS_TITLE" desc="In Title Case: title of the dialog to create application shortcuts for current page.">
2034 Create Application Shortcuts 2034 Create Application Shortcuts
2035 </message> 2035 </message>
2036 </if> 2036 </if>
2037 <message name="IDS_CREATE_SHORTCUTS_LABEL" desc="Contents of the main labe l in the create application shortcuts dialog explaining the dialog."> 2037 <message name="IDS_CREATE_SHORTCUTS_LABEL" desc="Contents of the main labe l in the create application shortcuts dialog explaining the dialog.">
2038 Add shortcuts to the following places: 2038 Add shortcuts to the following places:
2039 </message> 2039 </message>
2040 <message name="IDS_CREATE_SHORTCUTS_DESKTOP_CHKBOX" desc="Label of the che ckbox to create an application shortcut on the desktop."> 2040 <message name="IDS_CREATE_SHORTCUTS_DESKTOP_CHKBOX" desc="Label of the che ckbox to create an application shortcut on the desktop.">
2041 Desktop 2041 Desktop
2042 </message> 2042 </message>
2043 <message name="IDS_CREATE_SHORTCUTS_MENU_CHKBOX" desc="Label of the checkb ox to create an application shortcut in the system's applications menu."> 2043 <if expr="not is_macosx">
2044 Applications menu 2044 <message name="IDS_CREATE_SHORTCUTS_APPLICATIONS_CHKBOX" desc="Label of the checkbox to create an application shortcut in the system's applications menu .">
2045 </message> 2045 Applications menu
2046 </message>
2047 </if>
2046 <if expr="is_macosx"> 2048 <if expr="is_macosx">
2047 <message name="IDS_CREATE_SHORTCUTS_APP_FOLDER_CHKBOX" desc="Label of th e checkbox to create an application shortcut in the system's applications folder ."> 2049 <message name="IDS_CREATE_SHORTCUTS_APPLICATIONS_CHKBOX" desc="Label of the checkbox to create an application shortcut in the system's applications fold er.">
2048 Applications folder 2050 Applications folder
2049 </message> 2051 </message>
2050 </if> 2052 </if>
2051 <if expr="is_win"> 2053 <if expr="is_win">
2052 <message name="IDS_CREATE_SHORTCUTS_START_MENU_CHKBOX" desc="Label of th e checkbox to create an application shortcut in the start menu."> 2054 <message name="IDS_CREATE_SHORTCUTS_START_MENU_CHKBOX" desc="Label of th e checkbox to create an application shortcut in the start menu.">
2053 Start menu 2055 Start menu
2054 </message> 2056 </message>
2055 <message name="IDS_CREATE_SHORTCUTS_QUICK_LAUNCH_BAR_CHKBOX" desc="Label of the checkbox to create an application shortcut in quick launch bar."> 2057 <message name="IDS_CREATE_SHORTCUTS_QUICK_LAUNCH_BAR_CHKBOX" desc="Label of the checkbox to create an application shortcut in quick launch bar.">
2056 Quick launch bar 2058 Quick launch bar
2057 </message> 2059 </message>
(...skipping 10266 matching lines...) Expand 10 before | Expand all | Expand 10 after
12324 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java"> 12326 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java">
12325 Accessing audio and video input 12327 Accessing audio and video input
12326 </message> 12328 </message>
12327 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress."> 12329 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress.">
12328 Sharing screen 12330 Sharing screen
12329 </message> 12331 </message>
12330 </if> 12332 </if>
12331 </messages> 12333 </messages>
12332 </release> 12334 </release>
12333 </grit> 12335 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698