OLD | NEW |
---|---|
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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
269 </message> | 269 </message> |
270 | 270 |
271 <!-- Smartcard certificate support --> | 271 <!-- Smartcard certificate support --> |
272 <message name="IDS_SMARTCARD_DIALOG_TITLE" desc="Title of a dialog asking whether to use Android default keystore or a smartcard for certificate authentic ation."> | 272 <message name="IDS_SMARTCARD_DIALOG_TITLE" desc="Title of a dialog asking whether to use Android default keystore or a smartcard for certificate authentic ation."> |
273 Choose certificate for authentication | 273 Choose certificate for authentication |
274 </message> | 274 </message> |
275 <message name="IDS_SMARTCARD_CERTIFICATE_OPTION" desc="An option to use Sm art Card when a dialog asking whether to use Android default keystore or a Smart Card for certificate authentication."> | 275 <message name="IDS_SMARTCARD_CERTIFICATE_OPTION" desc="An option to use Sm art Card when a dialog asking whether to use Android default keystore or a Smart Card for certificate authentication."> |
276 Smart card | 276 Smart card |
277 </message> | 277 </message> |
278 | 278 |
279 <!-- App banner strings --> | |
280 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed." formatter_data="android_java"> | |
newt (away)
2014/02/20 01:32:22
remove formatter_data (same below)
gone
2014/02/20 01:56:14
Done.
| |
281 Installing... | |
282 </message> | |
283 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application." formatter_data="android_java"> | |
284 Open | |
285 </message> | |
279 </messages> | 286 </messages> |
280 </release> | 287 </release> |
281 </grit> | 288 </grit> |
OLD | NEW |