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

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

Issue 262027: include CHROMEOS files and defintions in TOOLKIT_VEIWS build.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « chrome/app/chromium_strings.grd ('k') | chrome/app/google_chrome_strings.grd » ('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 5628 matching lines...) Expand 10 before | Expand all | Expand 10 after
5639 <if expr="os == 'darwin'"> 5639 <if expr="os == 'darwin'">
5640 <message name="IDS_PLEASE_RESTART_BROWSER" desc="Title of the alert when C hrome needs to be restart for a change/update to take effect."> 5640 <message name="IDS_PLEASE_RESTART_BROWSER" desc="Title of the alert when C hrome needs to be restart for a change/update to take effect.">
5641 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> 5641 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
5642 </message> 5642 </message>
5643 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th e File Format label for saving a page."> 5643 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th e File Format label for saving a page.">
5644 Format: 5644 Format:
5645 </message> 5645 </message>
5646 </if> 5646 </if>
5647 5647
5648 <!-- Chrome OS Strings --> 5648 <!-- Chrome OS Strings -->
5649 <if expr="pp_ifdef('chromeos')"> 5649 <if expr="pp_ifdef('chromeos') or pp_ifdef('toolkit_views')">
5650 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_NETWORK"> 5650 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_NETWORK">
5651 Network 5651 Network
5652 </message> 5652 </message>
5653 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_TOUCHPAD"> 5653 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_TOUCHPAD">
5654 Touchpad 5654 Touchpad
5655 </message> 5655 </message>
5656 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_PASSWORD"> 5656 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_PASSWORD">
5657 Network Password 5657 Network Password
5658 </message> 5658 </message>
5659 <message name="IDS_OPTIONS_SETTINGS_TAP_TO_CLICK_ENABLED_DESCRIPTION" desc ="In the settings tab, the text next to the checkbox that enables tap-to-click." > 5659 <message name="IDS_OPTIONS_SETTINGS_TAP_TO_CLICK_ENABLED_DESCRIPTION" desc ="In the settings tab, the text next to the checkbox that enables tap-to-click." >
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
5693 Calculating remaining time 5693 Calculating remaining time
5694 </message> 5694 </message>
5695 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 5695 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
5696 Battery is charged 5696 Battery is charged
5697 </message> 5697 </message>
5698 </if> 5698 </if>
5699 5699
5700 </messages> 5700 </messages>
5701 </release> 5701 </release>
5702 </grit> 5702 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698