]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/strings.xml
Make some progress on fixing realtime notifications.
[PrivacyCell.git] / app / src / main / res / values / strings.xml
index f0101a788aa6a886d324264b36f2a1eff6d45c06..d4b5d61e7324accc57b318ad963dea23b7a68f09 100644 (file)
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
-<resources>
-    <!-- Name. -->
+<!-- `tools:ignore="MissingTranslation"` allows release APKs to be built if translation strings are missing.  The missing strings will fall back to English. -->
+<resources
+    xmlns:tools="http://schemas.android.com/tools"
+    tools:ignore="MissingTranslation" >
+
+    <!-- General. -->
     <string name="privacy_cell">Privacy Cell</string>
+    <string name="cell">Cell</string>
+    <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. -->
+    <string name="open_navigation_drawer">Open navigation drawer</string>
+    <string name="close_navigation_drawer">Close navigation drawer</string>
+    <string name="not_connected">Your device does not appear to currently be connected to a cell phone network.</string>
 
-    <!-- Text views.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting. -->
+    <!-- Text views.  The `\n\n` code inserts a line break and should be preserved in translations.
+        Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
+        The `%1$s` code inserts variables into the displayed text and should be preserved in translation. -->
+    <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>
+    <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>
     <string name="voice_network">Voice network: \u0020 %1$s</string>
     <string name="data_network">Data network: \u0020 %1$s</string>
     <string name="additional_network_info">Additional network info: \u0020 %1$s</string>
 
-    <!-- Network Types. -->
+    <!-- Navigation menu. -->
+    <string name="settings">Settings</string>
+    <string name="permissions">Permissions</string>
+    <string name="privacy_policy">Privacy Policy</string>
+    <string name="changelog">Changelog</string>
+    <string name="licenses">Licenses</string>
+    <string name="contributors">Contributors</string>
+    <string name="news">News</string>
+    <string name="roadmap">Roadmap</string>
+    <string name="bug_tracker">Bug Tracker</string>
+    <string name="forum">Forum</string>
+    <string name="donations">Donations</string>
+
+    <!-- Settings. -->
+    <string name="monitoring">Monitoring</string>
+    <string name="realtime_monitoring">Realtime monitoring</string>
+    <string name="realtime_monitoring_summary">Place an icon in the status bar that monitors the cell network.</string>
+    <string name="secure_network_notification">Secure network notification</string>
+    <string name="insecure_network_notification">Insecure network notification</string>
+    <string name="interface_title">Interface</string>
+    <string name="bottom_app_bar">Bottom app bar</string>
+    <string name="bottom_app_bar_summary">Move the app bar to the bottom of the screen.  Changing this setting will restart Privacy Cell.</string>
+
+    <!-- Network types. -->
     <string name="unknown">Unknown</string>
-    <string name="gprs">GPRS</string>
-    <string name="edge">EDGE</string>
-    <string name="umts">UMTS</string>
-    <string name="cdma">CDMA</string>
-    <string name="evdo_0">EVDO 0</string>
-    <string name="evdo_a">EVDO A</string>
-    <string name="rtt">1xRTT</string>
-    <string name="hsdpa">HSDPA</string>
-    <string name="hsupa">HSUPA</string>
-    <string name="hspa">HSPA</string>
-    <string name="iden">IDEN</string>
-    <string name="evdo_b">EVDO B</string>
-    <string name="lte">LTE</string>
-    <string name="ehrpd">EHRPD</string>
-    <string name="hspap">HSPAP</string>
-    <string name="gsm">GSM</string>
-    <string name="td_scdma">TD SCDMA</string>
-    <string name="iwlan">IWLAN</string>
-    <string name="nr">NR</string>
+    <string name="gprs">GPRS – 2.5G/3G</string>
+    <string name="gprs_detail">General Packet Radio Service</string>
+    <string name="edge">EDGE – 2.5G/3G</string>
+    <string name="edge_detail">Enhanced Data rates for GSM Evolution</string>
+    <string name="umts">UMTS – 3G</string>
+    <string name="umts_detail">Universal Mobile Telecommunications System</string>
+    <string name="cdma">CDMA – 2G</string>
+    <string name="cdma_detail">Code-Division Multiple Access</string>
+    <string name="evdo_0">EVDO 0 – 3.5G</string>
+    <string name="evdo_0_detail">Evolution-Data Optimized release 0</string>
+    <string name="evdo_a">EVDO A – 3.5G</string>
+    <string name="evdo_a_detail">Evolution-Data Optimized revision A</string>
+    <string name="rtt">1xRTT – 3G</string>
+    <string name="rtt_detail">Single-Carrier Radio Transmission Technology</string>
+    <string name="hsdpa">HSDPA – 3.5G</string>
+    <string name="hsdpa_detail">High Speed Downlink Packet Access</string>
+    <string name="hsupa">HSUPA – 3.5G</string>
+    <string name="hsupa_detail">High-Speed Uplink Packet Access</string>
+    <string name="hspa">HSPA – 3.5G</string>
+    <string name="hspa_detail">High Speed Packet Access</string>
+    <string name="iden">IDEN – 2G</string>
+    <string name="iden_detail">Integrated Digital Enhanced Network</string>
+    <string name="evdo_b">EVDO B – 3.5G</string>
+    <string name="evdo_b_detail">Evolution-Data Optimized revision B</string>
+    <string name="lte">LTE – 4G</string>
+    <string name="lte_detail">Long-Term Evolution</string>
+    <string name="ehrpd">EHRPD – 3.5G/4G</string>
+    <string name="ehrpd_detail">Enhanced High-Rate Packet Data</string>
+    <string name="hspap">HSPAP – 3.5G</string>
+    <string name="hspap_detail">High Speed Packet Access Plus</string>
+    <string name="gsm">GSM – 2G</string>
+    <string name="gsm_detail">Global System for Mobile Communications</string>
+    <string name="td_scdma">TD-SCDMA – 3G</string>
+    <string name="td_scdma_detail">Time Division-Synchronous Code Division Multiple Access</string>
+    <string name="iwlan">IWLAN – Wi-Fi</string>
+    <string name="iwlan_detail">Interworking Wireless LAN</string>
+    <string name="nr">NR – 5G</string>
+    <string name="nr_detail">New Radio</string>
     <string name="error">Error</string>
 
