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

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

Issue 3035005: Add private Pepper v2 API to get localized strings. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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
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 8770 matching lines...) Expand 10 before | Expand all | Expand 10 after
8781 Seccomp sandbox 8781 Seccomp sandbox
8782 </message> 8782 </message>
8783 <message name="IDS_ABOUT_SANDBOX_OK" desc="A message telling the user that their sandbox is sufficient."> 8783 <message name="IDS_ABOUT_SANDBOX_OK" desc="A message telling the user that their sandbox is sufficient.">
8784 You are adequately sandboxed. 8784 You are adequately sandboxed.
8785 </message> 8785 </message>
8786 <message name="IDS_ABOUT_SANDBOX_BAD" desc="A message telling the user tha t their sandbox is insufficient."> 8786 <message name="IDS_ABOUT_SANDBOX_BAD" desc="A message telling the user tha t their sandbox is insufficient.">
8787 You are not adequately sandboxed! 8787 You are not adequately sandboxed!
8788 </message> 8788 </message>
8789 </if> 8789 </if>
8790 8790
8791 <message name="IDS_PDF_NEED_PASSWORD" desc="A message asking the user for a password to open a PDF file.">
8792 This document is password protected. Please enter a password.
8793 </message>
8794
8795 <if expr="os == 'darwin'"> 8791 <if expr="os == 'darwin'">
8796 <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Selec t button in the folder selection dialog."> 8792 <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Selec t button in the folder selection dialog.">
8797 Select 8793 Select
8798 </message> 8794 </message>
8799 </if> 8795 </if>
8800 8796
8801 </messages> 8797 </messages>
8802 8798
8803 <structures fallback_to_english="true"> 8799 <structures fallback_to_english="true">
8804 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8800 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8805 </structure> 8801 </structure>
8806 </structures> 8802 </structures>
8807 8803
8808 </release> 8804 </release>
8809 </grit> 8805 </grit>
OLDNEW
« no previous file with comments | « no previous file | webkit/glue/plugins/pepper_plugin_module.cc » ('j') | webkit/glue/plugins/ppb_private.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698