]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-tr/strings.xml
Replace all instances of `startActivityForResult()` with `registerForActivityResult...
[PrivacyBrowserAndroid.git] / app / src / main / res / values-tr / strings.xml
index ee19274130c0c668e1922427b1770fb6cd4e7eb5..08b905f4f9f429c1a9214ffc2b09f8543c0eb197 100644 (file)
         <string name="saved_ip_addresses">Kayıtlı IP adresleri</string>
         <string name="current_ip_addresses">Geçerli IP adresleri</string>
 
-    <!-- Import/Export. -->
+    <!-- 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> -->
     <string name="encryption">Şifreleme</string>
     <string-array name="encryption_type">
         <item>Hiçbiri</item>
     <string name="import_button">İçeri aktar</string>  <!-- `import` is a reserved word and cannot be used as the name. -->
     <string name="decrypt">Şifre çöz (Decrypt)</string>
     <string name="export_successful">Dışa aktarım başarılı</string>
-    <string name="export_failed">Dışa aktarım başarısız:</string>
-    <string name="import_failed">İçe aktarım başarısız:</string>
+    <string name="export_failed">Dışa aktarım başarısız:  %1$s</string>
+    <string name="import_failed">İçe aktarım başarısız:  %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> -->