strings.xml (1446B)
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">Glean - Metrics Demo</string> 7 <string name="generate_data">Record Text</string> 8 <string name="string_list_input_hint">Enter some text here</string> 9 <string name="counter_metric_info"> 10 Every time you click on the button above, the text is added to the test_string_list metric 11 and a counter metric type called testCounter is incremented. Both of these will be included 12 when the ping is sent. The counter and the string list are utilizing the `user` lifetime 13 and should persist from launch to launch of the app.\n\nAn event metric is also being used 14 to attach a dictionary of values to the extras of the event ping. See MainActivity for 15 where all of this is happening. 16 </string> 17 <string name="experiment_not_active">Experiment not active</string> 18 <string name="experiment_active_branch">Experiment active, branch: %1$s</string> 19 <string name="check_experiments">Check experiments</string> 20 <string name="check_experiments_btn_description">The CHECK EXPERIMENTS button checks the experiments status of the test-colorexperiment and sets the color accordingly.</string> 21 </resources>