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

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

Issue 8742024: Remove old REMOTING strings from generated_resources.grd . (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | 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 <!-- 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 4529 matching lines...) Expand 10 before | Expand all | Expand 10 after
4540 </message> 4540 </message>
4541 <message name="IDS_FLAGS_SIDE_TABS_DESCRIPTION" desc="Description of the ' Left Tabs' lab."> 4541 <message name="IDS_FLAGS_SIDE_TABS_DESCRIPTION" desc="Description of the ' Left Tabs' lab.">
4542 Adds a "Use Side Tabs" entry to the tabstrip's context menu. Use this to toggle between tabs on top (default) and tabs on the side. Useful on widescreen monitors. 4542 Adds a "Use Side Tabs" entry to the tabstrip's context menu. Use this to toggle between tabs on top (default) and tabs on the side. Useful on widescreen monitors.
4543 </message> 4543 </message>
4544 <message name="IDS_FLAGS_INSTANT_AUTOCOMPLETE_IMMEDIATELY_NAME" desc="Name of the 'Instant Autocomplete Immediately' lab."> 4544 <message name="IDS_FLAGS_INSTANT_AUTOCOMPLETE_IMMEDIATELY_NAME" desc="Name of the 'Instant Autocomplete Immediately' lab.">
4545 Instant Autocomplete Immediately 4545 Instant Autocomplete Immediately
4546 </message> 4546 </message>
4547 <message name="IDS_FLAGS_INSTANT_AUTOCOMPLETE_IMMEDIATELY_DESCRIPTION" des c="Description of the 'Instant Autocomplete Immediately' lab."> 4547 <message name="IDS_FLAGS_INSTANT_AUTOCOMPLETE_IMMEDIATELY_DESCRIPTION" des c="Description of the 'Instant Autocomplete Immediately' lab.">
4548 Whether the search provider suggestion should be autocompleted immediate ly when instant is enabled. 4548 Whether the search provider suggestion should be autocompleted immediate ly when instant is enabled.
4549 </message> 4549 </message>
4550 <message name="IDS_FLAGS_REMOTING_NAME" desc="Description of the 'Remoting ' lab.">
4551 Remoting
4552 </message>
4553 <message name="IDS_FLAGS_REMOTING_DESCRIPTION" desc="Description of the 'R emoting' client lab.">
4554 Enable the Remoting client plugin. Warning: This is currently for develo per testing only. Unless you are on the dev team and whitelisted, nothing in the enabled UI will work.
4555 </message>
4556 <message name="IDS_FLAGS_FOCUS_EXISTING_TAB_ON_OPEN_NAME" desc="Name for ' Focus existing tab on open' lab"> 4550 <message name="IDS_FLAGS_FOCUS_EXISTING_TAB_ON_OPEN_NAME" desc="Name for ' Focus existing tab on open' lab">
4557 Focus existing tab on open 4551 Focus existing tab on open
4558 </message> 4552 </message>
4559 <message name="IDS_FLAGS_FOCUS_EXISTING_TAB_ON_OPEN_DESCRIPTION" desc="Des cription of the 'Focus existing tab on open' lab."> 4553 <message name="IDS_FLAGS_FOCUS_EXISTING_TAB_ON_OPEN_DESCRIPTION" desc="Des cription of the 'Focus existing tab on open' lab.">
4560 Typing a URL of an existing tab into the omnibox results in refocusing t he tab instead of loading in the current tab. 4554 Typing a URL of an existing tab into the omnibox results in refocusing t he tab instead of loading in the current tab.
4561 </message> 4555 </message>
4562 <message name="IDS_FLAGS_ENABLE_NACL_NAME" desc="Name of the 'Enable Nativ e Client' lab."> 4556 <message name="IDS_FLAGS_ENABLE_NACL_NAME" desc="Name of the 'Enable Nativ e Client' lab.">
4563 Native Client 4557 Native Client
4564 </message> 4558 </message>
4565 <if expr="pp_ifdef('android')"> 4559 <if expr="pp_ifdef('android')">
(...skipping 10075 matching lines...) Expand 10 before | Expand all | Expand 10 after
14641 </messages> 14635 </messages>
14642 <structures fallback_to_english="true"> 14636 <structures fallback_to_english="true">
14643 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14637 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14644 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14638 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14645 </structure> 14639 </structure>
14646 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14640 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14647 </structure> 14641 </structure>
14648 </structures> 14642 </structures>
14649 </release> 14643 </release>
14650 </grit> 14644 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698