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

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

Issue 12300041: Add nativeMessaging extension permission (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
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 5037 matching lines...) Expand 10 before | Expand all | Expand 10 after
5048 </message> 5048 </message>
5049 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOST" desc="Pe rmission string for access to a single specific computers on the local network o r internet."> 5049 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOST" desc="Pe rmission string for access to a single specific computers on the local network o r internet.">
5050 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam ple.com</ex></ph> 5050 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam ple.com</ex></ph>
5051 </message> 5051 </message>
5052 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOSTS" desc="P ermission string for access to multiple specific computers on the local network or internet."> 5052 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOSTS" desc="P ermission string for access to multiple specific computers on the local network or internet.">
5053 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e xample.com bar.example.com</ex></ph> 5053 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e xample.com bar.example.com</ex></ph>
5054 </message> 5054 </message>
5055 <message name="IDS_EXTENSION_PROMPT_WARNING_SYSTEM_INDICATOR" desc="Permis sion string for access to an icon in the system indicator area, such as the task bar or system tray."> 5055 <message name="IDS_EXTENSION_PROMPT_WARNING_SYSTEM_INDICATOR" desc="Permis sion string for access to an icon in the system indicator area, such as the task bar or system tray.">
5056 Display and manage an icon in the system indicator area. 5056 Display and manage an icon in the system indicator area.
5057 </message> 5057 </message>
5058 <message name="IDS_EXTENSION_PROMPT_NATIVE_MESSAGING" desc="Permission str ing for Native Messaging API.">
5059 Exchange data with native applications installed on this computer
5060 </message>
5058 5061
5059 <!-- Extension/App error messages --> 5062 <!-- Extension/App error messages -->
5060 <message name="IDS_EXTENSION_CANT_GET_ABSOLUTE_PATH" desc="Warning display ed in pack dialog when the absolute path to the extension directory can not be f ound."> 5063 <message name="IDS_EXTENSION_CANT_GET_ABSOLUTE_PATH" desc="Warning display ed in pack dialog when the absolute path to the extension directory can not be f ound.">
5061 Can't find the absolute path to the directory to pack. 5064 Can't find the absolute path to the directory to pack.
5062 </message> 5065 </message>
5063 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> 5066 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist.">
5064 Input directory must exist. 5067 Input directory must exist.
5065 </message> 5068 </message>
5066 <message name="IDS_EXTENSION_DISALLOW_NON_DOWNLOADED_GALLERY_INSTALLS" des c="Error displayed when an app or extension that has an update URL used by the g allery is installed when not directly downloaded from the gallery."> 5069 <message name="IDS_EXTENSION_DISALLOW_NON_DOWNLOADED_GALLERY_INSTALLS" des c="Error displayed when an app or extension that has an update URL used by the g allery is installed when not directly downloaded from the gallery.">
5067 This can only be added from the <ph name="CHROME_WEB_STORE">$1<ex>Web St ore</ex></ph>. 5070 This can only be added from the <ph name="CHROME_WEB_STORE">$1<ex>Web St ore</ex></ph>.
(...skipping 10213 matching lines...) Expand 10 before | Expand all | Expand 10 after
15281 15284
15282 <structures fallback_to_english="true"> 15285 <structures fallback_to_english="true">
15283 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15286 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15284 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15287 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15285 </structure> 15288 </structure>
15286 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15289 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15287 </structure> 15290 </structure>
15288 </structures> 15291 </structures>
15289 </release> 15292 </release>
15290 </grit> 15293 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698