2 Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
4 This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
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.
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.
16 You should have received a copy of the GNU General Public License
17 along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. -->
19 <!-- `tools:ignore="MissingTranslation"` allows release APKs to be built if translation strings are missing. The missing strings will fall back to English. -->
21 xmlns:tools="http://schemas.android.com/tools"
22 tools:ignore="MissingTranslation" >
25 <string name="privacy_cell">Privacy Cell</string>
26 <string name="cell">Cell</string>
27 <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. -->
28 <string name="open_navigation_drawer">Open navigation drawer</string>
29 <string name="close_navigation_drawer">Close navigation drawer</string>
30 <string name="not_connected">Your device does not appear to currently be connected to a cell phone network.</string>
32 <!-- Text views. The `\n\n` code inserts a line break and should be preserved in translations.
33 Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
34 The `%1$s` code inserts variables into the displayed text and should be preserved in translation. -->
35 <string name="secure_from_stingray">Your device is connected to a standalone 5G network.\n\nIt is secure from stingray IMSI man-in-the-middle attacks.</string>
36 <string name="not_secure_from_stingray">Your device is not connected to a standalone 5G network.\n\nIt is not secure from stingray IMSI man-in-the-middle attacks.</string>
37 <string name="voice_network">Voice network: \u0020 %1$s</string>
38 <string name="data_network">Data network: \u0020 %1$s</string>
39 <string name="additional_network_info">Additional network info: \u0020 %1$s</string>
41 <!-- Navigation menu. -->
42 <string name="settings">Settings</string>
43 <string name="logcat">Logcat</string>
44 <string name="permissions">Permissions</string>
45 <string name="privacy_policy">Privacy Policy</string>
46 <string name="changelog">Changelog</string>
47 <string name="licenses">Licenses</string>
48 <string name="contributors">Contributors</string>
49 <string name="news">News</string>
50 <string name="roadmap">Roadmap</string>
51 <string name="bug_tracker">Bug Tracker</string>
52 <string name="forum">Forum</string>
53 <string name="donations">Donations</string>
55 <!-- Network types. -->
56 <string name="unknown">Unknown</string>
57 <string name="gprs">GPRS – 2.5G/3G</string>
58 <string name="gprs_detail">General Packet Radio Service</string>
59 <string name="edge">EDGE – 2.5G/3G</string>
60 <string name="edge_detail">Enhanced Data rates for GSM Evolution</string>
61 <string name="umts">UMTS – 3G</string>
62 <string name="umts_detail">Universal Mobile Telecommunications System</string>
63 <string name="cdma">CDMA – 2G</string>
64 <string name="cdma_detail">Code-Division Multiple Access</string>
65 <string name="evdo_0">EVDO 0 – 3.5G</string>
66 <string name="evdo_0_detail">Evolution-Data Optimized release 0</string>
67 <string name="evdo_a">EVDO A – 3.5G</string>
68 <string name="evdo_a_detail">Evolution-Data Optimized revision A</string>
69 <string name="rtt">1xRTT – 3G</string>
70 <string name="rtt_detail">Single-Carrier Radio Transmission Technology</string>
71 <string name="hsdpa">HSDPA – 3.5G</string>
72 <string name="hsdpa_detail">High Speed Downlink Packet Access</string>
73 <string name="hsupa">HSUPA – 3.5G</string>
74 <string name="hsupa_detail">High-Speed Uplink Packet Access</string>
75 <string name="hspa">HSPA – 3.5G</string>
76 <string name="hspa_detail">High Speed Packet Access</string>
77 <string name="iden">IDEN – 2G</string>
78 <string name="iden_detail">Integrated Digital Enhanced Network</string>
79 <string name="evdo_b">EVDO B – 3.5G</string>
80 <string name="evdo_b_detail">Evolution-Data Optimized revision B</string>
81 <string name="lte">LTE – 4G</string>
82 <string name="lte_detail">Long-Term Evolution</string>
83 <string name="ehrpd">EHRPD – 3.5G/4G</string>
84 <string name="ehrpd_detail">Enhanced High-Rate Packet Data</string>
85 <string name="hspap">HSPAP – 3.5G</string>
86 <string name="hspap_detail">High Speed Packet Access Plus</string>
87 <string name="gsm">GSM – 2G</string>
88 <string name="gsm_detail">Global System for Mobile Communications</string>
89 <string name="td_scdma">TD-SCDMA – 3G</string>
90 <string name="td_scdma_detail">Time Division-Synchronous Code Division Multiple Access</string>
91 <string name="iwlan">IWLAN – Wi-Fi</string>
92 <string name="iwlan_detail">Interworking Wireless LAN</string>
93 <string name="nr">NR – 5G</string>
94 <string name="nr_detail">New Radio</string>
95 <string name="error">Error</string>
97 <!-- Override network types. -->
98 <string name="none">None</string>
99 <string name="lte_ca">LTE CA – 4G</string>
100 <string name="lte_ca_detail">Long-Term Evolution Carrier Aggregation</string>
101 <string name="lte_advanced_pro">LTE Advanced Pro – 4.5G</string>
102 <string name="lte_advanced_pro_detail">Long-Term Evolution Advanced Pro</string>
103 <string name="nr_nsa">NR NSA – 4G/5G</string>
104 <string name="nr_nsa_detail">New Radio Non-Standalone</string>
105 <string name="nr_nsa_mmwave">NR NSA mmWave – 4G/5G</string>
106 <string name="nr_nsa_mmwave_detail">New Radio Non-Standalone millimeter Wave</string>
108 <!-- Phone permission dialog. -->
109 <string name="phone_permission">Phone Permission</string>
110 <string name="phone_permission_text">Privacy Cell needs the Read Phone State permission to determine the safety level of your cell connection.</string>
111 <string name="ok">OK</string>
114 <string name="stingrays">Stingrays</string>
115 <string name="close">Close</string>
118 <string name="monitoring">Monitoring</string>
119 <string name="realtime_monitoring">Realtime monitoring</string>
120 <string name="realtime_monitoring_summary">Place an icon in the status bar that monitors the cell network.</string>
121 <string name="secure_network_notification">Secure network notification</string>
122 <string name="insecure_network_notification">Insecure network notification</string>
123 <string name="interface_title">Interface</string>
124 <string name="bottom_app_bar">Bottom app bar</string>
125 <string name="bottom_app_bar_summary">Move the app bar to the bottom of the screen. Changing this setting will restart Privacy Cell.</string>
127 <!-- Logcat. Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
128 The `%1$s` code inserts variables into the displayed text and should be preserved in translation.-->
129 <string name="copy">Copy</string>
130 <string name="save">Save</string>
131 <string name="clear">Clear</string>
132 <string name="logcat_copied">Logcat copied.</string>
133 <string name="privacy_cell_logcat_txt">Privacy Cell Logcat.txt</string>
134 <string name="logcat_saved">%1$s saved.</string>
135 <string name="error_saving_logcat">Error saving logcat: \u0020 %1$s</string>
137 <!-- Notifications. -->
138 <string name="secure">Secure</string>
139 <string name="insecure">Insecure</string>
140 <string name="secure_network">You are connected to a secure network.</string>
141 <string name="insecure_network">You are not connected to a secure network.</string>
142 <string name="unknown_network">The security of the network is unknown.</string>
143 <string name="secure_network_channel">Secure network</string>
144 <string name="insecure_network_channel">Insecure network</string>
145 <string name="unknown_network_channel">Unknown network</string>
147 <!-- Periodic Work Names. -->
148 <string name="register_listener_work_request" translatable="false">registerListener</string>
150 <!-- Preference keys. -->
151 <string name="monitoring_key" translatable="false">monitoring</string>
152 <string name="realtime_monitoring_key" translatable="false">realtime_monitoring</string>
153 <string name="secure_network_notification_key" translatable="false">secure_network_notification</string>
154 <string name="insecure_network_notification_key" translatable="false">insecure_network_notification</string>
155 <string name="interface_key" translatable="false">interface</string>
156 <string name="bottom_app_bar_key" translatable="false">bottom_app_bar</string>