static_strings.xml (1786B)
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 <!-- Secret Settings Strings --> 7 <!-- Label for the secret settings preference. --> 8 <string name="preference_secret_settings" translatable="false">Secret Settings</string> 9 10 <!-- Label for using the nimbus collections preview. --> 11 <string name="preference_use_nimbus_preview" translatable="false">Use Nimbus Preview Collection (requires restart)</string> 12 13 <!-- Toast shown to the user when they are activating the secret dev menu 14 %1$d is number of long clicks left to enable the menu. --> 15 <string name="about_debug_menu_toast_progress" translatable="false">Debug menu: %1$d click(s) left to enable</string> 16 <string name="about_debug_menu_toast_done" translatable="false">Debug menu enabled</string> 17 18 <!-- Label for LeakCanary Toggle. It's used in Advanced Settings. --> 19 <string name="preference_leakcanary" translatable="false">LeakCanary</string> 20 21 <!-- Application Services abbreviation used in AboutFragment. --> 22 <string name="services_abbreviation" translatable="false">AS</string> 23 24 <!-- Label for using remote settings server url. --> 25 <string name="preferences_debug_settings_remote_settings_server" translatable="false">Use Remote Settings Production server \n(Staging will be used when disabled) \n(requires restart)</string> 26 27 <!-- Label for enabling remote search configuration --> 28 <string name="preferences_debug_settings_remote_search_configuration" translatable="false">Enable Remote Search Configuration (requires restart)</string> 29 </resources>