strings.xml (785B)
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" translatable="false">Relay Android Demo</string> 7 <string name="sign_in_webview" translatable="false">FxA sign in: webview</string> 8 <!-- %1$s is the account's display name. --> 9 <string name="signed_in" translatable="false">Signed in: %1$s</string> 10 <string name="log_out" translatable="false">FxA Log Out</string> 11 <string name="relay_addresses" translatable="false">Relay Addresses</string> 12 <string name="logged_out" translatable="false">Logged out!</string> 13 </resources>