diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 13:25:07 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 13:25:07 +0000 |
commit | a793d2a94cf9843773b2bff689b26287fbc48535 (patch) | |
tree | dffe141b500d67939d896bf4c7af0f5f434ebd9c /components/component_strings.grd | |
parent | 9e7ee9877dfe191ea72b99c6ae794d95f2d66cf5 (diff) | |
download | chromium_src-a793d2a94cf9843773b2bff689b26287fbc48535.zip chromium_src-a793d2a94cf9843773b2bff689b26287fbc48535.tar.gz chromium_src-a793d2a94cf9843773b2bff689b26287fbc48535.tar.bz2 |
components: Add translation section to component_strings.grd.
This also adds the xtb files required for translation to components/strings/
directory.
BUG=250213
R=joi@chromium.org
Review URL: https://codereview.chromium.org/17392010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/component_strings.grd')
-rw-r--r-- | components/component_strings.grd | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/components/component_strings.grd b/components/component_strings.grd index 6215b29..3b1734d 100644 --- a/components/component_strings.grd +++ b/components/component_strings.grd @@ -104,6 +104,61 @@ <output filename="component_strings_zh-CN.pak" type="data_package" lang="zh-CN" /> <output filename="component_strings_zh-TW.pak" type="data_package" lang="zh-TW" /> </outputs> + <translations> + <file path="strings/component_strings_am.xtb" lang="am" /> + <file path="strings/component_strings_ar.xtb" lang="ar" /> + <file path="strings/component_strings_bg.xtb" lang="bg" /> + <file path="strings/component_strings_bn.xtb" lang="bn" /> + <file path="strings/component_strings_ca.xtb" lang="ca" /> + <file path="strings/component_strings_cs.xtb" lang="cs" /> + <file path="strings/component_strings_da.xtb" lang="da" /> + <file path="strings/component_strings_de.xtb" lang="de" /> + <file path="strings/component_strings_el.xtb" lang="el" /> + <file path="strings/component_strings_en-GB.xtb" lang="en-GB" /> + <file path="strings/component_strings_es.xtb" lang="es" /> + <file path="strings/component_strings_es-419.xtb" lang="es-419" /> + <file path="strings/component_strings_et.xtb" lang="et" /> + <file path="strings/component_strings_fa.xtb" lang="fa" /> + <file path="strings/component_strings_fi.xtb" lang="fi" /> + <file path="strings/component_strings_fil.xtb" lang="fil" /> + <file path="strings/component_strings_fr.xtb" lang="fr" /> + <file path="strings/component_strings_gu.xtb" lang="gu" /> + <file path="strings/component_strings_hi.xtb" lang="hi" /> + <file path="strings/component_strings_hr.xtb" lang="hr" /> + <file path="strings/component_strings_hu.xtb" lang="hu" /> + <file path="strings/component_strings_id.xtb" lang="id" /> + <file path="strings/component_strings_it.xtb" lang="it" /> + <!-- The translation console uses 'iw' for Hebrew, but we use 'he'. --> + <file path="strings/component_strings_iw.xtb" lang="he" /> + <file path="strings/component_strings_ja.xtb" lang="ja" /> + <file path="strings/component_strings_kn.xtb" lang="kn" /> + <file path="strings/component_strings_ko.xtb" lang="ko" /> + <file path="strings/component_strings_lt.xtb" lang="lt" /> + <file path="strings/component_strings_lv.xtb" lang="lv" /> + <file path="strings/component_strings_ml.xtb" lang="ml" /> + <file path="strings/component_strings_mr.xtb" lang="mr" /> + <file path="strings/component_strings_ms.xtb" lang="ms" /> + <file path="strings/component_strings_nl.xtb" lang="nl" /> + <file path="strings/component_strings_no.xtb" lang="no" /> + <file path="strings/component_strings_pl.xtb" lang="pl" /> + <file path="strings/component_strings_pt-BR.xtb" lang="pt-BR" /> + <file path="strings/component_strings_pt-PT.xtb" lang="pt-PT" /> + <file path="strings/component_strings_ro.xtb" lang="ro" /> + <file path="strings/component_strings_ru.xtb" lang="ru" /> + <file path="strings/component_strings_sk.xtb" lang="sk" /> + <file path="strings/component_strings_sl.xtb" lang="sl" /> + <file path="strings/component_strings_sr.xtb" lang="sr" /> + <file path="strings/component_strings_sv.xtb" lang="sv" /> + <file path="strings/component_strings_sw.xtb" lang="sw" /> + <file path="strings/component_strings_ta.xtb" lang="ta" /> + <file path="strings/component_strings_te.xtb" lang="te" /> + <file path="strings/component_strings_th.xtb" lang="th" /> + <file path="strings/component_strings_tr.xtb" lang="tr" /> + <file path="strings/component_strings_uk.xtb" lang="uk" /> + <file path="strings/component_strings_vi.xtb" lang="vi" /> + <file path="strings/component_strings_zh-CN.xtb" lang="zh-CN" /> + <file path="strings/component_strings_zh-TW.xtb" lang="zh-TW" /> + </translations> <release seq="1" allow_pseudo="false"> <messages fallback_to_english="true"> <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the suggestions dropdown that clears an auto-filled form."> |