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

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

Issue 2602003: Refactored the translate infobars. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Synced Created 10 years, 6 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
« no previous file with comments | « app/l10n_util.cc ('k') | chrome/browser/browser_main.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 6903 matching lines...) Expand 10 before | Expand all | Expand 10 after
6914 </message> 6914 </message>
6915 <message name="IDS_TRANSLATE_INFOBAR_ACCEPT" desc="Text to show for the tr anslate infobar button to accept translation."> 6915 <message name="IDS_TRANSLATE_INFOBAR_ACCEPT" desc="Text to show for the tr anslate infobar button to accept translation.">
6916 Translate 6916 Translate
6917 </message> 6917 </message>
6918 <message name="IDS_TRANSLATE_INFOBAR_DENY" desc="Text to show for the tran slate infobar button to deny translation."> 6918 <message name="IDS_TRANSLATE_INFOBAR_DENY" desc="Text to show for the tran slate infobar button to deny translation.">
6919 Nope 6919 Nope
6920 </message> 6920 </message>
6921 <message name="IDS_TRANSLATE_INFOBAR_TRANSLATING" desc="Text shown when pa ge is currently being translated by servers"> 6921 <message name="IDS_TRANSLATE_INFOBAR_TRANSLATING" desc="Text shown when pa ge is currently being translated by servers">
6922 Translating... 6922 Translating...
6923 </message> 6923 </message>
6924 <message name="IDS_TRANSLATE_INFOBAR_TRANSLATING_TO" desc="Text shown when page is currently being translated by servers">
6925 Translating page to <ph name="language">$1<ex>English</ex></ph>...
6926 </message>
6924 <message name="IDS_TRANSLATE_INFOBAR_AFTER_MESSAGE" desc="Message that pag e has been translated from one language to another"> 6927 <message name="IDS_TRANSLATE_INFOBAR_AFTER_MESSAGE" desc="Message that pag e has been translated from one language to another">
6925 This page has been translated from<ph name="original_language">$1<ex>Fre nch</ex></ph>to<ph name="language_language">$2<ex>German</ex></ph> 6928 This page has been translated from<ph name="original_language">$1<ex>Fre nch</ex></ph>to<ph name="language_language">$2<ex>German</ex></ph>
6926 </message> 6929 </message>
6927 <message name="IDS_TRANSLATE_INFOBAR_REVERT" desc="Text to show for transl ate infobar to revert translation of translated page"> 6930 <message name="IDS_TRANSLATE_INFOBAR_REVERT" desc="Text to show for transl ate infobar to revert translation of translated page">
6928 Show original 6931 Show original
6929 </message> 6932 </message>
6930 <message name="IDS_TRANSLATE_INFOBAR_RETRY" desc="Text to show for transla te infobar to retry translation of page"> 6933 <message name="IDS_TRANSLATE_INFOBAR_RETRY" desc="Text to show for transla te infobar to retry translation of page">
6931 Try again 6934 Try again
6932 </message> 6935 </message>
6933 <message name="IDS_TRANSLATE_INFOBAR_ERROR_CANT_CONNECT" desc="Error messa ge to show for translate infobar when unable to connec to translate server"> 6936 <message name="IDS_TRANSLATE_INFOBAR_ERROR_CANT_CONNECT" desc="Error messa ge to show for translate infobar when unable to connec to translate server">
(...skipping 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after
8413 8416
8414 </messages> 8417 </messages>
8415 8418
8416 <structures first_id="50000" fallback_to_english="true"> 8419 <structures first_id="50000" fallback_to_english="true">
8417 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8420 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8418 </structure> 8421 </structure>
8419 </structures> 8422 </structures>
8420 8423
8421 </release> 8424 </release>
8422 </grit> 8425 </grit>
OLDNEW
« no previous file with comments | « app/l10n_util.cc ('k') | chrome/browser/browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698