diff --git a/enzevalos_iphone.xcodeproj/project.pbxproj b/enzevalos_iphone.xcodeproj/project.pbxproj index 2ebce9b5cdccf17400d32125b2e7b5ac8ebf2b5d..7a8ebb217f2f09a0a2b3a76e3a3fd56f4a6a0706 100644 --- a/enzevalos_iphone.xcodeproj/project.pbxproj +++ b/enzevalos_iphone.xcodeproj/project.pbxproj @@ -90,6 +90,7 @@ A196DF831E71A20D004AE144 /* FrequentCollectionViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = A196DF821E71A20D004AE144 /* FrequentCollectionViewLayout.swift */; }; A19C12471DE602FF007F72E7 /* jabo.asc in Resources */ = {isa = PBXBuildFile; fileRef = A19C12461DE602FF007F72E7 /* jabo.asc */; }; A1B8C01A1DD5D9B10044A358 /* alice2005-2.gpg in Resources */ = {isa = PBXBuildFile; fileRef = A1B8C0191DD5D9B10044A358 /* alice2005-2.gpg */; }; + A1BE3FF61E9664660040114B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A1BE3FF81E9664660040114B /* InfoPlist.strings */; }; A1C09FC61DF04D650006B783 /* alice2005-private.gpg in Resources */ = {isa = PBXBuildFile; fileRef = A1C09FC51DF04D650006B783 /* alice2005-private.gpg */; }; A1C3270E1DB907D900CE2ED5 /* TextFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1C3270D1DB907D900CE2ED5 /* TextFormatter.swift */; }; A1C3DEEC1E0AB15300EB7D02 /* InitViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11E733B1E019AE3006574DD /* InitViewController.swift */; }; @@ -286,6 +287,8 @@ A198270D1D9A8ABC0027F65C /* enzevalos_iphone-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "enzevalos_iphone-Bridging-Header.h"; sourceTree = "<group>"; }; A19C12461DE602FF007F72E7 /* jabo.asc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jabo.asc; sourceTree = "<group>"; }; A1B8C0191DD5D9B10044A358 /* alice2005-2.gpg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "alice2005-2.gpg"; sourceTree = "<group>"; }; + A1BE3FF71E9664660040114B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; + A1BE3FF91E96646A0040114B /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; }; A1C09FC51DF04D650006B783 /* alice2005-private.gpg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "alice2005-private.gpg"; sourceTree = "<group>"; }; A1C3270D1DB907D900CE2ED5 /* TextFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextFormatter.swift; sourceTree = "<group>"; }; A1C7FF8E1E895367000D1E92 /* quizer1-public.asc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "quizer1-public.asc"; sourceTree = "<group>"; }; @@ -491,6 +494,7 @@ A1EB05A31D956E32008659C1 /* Assets.xcassets */, 476142091E082F9C00FD5E4F /* Settings.bundle */, A13526871D955BDF00D3BFE1 /* Info.plist */, + A1BE3FF81E9664660040114B /* InfoPlist.strings */, A135267F1D955BDF00D3BFE1 /* enzevalos_iphone.xcdatamodeld */, ); path = enzevalos_iphone; @@ -815,6 +819,7 @@ A1C7FF911E8955BD000D1E92 /* quizer1-private.asc in Resources */, A1123E6A1DA682850069551C /* Localizable.strings in Resources */, A1F992291DA7C9100073BF1B /* Main.storyboard in Resources */, + A1BE3FF61E9664660040114B /* InfoPlist.strings in Resources */, A17A18F91DDCCF370058D934 /* JakobBode.asc in Resources */, A1C09FC61DF04D650006B783 /* alice2005-private.gpg in Resources */, A13526861D955BDF00D3BFE1 /* LaunchScreen.storyboard in Resources */, @@ -1124,6 +1129,15 @@ name = LaunchScreen.storyboard; sourceTree = "<group>"; }; + A1BE3FF81E9664660040114B /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + A1BE3FF71E9664660040114B /* en */, + A1BE3FF91E96646A0040114B /* de */, + ); + name = InfoPlist.strings; + sourceTree = "<group>"; + }; A1F9922B1DA7C9100073BF1B /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( diff --git a/enzevalos_iphone/Info.plist b/enzevalos_iphone/Info.plist index cc4d0f1c760ded4246bc7c6e045f96b2e8fba219..ec6a7aa3cb97b4a00c3b5f1efe6b182fd701712a 100644 --- a/enzevalos_iphone/Info.plist +++ b/enzevalos_iphone/Info.plist @@ -25,7 +25,7 @@ <key>LSRequiresIPhoneOS</key> <true/> <key>NSContactsUsageDescription</key> - <string>to resolve the mailaddresses to your contacts, we need to access them</string> + <string>To resolve the mailaddresses to your contacts, we need to access them</string> <key>UILaunchStoryboardName</key> <string>LaunchScreen</string> <key>UIMainStoryboardFile</key> diff --git a/enzevalos_iphone/de.lproj/InfoPlist.strings b/enzevalos_iphone/de.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..6dbe6f284785dc0b9e48ae8b2018654d31600460 --- /dev/null +++ b/enzevalos_iphone/de.lproj/InfoPlist.strings @@ -0,0 +1,8 @@ +/* + InfoPlist.strings + enzevalos_iphone + + Created by jakobsbode on 06.04.17. + Copyright © 2017 fu-berlin. All rights reserved. +*/ +NSContactsUsageDescription = "Um die Emailadressen deinen Kontakten zuordnen zu können, müssen wir auf diese zugreifen"; diff --git a/enzevalos_iphone/de.lproj/Localizable.strings b/enzevalos_iphone/de.lproj/Localizable.strings index 2e19691ba9bcb9e0d67a41d6871aec200562e2b3..d960068d4ad9188227b05941640cfaf9ec52de68 100644 --- a/enzevalos_iphone/de.lproj/Localizable.strings +++ b/enzevalos_iphone/de.lproj/Localizable.strings @@ -18,7 +18,7 @@ "Cancel" = "Abbrechen"; "Cc" = "Kopie"; "CouldNotConnect" = "Die Verbindung zum Server konnte nicht hergestellt werden. Bitte überprüfe die folgenden Angaben und passe sie ggf. an."; -"ConnectingToMailserver" = "Verbinde zum Mailserver"; +"ConnectingToMailServer" = "Verbinde zum Mailserver"; "Contacts" = "Kontakte"; "Content" = "Inhalt"; "ContentNo" = "Kein Inhalt"; diff --git a/enzevalos_iphone/en.lproj/InfoPlist.strings b/enzevalos_iphone/en.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..b82aa34218510fca5d5282691785c2d7b16b5327 --- /dev/null +++ b/enzevalos_iphone/en.lproj/InfoPlist.strings @@ -0,0 +1,8 @@ +/* + InfoPlist.strings + enzevalos_iphone + + Created by jakobsbode on 06.04.17. + Copyright © 2017 fu-berlin. All rights reserved. +*/ +NSContactsUsageDescription = "To resolve the mailaddresses to your contacts, we need to access them";