]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-ru/strings.xml
Convert five AsyncTasks to Kotlin. https://redmine.stoutner.com/issues/931
[PrivacyBrowserAndroid.git] / app / src / main / res / values-ru / strings.xml
index f38e108e0c3a2e48abffe31aa9c5ac64d0608615..7557214b2bbc7924997f0bc7d311bdc14fc13d12 100644 (file)
     <string name="unknown_size">неизвестный размер</string>
     <string name="invalid_url">неправильный URL</string>
     <string name="saving_file">Сохранение файла:</string>
-    <string name="processing_image">Обработка изображения… :</string>
+    <string name="processing_image">Обработка изображения: \u0020 %1$s</string>
     <string name="error_saving_file">Ошибка сохранения %1$s: \u0020 %2$s</string>
     <string name="unknown_error">Неизвестная ошибка</string>
 
         <string name="saved_ip_addresses">Сохраненные IP-адреса</string>
         <string name="current_ip_addresses">Текущие IP-адреса</string>
 
-    <!-- Import/Export.  The `%1$s` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
+    <!-- Import/Export.  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.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
     <string name="encryption">Шифрование</string>
     <string-array name="encryption_type">
         <item>Нет</item>
     <string name="import_button">Импорт</string>  <!-- `import` is a reserved word and cannot be used as the name. -->
     <string name="decrypt">Расшифровать</string>
     <string name="export_successful">Экспорт выполнен.</string>
-    <string name="export_failed">Сбой при экспорте:  %1$s</string>
-    <string name="import_failed">Сбой при импорте:  %1$s</string>
+    <string name="export_failed">Сбой при экспорте: \u0020 %1$s</string>
+    <string name="import_failed">Сбой при импорте: \u0020 %1$s</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.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->