diff --git a/Signal.xcodeproj/project.pbxproj b/Signal.xcodeproj/project.pbxproj index 41c312d73..abf353b28 100644 --- a/Signal.xcodeproj/project.pbxproj +++ b/Signal.xcodeproj/project.pbxproj @@ -337,7 +337,6 @@ B63AF5D81A1F889500D01AAD /* SubProtocol.pb.m in Sources */ = {isa = PBXBuildFile; fileRef = B63AF5D71A1F889500D01AAD /* SubProtocol.pb.m */; settings = {COMPILER_FLAGS = "-w"; }; }; B63BAD6D1A74DA8F00269E74 /* TSStorageManager+messageIDs.m in Sources */ = {isa = PBXBuildFile; fileRef = B63BAD6C1A74DA8F00269E74 /* TSStorageManager+messageIDs.m */; }; B640C4771A477B0F005C7C8A /* TSAttachementsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = B640C4761A477B0F005C7C8A /* TSAttachementsTest.m */; }; - B6416FB8199A0478003C5699 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = B6416F57199A0478003C5699 /* Localizable.strings */; }; B65031CF1A7862AA002EBBBD /* SignedPreKeyDeletionTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B65031CE1A7862AA002EBBBD /* SignedPreKeyDeletionTests.m */; }; B65EDA1219E1BE6400AAA7CB /* RPAPICall.m in Sources */ = {isa = PBXBuildFile; fileRef = B65EDA1119E1BE6400AAA7CB /* RPAPICall.m */; }; B66DBF4A19D5BBC8006EA940 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B66DBF4919D5BBC8006EA940 /* Images.xcassets */; }; @@ -401,6 +400,7 @@ B6C6AE561A305ED1006BAF8F /* textsecure.cer in Resources */ = {isa = PBXBuildFile; fileRef = B6C6AE541A305ED1006BAF8F /* textsecure.cer */; }; B6C93C4E199567AD00EDF894 /* DebugLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = B6C93C4D199567AD00EDF894 /* DebugLogger.m */; }; B6E314C91A38FAAF00A41AFB /* TSFingerprintGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E314C81A38FAAF00A41AFB /* TSFingerprintGenerator.m */; }; + B6F509971AA53F760068F56A /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = B6F509951AA53F760068F56A /* Localizable.strings */; }; B6FAAAE81A41BC6C007FEC1D /* TSAttachmentPointer.m in Sources */ = {isa = PBXBuildFile; fileRef = B6FAAAE71A41BC6C007FEC1D /* TSAttachmentPointer.m */; }; B6FAAAEE1A41C918007FEC1D /* TSAttachmentStream.m in Sources */ = {isa = PBXBuildFile; fileRef = B6FAAAED1A41C918007FEC1D /* TSAttachmentStream.m */; }; B90418E6183E9DD40038554A /* DateUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = B90418E5183E9DD40038554A /* DateUtil.m */; }; @@ -864,6 +864,7 @@ B10C9B5E1A7049EC00ECA2BF /* play_icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "play_icon@2x.png"; sourceTree = ""; }; B6019E951A2492AB001118DF /* NSDate+millisecondTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+millisecondTimeStamp.h"; sourceTree = ""; }; B6019E961A2492AB001118DF /* NSDate+millisecondTimeStamp.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "NSDate+millisecondTimeStamp.mm"; sourceTree = ""; }; + B60341CD1AA5469800A01E42 /* ja_JP */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja_JP; path = translations/ja_JP.lproj/Localizable.strings; sourceTree = ""; }; B60C16631988999D00E97A6C /* VersionMigrations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VersionMigrations.h; sourceTree = ""; }; B60C16641988999D00E97A6C /* VersionMigrations.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VersionMigrations.m; sourceTree = ""; }; B60EDE031A05A01700D73516 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; @@ -927,8 +928,14 @@ B63AF5D71A1F889500D01AAD /* SubProtocol.pb.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SubProtocol.pb.m; sourceTree = ""; }; B63BAD6B1A74DA8F00269E74 /* TSStorageManager+messageIDs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "TSStorageManager+messageIDs.h"; sourceTree = ""; }; B63BAD6C1A74DA8F00269E74 /* TSStorageManager+messageIDs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "TSStorageManager+messageIDs.m"; sourceTree = ""; }; + B63FBC9E1AA545CB00548746 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = translations/fi.lproj/Localizable.strings; sourceTree = ""; }; B640C4761A477B0F005C7C8A /* TSAttachementsTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TSAttachementsTest.m; sourceTree = ""; }; - B6416F58199A0478003C5699 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = Localizable.strings; sourceTree = ""; }; + B646D10E1AA5461A004133BA /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = translations/fr.lproj/Localizable.strings; sourceTree = ""; }; + B646D10F1AA54626004133BA /* fil */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fil; path = translations/fil.lproj/Localizable.strings; sourceTree = ""; }; + B646D1121AA5465E004133BA /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = translations/he.lproj/Localizable.strings; sourceTree = ""; }; + B646D1131AA54667004133BA /* hi_IN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi_IN; path = translations/hi_IN.lproj/Localizable.strings; sourceTree = ""; }; + B646D1141AA54674004133BA /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = translations/hu.lproj/Localizable.strings; sourceTree = ""; }; + B646D1151AA5467E004133BA /* it_IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it_IT; path = translations/it_IT.lproj/Localizable.strings; sourceTree = ""; }; B65031CE1A7862AA002EBBBD /* SignedPreKeyDeletionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SignedPreKeyDeletionTests.m; sourceTree = ""; }; B657DDC91911A40500F45B0C /* Signal.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Signal.entitlements; sourceTree = ""; }; B65EDA1019E1BE6400AAA7CB /* RPAPICall.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RPAPICall.h; sourceTree = ""; }; @@ -937,6 +944,9 @@ B66DBF4919D5BBC8006EA940 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; B671B2441A93B238002BBD9D /* GroupContactsResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupContactsResult.h; sourceTree = ""; }; B671B2451A93B238002BBD9D /* GroupContactsResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupContactsResult.m; sourceTree = ""; }; + B676BCEF1AA544E7009637B8 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = translations/de.lproj/Localizable.strings; sourceTree = ""; }; + B676BCF01AA544F5009637B8 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el_GR; path = translations/el_GR.lproj/Localizable.strings; sourceTree = ""; }; + B676BCF11AA5451E009637B8 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = translations/es.lproj/Localizable.strings; sourceTree = ""; }; B67ADDC21989FF8700E1A773 /* RPServerRequestsManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RPServerRequestsManager.h; sourceTree = ""; }; B67ADDC31989FF8700E1A773 /* RPServerRequestsManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RPServerRequestsManager.m; sourceTree = ""; }; B67EBF5C19194AC60084CCFD /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = Settings.bundle; path = SettingsBundle/Settings.bundle; sourceTree = SOURCE_ROOT; }; @@ -947,8 +957,28 @@ B684A46C19C3446200B11029 /* PushManagerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PushManagerTest.m; path = Signal/test/push/PushManagerTest.m; sourceTree = SOURCE_ROOT; }; B6850E591995A4710068E715 /* whisperFake.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = whisperFake.cer; sourceTree = ""; }; B68B0E8D1A542AD700DE8A02 /* TSErrorMessage_privateConstructor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TSErrorMessage_privateConstructor.h; sourceTree = ""; }; + B68CB7D71AA546B80065AC3F /* ko_KR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko_KR; path = translations/ko_KR.lproj/Localizable.strings; sourceTree = ""; }; + B68CB7D81AA546C30065AC3F /* lv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lv; path = translations/lv.lproj/Localizable.strings; sourceTree = ""; }; + B68CB7D91AA546CE0065AC3F /* nb_NO */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb_NO; path = translations/nb_NO.lproj/Localizable.strings; sourceTree = ""; }; + B68CB7DA1AA546F50065AC3F /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = translations/nl.lproj/Localizable.strings; sourceTree = ""; }; + B68CB7DB1AA547070065AC3F /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = translations/pl.lproj/Localizable.strings; sourceTree = ""; }; + B68CB7DC1AA547100065AC3F /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = translations/pt_BR.lproj/Localizable.strings; sourceTree = ""; }; + B68CB7DD1AA5471A0065AC3F /* pt_PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_PT; path = translations/pt_PT.lproj/Localizable.strings; sourceTree = ""; }; + B68CB7E01AA548420065AC3F /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = translations/ru.lproj/Localizable.strings; sourceTree = ""; }; + B68CB7E11AA5484F0065AC3F /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = translations/sl.lproj/Localizable.strings; sourceTree = ""; }; + B68CB7E21AA5485B0065AC3F /* sv_SE */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv_SE; path = translations/sv_SE.lproj/Localizable.strings; sourceTree = ""; }; + B68CB7E31AA548660065AC3F /* th_TH */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th_TH; path = translations/th_TH.lproj/Localizable.strings; sourceTree = ""; }; + B68CB7E41AA548700065AC3F /* tr_TR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr_TR; path = translations/tr_TR.lproj/Localizable.strings; sourceTree = ""; }; + B68CB7E51AA5487D0065AC3F /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = translations/uk.lproj/Localizable.strings; sourceTree = ""; }; + B68CB7E61AA548870065AC3F /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_CN; path = translations/zh_CN.lproj/Localizable.strings; sourceTree = ""; }; B692BF051A76EF0F002786DA /* TSDatabaseSecondaryIndexes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TSDatabaseSecondaryIndexes.h; sourceTree = ""; }; B692BF061A76EF0F002786DA /* TSDatabaseSecondaryIndexes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TSDatabaseSecondaryIndexes.m; sourceTree = ""; }; + B69C2D161AA5444000A640C2 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = translations/ar.lproj/Localizable.strings; sourceTree = ""; }; + B69C2D171AA5445000A640C2 /* az_AZ */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = az_AZ; path = translations/az_AZ.lproj/Localizable.strings; sourceTree = ""; }; + B69C2D181AA5445F00A640C2 /* bg_BG */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bg_BG; path = translations/bg_BG.lproj/Localizable.strings; sourceTree = ""; }; + B69C2D191AA5446C00A640C2 /* bs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bs; path = translations/bs.lproj/Localizable.strings; sourceTree = ""; }; + B69C2D1A1AA5447600A640C2 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = translations/ca.lproj/Localizable.strings; sourceTree = ""; }; + B69C2D1B1AA5448300A640C2 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = translations/cs.lproj/Localizable.strings; sourceTree = ""; }; B69CD25019773E79005CE69A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; B6A3EB491A423B3800B2236B /* TSAttachmentAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TSAttachmentAdapter.h; sourceTree = ""; }; B6A3EB4A1A423B3800B2236B /* TSAttachmentAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TSAttachmentAdapter.m; sourceTree = ""; }; @@ -1040,62 +1070,15 @@ B6B50AAA1A4192C500F8F607 /* TSMessagesManager+attachments.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "TSMessagesManager+attachments.m"; sourceTree = ""; }; B6B9ECFA198B31BA00C620D3 /* PushManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PushManager.h; sourceTree = ""; }; B6B9ECFB198B31BA00C620D3 /* PushManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PushManager.m; sourceTree = ""; }; + B6BC3D0C1AA544B100C2907F /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = translations/da.lproj/Localizable.strings; sourceTree = ""; }; B6C6AE531A305ED1006BAF8F /* redphone.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = redphone.cer; sourceTree = ""; }; B6C6AE541A305ED1006BAF8F /* textsecure.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = textsecure.cer; sourceTree = ""; }; B6C93C4C199567AD00EDF894 /* DebugLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DebugLogger.h; sourceTree = ""; }; B6C93C4D199567AD00EDF894 /* DebugLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DebugLogger.m; sourceTree = ""; }; - B6CE8B3A1A97EA8C008AC96A /* an */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = an; path = Localizable.strings; sourceTree = ""; }; - B6CE8B3D1A97EA8C008AC96A /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = Localizable.strings; sourceTree = ""; }; - B6CE8B401A97EA8C008AC96A /* az_AZ */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = az_AZ; path = Localizable.strings; sourceTree = ""; }; - B6CE8B431A97EA8C008AC96A /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = Localizable.strings; sourceTree = ""; }; - B6CE8B461A97EA8C008AC96A /* bg_BG */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bg_BG; path = Localizable.strings; sourceTree = ""; }; - B6CE8B491A97EA8C008AC96A /* bs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bs; path = Localizable.strings; sourceTree = ""; }; - B6CE8B4C1A97EA8C008AC96A /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = Localizable.strings; sourceTree = ""; }; - B6CE8B4F1A97EA8C008AC96A /* cmn */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cmn; path = Localizable.strings; sourceTree = ""; }; - B6CE8B521A97EA8C008AC96A /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = Localizable.strings; sourceTree = ""; }; - B6CE8B551A97EA8C008AC96A /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = Localizable.strings; sourceTree = ""; }; - B6CE8B581A97EA8C008AC96A /* de_AT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de_AT; path = Localizable.strings; sourceTree = ""; }; - B6CE8B5B1A97EA8C008AC96A /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Localizable.strings; sourceTree = ""; }; - B6CE8B5E1A97EA8C008AC96A /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el_GR; path = Localizable.strings; sourceTree = ""; }; - B6CE8B611A97EA8C008AC96A /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localizable.strings; sourceTree = ""; }; - B6CE8B641A97EA8C008AC96A /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = Localizable.strings; sourceTree = ""; }; - B6CE8B6A1A97EA8C008AC96A /* fa */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fa; path = Localizable.strings; sourceTree = ""; }; - B6CE8B6D1A97EA8C008AC96A /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = Localizable.strings; sourceTree = ""; }; - B6CE8B701A97EA8C008AC96A /* fil */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fil; path = Localizable.strings; sourceTree = ""; }; - B6CE8B731A97EA8C008AC96A /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = Localizable.strings; sourceTree = ""; }; - B6CE8B761A97EA8C008AC96A /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = Localizable.strings; sourceTree = ""; }; - B6CE8B791A97EA8C008AC96A /* hi_IN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi_IN; path = Localizable.strings; sourceTree = ""; }; - B6CE8B7C1A97EA8C008AC96A /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = Localizable.strings; sourceTree = ""; }; - B6CE8B7F1A97EA8C008AC96A /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = Localizable.strings; sourceTree = ""; }; - B6CE8B821A97EA8C008AC96A /* it_IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it_IT; path = Localizable.strings; sourceTree = ""; }; - B6CE8B851A97EA8C008AC96A /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = Localizable.strings; sourceTree = ""; }; - B6CE8B881A97EA8C008AC96A /* ja_JP */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja_JP; path = Localizable.strings; sourceTree = ""; }; - B6CE8B8B1A97EA8C008AC96A /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Localizable.strings; sourceTree = ""; }; - B6CE8B8E1A97EA8C008AC96A /* ko_KR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko_KR; path = Localizable.strings; sourceTree = ""; }; - B6CE8B911A97EA8C008AC96A /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = Localizable.strings; sourceTree = ""; }; - B6CE8B941A97EA8C008AC96A /* lv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lv; path = Localizable.strings; sourceTree = ""; }; - B6CE8B971A97EA8C008AC96A /* mk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = mk; path = Localizable.strings; sourceTree = ""; }; - B6CE8B9A1A97EA8C008AC96A /* nb_NO */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb_NO; path = Localizable.strings; sourceTree = ""; }; - B6CE8B9D1A97EA8C008AC96A /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = Localizable.strings; sourceTree = ""; }; - B6CE8BA01A97EA8C008AC96A /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = Localizable.strings; sourceTree = ""; }; - B6CE8BA31A97EA8C008AC96A /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = Localizable.strings; sourceTree = ""; }; - B6CE8BA61A97EA8C008AC96A /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = Localizable.strings; sourceTree = ""; }; - B6CE8BA91A97EA8C008AC96A /* pt_PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_PT; path = Localizable.strings; sourceTree = ""; }; - B6CE8BAC1A97EA8C008AC96A /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = Localizable.strings; sourceTree = ""; }; - B6CE8BAF1A97EA8C008AC96A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = Localizable.strings; sourceTree = ""; }; - B6CE8BB21A97EA8C008AC96A /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = Localizable.strings; sourceTree = ""; }; - B6CE8BB51A97EA8C008AC96A /* sq */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sq; path = Localizable.strings; sourceTree = ""; }; - B6CE8BB81A97EA8C008AC96A /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = Localizable.strings; sourceTree = ""; }; - B6CE8BBB1A97EA8C008AC96A /* sv_SE */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv_SE; path = Localizable.strings; sourceTree = ""; }; - B6CE8BBE1A97EA8C008AC96A /* ta */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ta; path = Localizable.strings; sourceTree = ""; }; - B6CE8BC11A97EA8C008AC96A /* tr_TR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr_TR; path = Localizable.strings; sourceTree = ""; }; - B6CE8BC41A97EA8C008AC96A /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = Localizable.strings; sourceTree = ""; }; - B6CE8BC71A97EA8C008AC96A /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = Localizable.strings; sourceTree = ""; }; - B6CE8BCA1A97EA8C008AC96A /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_CN; path = Localizable.strings; sourceTree = ""; }; - B6CE8BCD1A97EA8C008AC96A /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_TW; path = Localizable.strings; sourceTree = ""; }; - B6CE8BD01A97EA8C008AC96A /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = Localizable.strings; sourceTree = ""; }; B6E314C71A38FAAF00A41AFB /* TSFingerprintGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TSFingerprintGenerator.h; sourceTree = ""; }; B6E314C81A38FAAF00A41AFB /* TSFingerprintGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TSFingerprintGenerator.m; sourceTree = ""; }; + B6E80FA61AA5453C0000253B /* et_EE */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = et_EE; path = translations/et_EE.lproj/Localizable.strings; sourceTree = ""; }; + B6F509961AA53F760068F56A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = translations/en.lproj/Localizable.strings; sourceTree = ""; }; B6FAAAE61A41BC6C007FEC1D /* TSAttachmentPointer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TSAttachmentPointer.h; path = Attachements/TSAttachmentPointer.h; sourceTree = ""; }; B6FAAAE71A41BC6C007FEC1D /* TSAttachmentPointer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TSAttachmentPointer.m; path = Attachements/TSAttachmentPointer.m; sourceTree = ""; }; B6FAAAEC1A41C918007FEC1D /* TSAttachmentStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TSAttachmentStream.h; path = Attachements/TSAttachmentStream.h; sourceTree = ""; }; @@ -2401,57 +2384,7 @@ B6B6C3C419193F5B00C0B76B /* Translations */ = { isa = PBXGroup; children = ( - B6416F57199A0478003C5699 /* Localizable.strings */, - B6CE8B381A97EA8C008AC96A /* an.lproj */, - B6CE8B3B1A97EA8C008AC96A /* ar.lproj */, - B6CE8B3E1A97EA8C008AC96A /* az_AZ.lproj */, - B6CE8B411A97EA8C008AC96A /* be.lproj */, - B6CE8B441A97EA8C008AC96A /* bg_BG.lproj */, - B6CE8B471A97EA8C008AC96A /* bs.lproj */, - B6CE8B4A1A97EA8C008AC96A /* ca.lproj */, - B6CE8B4D1A97EA8C008AC96A /* cmn.lproj */, - B6CE8B501A97EA8C008AC96A /* cs.lproj */, - B6CE8B531A97EA8C008AC96A /* da.lproj */, - B6CE8B561A97EA8C008AC96A /* de_AT.lproj */, - B6CE8B591A97EA8C008AC96A /* de.lproj */, - B6CE8B5C1A97EA8C008AC96A /* el_GR.lproj */, - B6CE8B5F1A97EA8C008AC96A /* es.lproj */, - B6CE8B621A97EA8C008AC96A /* eu.lproj */, - B6CE8B681A97EA8C008AC96A /* fa.lproj */, - B6CE8B6B1A97EA8C008AC96A /* fi.lproj */, - B6CE8B6E1A97EA8C008AC96A /* fil.lproj */, - B6CE8B711A97EA8C008AC96A /* fr.lproj */, - B6CE8B741A97EA8C008AC96A /* he.lproj */, - B6CE8B771A97EA8C008AC96A /* hi_IN.lproj */, - B6CE8B7A1A97EA8C008AC96A /* hr.lproj */, - B6CE8B7D1A97EA8C008AC96A /* hu.lproj */, - B6CE8B801A97EA8C008AC96A /* it_IT.lproj */, - B6CE8B831A97EA8C008AC96A /* it.lproj */, - B6CE8B861A97EA8C008AC96A /* ja_JP.lproj */, - B6CE8B891A97EA8C008AC96A /* ja.lproj */, - B6CE8B8C1A97EA8C008AC96A /* ko_KR.lproj */, - B6CE8B8F1A97EA8C008AC96A /* ko.lproj */, - B6CE8B921A97EA8C008AC96A /* lv.lproj */, - B6CE8B951A97EA8C008AC96A /* mk.lproj */, - B6CE8B981A97EA8C008AC96A /* nb_NO.lproj */, - B6CE8B9B1A97EA8C008AC96A /* nb.lproj */, - B6CE8B9E1A97EA8C008AC96A /* nl.lproj */, - B6CE8BA11A97EA8C008AC96A /* pl.lproj */, - B6CE8BA41A97EA8C008AC96A /* pt_BR.lproj */, - B6CE8BA71A97EA8C008AC96A /* pt_PT.lproj */, - B6CE8BAA1A97EA8C008AC96A /* ro.lproj */, - B6CE8BAD1A97EA8C008AC96A /* ru.lproj */, - B6CE8BB01A97EA8C008AC96A /* sl.lproj */, - B6CE8BB31A97EA8C008AC96A /* sq.lproj */, - B6CE8BB61A97EA8C008AC96A /* sr.lproj */, - B6CE8BB91A97EA8C008AC96A /* sv_SE.lproj */, - B6CE8BBC1A97EA8C008AC96A /* ta.lproj */, - B6CE8BBF1A97EA8C008AC96A /* tr_TR.lproj */, - B6CE8BC21A97EA8C008AC96A /* tr.lproj */, - B6CE8BC51A97EA8C008AC96A /* uk.lproj */, - B6CE8BC81A97EA8C008AC96A /* zh_CN.lproj */, - B6CE8BCB1A97EA8C008AC96A /* zh_TW.lproj */, - B6CE8BCE1A97EA8C008AC96A /* zh-Hans.lproj */, + B6F509951AA53F760068F56A /* Localizable.strings */, ); name = Translations; sourceTree = ""; @@ -2465,456 +2398,6 @@ path = Certificates; sourceTree = ""; }; - B6CE8B381A97EA8C008AC96A /* an.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B391A97EA8C008AC96A /* Localizable.strings */, - ); - name = an.lproj; - path = translations/an.lproj; - sourceTree = ""; - }; - B6CE8B3B1A97EA8C008AC96A /* ar.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B3C1A97EA8C008AC96A /* Localizable.strings */, - ); - name = ar.lproj; - path = translations/ar.lproj; - sourceTree = ""; - }; - B6CE8B3E1A97EA8C008AC96A /* az_AZ.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B3F1A97EA8C008AC96A /* Localizable.strings */, - ); - name = az_AZ.lproj; - path = translations/az_AZ.lproj; - sourceTree = ""; - }; - B6CE8B411A97EA8C008AC96A /* be.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B421A97EA8C008AC96A /* Localizable.strings */, - ); - name = be.lproj; - path = translations/be.lproj; - sourceTree = ""; - }; - B6CE8B441A97EA8C008AC96A /* bg_BG.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B451A97EA8C008AC96A /* Localizable.strings */, - ); - name = bg_BG.lproj; - path = translations/bg_BG.lproj; - sourceTree = ""; - }; - B6CE8B471A97EA8C008AC96A /* bs.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B481A97EA8C008AC96A /* Localizable.strings */, - ); - name = bs.lproj; - path = translations/bs.lproj; - sourceTree = ""; - }; - B6CE8B4A1A97EA8C008AC96A /* ca.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B4B1A97EA8C008AC96A /* Localizable.strings */, - ); - name = ca.lproj; - path = translations/ca.lproj; - sourceTree = ""; - }; - B6CE8B4D1A97EA8C008AC96A /* cmn.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B4E1A97EA8C008AC96A /* Localizable.strings */, - ); - name = cmn.lproj; - path = translations/cmn.lproj; - sourceTree = ""; - }; - B6CE8B501A97EA8C008AC96A /* cs.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B511A97EA8C008AC96A /* Localizable.strings */, - ); - name = cs.lproj; - path = translations/cs.lproj; - sourceTree = ""; - }; - B6CE8B531A97EA8C008AC96A /* da.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B541A97EA8C008AC96A /* Localizable.strings */, - ); - name = da.lproj; - path = translations/da.lproj; - sourceTree = ""; - }; - B6CE8B561A97EA8C008AC96A /* de_AT.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B571A97EA8C008AC96A /* Localizable.strings */, - ); - name = de_AT.lproj; - path = translations/de_AT.lproj; - sourceTree = ""; - }; - B6CE8B591A97EA8C008AC96A /* de.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B5A1A97EA8C008AC96A /* Localizable.strings */, - ); - name = de.lproj; - path = translations/de.lproj; - sourceTree = ""; - }; - B6CE8B5C1A97EA8C008AC96A /* el_GR.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B5D1A97EA8C008AC96A /* Localizable.strings */, - ); - name = el_GR.lproj; - path = translations/el_GR.lproj; - sourceTree = ""; - }; - B6CE8B5F1A97EA8C008AC96A /* es.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B601A97EA8C008AC96A /* Localizable.strings */, - ); - name = es.lproj; - path = translations/es.lproj; - sourceTree = ""; - }; - B6CE8B621A97EA8C008AC96A /* eu.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B631A97EA8C008AC96A /* Localizable.strings */, - ); - name = eu.lproj; - path = translations/eu.lproj; - sourceTree = ""; - }; - B6CE8B681A97EA8C008AC96A /* fa.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B691A97EA8C008AC96A /* Localizable.strings */, - ); - name = fa.lproj; - path = translations/fa.lproj; - sourceTree = ""; - }; - B6CE8B6B1A97EA8C008AC96A /* fi.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B6C1A97EA8C008AC96A /* Localizable.strings */, - ); - name = fi.lproj; - path = translations/fi.lproj; - sourceTree = ""; - }; - B6CE8B6E1A97EA8C008AC96A /* fil.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B6F1A97EA8C008AC96A /* Localizable.strings */, - ); - name = fil.lproj; - path = translations/fil.lproj; - sourceTree = ""; - }; - B6CE8B711A97EA8C008AC96A /* fr.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B721A97EA8C008AC96A /* Localizable.strings */, - ); - name = fr.lproj; - path = translations/fr.lproj; - sourceTree = ""; - }; - B6CE8B741A97EA8C008AC96A /* he.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B751A97EA8C008AC96A /* Localizable.strings */, - ); - name = he.lproj; - path = translations/he.lproj; - sourceTree = ""; - }; - B6CE8B771A97EA8C008AC96A /* hi_IN.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B781A97EA8C008AC96A /* Localizable.strings */, - ); - name = hi_IN.lproj; - path = translations/hi_IN.lproj; - sourceTree = ""; - }; - B6CE8B7A1A97EA8C008AC96A /* hr.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B7B1A97EA8C008AC96A /* Localizable.strings */, - ); - name = hr.lproj; - path = translations/hr.lproj; - sourceTree = ""; - }; - B6CE8B7D1A97EA8C008AC96A /* hu.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B7E1A97EA8C008AC96A /* Localizable.strings */, - ); - name = hu.lproj; - path = translations/hu.lproj; - sourceTree = ""; - }; - B6CE8B801A97EA8C008AC96A /* it_IT.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B811A97EA8C008AC96A /* Localizable.strings */, - ); - name = it_IT.lproj; - path = translations/it_IT.lproj; - sourceTree = ""; - }; - B6CE8B831A97EA8C008AC96A /* it.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B841A97EA8C008AC96A /* Localizable.strings */, - ); - name = it.lproj; - path = translations/it.lproj; - sourceTree = ""; - }; - B6CE8B861A97EA8C008AC96A /* ja_JP.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B871A97EA8C008AC96A /* Localizable.strings */, - ); - name = ja_JP.lproj; - path = translations/ja_JP.lproj; - sourceTree = ""; - }; - B6CE8B891A97EA8C008AC96A /* ja.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B8A1A97EA8C008AC96A /* Localizable.strings */, - ); - name = ja.lproj; - path = translations/ja.lproj; - sourceTree = ""; - }; - B6CE8B8C1A97EA8C008AC96A /* ko_KR.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B8D1A97EA8C008AC96A /* Localizable.strings */, - ); - name = ko_KR.lproj; - path = translations/ko_KR.lproj; - sourceTree = ""; - }; - B6CE8B8F1A97EA8C008AC96A /* ko.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B901A97EA8C008AC96A /* Localizable.strings */, - ); - name = ko.lproj; - path = translations/ko.lproj; - sourceTree = ""; - }; - B6CE8B921A97EA8C008AC96A /* lv.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B931A97EA8C008AC96A /* Localizable.strings */, - ); - name = lv.lproj; - path = translations/lv.lproj; - sourceTree = ""; - }; - B6CE8B951A97EA8C008AC96A /* mk.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B961A97EA8C008AC96A /* Localizable.strings */, - ); - name = mk.lproj; - path = translations/mk.lproj; - sourceTree = ""; - }; - B6CE8B981A97EA8C008AC96A /* nb_NO.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B991A97EA8C008AC96A /* Localizable.strings */, - ); - name = nb_NO.lproj; - path = translations/nb_NO.lproj; - sourceTree = ""; - }; - B6CE8B9B1A97EA8C008AC96A /* nb.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B9C1A97EA8C008AC96A /* Localizable.strings */, - ); - name = nb.lproj; - path = translations/nb.lproj; - sourceTree = ""; - }; - B6CE8B9E1A97EA8C008AC96A /* nl.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8B9F1A97EA8C008AC96A /* Localizable.strings */, - ); - name = nl.lproj; - path = translations/nl.lproj; - sourceTree = ""; - }; - B6CE8BA11A97EA8C008AC96A /* pl.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BA21A97EA8C008AC96A /* Localizable.strings */, - ); - name = pl.lproj; - path = translations/pl.lproj; - sourceTree = ""; - }; - B6CE8BA41A97EA8C008AC96A /* pt_BR.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BA51A97EA8C008AC96A /* Localizable.strings */, - ); - name = pt_BR.lproj; - path = translations/pt_BR.lproj; - sourceTree = ""; - }; - B6CE8BA71A97EA8C008AC96A /* pt_PT.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BA81A97EA8C008AC96A /* Localizable.strings */, - ); - name = pt_PT.lproj; - path = translations/pt_PT.lproj; - sourceTree = ""; - }; - B6CE8BAA1A97EA8C008AC96A /* ro.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BAB1A97EA8C008AC96A /* Localizable.strings */, - ); - name = ro.lproj; - path = translations/ro.lproj; - sourceTree = ""; - }; - B6CE8BAD1A97EA8C008AC96A /* ru.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BAE1A97EA8C008AC96A /* Localizable.strings */, - ); - name = ru.lproj; - path = translations/ru.lproj; - sourceTree = ""; - }; - B6CE8BB01A97EA8C008AC96A /* sl.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BB11A97EA8C008AC96A /* Localizable.strings */, - ); - name = sl.lproj; - path = translations/sl.lproj; - sourceTree = ""; - }; - B6CE8BB31A97EA8C008AC96A /* sq.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BB41A97EA8C008AC96A /* Localizable.strings */, - ); - name = sq.lproj; - path = translations/sq.lproj; - sourceTree = ""; - }; - B6CE8BB61A97EA8C008AC96A /* sr.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BB71A97EA8C008AC96A /* Localizable.strings */, - ); - name = sr.lproj; - path = translations/sr.lproj; - sourceTree = ""; - }; - B6CE8BB91A97EA8C008AC96A /* sv_SE.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BBA1A97EA8C008AC96A /* Localizable.strings */, - ); - name = sv_SE.lproj; - path = translations/sv_SE.lproj; - sourceTree = ""; - }; - B6CE8BBC1A97EA8C008AC96A /* ta.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BBD1A97EA8C008AC96A /* Localizable.strings */, - ); - name = ta.lproj; - path = translations/ta.lproj; - sourceTree = ""; - }; - B6CE8BBF1A97EA8C008AC96A /* tr_TR.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BC01A97EA8C008AC96A /* Localizable.strings */, - ); - name = tr_TR.lproj; - path = translations/tr_TR.lproj; - sourceTree = ""; - }; - B6CE8BC21A97EA8C008AC96A /* tr.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BC31A97EA8C008AC96A /* Localizable.strings */, - ); - name = tr.lproj; - path = translations/tr.lproj; - sourceTree = ""; - }; - B6CE8BC51A97EA8C008AC96A /* uk.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BC61A97EA8C008AC96A /* Localizable.strings */, - ); - name = uk.lproj; - path = translations/uk.lproj; - sourceTree = ""; - }; - B6CE8BC81A97EA8C008AC96A /* zh_CN.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BC91A97EA8C008AC96A /* Localizable.strings */, - ); - name = zh_CN.lproj; - path = translations/zh_CN.lproj; - sourceTree = ""; - }; - B6CE8BCB1A97EA8C008AC96A /* zh_TW.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BCC1A97EA8C008AC96A /* Localizable.strings */, - ); - name = zh_TW.lproj; - path = translations/zh_TW.lproj; - sourceTree = ""; - }; - B6CE8BCE1A97EA8C008AC96A /* zh-Hans.lproj */ = { - isa = PBXGroup; - children = ( - B6CE8BCF1A97EA8C008AC96A /* Localizable.strings */, - ); - name = "zh-Hans.lproj"; - path = "translations/zh-Hans.lproj"; - sourceTree = ""; - }; B6FAAAE91A41C7CC007FEC1D /* Attachement */ = { isa = PBXGroup; children = ( @@ -3254,57 +2737,40 @@ hasScannedForEncodings = 0; knownRegions = ( en, - an, ar, az_AZ, - be, bg_BG, bs, ca, - cmn, cs, da, - de_AT, de, el_GR, es, - eu, - fa_IR, - fa, + et_EE, fi, - fil, fr, + fil, he, hi_IN, - hr, hu, it_IT, - it, ja_JP, - ja, ko_KR, - ko, lv, - mk, nb_NO, - nb, nl, pl, pt_BR, pt_PT, - ro, + ro_RO, ru, sl, - sq, - sr, sv_SE, - ta, + th_TH, tr_TR, - tr, uk, zh_CN, - zh_TW, - "zh-Hans", ); mainGroup = D221A07E169C9E5E00537ABF; productRefGroup = D221A08A169C9E5E00537ABF /* Products */; @@ -3357,13 +2823,13 @@ B633C5C41A1D190B0059AC12 /* mute_on@2x.png in Resources */, B633C5CE1A1D190B0059AC12 /* quit@2x.png in Resources */, AD83FF441A73426500B5C81A /* audio_pause_button.png in Resources */, + B6F509971AA53F760068F56A /* Localizable.strings in Resources */, AD41D7B51A6F6F0600241130 /* play_button.png in Resources */, B633C59D1A1D190B0059AC12 /* endcall@2x.png in Resources */, B6C6AE561A305ED1006BAF8F /* textsecure.cer in Resources */, FC5CDF391A3393DD00B47253 /* error_white@2x.png in Resources */, B633C5D21A1D190B0059AC12 /* savephoto@2x.png in Resources */, B10C9B611A7049EC00ECA2BF /* play_icon.png in Resources */, - B6416FB8199A0478003C5699 /* Localizable.strings in Resources */, AD83FF401A73426500B5C81A /* audio_pause_button_blue@2x.png in Resources */, B66DBF4A19D5BBC8006EA940 /* Images.xcassets in Resources */, 70B8FEE21909FE360042E3F0 /* 171756__nenadsimic__picked-coin-echo-2.wav in Resources */, @@ -3924,411 +3390,43 @@ /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ - B6416F57199A0478003C5699 /* Localizable.strings */ = { + B6F509951AA53F760068F56A /* Localizable.strings */ = { isa = PBXVariantGroup; children = ( - B6416F58199A0478003C5699 /* en */, - ); - name = Localizable.strings; - path = translations/en.lproj; - sourceTree = ""; - }; - B6CE8B391A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B3A1A97EA8C008AC96A /* an */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B3C1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B3D1A97EA8C008AC96A /* ar */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B3F1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B401A97EA8C008AC96A /* az_AZ */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B421A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B431A97EA8C008AC96A /* be */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B451A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B461A97EA8C008AC96A /* bg_BG */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B481A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B491A97EA8C008AC96A /* bs */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B4B1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B4C1A97EA8C008AC96A /* ca */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B4E1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B4F1A97EA8C008AC96A /* cmn */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B511A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B521A97EA8C008AC96A /* cs */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B541A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B551A97EA8C008AC96A /* da */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B571A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B581A97EA8C008AC96A /* de_AT */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B5A1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B5B1A97EA8C008AC96A /* de */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B5D1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B5E1A97EA8C008AC96A /* el_GR */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B601A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B611A97EA8C008AC96A /* es */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B631A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B641A97EA8C008AC96A /* eu */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B691A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B6A1A97EA8C008AC96A /* fa */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B6C1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B6D1A97EA8C008AC96A /* fi */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B6F1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B701A97EA8C008AC96A /* fil */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B721A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B731A97EA8C008AC96A /* fr */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B751A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B761A97EA8C008AC96A /* he */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B781A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B791A97EA8C008AC96A /* hi_IN */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B7B1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B7C1A97EA8C008AC96A /* hr */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B7E1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B7F1A97EA8C008AC96A /* hu */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B811A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B821A97EA8C008AC96A /* it_IT */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B841A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B851A97EA8C008AC96A /* it */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B871A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B881A97EA8C008AC96A /* ja_JP */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B8A1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B8B1A97EA8C008AC96A /* ja */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B8D1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B8E1A97EA8C008AC96A /* ko_KR */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B901A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B911A97EA8C008AC96A /* ko */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B931A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B941A97EA8C008AC96A /* lv */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B961A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B971A97EA8C008AC96A /* mk */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B991A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B9A1A97EA8C008AC96A /* nb_NO */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B9C1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8B9D1A97EA8C008AC96A /* nb */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8B9F1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BA01A97EA8C008AC96A /* nl */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BA21A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BA31A97EA8C008AC96A /* pl */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BA51A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BA61A97EA8C008AC96A /* pt_BR */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BA81A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BA91A97EA8C008AC96A /* pt_PT */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BAB1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BAC1A97EA8C008AC96A /* ro */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BAE1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BAF1A97EA8C008AC96A /* ru */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BB11A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BB21A97EA8C008AC96A /* sl */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BB41A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BB51A97EA8C008AC96A /* sq */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BB71A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BB81A97EA8C008AC96A /* sr */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BBA1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BBB1A97EA8C008AC96A /* sv_SE */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BBD1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BBE1A97EA8C008AC96A /* ta */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BC01A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BC11A97EA8C008AC96A /* tr_TR */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BC31A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BC41A97EA8C008AC96A /* tr */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BC61A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BC71A97EA8C008AC96A /* uk */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BC91A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BCA1A97EA8C008AC96A /* zh_CN */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BCC1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BCD1A97EA8C008AC96A /* zh_TW */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - B6CE8BCF1A97EA8C008AC96A /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - B6CE8BD01A97EA8C008AC96A /* zh-Hans */, + B6F509961AA53F760068F56A /* en */, + B69C2D161AA5444000A640C2 /* ar */, + B69C2D171AA5445000A640C2 /* az_AZ */, + B69C2D181AA5445F00A640C2 /* bg_BG */, + B69C2D191AA5446C00A640C2 /* bs */, + B69C2D1A1AA5447600A640C2 /* ca */, + B69C2D1B1AA5448300A640C2 /* cs */, + B6BC3D0C1AA544B100C2907F /* da */, + B676BCEF1AA544E7009637B8 /* de */, + B676BCF01AA544F5009637B8 /* el_GR */, + B676BCF11AA5451E009637B8 /* es */, + B6E80FA61AA5453C0000253B /* et_EE */, + B63FBC9E1AA545CB00548746 /* fi */, + B646D10E1AA5461A004133BA /* fr */, + B646D10F1AA54626004133BA /* fil */, + B646D1121AA5465E004133BA /* he */, + B646D1131AA54667004133BA /* hi_IN */, + B646D1141AA54674004133BA /* hu */, + B646D1151AA5467E004133BA /* it_IT */, + B60341CD1AA5469800A01E42 /* ja_JP */, + B68CB7D71AA546B80065AC3F /* ko_KR */, + B68CB7D81AA546C30065AC3F /* lv */, + B68CB7D91AA546CE0065AC3F /* nb_NO */, + B68CB7DA1AA546F50065AC3F /* nl */, + B68CB7DB1AA547070065AC3F /* pl */, + B68CB7DC1AA547100065AC3F /* pt_BR */, + B68CB7DD1AA5471A0065AC3F /* pt_PT */, + B68CB7E01AA548420065AC3F /* ru */, + B68CB7E11AA5484F0065AC3F /* sl */, + B68CB7E21AA5485B0065AC3F /* sv_SE */, + B68CB7E31AA548660065AC3F /* th_TH */, + B68CB7E41AA548700065AC3F /* tr_TR */, + B68CB7E51AA5487D0065AC3F /* uk */, + B68CB7E61AA548870065AC3F /* zh_CN */, ); name = Localizable.strings; sourceTree = ""; diff --git a/Signal/Signal-Info.plist b/Signal/Signal-Info.plist index 065ddf194..6ce577d54 100644 --- a/Signal/Signal-Info.plist +++ b/Signal/Signal-Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.0 + 2.0.1 CFBundleSignature ???? CFBundleURLTypes @@ -38,7 +38,7 @@ CFBundleVersion - 2.0.16 + 2.0.17 LOGS_EMAIL support@whispersystems.org LOGS_URL diff --git a/Signal/translations/ar.lproj/Localizable.strings b/Signal/translations/ar.lproj/Localizable.strings index 23ea7ec84..16063802b 100644 Binary files a/Signal/translations/ar.lproj/Localizable.strings and b/Signal/translations/ar.lproj/Localizable.strings differ diff --git a/Signal/translations/az_AZ.lproj/Localizable.strings b/Signal/translations/az_AZ.lproj/Localizable.strings index cdb907949..aa5af939b 100644 Binary files a/Signal/translations/az_AZ.lproj/Localizable.strings and b/Signal/translations/az_AZ.lproj/Localizable.strings differ diff --git a/Signal/translations/bg_BG.lproj/Localizable.strings b/Signal/translations/bg_BG.lproj/Localizable.strings index b62afc32a..7b038a0d7 100644 Binary files a/Signal/translations/bg_BG.lproj/Localizable.strings and b/Signal/translations/bg_BG.lproj/Localizable.strings differ diff --git a/Signal/translations/bs.lproj/Localizable.strings b/Signal/translations/bs.lproj/Localizable.strings index 1bf149aac..c3772f5ae 100644 Binary files a/Signal/translations/bs.lproj/Localizable.strings and b/Signal/translations/bs.lproj/Localizable.strings differ diff --git a/Signal/translations/ca.lproj/Localizable.strings b/Signal/translations/ca.lproj/Localizable.strings index d5a7858fe..e613d203f 100644 Binary files a/Signal/translations/ca.lproj/Localizable.strings and b/Signal/translations/ca.lproj/Localizable.strings differ diff --git a/Signal/translations/cmn.lproj/Localizable.strings b/Signal/translations/cmn.lproj/Localizable.strings deleted file mode 100644 index 6f4fb6504..000000000 Binary files a/Signal/translations/cmn.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/cs.lproj/Localizable.strings b/Signal/translations/cs.lproj/Localizable.strings index fc5e1cad6..d1846417e 100644 Binary files a/Signal/translations/cs.lproj/Localizable.strings and b/Signal/translations/cs.lproj/Localizable.strings differ diff --git a/Signal/translations/da.lproj/Localizable.strings b/Signal/translations/da.lproj/Localizable.strings index 14d968c68..b6181ca15 100644 Binary files a/Signal/translations/da.lproj/Localizable.strings and b/Signal/translations/da.lproj/Localizable.strings differ diff --git a/Signal/translations/de.lproj/Localizable.strings b/Signal/translations/de.lproj/Localizable.strings index 86752727b..93c27c11d 100644 Binary files a/Signal/translations/de.lproj/Localizable.strings and b/Signal/translations/de.lproj/Localizable.strings differ diff --git a/Signal/translations/de_AT.lproj/Localizable.strings b/Signal/translations/de_AT.lproj/Localizable.strings deleted file mode 100644 index 6f4fb6504..000000000 Binary files a/Signal/translations/de_AT.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/el_GR.lproj/Localizable.strings b/Signal/translations/el_GR.lproj/Localizable.strings index 1223dde73..10b8f5cb2 100644 Binary files a/Signal/translations/el_GR.lproj/Localizable.strings and b/Signal/translations/el_GR.lproj/Localizable.strings differ diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 77f402775..ed61c0975 100644 Binary files a/Signal/translations/en.lproj/Localizable.strings and b/Signal/translations/en.lproj/Localizable.strings differ diff --git a/Signal/translations/es.lproj/Localizable.strings b/Signal/translations/es.lproj/Localizable.strings index a900a89d6..39633cc6e 100644 Binary files a/Signal/translations/es.lproj/Localizable.strings and b/Signal/translations/es.lproj/Localizable.strings differ diff --git a/Signal/translations/an.lproj/Localizable.strings b/Signal/translations/et_EE.lproj/Localizable.strings similarity index 99% rename from Signal/translations/an.lproj/Localizable.strings rename to Signal/translations/et_EE.lproj/Localizable.strings index 6f4fb6504..ed61c0975 100644 Binary files a/Signal/translations/an.lproj/Localizable.strings and b/Signal/translations/et_EE.lproj/Localizable.strings differ diff --git a/Signal/translations/eu.lproj/Localizable.strings b/Signal/translations/eu.lproj/Localizable.strings deleted file mode 100644 index 92eeeafa8..000000000 Binary files a/Signal/translations/eu.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/fa.lproj/Localizable.strings b/Signal/translations/fa.lproj/Localizable.strings deleted file mode 100644 index 5f1f52ee1..000000000 Binary files a/Signal/translations/fa.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/fa_IR.lproj/Localizable.strings b/Signal/translations/fa_IR.lproj/Localizable.strings deleted file mode 100644 index 6f4fb6504..000000000 Binary files a/Signal/translations/fa_IR.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/fi.lproj/Localizable.strings b/Signal/translations/fi.lproj/Localizable.strings index be54dbea7..d76889cc1 100644 Binary files a/Signal/translations/fi.lproj/Localizable.strings and b/Signal/translations/fi.lproj/Localizable.strings differ diff --git a/Signal/translations/fil.lproj/Localizable.strings b/Signal/translations/fil.lproj/Localizable.strings index 59e68f2e0..49ffe2b36 100644 Binary files a/Signal/translations/fil.lproj/Localizable.strings and b/Signal/translations/fil.lproj/Localizable.strings differ diff --git a/Signal/translations/fr.lproj/Localizable.strings b/Signal/translations/fr.lproj/Localizable.strings index 40ef2f701..4353420da 100644 Binary files a/Signal/translations/fr.lproj/Localizable.strings and b/Signal/translations/fr.lproj/Localizable.strings differ diff --git a/Signal/translations/he.lproj/Localizable.strings b/Signal/translations/he.lproj/Localizable.strings index 2d52e42b3..ec44a73dc 100644 Binary files a/Signal/translations/he.lproj/Localizable.strings and b/Signal/translations/he.lproj/Localizable.strings differ diff --git a/Signal/translations/hi_IN.lproj/Localizable.strings b/Signal/translations/hi_IN.lproj/Localizable.strings index d0b3b0a60..4c0dac814 100644 Binary files a/Signal/translations/hi_IN.lproj/Localizable.strings and b/Signal/translations/hi_IN.lproj/Localizable.strings differ diff --git a/Signal/translations/hr.lproj/Localizable.strings b/Signal/translations/hr.lproj/Localizable.strings deleted file mode 100644 index e5de0b625..000000000 Binary files a/Signal/translations/hr.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/hu.lproj/Localizable.strings b/Signal/translations/hu.lproj/Localizable.strings index d75b92028..5c429209c 100644 Binary files a/Signal/translations/hu.lproj/Localizable.strings and b/Signal/translations/hu.lproj/Localizable.strings differ diff --git a/Signal/translations/it.lproj/Localizable.strings b/Signal/translations/it.lproj/Localizable.strings deleted file mode 100644 index 6f4fb6504..000000000 Binary files a/Signal/translations/it.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/it_IT.lproj/Localizable.strings b/Signal/translations/it_IT.lproj/Localizable.strings index 3f0f60a9d..052c95aae 100644 Binary files a/Signal/translations/it_IT.lproj/Localizable.strings and b/Signal/translations/it_IT.lproj/Localizable.strings differ diff --git a/Signal/translations/ja.lproj/Localizable.strings b/Signal/translations/ja.lproj/Localizable.strings deleted file mode 100644 index 6f4fb6504..000000000 Binary files a/Signal/translations/ja.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/ja_JP.lproj/Localizable.strings b/Signal/translations/ja_JP.lproj/Localizable.strings index 61df673cc..d98a083d6 100644 Binary files a/Signal/translations/ja_JP.lproj/Localizable.strings and b/Signal/translations/ja_JP.lproj/Localizable.strings differ diff --git a/Signal/translations/ko.lproj/Localizable.strings b/Signal/translations/ko.lproj/Localizable.strings deleted file mode 100644 index 6f4fb6504..000000000 Binary files a/Signal/translations/ko.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/ko_KR.lproj/Localizable.strings b/Signal/translations/ko_KR.lproj/Localizable.strings index 5f11bc69c..5a4fb1d2a 100644 Binary files a/Signal/translations/ko_KR.lproj/Localizable.strings and b/Signal/translations/ko_KR.lproj/Localizable.strings differ diff --git a/Signal/translations/lv.lproj/Localizable.strings b/Signal/translations/lv.lproj/Localizable.strings index ca9b419ac..e74bf8865 100644 Binary files a/Signal/translations/lv.lproj/Localizable.strings and b/Signal/translations/lv.lproj/Localizable.strings differ diff --git a/Signal/translations/mk.lproj/Localizable.strings b/Signal/translations/mk.lproj/Localizable.strings deleted file mode 100644 index 6f4fb6504..000000000 Binary files a/Signal/translations/mk.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/nb.lproj/Localizable.strings b/Signal/translations/nb.lproj/Localizable.strings deleted file mode 100644 index 56b44261e..000000000 Binary files a/Signal/translations/nb.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/nb_NO.lproj/Localizable.strings b/Signal/translations/nb_NO.lproj/Localizable.strings index 017e6c6ab..60048af97 100644 Binary files a/Signal/translations/nb_NO.lproj/Localizable.strings and b/Signal/translations/nb_NO.lproj/Localizable.strings differ diff --git a/Signal/translations/nl.lproj/Localizable.strings b/Signal/translations/nl.lproj/Localizable.strings index 4ae2a78ad..6066c3e1e 100644 Binary files a/Signal/translations/nl.lproj/Localizable.strings and b/Signal/translations/nl.lproj/Localizable.strings differ diff --git a/Signal/translations/pl.lproj/Localizable.strings b/Signal/translations/pl.lproj/Localizable.strings index e3e97fb11..da2846f1c 100644 Binary files a/Signal/translations/pl.lproj/Localizable.strings and b/Signal/translations/pl.lproj/Localizable.strings differ diff --git a/Signal/translations/pt_BR.lproj/Localizable.strings b/Signal/translations/pt_BR.lproj/Localizable.strings index 3dbb62eef..efe2ef0b3 100644 Binary files a/Signal/translations/pt_BR.lproj/Localizable.strings and b/Signal/translations/pt_BR.lproj/Localizable.strings differ diff --git a/Signal/translations/pt_PT.lproj/Localizable.strings b/Signal/translations/pt_PT.lproj/Localizable.strings index 6f4fb6504..96d3d2197 100644 Binary files a/Signal/translations/pt_PT.lproj/Localizable.strings and b/Signal/translations/pt_PT.lproj/Localizable.strings differ diff --git a/Signal/translations/ro.lproj/Localizable.strings b/Signal/translations/ro.lproj/Localizable.strings deleted file mode 100644 index f89d19164..000000000 Binary files a/Signal/translations/ro.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/ru.lproj/Localizable.strings b/Signal/translations/ru.lproj/Localizable.strings index 25ea57e91..39423c2f2 100644 Binary files a/Signal/translations/ru.lproj/Localizable.strings and b/Signal/translations/ru.lproj/Localizable.strings differ diff --git a/Signal/translations/sl.lproj/Localizable.strings b/Signal/translations/sl.lproj/Localizable.strings index 707537cc0..db5c9c11d 100644 Binary files a/Signal/translations/sl.lproj/Localizable.strings and b/Signal/translations/sl.lproj/Localizable.strings differ diff --git a/Signal/translations/sq.lproj/Localizable.strings b/Signal/translations/sq.lproj/Localizable.strings deleted file mode 100644 index 6f4fb6504..000000000 Binary files a/Signal/translations/sq.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/sr.lproj/Localizable.strings b/Signal/translations/sr.lproj/Localizable.strings deleted file mode 100644 index 6f4fb6504..000000000 Binary files a/Signal/translations/sr.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/sv_SE.lproj/Localizable.strings b/Signal/translations/sv_SE.lproj/Localizable.strings index 8801eeb49..ed71cee31 100644 Binary files a/Signal/translations/sv_SE.lproj/Localizable.strings and b/Signal/translations/sv_SE.lproj/Localizable.strings differ diff --git a/Signal/translations/ta.lproj/Localizable.strings b/Signal/translations/ta.lproj/Localizable.strings deleted file mode 100644 index 6f4fb6504..000000000 Binary files a/Signal/translations/ta.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/be.lproj/Localizable.strings b/Signal/translations/th_TH.lproj/Localizable.strings similarity index 96% rename from Signal/translations/be.lproj/Localizable.strings rename to Signal/translations/th_TH.lproj/Localizable.strings index 6f4fb6504..c19e43415 100644 Binary files a/Signal/translations/be.lproj/Localizable.strings and b/Signal/translations/th_TH.lproj/Localizable.strings differ diff --git a/Signal/translations/tr.lproj/Localizable.strings b/Signal/translations/tr.lproj/Localizable.strings deleted file mode 100644 index 6f4fb6504..000000000 Binary files a/Signal/translations/tr.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/tr_TR.lproj/Localizable.strings b/Signal/translations/tr_TR.lproj/Localizable.strings index 656e7ffe1..c619c2867 100644 Binary files a/Signal/translations/tr_TR.lproj/Localizable.strings and b/Signal/translations/tr_TR.lproj/Localizable.strings differ diff --git a/Signal/translations/uk.lproj/Localizable.strings b/Signal/translations/uk.lproj/Localizable.strings index 6f4fb6504..ed61c0975 100644 Binary files a/Signal/translations/uk.lproj/Localizable.strings and b/Signal/translations/uk.lproj/Localizable.strings differ diff --git a/Signal/translations/zh-Hans.lproj/Localizable.strings b/Signal/translations/zh-Hans.lproj/Localizable.strings deleted file mode 100644 index 6f4fb6504..000000000 Binary files a/Signal/translations/zh-Hans.lproj/Localizable.strings and /dev/null differ diff --git a/Signal/translations/zh_CN.lproj/Localizable.strings b/Signal/translations/zh_CN.lproj/Localizable.strings index 178f92995..8653d9915 100644 Binary files a/Signal/translations/zh_CN.lproj/Localizable.strings and b/Signal/translations/zh_CN.lproj/Localizable.strings differ diff --git a/Signal/translations/zh_TW.lproj/Localizable.strings b/Signal/translations/zh_TW.lproj/Localizable.strings deleted file mode 100644 index 6f4fb6504..000000000 Binary files a/Signal/translations/zh_TW.lproj/Localizable.strings and /dev/null differ