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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 800953002: Fix bug where app name is wrong in all languages except English. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 <file lang="sw" path="translations/android_chrome_strings_sw.xtb" /> 86 <file lang="sw" path="translations/android_chrome_strings_sw.xtb" />
87 <file lang="th" path="translations/android_chrome_strings_th.xtb" /> 87 <file lang="th" path="translations/android_chrome_strings_th.xtb" />
88 <file lang="tr" path="translations/android_chrome_strings_tr.xtb" /> 88 <file lang="tr" path="translations/android_chrome_strings_tr.xtb" />
89 <file lang="uk" path="translations/android_chrome_strings_uk.xtb" /> 89 <file lang="uk" path="translations/android_chrome_strings_uk.xtb" />
90 <file lang="vi" path="translations/android_chrome_strings_vi.xtb" /> 90 <file lang="vi" path="translations/android_chrome_strings_vi.xtb" />
91 <file lang="zh-CN" path="translations/android_chrome_strings_zh-CN.xtb" /> 91 <file lang="zh-CN" path="translations/android_chrome_strings_zh-CN.xtb" />
92 <file lang="zh-TW" path="translations/android_chrome_strings_zh-TW.xtb" /> 92 <file lang="zh-TW" path="translations/android_chrome_strings_zh-TW.xtb" />
93 </translations> 93 </translations>
94 <release allow_pseudo="false" seq="1"> 94 <release allow_pseudo="false" seq="1">
95 <messages fallback_to_english="true"> 95 <messages fallback_to_english="true">
96 <message name="IDS_APP_NAME" desc="The application name" translateable="fa lse">
97 Chromium
98 </message>
99
100 <!-- Generic strings --> 96 <!-- Generic strings -->
101 <message name="IDS_OK" desc="Label for a confirm button. Used in multiple contexts. [CHAR-LIMIT=20]"> 97 <message name="IDS_OK" desc="Label for a confirm button. Used in multiple contexts. [CHAR-LIMIT=20]">
102 OK 98 OK
103 </message> 99 </message>
104 <message name="IDS_CANCEL" desc="Label for a cancel button. Used in multip le contexts. [CHAR-LIMIT=20]"> 100 <message name="IDS_CANCEL" desc="Label for a cancel button. Used in multip le contexts. [CHAR-LIMIT=20]">
105 Cancel 101 Cancel
106 </message> 102 </message>
107 <message name="IDS_SAVE" desc="Label for a button to save a change. Used i n multiple contexts. [CHAR-LIMIT=20]"> 103 <message name="IDS_SAVE" desc="Label for a button to save a change. Used i n multiple contexts. [CHAR-LIMIT=20]">
108 Save 104 Save
109 </message> 105 </message>
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 <message name="IDS_WIFI_PREFETCH_BANDWIDTH_ENTRY" desc="Option that enable s the prefetching of web pages when connected via wi-fi. [CHAR-LIMIT=16]"> 585 <message name="IDS_WIFI_PREFETCH_BANDWIDTH_ENTRY" desc="Option that enable s the prefetching of web pages when connected via wi-fi. [CHAR-LIMIT=16]">
590 Only on Wi-Fi 586 Only on Wi-Fi
591 </message> 587 </message>
592 <message name="IDS_ALWAYS_PREFETCH_BANDWIDTH_ENTRY" desc="Option to always prefetch web pages regardless of connection. [CHAR-LIMIT=16]"> 588 <message name="IDS_ALWAYS_PREFETCH_BANDWIDTH_ENTRY" desc="Option to always prefetch web pages regardless of connection. [CHAR-LIMIT=16]">
593 Always 589 Always
594 </message> 590 </message>
595 591
596 </messages> 592 </messages>
597 </release> 593 </release>
598 </grit> 594 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/res/values/app_name.xml ('k') | chrome/android/shell/java/AndroidManifest.xml.jinja2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698