Răsfoiți Sursa

Import new translations

Ozancan Karataş 5 ani în urmă
părinte
comite
62e027765c
2 a modificat fișierele cu 5 adăugiri și 6 ștergeri
  1. 1 1
      deltachat-ios/Info.plist
  2. 4 5
      tools/untranslated.xml

+ 1 - 1
deltachat-ios/Info.plist

@@ -41,7 +41,7 @@
 	<key>NSCameraUsageDescription</key>
 	<string>Allowing access to the camera lets you take photos and videos.</string>
 	<key>NSContactsUsageDescription</key>
-	<string>Allowing access to your address book lets you chat with contacts from your device</string>
+	<string>Allowing access to your address book lets you chat with contacts from your device.</string>
 	<key>NSMicrophoneUsageDescription</key>
 	<string>Allowing access to the microphone lets you record audio.</string>
 	<key>NSPhotoLibraryUsageDescription</key>

+ 4 - 5
tools/untranslated.xml

@@ -5,9 +5,8 @@
     <string name="import_contacts">Import device contacts</string>
     <string name="import_contacts_message">To chat with contacts from your device open the settings menu and enable the Contacts option</string>
     <string name="no_account_setup">No account set up</string>
-    <!-- info plist keys need to pre prefixed with INFOPLIST., spaces need to be replaced with dots and dashes need to replaced with underscores -->
-    <string name="INFOPLIST.Privacy._.Camera.Usage.Description">Allowing access to the camera lets you take photos and videos.</string>
-    <string name="INFOPLIST.Privacy._.Contacts.Usage.Description">Allowing access to your address book lets you chat with contacts from your device.</string>
-    <string name="INFOPLIST.Privacy.-.Microphone.Usage.Description">Allowing access to the microphone lets you record audio.</string>
-    <string name="INFOPLIST.Privacy.-.Photo.Library.Usage.Description">Allowing access to the photo library allows you to upload images from it.</string>
+    <string name="INFOPLIST.NSCameraUsageDescription">Allowing access to the camera lets you take photos and videos.</string>
+    <string name="INFOPLIST.NSContactsUsageDescription">Allowing access to your address book lets you chat with contacts from your device.</string>
+    <string name="INFOPLIST.NSMicrophoneUsageDescription">Allowing access to the microphone lets you record audio.</string>
+    <string name="INFOPLIST.NSPhotoLibraryUsageDescription">Allowing access to the photo library allows you to upload images from it.</string>
 </resources>