]> gitweb.stoutner.com Git - PrivacyCell.git/blob - app/src/main/res/values/strings.xml
Create the Day/Night theme.
[PrivacyCell.git] / app / src / main / res / values / strings.xml
1 <!--
2   Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
3
4   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
5
6   Privacy Cell is free software: you can redistribute it and/or modify
7   it under the terms of the GNU General Public License as published by
8   the Free Software Foundation, either version 3 of the License, or
9   (at your option) any later version.
10
11   Privacy Cell is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14   GNU General Public License for more details.
15
16   You should have received a copy of the GNU General Public License
17   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
18
19 <resources>
20     <!-- General. -->
21     <string name="privacy_cell">Privacy Cell</string>
22     <string name="cell">Cell</string>
23
24     <!-- Text views.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting. -->
25     <string name="voice_network">Voice network: \u0020 %1$s</string>
26     <string name="data_network">Data network: \u0020 %1$s</string>
27     <string name="additional_network_info">Additional network info: \u0020 %1$s</string>
28
29     <!-- Network Types. -->
30     <string name="unknown">Unknown</string>
31     <string name="gprs">GPRS</string>
32     <string name="edge">EDGE</string>
33     <string name="umts">UMTS</string>
34     <string name="cdma">CDMA</string>
35     <string name="evdo_0">EVDO 0</string>
36     <string name="evdo_a">EVDO A</string>
37     <string name="rtt">1xRTT</string>
38     <string name="hsdpa">HSDPA</string>
39     <string name="hsupa">HSUPA</string>
40     <string name="hspa">HSPA</string>
41     <string name="iden">IDEN</string>
42     <string name="evdo_b">EVDO B</string>
43     <string name="lte">LTE</string>
44     <string name="ehrpd">EHRPD</string>
45     <string name="hspap">HSPAP</string>
46     <string name="gsm">GSM</string>
47     <string name="td_scdma">TD SCDMA</string>
48     <string name="iwlan">IWLAN</string>
49     <string name="nr">NR</string>
50     <string name="error">Error</string>
51
52     <!-- Override Network Types. -->
53     <string name="none">None</string>
54     <string name="lte_ca">LTE CA</string>
55     <string name="lte_advanced_pro">LTE Advanced Pro</string>
56     <string name="lte_nr_nsa">LTE NR NSA - Long Term Evolution New Radio Non-StandAlone</string>
57     <string name="lte_nr_nsa_mmwave">LTE NR NSA MMWave - Long Term Evolution New Radio Non-StandAlong MilliMeter Wavae</string>
58
59     <!-- Stingray. -->
60     <string name="secure_from_stingray">Your device is connected to a standalone 5G network and is (at least a little bit more) secure from stingray IMSI man-in-the-middle attacks.</string>
61     <string name="not_secure_from_stingray">Your device is not connected to a standalone 5G network and is not secure from stingray IMSI man-in-the-middle attacks.</string>
62 </resources>