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

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

Issue 11530020: Remove Linux host setup wizard and libwebkitgtk dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
« no previous file with comments | « remoting/remoting.gyp ('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 <output filename="remoting/resources/en-US.pak" lang="en" type="data_package "/> 8 <output filename="remoting/resources/en-US.pak" lang="en" type="data_package "/>
9 <output filename="remoting/webapp/_locales/en/messages.json" lang="en" type= "chrome_messages_json"/> 9 <output filename="remoting/webapp/_locales/en/messages.json" lang="en" type= "chrome_messages_json"/>
10 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/> 10 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/>
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 </message> 506 </message>
507 <message desc="The tool-tip shown when the user hovers over the 'rename ho st' button. Clicking this button allows the host name to be edited in-place." na me="IDR_TOOLTIP_RENAME"> 507 <message desc="The tool-tip shown when the user hovers over the 'rename ho st' button. Clicking this button allows the host name to be edited in-place." na me="IDR_TOOLTIP_RENAME">
508 Edit computer name 508 Edit computer name
509 </message> 509 </message>
510 <message desc="Message displayed at the bottom of the host screen if local policy dictates that NAT traversal is disabled, meaning that connections outsid e the local network will not work." name="IDR_WARNING_NAT_DISABLED"> 510 <message desc="Message displayed at the bottom of the host screen if local policy dictates that NAT traversal is disabled, meaning that connections outsid e the local network will not work." name="IDR_WARNING_NAT_DISABLED">
511 NOTE: Policy settings permit connections only between computers within y our network. 511 NOTE: Policy settings permit connections only between computers within y our network.
512 </message> 512 </message>
513 <message desc="Help link displayed when the user enables the host on this computer. Clicking this link opens a page that explains why this operation is sa fe. This string appears in a UI with limited horizontal space. Please try to kee p translations no more than about 30 characters." name="IDR_WHY_IS_THIS_SAFE"> 513 <message desc="Help link displayed when the user enables the host on this computer. Clicking this link opens a page that explains why this operation is sa fe. This string appears in a UI with limited horizontal space. Please try to kee p translations no more than about 30 characters." name="IDR_WHY_IS_THIS_SAFE">
514 Why is this safe? 514 Why is this safe?
515 </message> 515 </message>
516
517 <message name="IDR_HOST_NOT_STARTED" desc="Message displayed when the curr ent computer is not accepting remote connections, instructing the user how to en able them.">
518 Remote access to this computer is disabled.
519 </message>
520 </messages> 516 </messages>
521 </release> 517 </release>
522 </grit> 518 </grit>
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698