]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values-ru/strings.xml
Create a protocols activity. https://redmine.stoutner.com/issues/774
[PrivacyCell.git] / app / src / main / res / values-ru / strings.xml
index fa6fc8c23560673c02ab543fa0f3509a5c1a849c..ddad0966eabaf1de5b14746a8b961e914d65d18a 100644 (file)
@@ -1,5 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2021-2022 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
@@ -20,7 +22,7 @@
     <!-- 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="asset_directory">ru</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">Открыть панель навигации</string>
     <string name="close_navigation_drawer">Закрыть панель навигации</string>
     <string name="not_connected">Похоже, что ваше устройство в данный момент не подключено к сети сотовой связи.</string>
     <string name="nr_nsa_detail">Новое радио неавтономное</string>
     <string name="nr_nsa_mmwave">NR NSA mmWave – 4G/5G</string>
     <string name="nr_nsa_mmwave_detail">Новое радио неавтономное - миллиметровая волна</string>
+    <string name="nr_advanced">NR усовершенствованное – 5G</string>
+    <string name="nr_advanced_detail">Новое радио усовершенствованное</string>
 
     <!-- Phone permission dialog. -->
     <string name="phone_permission">Разрешение телефона</string>
 
     <!-- Logcat.  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="copy">Скопировать</string>
+    <string name="copy_string">Скопировать</string>
     <string name="save">Сохранить</string>
     <string name="clear">Очистить</string>
     <string name="logcat_copied">Logcat скопирован.</string>