strings.xml (902B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <resources> 6 <string name="app_name">FxA Android Demo</string> 7 <string name="sign_in_webview">FxA sign in: webview</string> 8 <string name="sign_in_customtabs">FxA sign in: custom tab</string> 9 <string name="sign_in_pair">FxA sign in: pair</string> 10 <!-- %1$s is the account's display name. --> 11 <string name="signed_in">Signed in: %1$s</string> 12 <string name="log_out">FxA Log Out</string> 13 <string name="logged_out">Logged out!</string> 14 <string name="wants_keys">Request sync scope?</string> 15 <string name="pair_instructions_message"><![CDATA[Scan the QR code shown at <b>firefox.com/pair</b>]]></string> 16 </resources>