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

Unified Diff: chrome_frame/resources/chrome_frame_strings.grd

Issue 218019: Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/resources/chrome_frame_resources.grd ('k') | chrome_frame/resources/structured_resources.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/resources/chrome_frame_strings.grd
===================================================================
--- chrome_frame/resources/chrome_frame_strings.grd (revision 0)
+++ chrome_frame/resources/chrome_frame_strings.grd (revision 0)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this
+source code is governed by a BSD-style license that can be found in the LICENSE
+file.
+-->
+
+<!-- Definitions of resources that will be translated for each locale.
+-->
+
+<grit base_dir="." latest_public_release="0" current_release="1"
+ source_lang_id="en" enc_check="möl">
+ <outputs>
+ <output filename="grit/chrome_frame_strings.h" type="rc_header">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <output filename="chrome_frame_strings.rc" type="rc_all" lang="en" />
+ </outputs>
+ <translations>
+ <!--
+ <file path="chrome_frame_strings_en-GB.xtb" lang="en-GB" />
+ ...
+ -->
+ </translations>
+ <release seq="1" allow_pseudo="false">
+ <messages fallback_to_english="true" first_id="30000">
+
+ <!-- Menus -->
+ <message name="IDS_CHROME_FRAME_MENU_ABOUT" desc="About Chrome Frame label">
+ About Chrome Frame...
+ </message>
+
+ <!-- General application strings -->
+ <message name="IDS_CHROME_FRAME_NAME" desc="Official plugin name.">
+ Google Chrome Frame
+ </message>
+ </messages>
+ </release>
+</grit>
« no previous file with comments | « chrome_frame/resources/chrome_frame_resources.grd ('k') | chrome_frame/resources/structured_resources.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698