| 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. --> |
| 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 2288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2377 <!-- Migration strings --> | 2378 <!-- Migration strings --> |
| 2378 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S
witcher callout."> | 2379 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S
witcher callout."> |
| 2379 Quickly switch tabs | 2380 Quickly switch tabs |
| 2380 </message> | 2381 </message> |
| 2381 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin
g the tab switcher button gives you quick access to your tabs."> | 2382 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin
g the tab switcher button gives you quick access to your tabs."> |
| 2382 Tap this button for quick access to your tabs. | 2383 Tap this button for quick access to your tabs. |
| 2383 </message> | 2384 </message> |
| 2384 </messages> | 2385 </messages> |
| 2385 </release> | 2386 </release> |
| 2386 </grit> | 2387 </grit> |
| OLD | NEW |