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

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

Issue 2929773002: Mac: Remove create_application_shortcut_cocoa.mm (Closed)
Patch Set: One less file 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
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 1973 matching lines...) Expand 10 before | Expand all | Expand 10 after
1984 </message> 1984 </message>
1985 <message name="IDS_APPLICATION_INFO_LICENSES_BUTTON_TEXT" desc="In Title Case: Text for the button that displays the licenses for the app or extension." > 1985 <message name="IDS_APPLICATION_INFO_LICENSES_BUTTON_TEXT" desc="In Title Case: Text for the button that displays the licenses for the app or extension." >
1986 Licenses 1986 Licenses
1987 </message> 1987 </message>
1988 <message name="IDS_APPLICATION_INFO_SIZE_LABEL" desc="In Title Case: Tex t displayed before the app or extension's size on disk in the details section of the dialog."> 1988 <message name="IDS_APPLICATION_INFO_SIZE_LABEL" desc="In Title Case: Tex t displayed before the app or extension's size on disk in the details section of the dialog.">
1989 Size: 1989 Size:
1990 </message> 1990 </message>
1991 <message name="IDS_APPLICATION_INFO_VERSION_LABEL" desc="In Title Case: Text displayed before the app or extension's version in the details section of t he dialog."> 1991 <message name="IDS_APPLICATION_INFO_VERSION_LABEL" desc="In Title Case: Text displayed before the app or extension's version in the details section of t he dialog.">
1992 Version: 1992 Version:
1993 </message> 1993 </message>
1994 <message name="IDS_APPLICATION_INFO_CREATE_SHORTCUTS_BUTTON_TEXT" desc=" In Title Case: Text for the button that opens the dialog to create shortcuts for the app."> 1994 <if expr="is_macosx">
1995 <message name="IDS_APPLICATION_INFO_CREATE_SHORTCUTS_BUTTON_TEXT" desc ="In Title Case: Text for the button that creates a shortcut for the app.">
1996 Create Shortcut
1997 </message>
1998 </if>
1999 <if expr="not is_macosx">
2000 <message name="IDS_APPLICATION_INFO_CREATE_SHORTCUTS_BUTTON_TEXT" desc ="In Title Case: Text for the button that opens the dialog to create shortcuts f or the app.">
1995 Create Shortcuts... 2001 Create Shortcuts...
1996 </message> 2002 </message>
2003 </if>
1997 </if> 2004 </if>
1998 <message name="IDS_APPLICATION_INFO_SIZE_LOADING_LABEL" desc="Text display ed instead of the app or extension's size on disk in the details section of the dialog while the size is being calculated."> 2005 <message name="IDS_APPLICATION_INFO_SIZE_LOADING_LABEL" desc="Text display ed instead of the app or extension's size on disk in the details section of the dialog while the size is being calculated.">
1999 Calculating... 2006 Calculating...
2000 </message> 2007 </message>
2001 <message name="IDS_APPLICATION_INFO_SIZE_SMALL_LABEL" desc="Text displayed instead of the app or extension's size for apps and extensions that are less th an 1 megabyte in size."> 2008 <message name="IDS_APPLICATION_INFO_SIZE_SMALL_LABEL" desc="Text displayed instead of the app or extension's size for apps and extensions that are less th an 1 megabyte in size.">
2002 &lt; 1 MB 2009 &lt; 1 MB
2003 </message> 2010 </message>
2004 <message name="IDS_APPLICATION_INFO_REVOKE_PERMISSION_ALT_TEXT" desc="Alt text displayed on hover (or in a screen reader) on the icon button that revokes (removes) the permission from this app."> 2011 <message name="IDS_APPLICATION_INFO_REVOKE_PERMISSION_ALT_TEXT" desc="Alt text displayed on hover (or in a screen reader) on the icon button that revokes (removes) the permission from this app.">
2005 Revoke the permission '<ph name="PERMISSION">$1<ex>Access your USB and B luetooth devices</ex></ph>' 2012 Revoke the permission '<ph name="PERMISSION">$1<ex>Access your USB and B luetooth devices</ex></ph>'
2006 </message> 2013 </message>
(...skipping 10 matching lines...) Expand all
2017 other {Access # files stored on your computer}} 2024 other {Access # files stored on your computer}}
2018 </message> 2025 </message>
2019 2026
2020 <message name="IDS_APPLICATION_INFO_RETAINED_DEVICES" desc="A line of expl anatory text that precedes the list of USB devices the app has permanent access to, showing the number of USB devices. This is shown when an app has persistent access to USB devices. [ICU Syntax]"> 2027 <message name="IDS_APPLICATION_INFO_RETAINED_DEVICES" desc="A line of expl anatory text that precedes the list of USB devices the app has permanent access to, showing the number of USB devices. This is shown when an app has persistent access to USB devices. [ICU Syntax]">
2021 {NUM_DEVICES, plural, 2028 {NUM_DEVICES, plural,
2022 =1 {Communicate with a USB device} 2029 =1 {Communicate with a USB device}
2023 other {Communicate with # USB devices}} 2030 other {Communicate with # USB devices}}
2024 </message> 2031 </message>
2025 2032
2026 <!-- "Create application shortcuts" dialog --> 2033 <!-- "Create application shortcuts" dialog -->
2027 <if expr="not use_titlecase"> 2034 <if expr="not is_macosx">
2028 <message name="IDS_CREATE_SHORTCUTS_TITLE" desc="Title of the dialog to create application shortcuts for current page."> 2035 <if expr="not use_titlecase">
2029 Create application shortcuts 2036 <message name="IDS_CREATE_SHORTCUTS_TITLE" desc="Title of the dialog t o create application shortcuts for current page.">
2037 Create application shortcuts
2038 </message>
2039 </if>
2040 <if expr="use_titlecase">
2041 <message name="IDS_CREATE_SHORTCUTS_TITLE" desc="In Title Case: title of the dialog to create application shortcuts for current page.">
2042 Create Application Shortcuts
2043 </message>
2044 </if>
2045 <message name="IDS_CREATE_SHORTCUTS_LABEL" desc="Contents of the main la bel in the create application shortcuts dialog explaining the dialog.">
2046 Add shortcuts to the following places:
2030 </message> 2047 </message>
2031 </if> 2048 <message name="IDS_CREATE_SHORTCUTS_DESKTOP_CHKBOX" desc="Label of the c heckbox to create an application shortcut on the desktop.">
2032 <if expr="use_titlecase"> 2049 Desktop
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
2035 </message> 2050 </message>
2036 </if> 2051 <message name="IDS_CREATE_SHORTCUTS_MENU_CHKBOX" desc="Label of the chec kbox to create an application shortcut in the system's applications menu.">
2037 <message name="IDS_CREATE_SHORTCUTS_LABEL" desc="Contents of the main labe l in the create application shortcuts dialog explaining the dialog."> 2052 Applications menu
2038 Add shortcuts to the following places: 2053 </message>
2039 </message> 2054 <message name="IDS_CREATE_SHORTCUTS_COMMIT" desc="Title of the button to actually create the shortcuts.">
2040 <message name="IDS_CREATE_SHORTCUTS_DESKTOP_CHKBOX" desc="Label of the che ckbox to create an application shortcut on the desktop."> 2055 Create
2041 Desktop
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.">
2044 Applications menu
2045 </message>
2046 <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 .">
2048 Applications folder
2049 </message> 2056 </message>
2050 </if> 2057 </if>
tapted 2017/06/09 01:15:33 the diff came out a bit confusing.. summary: the "
2051 <if expr="is_win"> 2058 <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."> 2059 <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 2060 Start menu
2054 </message> 2061 </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."> 2062 <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 2063 Quick launch bar
2057 </message> 2064 </message>
2058 <message name="IDS_PIN_TO_TASKBAR_CHKBOX" desc="Label of the checkbox to pin an application shortcut to taskbar."> 2065 <message name="IDS_PIN_TO_TASKBAR_CHKBOX" desc="Label of the checkbox to pin an application shortcut to taskbar.">
2059 Pin to Taskbar 2066 Pin to Taskbar
2060 </message> 2067 </message>
2061 </if> 2068 </if>
2062 <message name="IDS_CREATE_SHORTCUTS_COMMIT" desc="Title of the button to a ctually create the shortcuts.">
2063 Create
2064 </message>
2065 2069
2066 <!-- Web Share Target picker dialog --> 2070 <!-- Web Share Target picker dialog -->
2067 <if expr="not use_titlecase"> 2071 <if expr="not use_titlecase">
2068 <message name="IDS_WEBSHARE_TARGET_PICKER_TITLE" desc="Title of the dial og to choose a target for sharing."> 2072 <message name="IDS_WEBSHARE_TARGET_PICKER_TITLE" desc="Title of the dial og to choose a target for sharing.">
2069 Share via 2073 Share via
2070 </message> 2074 </message>
2071 </if> 2075 </if>
2072 <if expr="use_titlecase"> 2076 <if expr="use_titlecase">
2073 <message name="IDS_WEBSHARE_TARGET_PICKER_TITLE" desc="Title of the dial og to choose a target for sharing."> 2077 <message name="IDS_WEBSHARE_TARGET_PICKER_TITLE" desc="Title of the dial og to choose a target for sharing.">
2074 Share Via 2078 Share Via
(...skipping 6309 matching lines...) Expand 10 before | Expand all | Expand 10 after
8384 8388
8385 <if expr="not use_titlecase"> 8389 <if expr="not use_titlecase">
8386 <message name="IDS_NEW_TAB_APP_OPTIONS" 8390 <message name="IDS_NEW_TAB_APP_OPTIONS"
8387 desc="Text for the context menu item that takes the user to the options of an app. (In sentence case.)"> 8391 desc="Text for the context menu item that takes the user to the options of an app. (In sentence case.)">
8388 Options 8392 Options
8389 </message> 8393 </message>
8390 <message name="IDS_NEW_TAB_APP_DETAILS" 8394 <message name="IDS_NEW_TAB_APP_DETAILS"
8391 desc="Text for the context menu item that takes the user to the app in Web Store. (In sentence case.)"> 8395 desc="Text for the context menu item that takes the user to the app in Web Store. (In sentence case.)">
8392 View in Web Store 8396 View in Web Store
8393 </message> 8397 </message>
8394 <if expr="is_macosx"> 8398 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT"
8395 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT" 8399 desc="Text for the context menu item that creates an app shortc ut. (In sentence case.)">
8396 desc="Text for the context menu item that creates an app shor tcut. (In sentence case.)"> 8400 Create shortcuts...
8397 Create shortcut... 8401 </message>
tapted 2017/06/09 01:15:33 note the old `if expr="is_macosx"` would never hav
8398 </message>
8399 </if>
8400 <if expr="not is_macosx">
8401 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT"
8402 desc="Text for the context menu item that creates an app shor tcut. (In sentence case.)">
8403 Create shortcuts...
8404 </message>
8405 </if>
8406 <message name="IDS_APP_CONTEXT_MENU_SHOW_INFO" 8402 <message name="IDS_APP_CONTEXT_MENU_SHOW_INFO"
8407 desc="Text for the context menu item that shows the application information. (In sentence case.)"> 8403 desc="Text for the context menu item that shows the application information. (In sentence case.)">
8408 App info 8404 App info
8409 </message> 8405 </message>
8410 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED" 8406 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED"
8411 desc="Text for the button that opens the app in a pinned tab. ( In sentence case.)"> 8407 desc="Text for the button that opens the app in a pinned tab. ( In sentence case.)">
8412 Open as pinned tab 8408 Open as pinned tab
8413 </message> 8409 </message>
8414 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR" 8410 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR"
8415 desc="Text for the button that opens the app in a regular tab. (In sentence case.)"> 8411 desc="Text for the button that opens the app in a regular tab. (In sentence case.)">
(...skipping 28 matching lines...) Expand all
8444 desc="Text for the context menu item that takes the user to the options of an app. (In title case.)"> 8440 desc="Text for the context menu item that takes the user to the options of an app. (In title case.)">
8445 Options 8441 Options
8446 </message> 8442 </message>
8447 <message name="IDS_NEW_TAB_APP_DETAILS" 8443 <message name="IDS_NEW_TAB_APP_DETAILS"
8448 desc="Text for the context menu item that takes the user to the app in Web Store. (In title case.)"> 8444 desc="Text for the context menu item that takes the user to the app in Web Store. (In title case.)">
8449 View in Web Store 8445 View in Web Store
8450 </message> 8446 </message>
8451 <if expr="is_macosx"> 8447 <if expr="is_macosx">
8452 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT" 8448 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT"
8453 desc="Text for the context menu item that creates an app shor tcut. (In title case.)"> 8449 desc="Text for the context menu item that creates an app shor tcut. (In title case.)">
8454 Create Shortcut... 8450 Create Shortcut
8455 </message> 8451 </message>
8456 </if> 8452 </if>
8457 <if expr="not is_macosx"> 8453 <if expr="not is_macosx">
8458 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT" 8454 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT"
8459 desc="Text for the context menu item that creates an app shor tcut. (In title case.)"> 8455 desc="Text for the context menu item that creates an app shor tcut. (In title case.)">
8460 Create Shortcuts... 8456 Create Shortcuts...
8461 </message> 8457 </message>
8462 </if> 8458 </if>
8463 <message name="IDS_APP_CONTEXT_MENU_SHOW_INFO" 8459 <message name="IDS_APP_CONTEXT_MENU_SHOW_INFO"
8464 desc="Text for the context menu item that shows the application information. (In title case.)"> 8460 desc="Text for the context menu item that shows the application information. (In title case.)">
(...skipping 3859 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"> 12320 <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 12321 Accessing audio and video input
12326 </message> 12322 </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."> 12323 <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 12324 Sharing screen
12329 </message> 12325 </message>
12330 </if> 12326 </if>
12331 </messages> 12327 </messages>
12332 </release> 12328 </release>
12333 </grit> 12329 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | chrome/browser/web_applications/web_app_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698