From 6607e4d0790b7c16370d532d6bb7f045a88c19b9 Mon Sep 17 00:00:00 2001
From: "tc@google.com" <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Thu, 5 Mar 2009 01:32:47 +0000
Subject: Use grit to generate locale rc files and remove the old locale rc
 files from the tree.

I made a small change to grit so we can use our resource ID as the translation ID making it a bit easier to read.

The old locale_settings*.rc files would #include the google_strings.rc or chromium_strings.rc.  Instead, I added it to the vcproj file using $(CHROMIUM_BUILD) to grab the right file.  This required changing the output names in the grd files.

TBR=deanm

Review URL: http://codereview.chromium.org/39152

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10955 0039d316-1c4b-4281-b951-d872f2087c98
---
 chrome/app/resources/locale_settings_ta.xtb | 60 +++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
 create mode 100644 chrome/app/resources/locale_settings_ta.xtb

(limited to 'chrome/app/resources/locale_settings_ta.xtb')

diff --git a/chrome/app/resources/locale_settings_ta.xtb b/chrome/app/resources/locale_settings_ta.xtb
new file mode 100644
index 0000000..8579fbb
--- /dev/null
+++ b/chrome/app/resources/locale_settings_ta.xtb
@@ -0,0 +1,60 @@
+<?xml version="1.0" ?>
+<!DOCTYPE translationbundle>
+<translationbundle lang="ta">
+<translation id="IDS_WEB_FONT_FAMILY">Arial</translation>
+<translation id="IDS_ACCEPT_LANGUAGES">ta-IN,ta,en-US,en</translation>
+<translation id="IDS_DEFAULT_ENCODING">ISO-8859-1</translation>
+<translation id="IDS_STANDARD_FONT_IS_SERIF">true</translation>
+<translation id="IDS_FIXED_FONT_FAMILY">Courier New</translation>
+<translation id="IDS_SERIF_FONT_FAMILY">Times New Roman</translation>
+<translation id="IDS_SANS_SERIF_FONT_FAMILY">Arial</translation>
+<translation id="IDS_CURSIVE_FONT_FAMILY">Comic Sans MS</translation>
+<translation id="IDS_FANTASY_FONT_FAMILY">Impact</translation>
+<translation id="IDS_DEFAULT_FONT_SIZE">16</translation>
+<translation id="IDS_DEFAULT_FIXED_FONT_SIZE">13</translation>
+<translation id="IDS_MINIMUM_FONT_SIZE">1</translation>
+<translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">6</translation>
+<translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation>
+<translation id="IDS_SPELLCHECK_DICTIONARY">en-US</translation>
+<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
+<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
+<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
+<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
+<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation>
+<translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">15.5</translation>
+<translation id="IDS_IMPORT_DIALOG_WIDTH_CHARS">60</translation>
+<translation id="IDS_IMPORT_DIALOG_HEIGHT_LINES">14</translation>
+<translation id="IDS_ABOUT_DIALOG_WIDTH_CHARS">70</translation>
+<translation id="IDS_ABOUT_DIALOG_MINIMUM_HEIGHT_LINES">5</translation>
+<translation id="IDS_FONTSLANG_DIALOG_WIDTH_CHARS">110</translation>
+<translation id="IDS_FONTSLANG_DIALOG_HEIGHT_LINES">26</translation>
+<translation id="IDS_FONTSLANG_LABEL_WIDTH">20</translation>
+<translation id="IDS_PAGEINFO_DIALOG_WIDTH_CHARS">70</translation>
+<translation id="IDS_PAGEINFO_DIALOG_HEIGHT_LINES">25</translation>
+<translation id="IDS_SEARCHENGINES_DIALOG_WIDTH_CHARS">95</translation>
+<translation id="IDS_SEARCHENGINES_DIALOG_HEIGHT_LINES">25</translation>
+<translation id="IDS_SHELFITEM_DIALOG_WIDTH_CHARS">80</translation>
+<translation id="IDS_SHELFITEM_DIALOG_HEIGHT_LINES">30</translation>
+<translation id="IDS_EDITBOOKMARK_DIALOG_WIDTH_CHARS">70</translation>
+<translation id="IDS_EDITBOOKMARK_DIALOG_HEIGHT_LINES">25</translation>
+<translation id="IDS_FIRSTRUN_DIALOG_WIDTH_CHARS">80</translation>
+<translation id="IDS_FIRSTRUN_DIALOG_HEIGHT_LINES">19</translation>
+<translation id="IDS_FIRSTRUNCUSTOMIZE_DIALOG_WIDTH_CHARS">80</translation>
+<translation id="IDS_FIRSTRUNCUSTOMIZE_DIALOG_HEIGHT_LINES">17</translation>
+<translation id="IDS_COOKIES_DIALOG_WIDTH_CHARS">80</translation>
+<translation id="IDS_COOKIES_DIALOG_HEIGHT_LINES">29</translation>
+<translation id="IDS_IMPORTPROGRESS_DIALOG_WIDTH_CHARS">75</translation>
+<translation id="IDS_IMPORTPROGRESS_DIALOG_HEIGHT_LINES">16</translation>
+<translation id="IDS_IMPORTLOCK_DIALOG_WIDTH_CHARS">50</translation>
+<translation id="IDS_IMPORTLOCK_DIALOG_HEIGHT_LINES">8</translation>
+<translation id="IDS_FIRSTRUNBUBBLE_DIALOG_WIDTH_CHARS">93</translation>
+<translation id="IDS_FIRSTRUNBUBBLE_DIALOG_HEIGHT_LINES">12</translation>
+<translation id="IDS_STATIC_ENCODING_LIST">ISO-8859-1,windows-1252</translation>
+<translation id="IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS">150</translation>
+<translation id="IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES">40</translation>
+<translation id="IDS_DOWNLOAD_BIG_PROGRESS_SIZE">52</translation>
+<translation id="IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS">60</translation>
+<translation id="IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES">5</translation>
+<translation id="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS">60</translation>
+</translationbundle>
-- 
cgit v1.1