strings.xml (1918B)
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 xmlns:tools="http://schemas.android.com/tools"> 6 <string name="app_name" tools:ignore="BrandUsage">Firefox Sync Demo</string> 7 <string name="sign_in">FxA sign in</string> 8 <string name="signed_in_waiting_for_profile">Signed in (type=%1$s); waiting for profile</string> 9 <string name="signed_in_with_profile">Authenticated (type=%1$s) as %2$s</string> 10 <string name="account_error">FxA error: %1$s</string> 11 <string name="sync_idle">Sync is idle</string> 12 <string name="syncing">Syncing…</string> 13 <string name="sync_error">Sync error: %1$s</string> 14 <plurals name="visited_url_count"> 15 <item quantity="zero">There are no visited URLs</item> 16 <item quantity="one">There is %d visited URL</item> 17 <item quantity="other">There are %d visited URLs</item> 18 </plurals> 19 <string name="no_bookmarks_root">No Bookmarks Root node</string> 20 <string name="log_out">FxA Log Out</string> 21 <string name="logged_out">Logged out!</string> 22 <string name="need_reauth">Need to re-authenticate</string> 23 <string name="sync">Sync</string> 24 <string name="refresh_device">Refresh device</string> 25 <string name="send_tab">Send tab</string> 26 <string name="current_device">Current device</string> 27 <string name="current_device_unknown">Unknown</string> 28 <string name="full_device_details"> 29 ID: %1$s\n 30 Name: %2$s\n 31 Type: %3$s\n 32 Subscription expired: %4$b\n 33 Subscription: %5$s\n 34 Capabilities: %6$s\n 35 Last access: %7$d 36 </string> 37 <string name="latest_tabs">Latest tabs</string> 38 <string name="devices">Devices</string> 39 </resources>