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

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

Issue 6178012: Bugfixes for the remoting setup wizard: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/remoting/remoting_resources_source.cc » ('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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 8410 matching lines...) Expand 10 before | Expand all | Expand 10 after
8421 </message> 8421 </message>
8422 <message name="IDS_REMOTING_SUCCESS_MESSAGE" desc="Message shown during re moting host setup after the host is successfully initialized."> 8422 <message name="IDS_REMOTING_SUCCESS_MESSAGE" desc="Message shown during re moting host setup after the host is successfully initialized.">
8423 Remoting was started successfully. Now you should be able to connect to this computer remotely. 8423 Remoting was started successfully. Now you should be able to connect to this computer remotely.
8424 </message> 8424 </message>
8425 <message name="IDS_REMOTING_SERVICE_PROCESS_FAILED_MESSAGE" desc="Message shown during remoting host setup if there was an error starting service process. "> 8425 <message name="IDS_REMOTING_SERVICE_PROCESS_FAILED_MESSAGE" desc="Message shown during remoting host setup if there was an error starting service process. ">
8426 Unable to start service process. 8426 Unable to start service process.
8427 </message> 8427 </message>
8428 <message name="IDS_REMOTING_REGISTRATION_FAILED_MESSAGE" desc="Message sho wn during remoting host setup if there was an error registering the host."> 8428 <message name="IDS_REMOTING_REGISTRATION_FAILED_MESSAGE" desc="Message sho wn during remoting host setup if there was an error registering the host.">
8429 Failed to register this computer for remote access. 8429 Failed to register this computer for remote access.
8430 </message> 8430 </message>
8431 <message name="IDS_REMOTING_REGISTRATION_ACCESS_DENIED" desc="Error messag e during remoting host setup if access to the remoting directory was denied.">
8432 Access to the remoting host directory was denied. Please try with anothe r account.
8433 </message>
8431 <message name="IDS_REMOTING_RETRY_BUTTON_TEXT" desc="Text for retry button "> 8434 <message name="IDS_REMOTING_RETRY_BUTTON_TEXT" desc="Text for retry button ">
8432 Retry 8435 Retry
8433 </message> 8436 </message>
8434 8437
8435 <!-- Sync strings --> 8438 <!-- Sync strings -->
8436 8439
8437 <!-- Sync options dialog strings --> 8440 <!-- Sync options dialog strings -->
8438 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'"> 8441 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
8439 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync g roup in the options dialog."> 8442 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync g roup in the options dialog.">
8440 Sync: 8443 Sync:
(...skipping 3190 matching lines...) Expand 10 before | Expand all | Expand 10 after
11631 </includes> 11634 </includes>
11632 <structures fallback_to_english="true"> 11635 <structures fallback_to_english="true">
11633 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11636 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11634 </structure> 11637 </structure>
11635 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11638 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11636 </structure> 11639 </structure>
11637 </structures> 11640 </structures>
11638 11641
11639 </release> 11642 </release>
11640 </grit> 11643 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/remoting/remoting_resources_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698