-    <!-- Override Network Types. -->
+    <!-- Override network types. -->
     <string name="none">None</string>
-    <string name="lte_ca">LTE CA</string>
-    <string name="lte_advanced_pro">LTE Advanced Pro</string>
-    <string name="lte_nr_nsa">LTE NR NSA - Long Term Evolution New Radio Non-StandAlone</string>
-    <string name="lte_nr_nsa_mmwave">LTE NR NSA MMWave - Long Term Evolution New Radio Non-StandAlong MilliMeter Wavae</string>
-
-    <!-- Stingray. -->
-    <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>
-    <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>
+    <string name="lte_ca">LTE CA – 4G</string>
+    <string name="lte_ca_detail">Long-Term Evolution Carrier Aggregation</string>
+    <string name="lte_advanced_pro">LTE Advanced Pro – 4.5G</string>
+    <string name="lte_advanced_pro_detail">Long-Term Evolution Advanced Pro</string>
+    <string name="nr_nsa">NR NSA – 4G/5G</string>
+    <string name="nr_nsa_detail">New Radio Non-Standalone</string>
+    <string name="nr_nsa_mmwave">NR NSA mmWave – 4G/5G</string>
+    <string name="nr_nsa_mmwave_detail">New Radio Non-Standalone millimeter Wave</string>
+
+    <!-- Phone permission dialog. -->
+    <string name="phone_permission">Phone Permission</string>
+    <string name="phone_permission_text">Privacy Cell needs the Read Phone State permission to determine the safety level of your cell connection.</string>
+    <string name="ok">OK</string>
+
+    <!-- Dialogs. -->
+    <string name="stingrays">Stingrays</string>
+    <string name="close">Close</string>
+
+    <!-- Notifications. -->
+    <string name="secure">Secure</string>
+    <string name="insecure">Insecure</string>
+    <string name="secure_network">You are connected to a secure network.</string>
+    <string name="insecure_network">You are not connected to a secure network.</string>
+    <string name="unknown_network">The security of the network is unknown.</string>
+    <string name="secure_network_channel">Secure network</string>
+    <string name="insecure_network_channel">Insecure network</string>
+    <string name="unknown_network_channel">Unknown network</string>
+
+    <!-- Periodic Work Names. -->
+    <string name="register_listener_work_request" translatable="false">registerListener</string>
+
+    <!-- Preference keys. -->
+    <string name="monitoring_key" translatable="false">monitoring</string>
+    <string name="realtime_monitoring_key" translatable="false">realtime_monitoring</string>
+    <string name="secure_network_notification_key" translatable="false">secure_network_notification</string>
+    <string name="insecure_network_notification_key" translatable="false">insecure_network_notification</string>
+    <string name="interface_key" translatable="false">interface</string>
+    <string name="bottom_app_bar_key" translatable="false">bottom_app_bar</string>
 </resources>
\ No newline at end of file