1<?xml version="1.0" encoding="UTF-8"?>
2<resources xmlns:android="http://schemas.android.com/apk/res/android"
3    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
4    <string name="app_name" msgid="1265450418387661962">"TestSliceApp"</string>
5    <string name="hello_blank_fragment" msgid="1245093642770491175">"Hello blank fragment"</string>
6    <string name="request_network" msgid="8945235490804849914">"Request Network"</string>
7    <string name="release_network" msgid="174252378593535238">"Release Network"</string>
8    <string name="ping" msgid="7890607576220714932">"Kõll"</string>
9    <string name="result_prefix" msgid="3522796186427501399">"Tulemus:"</string>
10    <string name="latency_title" msgid="963052613947017009">"Prioritize Latency"</string>
11    <string name="bw_title" msgid="3902162973688221344">"Prioritize Bandwidth"</string>
12    <string name="cbs_title" msgid="5234410535569935600">"CBS"</string>
13    <string name="purchase" msgid="7843181995697372128">"Purchase Network Premium"</string>
14    <string name="network_available" msgid="4780293262690730734">"Result: The requested network is available now!"</string>
15    <string name="network_requested" msgid="5646123922691865991">"Result: The network has been requested!"</string>
16    <string name="network_released" msgid="2992280481133877025">"Result: The network has been released!"</string>
17    <string name="network_release_failed" msgid="256471231420029151">"Result: Failed to release the network!!!"</string>
18    <string name="purchase_exception" msgid="8876841120055716671">"Result: Exception when purchasing network premium!!!"</string>
19    <string name="purchase_empty_result" msgid="7497824191649973928">"Result: Got empty result when purchasing network premium!!!"</string>
20    <string name="premium_not_available" msgid="7346368693802644748">"Result: The network premium is not available for purchase!!!"</string>
21    <string name="purchase_in_progress" msgid="5450288183685032424">"Result: The network premium purchase is in progress ..."</string>
22</resources>
23