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

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

Issue 361006: Switch theme loading to use its own string.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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/cocoa/theme_install_bubble_view.mm » ('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 5739 matching lines...) Expand 10 before | Expand all | Expand 10 after
5750 5750
5751 <!-- ProcessSingleton --> 5751 <!-- ProcessSingleton -->
5752 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the browse r cannot start because the profile is in use on a different host."> 5752 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the browse r cannot start because the profile is in use on a different host.">
5753 The profile appears to be in use by process <ph name="PROCESS_ID">$1<ex>12 345</ex></ph> on host <ph name="HOST_NAME">$2<ex>example.com</ex></ph>. If you are sure no other processes are using this profile, delete the file <ph name="LO CK_FILE">$3<ex>/home/user/.config/google-chrome/SingletonLock</ex></ph> and rest art <ph name="PRODUCT_NAME">$4<ex>Google Chrome</ex></ph>. 5753 The profile appears to be in use by process <ph name="PROCESS_ID">$1<ex>12 345</ex></ph> on host <ph name="HOST_NAME">$2<ex>example.com</ex></ph>. If you are sure no other processes are using this profile, delete the file <ph name="LO CK_FILE">$3<ex>/home/user/.config/google-chrome/SingletonLock</ex></ph> and rest art <ph name="PRODUCT_NAME">$4<ex>Google Chrome</ex></ph>.
5754 </message> 5754 </message>
5755 5755
5756 <message translateable="false" name="IDS_GLEN" desc="Glen"> 5756 <message translateable="false" name="IDS_GLEN" desc="Glen">
5757 Glen 5757 Glen
5758 </message> 5758 </message>
5759 5759
5760 <!-- Theme UI -->
5761 <message name="IDS_THEME_LOADING_TITLE" desc="The text to be displayed in a window while a theme is loading.">
5762 Loading...
5763 </message>
5764
5760 <!-- Extra Mac UI Strings --> 5765 <!-- Extra Mac UI Strings -->
5761 <if expr="os == 'darwin'"> 5766 <if expr="os == 'darwin'">
5762 <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."> 5767 <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.">
5763 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> 5768 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
5764 </message> 5769 </message>
5765 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th e File Format label for saving a page."> 5770 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th e File Format label for saving a page.">
5766 Format: 5771 Format:
5767 </message> 5772 </message>
5768 </if> 5773 </if>
5769 5774
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
5826 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 5831 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
5827 Battery is charged 5832 Battery is charged
5828 </message> 5833 </message>
5829 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar"> 5834 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar">
5830 Toggle Compact Navigation Bar 5835 Toggle Compact Navigation Bar
5831 </message> 5836 </message>
5832 </if> 5837 </if>
5833 </messages> 5838 </messages>
5834 </release> 5839 </release>
5835 </grit> 5840 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/cocoa/theme_install_bubble_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698