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

Side by Side Diff: remoting/resources/remoting_strings.grd

Issue 171163003: Add version info resource to the it2me and me2me native messaging hosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« remoting/remoting_host.gypi ('K') | « remoting/remoting_host.gypi ('k') | no next file » | 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 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en"> 3 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en">
4 <outputs> 4 <outputs>
5 <output filename="remoting/base/string_resources.h" type="rc_header"> 5 <output filename="remoting/base/string_resources.h" type="rc_header">
6 <emit emit_type="prepend"/> 6 <emit emit_type="prepend"/>
7 </output> 7 </output>
8 8
9 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/> 9 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/>
10 <output filename="remoting/resources/bg.pak" lang="bg" type="data_package"/> 10 <output filename="remoting/resources/bg.pak" lang="bg" type="data_package"/>
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 </message> 673 </message>
674 <message name="IDS_REMOTING_DESKTOP_DESCRIPTION" desc="The file descriptio n specified in the version information of remoting_desktop.exe."> 674 <message name="IDS_REMOTING_DESKTOP_DESCRIPTION" desc="The file descriptio n specified in the version information of remoting_desktop.exe.">
675 Desktop Integration Process 675 Desktop Integration Process
676 </message> 676 </message>
677 <message name="IDS_REMOTING_HOST_DESCRIPTION" desc="The file description s pecified in the version information of remoting_host.exe."> 677 <message name="IDS_REMOTING_HOST_DESCRIPTION" desc="The file description s pecified in the version information of remoting_host.exe.">
678 Host Process 678 Host Process
679 </message> 679 </message>
680 <message name="IDS_REMOTING_HOST_PLUGIN_DESCRIPTION" desc="The file descri ption specified in the version information of remoting_host_plugin.dll."> 680 <message name="IDS_REMOTING_HOST_PLUGIN_DESCRIPTION" desc="The file descri ption specified in the version information of remoting_host_plugin.dll.">
681 Allow another user to access your computer securely over the Internet. 681 Allow another user to access your computer securely over the Internet.
682 </message> 682 </message>
683 <message name="IDS_REMOTING_NATIVE_MESSAGING_HOST_DESCRIPTION" desc="The f ile description specified in the version information of remoting_native_messagin g_host.exe.">
684 Native messaging host process
weitao 2014/02/18 20:11:24 Is this a proper description? Is casing correct?
Sergey Ulanov 2014/02/18 22:27:27 I suggest "Native messaging host". Don't need 'pro
685 </message>
686 <message name="IDS_REMOTING_REMOTE_ASSISTANCE_HOST_DESCRIPTION" desc="The file description specified in the version information of remote_assistance_host. exe.">
687 Remote assistance host process
weitao 2014/02/18 20:11:24 Is this a proper description? is casing correct?
Sergey Ulanov 2014/02/18 22:27:27 Maybe 'Native messaging host for remote assistance
688 </message>
683 <message name="IDS_VERIFY_PIN_DIALOG_EMAIL_LABEL" desc="The message displa yed by the PIN verification dialog."> 689 <message name="IDS_VERIFY_PIN_DIALOG_EMAIL_LABEL" desc="The message displa yed by the PIN verification dialog.">
684 Account 690 Account
685 </message> 691 </message>
686 <message name="IDS_HOST_CATEGORY" desc="Name of the message category assig ned to all messages written to the EventLog by Chromoting Host."> 692 <message name="IDS_HOST_CATEGORY" desc="Name of the message category assig ned to all messages written to the EventLog by Chromoting Host.">
687 Host 693 Host
688 </message> 694 </message>
689 <message name="IDS_HOST_CLIENT_CONNECTED" desc="The message reported to th e EventLog by Chromoting Host every time a client connects."> 695 <message name="IDS_HOST_CLIENT_CONNECTED" desc="The message reported to th e EventLog by Chromoting Host every time a client connects.">
690 Client connected: <ph name="CLIENT_USERNAME">%1<ex>client@email.com</ex> </ph>. 696 Client connected: <ph name="CLIENT_USERNAME">%1<ex>client@email.com</ex> </ph>.
691 </message> 697 </message>
692 <message name="IDS_HOST_CLIENT_DISCONNECTED" desc="The message reported to the EventLog by Chromoting Host every time a client disconnects."> 698 <message name="IDS_HOST_CLIENT_DISCONNECTED" desc="The message reported to the EventLog by Chromoting Host every time a client disconnects.">
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 </message> 736 </message>
731 <message desc="Menu option to open a new connection." name="IDS_NEW_CONNEC TION"> 737 <message desc="Menu option to open a new connection." name="IDS_NEW_CONNEC TION">
732 New connection 738 New connection
733 </message> 739 </message>
734 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW"> 740 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW">
735 New window… 741 New window…
736 </message> 742 </message>
737 </messages> 743 </messages>
738 </release> 744 </release>
739 </grit> 745 </grit>
OLDNEW
« remoting/remoting_host.gypi ('K') | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698