]> gitweb.stoutner.com Git - PrivacyCell.git/blob - app/src/main/res/values/strings.xml
Add a higher level warning for antiquated protocols. https://redmine.stoutner.com...
[PrivacyCell.git] / app / src / main / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   Copyright © 2021-2022 Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
7
8   Privacy Cell is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Cell is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <!-- `tools:ignore="MissingTranslation"` allows release APKs to be built if translation strings are missing.  The missing strings will fall back to English. -->
22 <resources
23     xmlns:tools="http://schemas.android.com/tools"
24     tools:ignore="MissingTranslation" >
25
26     <!-- General. -->
27     <string name="privacy_cell">Privacy Cell</string>
28     <string name="cell">Cell</string>
29     <string name="asset_directory">en</string>  <!-- The asset directory string should be translated to match the language code for the directory that contains the HTML files. -->
30     <string name="open_navigation_drawer">Open navigation drawer</string>
31     <string name="close_navigation_drawer">Close navigation drawer</string>
32     <string name="not_connected">Your device does not appear to currently be connected to a cell phone network.</string>
33
34     <!-- Text views.  The `\n\n` code inserts a line break and should be preserved in translations.
35         Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
36         The `%1$s` code inserts variables into the displayed text and should be preserved in translation. -->
37     <string name="secure_protocols">Your device is connected to a network using secure protocols.\n\nIt is secure from stingray IMSI man-in-the-middle attacks.</string>
38     <string name="insecure_protocols">Your device is connected to a network using insecure protocols.\n\nIt is not secure from stingray IMSI man-in-the-middle attacks.</string>
39     <string name="antiquated_protocols">Your device is connected to a network using antiquated protocols.\n\nIt is exposed to numerous security vulnerabilities.</string>
40     <string name="voice_network">Voice network: \u0020 %1$s</string>
41     <string name="data_network">Data network: \u0020 %1$s</string>
42     <string name="additional_network_info">Additional network info: \u0020 %1$s</string>
43
44     <!-- Navigation menu. -->
45     <string name="settings">Settings</string>
46     <string name="protocols">Protocols</string>
47     <string name="logcat">Logcat</string>
48     <string name="permissions">Permissions</string>
49     <string name="privacy_policy">Privacy Policy</string>
50     <string name="changelog">Changelog</string>
51     <string name="licenses">Licenses</string>
52     <string name="contributors">Contributors</string>
53     <string name="news">News</string>
54     <string name="roadmap">Roadmap</string>
55     <string name="bug_tracker">Bug Tracker</string>
56     <string name="forum">Forum</string>
57     <string name="donations">Donations</string>
58
59     <!-- Protocol families. -->
60     <string name="protocol_2g">2G</string>
61     <string name="protocol_3g">3G</string>
62     <string name="protocol_4g">4G</string>
63     <string name="protocol_5g">5G</string>
64     <string name="protocol_other">Other</string>
65
66     <!-- Network types. -->
67     <string name="unknown">Unknown</string>
68     <string name="gprs">GPRS – 2.5G/3G</string>
69     <string name="gprs_detail">General Packet Radio Service</string>
70     <string name="edge">EDGE – 2.5G/3G</string>
71     <string name="edge_detail">Enhanced Data rates for GSM Evolution</string>
72     <string name="umts">UMTS – 3G</string>
73     <string name="umts_detail">Universal Mobile Telecommunications System</string>
74     <string name="cdma">CDMA – 2G</string>
75     <string name="cdma_detail">Code-Division Multiple Access</string>
76     <string name="evdo_0">EVDO 0 – 3.5G</string>
77     <string name="evdo_0_detail">Evolution-Data Optimized release 0</string>
78     <string name="evdo_a">EVDO A – 3.5G</string>
79     <string name="evdo_a_detail">Evolution-Data Optimized revision A</string>
80     <string name="rtt">1xRTT – 3G</string>
81     <string name="rtt_detail">Single-Carrier Radio Transmission Technology</string>
82     <string name="hsdpa">HSDPA – 3.5G</string>
83     <string name="hsdpa_detail">High Speed Downlink Packet Access</string>
84     <string name="hsupa">HSUPA – 3.5G</string>
85     <string name="hsupa_detail">High-Speed Uplink Packet Access</string>
86     <string name="hspa">HSPA – 3.5G</string>
87     <string name="hspa_detail">High Speed Packet Access</string>
88     <string name="iden">IDEN – 2G</string>
89     <string name="iden_detail">Integrated Digital Enhanced Network</string>
90     <string name="evdo_b">EVDO B – 3.5G</string>
91     <string name="evdo_b_detail">Evolution-Data Optimized revision B</string>
92     <string name="lte">LTE – 4G</string>
93     <string name="lte_detail">Long-Term Evolution</string>
94     <string name="ehrpd">EHRPD – 3.5G/4G</string>
95     <string name="ehrpd_detail">Enhanced High-Rate Packet Data</string>
96     <string name="hspap">HSPAP – 3.5G</string>
97     <string name="hspap_detail">High Speed Packet Access Plus</string>
98     <string name="gsm">GSM – 2G</string>
99     <string name="gsm_detail">Global System for Mobile Communications</string>
100     <string name="td_scdma">TD-SCDMA – 3G</string>
101     <string name="td_scdma_detail">Time Division-Synchronous Code Division Multiple Access</string>
102     <string name="iwlan">IWLAN – Wi-Fi</string>
103     <string name="iwlan_detail">Interworking Wireless LAN</string>
104     <string name="nr">NR – 5G</string>
105     <string name="nr_detail">New Radio</string>
106     <string name="error">Error</string>
107
108     <!-- Override network types. -->
109     <string name="none">None</string>
110     <string name="lte_ca">LTE CA – 4G</string>
111     <string name="lte_ca_detail">Long-Term Evolution Carrier Aggregation</string>
112     <string name="lte_advanced_pro">LTE Advanced Pro – 4.5G</string>
113     <string name="lte_advanced_pro_detail">Long-Term Evolution Advanced Pro</string>
114     <string name="nr_nsa">NR NSA – 4G/5G</string>
115     <string name="nr_nsa_detail">New Radio Non-Standalone</string>
116     <string name="nr_nsa_mmwave">NR NSA mmWave – 4G/5G</string>
117     <string name="nr_nsa_mmwave_detail">New Radio Non-Standalone millimeter Wave</string>
118     <string name="nr_advanced">NR Advanced – 5G</string>
119     <string name="nr_advanced_detail">New Radio Advanced</string>
120
121     <!-- Phone permission dialog. -->
122     <string name="phone_permission">Phone Permission</string>
123     <string name="phone_permission_text">Privacy Cell needs the Read Phone State permission to determine the safety level of your cell connection.</string>
124     <string name="ok">OK</string>
125
126     <!-- Dialogs. -->
127     <string name="stingrays">Stingrays</string>
128     <string name="antiquated_network_title">Antiquated Network</string>
129     <string name="close">Close</string>
130
131     <!-- Settings. -->
132     <string name="monitoring">Monitoring</string>
133     <string name="realtime_monitoring">Realtime monitoring</string>
134     <string name="realtime_monitoring_summary">Place an icon in the status bar that monitors the cell network.</string>
135     <string name="secure_network_notification">Secure network notification</string>
136     <string name="insecure_network_notification">Insecure network notification</string>
137     <string name="antiquated_network_notification">Antiquated network notification</string>
138     <string name="consider_3g_antiquated">Consider 3G antiquated</string>
139     <string name="consider_3g_antiquated_summary">Consider the 3G protocols to be antiquated.  At a future point this will become the default.  Changing this setting will restart Privacy Cell.</string>
140     <string name="interface_title">Interface</string>
141     <string name="bottom_app_bar">Bottom app bar</string>
142     <string name="bottom_app_bar_summary">Move the app bar to the bottom of the screen.  Changing this setting will restart Privacy Cell.</string>
143
144     <!-- Logcat.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
145         The `%1$s` code inserts variables into the displayed text and should be preserved in translation.-->
146     <string name="copy_string">Copy</string>
147     <string name="save">Save</string>
148     <string name="clear">Clear</string>
149     <string name="logcat_copied">Logcat copied.</string>
150     <string name="privacy_cell_logcat_txt">Privacy Cell Logcat.txt</string>
151     <string name="logcat_saved">%1$s saved.</string>
152     <string name="error_saving_logcat">Error saving logcat: \u0020 %1$s</string>
153
154     <!-- Notifications. -->
155     <string name="secure">Secure</string>
156     <string name="insecure">Insecure</string>
157     <string name="antiquated">Antiquated</string>
158     <string name="secure_network">You are connected to a secure network.</string>
159     <string name="insecure_network">You are connected to an insecure network.</string>
160     <string name="antiquated_network">You are connected to an antiquated network.</string>
161     <string name="unknown_network">The security of the network is unknown.</string>
162     <string name="secure_network_channel">Secure network</string>
163     <string name="insecure_network_channel">Insecure network</string>
164     <string name="antiquated_network_channel">Antiquated network</string>
165     <string name="unknown_network_channel">Unknown network</string>
166
167     <!-- Periodic Work Names. -->
168     <string name="register_listener_work_request" translatable="false">registerListener</string>
169
170     <!-- Preference keys. -->
171     <string name="monitoring_key" translatable="false">monitoring</string>
172     <string name="realtime_monitoring_key" translatable="false">realtime_monitoring</string>
173     <string name="secure_network_notification_key" translatable="false">secure_network_notification</string>
174     <string name="insecure_network_notification_key" translatable="false">insecure_network_notification</string>
175     <string name="antiquated_network_notification_key" translatable="false">antiquated_network_notification</string>
176     <string name="consider_3g_antiquated_key" translatable="false">consider_3g_antiquated</string>
177     <string name="interface_key" translatable="false">interface</string>
178     <string name="bottom_app_bar_key" translatable="false">bottom_app_bar</string>
179 </resources>