Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. | 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. |
| 4 | 4 |
| 5 FAQ: | 5 FAQ: |
| 6 - How do I add, change, or remove a string? | 6 - How do I add, change, or remove a string? |
| 7 Just update this file. | 7 Just update this file. |
| 8 - Translations will happen automatically?? | 8 - Translations will happen automatically?? |
| 9 Yes, indeed. Just add your string before the branch point and | 9 Yes, indeed. Just add your string before the branch point and |
| 10 make the description good. | 10 make the description good. |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 68 <output filename="values-sk/android_chrome_strings.xml" lang="sk" type="andr oid" /> | 68 <output filename="values-sk/android_chrome_strings.xml" lang="sk" type="andr oid" /> |
| 69 <output filename="values-sl/android_chrome_strings.xml" lang="sl" type="andr oid" /> | 69 <output filename="values-sl/android_chrome_strings.xml" lang="sl" type="andr oid" /> |
| 70 <output filename="values-sr/android_chrome_strings.xml" lang="sr" type="andr oid" /> | 70 <output filename="values-sr/android_chrome_strings.xml" lang="sr" type="andr oid" /> |
| 71 <output filename="values-sv/android_chrome_strings.xml" lang="sv" type="andr oid" /> | 71 <output filename="values-sv/android_chrome_strings.xml" lang="sv" type="andr oid" /> |
| 72 <output filename="values-sw/android_chrome_strings.xml" lang="sw" type="andr oid" /> | 72 <output filename="values-sw/android_chrome_strings.xml" lang="sw" type="andr oid" /> |
| 73 <output filename="values-th/android_chrome_strings.xml" lang="th" type="andr oid" /> | 73 <output filename="values-th/android_chrome_strings.xml" lang="th" type="andr oid" /> |
| 74 <output filename="values-tr/android_chrome_strings.xml" lang="tr" type="andr oid" /> | 74 <output filename="values-tr/android_chrome_strings.xml" lang="tr" type="andr oid" /> |
| 75 <output filename="values-uk/android_chrome_strings.xml" lang="uk" type="andr oid" /> | 75 <output filename="values-uk/android_chrome_strings.xml" lang="uk" type="andr oid" /> |
| 76 <output filename="values-vi/android_chrome_strings.xml" lang="vi" type="andr oid" /> | 76 <output filename="values-vi/android_chrome_strings.xml" lang="vi" type="andr oid" /> |
| 77 <output filename="values-zh-rCN/android_chrome_strings.xml" lang="zh-CN" typ e="android" /> | 77 <output filename="values-zh-rCN/android_chrome_strings.xml" lang="zh-CN" typ e="android" /> |
| 78 <output filename="values-zh-rTW/android_chrome_strings.xml" lang="zh-TW" typ e="android" /> | 78 <!-- Use zh instead of zh-rTW so that Android will let zh-HK fall back to zh -TW.--> |
|
grt (UTC plus 2)
2016/04/30 11:09:32
nit: add space after sentence before "-->"
| |
| 79 <output filename="values-zh/android_chrome_strings.xml" lang="zh-TW" type="a ndroid" /> | |
| 79 </outputs> | 80 </outputs> |
| 80 <translations> | 81 <translations> |
| 81 <file lang="am" path="translations/android_chrome_strings_am.xtb" /> | 82 <file lang="am" path="translations/android_chrome_strings_am.xtb" /> |
| 82 <file lang="ar" path="translations/android_chrome_strings_ar.xtb" /> | 83 <file lang="ar" path="translations/android_chrome_strings_ar.xtb" /> |
| 83 <file lang="bg" path="translations/android_chrome_strings_bg.xtb" /> | 84 <file lang="bg" path="translations/android_chrome_strings_bg.xtb" /> |
| 84 <file lang="ca" path="translations/android_chrome_strings_ca.xtb" /> | 85 <file lang="ca" path="translations/android_chrome_strings_ca.xtb" /> |
| 85 <file lang="cs" path="translations/android_chrome_strings_cs.xtb" /> | 86 <file lang="cs" path="translations/android_chrome_strings_cs.xtb" /> |
| 86 <file lang="da" path="translations/android_chrome_strings_da.xtb" /> | 87 <file lang="da" path="translations/android_chrome_strings_da.xtb" /> |
| 87 <file lang="de" path="translations/android_chrome_strings_de.xtb" /> | 88 <file lang="de" path="translations/android_chrome_strings_de.xtb" /> |
| 88 <file lang="el" path="translations/android_chrome_strings_el.xtb" /> | 89 <file lang="el" path="translations/android_chrome_strings_el.xtb" /> |
| (...skipping 2273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2362 <!-- Migration strings --> | 2363 <!-- Migration strings --> |
| 2363 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> | 2364 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> |
| 2364 Quickly switch tabs | 2365 Quickly switch tabs |
| 2365 </message> | 2366 </message> |
| 2366 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> | 2367 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> |
| 2367 Tap this button for quick access to your tabs. | 2368 Tap this button for quick access to your tabs. |
| 2368 </message> | 2369 </message> |
| 2369 </messages> | 2370 </messages> |
| 2370 </release> | 2371 </release> |
| 2371 </grit> | 2372 </grit> |
| OLD | NEW |