Add base files for French and German translation

This commit is contained in:
Matthew Wild 2021-09-23 13:09:12 +01:00
parent b8bd76037d
commit 80a78becb5
21 changed files with 2606 additions and 0 deletions

View file

@ -0,0 +1,11 @@
/* Class = "UITableViewController"; title = "Accounts"; ObjectID = "6l2-wd-vXh"; */
"6l2-wd-vXh.title" = "Accounts";
/* Class = "UILabel"; text = "Label"; ObjectID = "95D-JK-fLM"; */
"95D-JK-fLM.text" = "Label";
/* Class = "UILabel"; text = "Label"; ObjectID = "Geq-xy-Tr2"; */
"Geq-xy-Tr2.text" = "Label";
/* Class = "UITableViewController"; title = "Recipients"; ObjectID = "wpy-g7-270"; */
"wpy-g7-270.title" = "Recipients";

View file

@ -0,0 +1,11 @@
/* Class = "UITableViewController"; title = "Accounts"; ObjectID = "6l2-wd-vXh"; */
"6l2-wd-vXh.title" = "Accounts";
/* Class = "UILabel"; text = "Label"; ObjectID = "95D-JK-fLM"; */
"95D-JK-fLM.text" = "Label";
/* Class = "UILabel"; text = "Label"; ObjectID = "Geq-xy-Tr2"; */
"Geq-xy-Tr2.text" = "Label";
/* Class = "UITableViewController"; title = "Recipients"; ObjectID = "wpy-g7-270"; */
"wpy-g7-270.title" = "Recipients";

View file

@ -336,6 +336,28 @@
3797D5BC26E9E42E0091DAF8 /* AvatarColors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AvatarColors.swift; sourceTree = "<group>"; };
379D914926E8A0E300B877CA /* db-schema-15.sql */ = {isa = PBXFileReference; lastKnownFileType = text; path = "db-schema-15.sql"; sourceTree = "<group>"; };
379D914B26E8A29800B877CA /* DBLastMessageSyncStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DBLastMessageSyncStore.swift; sourceTree = "<group>"; };
591D5EFC26FCA0AC00B2F114 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
591D5EFD26FCA0AC00B2F114 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/VoIP.strings; sourceTree = "<group>"; };
591D5EFE26FCA0AD00B2F114 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Groupchat.strings; sourceTree = "<group>"; };
591D5EFF26FCA0AD00B2F114 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Info.strings; sourceTree = "<group>"; };
591D5F0026FCA0AD00B2F114 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Settings.strings; sourceTree = "<group>"; };
591D5F0126FCA0AE00B2F114 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Account.strings; sourceTree = "<group>"; };
591D5F0226FCA0AE00B2F114 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/MIX.strings; sourceTree = "<group>"; };
591D5F0326FCA0AE00B2F114 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Welcome.strings; sourceTree = "<group>"; };
591D5F0426FCA0AF00B2F114 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/MainInterface.strings; sourceTree = "<group>"; };
591D5F0526FCA0AF00B2F114 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = de; path = de.lproj/Info.plist; sourceTree = "<group>"; };
591D5F0626FCA0B000B2F114 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
591D5F0726FCA2B300B2F114 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
591D5F0826FCA2E100B2F114 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/VoIP.strings; sourceTree = "<group>"; };
591D5F0926FCA2E100B2F114 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Groupchat.strings; sourceTree = "<group>"; };
591D5F0A26FCA2E200B2F114 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Info.strings; sourceTree = "<group>"; };
591D5F0B26FCA2E200B2F114 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Settings.strings; sourceTree = "<group>"; };
591D5F0C26FCA2E200B2F114 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Account.strings; sourceTree = "<group>"; };
591D5F0D26FCA2E300B2F114 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/MIX.strings; sourceTree = "<group>"; };
591D5F0E26FCA2E300B2F114 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Welcome.strings; sourceTree = "<group>"; };
591D5F0F26FCA2E300B2F114 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/MainInterface.strings; sourceTree = "<group>"; };
591D5F1026FCA2E400B2F114 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = fr; path = fr.lproj/Info.plist; sourceTree = "<group>"; };
591D5F1126FCA2E400B2F114 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
E928AD4226D6A08A00F29F93 /* db-schema-14.sql */ = {isa = PBXFileReference; lastKnownFileType = text; path = "db-schema-14.sql"; sourceTree = "<group>"; };
E95AA70126D38B6E00A38D44 /* DisplayNameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisplayNameViewController.swift; sourceTree = "<group>"; };
E963720F26D786D000332482 /* BlockingCommandModuleExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlockingCommandModuleExtension.swift; sourceTree = "<group>"; };
@ -1188,6 +1210,8 @@
en,
Base,
da,
de,
fr,
);
mainGroup = FE94E5181CCBA74F00FAE755;
packageReferences = (
@ -1564,6 +1588,8 @@
3759636026F72F1900831F4C /* Base */,
3759636326F72F2500831F4C /* da */,
3759636526F72F7000831F4C /* en */,
591D5F0326FCA0AE00B2F114 /* de */,
591D5F0E26FCA2E300B2F114 /* fr */,
);
name = Welcome.storyboard;
sourceTree = "<group>";
@ -1574,6 +1600,8 @@
3759636B26F72FD700831F4C /* Base */,
3759636E26F72FE200831F4C /* da */,
3759637026F7301100831F4C /* en */,
591D5EFE26FCA0AD00B2F114 /* de */,
591D5F0926FCA2E100B2F114 /* fr */,
);
name = Groupchat.storyboard;
sourceTree = "<group>";
@ -1584,6 +1612,8 @@
3759637226F7303100831F4C /* Base */,
3759637526F7303700831F4C /* en */,
3759637726F7306500831F4C /* da */,
591D5EFD26FCA0AC00B2F114 /* de */,
591D5F0826FCA2E100B2F114 /* fr */,
);
name = VoIP.storyboard;
sourceTree = "<group>";
@ -1594,6 +1624,8 @@
3759637926F7309100831F4C /* Base */,
3759637C26F7309500831F4C /* en */,
3759637E26F730C400831F4C /* da */,
591D5EFF26FCA0AD00B2F114 /* de */,
591D5F0A26FCA2E200B2F114 /* fr */,
);
name = Info.storyboard;
sourceTree = "<group>";
@ -1604,6 +1636,8 @@
3759638026F7312A00831F4C /* Base */,
3759638326F7313400831F4C /* en */,
3759638526F7316600831F4C /* da */,
591D5F0026FCA0AD00B2F114 /* de */,
591D5F0B26FCA2E200B2F114 /* fr */,
);
name = Settings.storyboard;
sourceTree = "<group>";
@ -1614,6 +1648,8 @@
3759638726F7317D00831F4C /* Base */,
3759638A26F7318F00831F4C /* en */,
3759638C26F731C700831F4C /* da */,
591D5F0126FCA0AE00B2F114 /* de */,
591D5F0C26FCA2E200B2F114 /* fr */,
);
name = Account.storyboard;
sourceTree = "<group>";
@ -1624,6 +1660,8 @@
3759638E26F7320F00831F4C /* Base */,
3759639126F7322300831F4C /* en */,
3759639326F7325100831F4C /* da */,
591D5F0226FCA0AE00B2F114 /* de */,
591D5F0D26FCA2E300B2F114 /* fr */,
);
name = MIX.storyboard;
sourceTree = "<group>";
@ -1632,6 +1670,8 @@
isa = PBXVariantGroup;
children = (
3759639426F7481200831F4C /* Base */,
591D5F0526FCA0AF00B2F114 /* de */,
591D5F1026FCA2E400B2F114 /* fr */,
);
name = Info.plist;
sourceTree = "<group>";
@ -1641,6 +1681,8 @@
children = (
3759A58D26F8C7CC002987B2 /* en */,
3759A58F26F8C7CF002987B2 /* da */,
591D5F0626FCA0B000B2F114 /* de */,
591D5F1126FCA2E400B2F114 /* fr */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -1650,6 +1692,8 @@
children = (
FE4DDF581F39E0B500A4CE5A /* Base */,
3759635E26F72ED700831F4C /* da */,
591D5F0426FCA0AF00B2F114 /* de */,
591D5F0F26FCA2E300B2F114 /* fr */,
);
name = MainInterface.storyboard;
sourceTree = "<group>";
@ -1670,6 +1714,8 @@
FE94E5301CCBA74F00FAE755 /* Base */,
3759635C26F72EAA00831F4C /* da */,
3759636926F72FC300831F4C /* en */,
591D5EFC26FCA0AC00B2F114 /* de */,
591D5F0726FCA2B300B2F114 /* fr */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";

View file

@ -0,0 +1,143 @@
/* Class = "UILabel"; text = "add email"; ObjectID = "06Y-Cg-0Q3"; */
"06Y-Cg-0Q3.text" = "add email";
/* Class = "UILabel"; text = "Nickname"; ObjectID = "27D-rn-4zp"; */
"27D-rn-4zp.text" = "Nickname";
/* Class = "UITextField"; placeholder = "Country"; ObjectID = "4hs-GL-9fd"; */
"4hs-GL-9fd.placeholder" = "Country";
/* Class = "UILabel"; text = "Change account settings"; ObjectID = "70p-aF-3x5"; */
"70p-aF-3x5.text" = "Change account settings";
/* Class = "UILabel"; text = "Scan QR Code to add me as a buddy"; ObjectID = "7cH-MH-cya"; */
"7cH-MH-cya.text" = "Scan QR Code to add me as a buddy";
/* Class = "UITextField"; placeholder = "Required"; ObjectID = "7KN-S3-8XR"; */
"7KN-S3-8XR.placeholder" = "Required";
/* Class = "UITableViewSection"; headerTitle = "Message Archiving"; ObjectID = "9PW-Rb-rop"; */
"9PW-Rb-rop.headerTitle" = "Message Archiving";
/* Class = "UITableViewController"; title = "OMEMO fingerprints"; ObjectID = "A24-eF-tzh"; */
"A24-eF-tzh.title" = "OMEMO fingerprints";
/* Class = "UILabel"; text = "When in Away/XA/DND state"; ObjectID = "aKW-CM-bl2"; */
"aKW-CM-bl2.text" = "When in Away/XA/DND state";
/* Class = "UILabel"; text = "John Doe"; ObjectID = "bDD-UG-Fxr"; */
"bDD-UG-Fxr.text" = "John Doe";
/* Class = "UILabel"; text = "9dfacd3d 410d52bc 35f8e816 c7efc5b6 efe138e5 452a9e96 f30c2839 63b46241 "; ObjectID = "BE2-bI-S0Z"; */
"BE2-bI-S0Z.text" = "9dfacd3d 410d52bc 35f8e816 c7efc5b6 efe138e5 452a9e96 f30c2839 63b46241 ";
/* Class = "UITextField"; placeholder = "Type"; ObjectID = "Clb-vT-t5A"; */
"Clb-vT-t5A.placeholder" = "Type";
/* Class = "UITextField"; placeholder = "City"; ObjectID = "Cmz-iN-c4d"; */
"Cmz-iN-c4d.placeholder" = "City";
/* Class = "UITableViewSection"; headerTitle = "Encryption"; ObjectID = "Et5-H6-t7C"; */
"Et5-H6-t7C.headerTitle" = "Encryption";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "FeX-5F-H2m"; */
"FeX-5F-H2m.text" = "Subtitle";
/* Class = "UILabel"; text = "add address"; ObjectID = "fRX-fN-yOj"; */
"fRX-fN-yOj.text" = "add address";
/* Class = "UILabel"; text = "Synchronization"; ObjectID = "GNS-EF-AqY"; */
"GNS-EF-AqY.text" = "Synchronization";
/* Class = "UILabel"; text = "Enabled"; ObjectID = "GTa-Ee-HQT"; */
"GTa-Ee-HQT.text" = "Enabled";
/* Class = "UILabel"; text = "OMEMO fingerprint"; ObjectID = "gUr-GY-P3A"; */
"gUr-GY-P3A.text" = "OMEMO fingerprint";
/* Class = "UILabel"; text = "Delete"; ObjectID = "GWw-NK-6oU"; */
"GWw-NK-6oU.text" = "Delete";
/* Class = "UINavigationItem"; title = "Account settings"; ObjectID = "gzC-dB-kIF"; */
"gzC-dB-kIF.title" = "Account settings";
/* Class = "UILabel"; text = "Address"; ObjectID = "i2f-mN-qTd"; */
"i2f-mN-qTd.text" = "Address";
/* Class = "UIBarButtonItem"; title = "Done"; ObjectID = "ijD-Kb-uyj"; */
"ijD-Kb-uyj.title" = "Done";
/* Class = "UILabel"; text = "Automatic synchronization"; ObjectID = "J9o-cf-vMy"; */
"J9o-cf-vMy.text" = "Automatic synchronization";
/* Class = "UILabel"; text = "add phone"; ObjectID = "jAE-vq-Vfj"; */
"jAE-vq-Vfj.text" = "add phone";
/* Class = "UILabel"; text = "Detail"; ObjectID = "JkB-3h-A61"; */
"JkB-3h-A61.text" = "Detail";
/* Class = "UITextField"; placeholder = "Street"; ObjectID = "KgL-GY-IFp"; */
"KgL-GY-IFp.placeholder" = "Street";
/* Class = "UITableViewSection"; headerTitle = " Password"; ObjectID = "LO4-Ys-cek"; */
"LO4-Ys-cek.headerTitle" = " Password";
/* Class = "UIButton"; normalTitle = "Change avatar"; ObjectID = "Mo3-sc-7ss"; */
"Mo3-sc-7ss.normalTitle" = "Change avatar";
/* Class = "UITextField"; placeholder = "Type"; ObjectID = "NK4-tE-QSu"; */
"NK4-tE-QSu.placeholder" = "Type";
/* Class = "UITextField"; placeholder = "Code"; ObjectID = "NUu-KT-QM5"; */
"NUu-KT-QM5.placeholder" = "Code";
/* Class = "UITableViewSection"; headerTitle = "Push Notifications"; ObjectID = "PvC-LX-0Sp"; */
"PvC-LX-0Sp.headerTitle" = "Push Notifications";
/* Class = "UITextField"; placeholder = "user@domain.com"; ObjectID = "qTN-JT-Mcr"; */
"qTN-JT-Mcr.placeholder" = "user@domain.com";
/* Class = "UIBarButtonItem"; title = "Next"; ObjectID = "R0m-k2-q64"; */
"R0m-k2-q64.title" = "Next";
/* Class = "UITableViewSection"; footerTitle = "Enter your account JID"; ObjectID = "SKG-bP-NPK"; */
"SKG-bP-NPK.footerTitle" = "Enter your account JID";
/* Class = "UITableViewSection"; headerTitle = " XMPP ID"; ObjectID = "SKG-bP-NPK"; */
"SKG-bP-NPK.headerTitle" = " XMPP ID";
/* Class = "UITextField"; placeholder = "Phone number"; ObjectID = "T1r-DU-iqs"; */
"T1r-DU-iqs.placeholder" = "Phone number";
/* Class = "UILabel"; text = "Server features"; ObjectID = "t3T-uh-mob"; */
"t3T-uh-mob.text" = "Server features";
/* Class = "UITextField"; placeholder = "Type"; ObjectID = "UQ1-rc-tuY"; */
"UQ1-rc-tuY.placeholder" = "Type";
/* Class = "UITableViewSection"; headerTitle = "General"; ObjectID = "v8B-ee-zAk"; */
"v8B-ee-zAk.headerTitle" = "General";
/* Class = "UILabel"; text = "Company, Inc."; ObjectID = "vF4-tE-C74"; */
"vF4-tE-C74.text" = "Company, Inc.";
/* Class = "UILabel"; text = "Label"; ObjectID = "vjD-aw-Ugt"; */
"vjD-aw-Ugt.text" = "Label";
/* Class = "UILabel"; text = "Enabled"; ObjectID = "wbI-5v-vug"; */
"wbI-5v-vug.text" = "Enabled";
/* Class = "UITableViewController"; title = "Server Features"; ObjectID = "wW7-3f-Kck"; */
"wW7-3f-Kck.title" = "Server Features";
/* Class = "UILabel"; text = "Last 24 hours"; ObjectID = "XLZ-oR-88H"; */
"XLZ-oR-88H.text" = "Last 24 hours";
/* Class = "UITextField"; placeholder = "Email address"; ObjectID = "ynp-RE-XlY"; */
"ynp-RE-XlY.placeholder" = "Email address";
/* Class = "UILabel"; text = "Re-register push notifications"; ObjectID = "ZHc-Ml-5eX"; */
"ZHc-Ml-5eX.text" = "Re-register push notifications";
/* Class = "UILabel"; text = "Title"; ObjectID = "zhp-jp-Aoq"; */
"zhp-jp-Aoq.text" = "Title";

View file

@ -0,0 +1,68 @@
/* Class = "UILabel"; text = "Notifications"; ObjectID = "02f-aw-3Zd"; */
"02f-aw-3Zd.text" = "Notifications";
/* Class = "UITableViewSection"; headerTitle = " "; ObjectID = "2ZD-5S-4hK"; */
"2ZD-5S-4hK.headerTitle" = " ";
/* Class = "UILabel"; text = "Offline"; ObjectID = "54Z-E5-MZp"; */
"54Z-E5-MZp.text" = "Offline";
/* Class = "UITableViewSection"; headerTitle = " History"; ObjectID = "552-vb-Heg"; */
"552-vb-Heg.headerTitle" = " History";
/* Class = "UILabel"; text = "very long group name written here"; ObjectID = "az1-E9-Dy7"; */
"az1-E9-Dy7.text" = "very long group name written here";
/* Class = "UILabel"; text = "Label"; ObjectID = "BJz-HA-uv6"; */
"BJz-HA-uv6.text" = "Label";
/* Class = "UITableViewSection"; footerTitle = "Push notification support depends on the XMPP server which you are using and may not work in some cases even if it's supported and enabled on the group chat"; ObjectID = "bRu-vo-fpu"; */
"bRu-vo-fpu.footerTitle" = "Push notification support depends on the XMPP server which you are using and may not work in some cases even if it's supported and enabled on the group chat";
/* Class = "UITableViewSection"; headerTitle = " Settings"; ObjectID = "bRu-vo-fpu"; */
"bRu-vo-fpu.headerTitle" = " Settings";
/* Class = "UILabel"; text = "Encryption"; ObjectID = "DQk-sn-hKj"; */
"DQk-sn-hKj.text" = "Encryption";
/* Class = "UILabel"; text = "When mentioned"; ObjectID = "exK-ZH-jpA"; */
"exK-ZH-jpA.text" = "When mentioned";
/* Class = "UITableViewController"; title = "Room details"; ObjectID = "IGA-uE-mHb"; */
"IGA-uE-mHb.title" = "Room details";
/* Class = "UITableViewSection"; headerTitle = "Subject"; ObjectID = "iYv-zL-tZT"; */
"iYv-zL-tZT.headerTitle" = "Subject";
/* Class = "UILabel"; text = "Push notifications"; ObjectID = "jMz-qR-fJ6"; */
"jMz-qR-fJ6.text" = "Push notifications";
/* Class = "UILabel"; text = "Label"; ObjectID = "kFB-wJ-yDE"; */
"kFB-wJ-yDE.text" = "Label";
/* Class = "UILabel"; text = "Room name"; ObjectID = "lEG-rf-VV5"; */
"lEG-rf-VV5.text" = "Room name";
/* Class = "UILabel"; text = "When the value of this property is false, the queue actively starts operations that are in the queue and ready to execute."; ObjectID = "NK6-IG-GRa"; */
"NK6-IG-GRa.text" = "When the value of this property is false, the queue actively starts operations that are in the queue and ready to execute.";
/* Class = "UITableViewController"; title = "Invite to chat"; ObjectID = "SOJ-3n-8YB"; */
"SOJ-3n-8YB.title" = "Invite to chat";
/* Class = "UILabel"; text = "Label"; ObjectID = "t0j-TN-qOY"; */
"t0j-TN-qOY.text" = "Label";
/* Class = "UIViewController"; title = "Room Controller"; ObjectID = "uV2-vL-T54"; */
"uV2-vL-T54.title" = "Room Controller";
/* Class = "UILabel"; text = "Label"; ObjectID = "WaG-aF-FTg"; */
"WaG-aF-FTg.text" = "Label";
/* Class = "UILabel"; text = "Attachments"; ObjectID = "wBw-1J-Xau"; */
"wBw-1J-Xau.text" = "Attachments";
/* Class = "UILabel"; text = "Delete History"; ObjectID = "wNk-Ce-zfI"; */
"wNk-Ce-zfI.text" = "Delete History";
/* Class = "UILabel"; text = "None"; ObjectID = "YT2-1I-RlM"; */
"YT2-1I-RlM.text" = "None";

View file

@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>org.tigase.messenger.mobile.refresh</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Snikket</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Snikket</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>org.snikket.ios</string>
<key>CFBundleURLSchemes</key>
<array>
<string>xmpp</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>Uses camera to capture photo for avatar and for VoIP calls</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Allows you to share your location with others</string>
<key>NSMicrophoneUsageDescription</key>
<string>Uses microphone for VoIP calls</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Used to save attachements from conversations</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Used to select avatar</string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
<string>voip</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UIStatusBarTintParameters</key>
<dict>
<key>UINavigationBar</key>
<dict>
<key>Style</key>
<string>UIBarStyleDefault</string>
<key>Translucent</key>
<false/>
</dict>
</dict>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,564 @@
/* No comment provided by engineer. */
" server returned an error on the request to enable push notifications. You can try to enable this feature later on from the account settings." = " server returned an error on the request to enable push notifications. You can try to enable this feature later on from the account settings.";
/* Placeholder is the MBs Download Limit */
"%d MB" = "%d MB";
/* No comment provided by engineer. */
"(private message)" = "(private message)";
/* No comment provided by engineer. */
"1 line of preview" = "1 line of preview";
/* No comment provided by engineer. */
"Account removal" = "Account removal";
/* No comment provided by engineer. */
"Accounts" = "Accounts";
/* No comment provided by engineer. */
"Add account" = "Add account";
/* No comment provided by engineer. */
"Addresses" = "Addresses";
/* No comment provided by engineer. */
"All" = "All";
/* No comment provided by engineer. */
"All messages will be deleted and all participants will be kicked out. Are you sure?" = "All messages will be deleted and all participants will be kicked out. Are you sure?";
/* No comment provided by engineer. */
"Attachment" = "Attachment";
/* No comment provided by engineer. */
"Attachments" = "Attachments";
/* No comment provided by engineer. */
"Audio call" = "Audio call";
/* App Theme Type */
"Auto" = "Auto";
/* Status Option
Status Options */
"Automatic" = "Automatic";
/* Status Options */
"Away" = "Away";
/* No comment provided by engineer. */
"Ban user" = "Ban user";
/* No comment provided by engineer. */
"Banning user" = "Banning user";
/* No comment provided by engineer. */
"Be right back" = "Be right back";
/* No comment provided by engineer. */
"Before changing roster you need to connect to server. Do you wish to do this now?" = "Before changing roster you need to connect to server. Do you wish to do this now?";
/* Sorting Chat Messages */
"By availability and time" = "By availability and time";
/* No comment provided by engineer. */
"By name" = "By name";
/* No comment provided by engineer. */
"By status" = "By status";
/* Sorting Chat Messages */
"By time" = "By time";
/* No comment provided by engineer. */
"Call ended" = "Call ended";
/* No comment provided by engineer. */
"Call failed" = "Call failed";
/* No comment provided by engineer. */
"Cancel" = "Cancel";
/* No comment provided by engineer. */
"Change" = "Change";
/* No comment provided by engineer. */
"Change avatar" = "Change avatar";
/* No comment provided by engineer. */
"Change subject" = "Change subject";
/* No comment provided by engineer. */
"Channel destruction failed!" = "Channel destruction failed!";
/* Status Options */
"Chat" = "Chat";
/* No comment provided by engineer. */
"Clear History" = "Clear History";
/* No comment provided by engineer. */
"Close" = "Close";
/* No comment provided by engineer. */
"Connecting..." = "Connecting...";
/* No comment provided by engineer. */
"Continue" = "Continue";
/* No comment provided by engineer. */
"Could not delete account as it was not possible to connect to the XMPP server. Please try again later." = "Could not delete account as it was not possible to connect to the XMPP server. Please try again later.";
/* No comment provided by engineer. */
"Could not rename group chat. The server responded with an error:" = "Could not rename group chat. The server responded with an error:";
/* No comment provided by engineer. */
"Could not set group chat avatar. The server responded with an error:" = "Could not set group chat avatar. The server responded with an error:";
/* No comment provided by engineer. */
"Create" = "Create";
/* App Theme Type */
"Dark" = "Dark";
/* No comment provided by engineer. */
"Default" = "Default";
/* No comment provided by engineer. */
"Delete" = "Delete";
/* No comment provided by engineer. */
"Delete channel?" = "Delete channel?";
/* No comment provided by engineer. */
"Delete chat" = "Delete chat";
/* No comment provided by engineer. */
"Delete group chat?" = "Delete group chat?";
/* No comment provided by engineer. */
"Details" = "Details";
/* No comment provided by engineer. */
"Display" = "Display";
/* Status Options */
"Do not disturb" = "Do not disturb";
/* No comment provided by engineer. */
"Do you want to ban user" = "Do you want to ban user";
/* No comment provided by engineer. */
"Download storage" = "Download storage";
/* No comment provided by engineer. */
"Edit" = "Edit";
/* No comment provided by engineer. */
"Emails" = "Emails";
/* No comment provided by engineer. */
"Enable automatic message synchronization" = "Enable automatic message synchronization";
/* No comment provided by engineer. */
"Encryption" = "Encryption";
/* No comment provided by engineer. */
"Enter default nickname to use in chats" = "Enter default nickname to use in chats";
/* No comment provided by engineer. */
"Enter message to send to:" = "Enter message to send to:";
/* No comment provided by engineer. */
"Enter new name for group chat" = "Enter new name for group chat";
/* No comment provided by engineer. */
"Enter new subject for group chat" = "Enter new subject for group chat";
/* No comment provided by engineer. */
"Enter status message" = "Enter status message";
/* No comment provided by engineer. */
"Error" = "Error";
/* Status Options */
"Extended away" = "Extended away";
/* No comment provided by engineer. */
"Failure" = "Failure";
/* No comment provided by engineer. */
"Fingerprint of this device" = "Fingerprint of this device";
/* No comment provided by engineer. */
"Flush" = "Flush";
/* No comment provided by engineer. */
"For best experience it is suggested to enable Message Archving with automatic message synchronization of at least last 12 hours.\nDo you wish to do this now?" = "For best experience it is suggested to enable Message Archving with automatic message synchronization of at least last 12 hours.\nDo you wish to do this now?";
/* No comment provided by engineer. */
"Free for chat" = "Free for chat";
/* No comment provided by engineer. */
"General" = "General";
/* No comment provided by engineer. */
"History" = "History";
/* No comment provided by engineer. */
"If you don't know any XMPP server domain names, then select one of our trusted servers." = "If you don't know any XMPP server domain names, then select one of our trusted servers.";
/* No comment provided by engineer. */
"Info" = "Info";
/* No comment provided by engineer. */
"Invitation" = "Invitation";
/* No comment provided by engineer. */
"Invite" = "Invite";
/* No comment provided by engineer. */
"It was not possible to access camera or microphone. Please check privacy settings" = "It was not possible to access camera or microphone. Please check privacy settings";
/* No comment provided by engineer. */
"It was not possible to access camera. Please check in privacy settings that you have granted Snikket access to the camera." = "It was not possible to access camera. Please check in privacy settings that you have granted Snikket access to the camera.";
/* No comment provided by engineer. */
"It was not possible to contact XMPP server and sign in." = "It was not possible to contact XMPP server and sign in.";
/* No comment provided by engineer. */
"It was not possible to destroy channel %@. Server returned an error:" = "It was not possible to destroy channel %@. Server returned an error:";
/* No comment provided by engineer. */
"It was not possible to establish call" = "It was not possible to establish call";
/* No comment provided by engineer. */
"Join group chat" = "Join group chat";
/* No comment provided by engineer. */
"Joined" = "Joined";
/* No comment provided by engineer. */
"Joining..." = "Joining...";
/* No comment provided by engineer. */
"Key not generated!" = "Key not generated!";
/* Placeholder is number of days */
"Last %d days" = "Last %d days";
/* Placeholder is hours value */
"Last %d hours" = "Last %d hours";
/* No comment provided by engineer. */
"Leave chat" = "Leave chat";
/* App Theme Type */
"Light" = "Light";
/* No comment provided by engineer. */
"Limits the size of the files sent to you which may be automatically downloaded" = "Limits the size of the files sent to you which may be automatically downloaded";
/* No comment provided by engineer. */
"lines of preview" = "lines of preview";
/* No comment provided by engineer. */
"List of Messages" = "List of Messages";
/* No comment provided by engineer. */
"Login and password do not match." = "Login and password do not match.";
/* No comment provided by engineer. */
"Media" = "Media";
/* No comment provided by engineer. */
"Member" = "Member";
/* No comment provided by engineer. */
"Message Archiving" = "Message Archiving";
/* No comment provided by engineer. */
"Message Archiving Error" = "Message Archiving Error";
/* No comment provided by engineer. */
"Message Synchronization" = "Message Synchronization";
/* No comment provided by engineer. */
"Messages" = "Messages";
/* No comment provided by engineer. */
"Name" = "Name";
/* No comment provided by engineer. */
"New call..." = "New call...";
/* No comment provided by engineer. */
"New private group chat" = "New private group chat";
/* No comment provided by engineer. */
"New public group chat" = "New public group chat";
/* No comment provided by engineer. */
"Nickname" = "Nickname";
/* No comment provided by engineer. */
"No" = "No";
/* No comment provided by engineer. */
"No attachments" = "No attachments";
/* No comment provided by engineer. */
"No messages yet. Say hi!" = "No messages yet. Say hi!";
/* No comment provided by engineer. */
"NONE" = "NONE";
/* No comment provided by engineer. */
"None" = "None";
/* No comment provided by engineer. */
"Not connected!" = "Not connected!";
/* No comment provided by engineer. */
"Not Joined" = "Not Joined";
/* No comment provided by engineer. */
"Nothing" = "Nothing";
/* No comment provided by engineer. */
"Offline" = "Offline";
/* No comment provided by engineer. */
"OK" = "OK";
/* No comment provided by engineer. */
"Older than 7 days" = "Older than 7 days";
/* No comment provided by engineer. */
"OMEMO" = "OMEMO";
/* Status Options */
"Online" = "Online";
/* No comment provided by engineer. */
"Operation timed out" = "Operation timed out";
/* No comment provided by engineer. */
"Original quality will share image in the format in which it is stored on your phone and it may not be supported by every device." = "Original quality will share image in the format in which it is stored on your phone and it may not be supported by every device.";
/* No comment provided by engineer. */
"Original quality will share video in the format in which video is stored on your phone and it may not be supported by every device." = "Original quality will share video in the format in which video is stored on your phone and it may not be supported by every device.";
/* No comment provided by engineer. */
"Other devices fingerprints" = "Other devices fingerprints";
/* No comment provided by engineer. */
"Phones" = "Phones";
/* No comment provided by engineer. */
"Please try again!" = "Please try again!";
/* No comment provided by engineer. */
"Preferred domain name" = "Preferred domain name";
/* No comment provided by engineer. */
"Private message" = "Private message";
/* No comment provided by engineer. */
"Provided values are not acceptable" = "Provided values are not acceptable";
/* No comment provided by engineer. */
"Push Notifications" = "Push Notifications";
/* No comment provided by engineer. */
"Push notifications" = "Push notifications";
/* No comment provided by engineer. */
"Push notifications are enabled for %@. They need to be disabled before account can be removed and it is not possible to at this time. Please try again later." = "Push notifications are enabled for %@. They need to be disabled before account can be removed and it is not possible to at this time. Please try again later.";
/* No comment provided by engineer. */
"Push Notifications Error" = "Push Notifications Error";
/* No comment provided by engineer. */
"Quality of uploaded media" = "Quality of uploaded media";
/* No comment provided by engineer. */
"Register" = "Register";
/* No comment provided by engineer. */
"Registration failure" = "Registration failure";
/* No comment provided by engineer. */
"Registration is not supported by this server" = "Registration is not supported by this server";
/* No comment provided by engineer. */
"Remove account from application?" = "Remove account from application?";
/* No comment provided by engineer. */
"Remove from application" = "Remove from application";
/* No comment provided by engineer. */
"Remove from server" = "Remove from server";
/* No comment provided by engineer. */
"Rename" = "Rename";
/* No comment provided by engineer. */
"Rename chat" = "Rename chat";
/* No comment provided by engineer. */
"Report" = "Report";
/* No comment provided by engineer. */
"Report and Block" = "Report and Block";
/* No comment provided by engineer. */
"Report Contact" = "Report Contact";
/* No comment provided by engineer. */
"Reported" = "Reported";
/* No comment provided by engineer. */
"Reporting..." = "Reporting...";
/* No comment provided by engineer. */
"Resend" = "Resend";
/* No comment provided by engineer. */
"Ringing..." = "Ringing...";
/* No comment provided by engineer. */
"Save" = "Save";
/* No comment provided by engineer. */
"Scanned QR code is not valid for Snikket." = "Scanned QR code is not valid for Snikket.";
/* No comment provided by engineer. */
"Search channels" = "Search channels";
/* No comment provided by engineer. */
"Select photo" = "Select photo";
/* No comment provided by engineer. */
"Select quality of the image to use for sharing" = "Select quality of the image to use for sharing";
/* No comment provided by engineer. */
"Select quality of the video to use for sharing" = "Select quality of the video to use for sharing";
/* No comment provided by engineer. */
"Select status" = "Select status";
/* No comment provided by engineer. */
"Send" = "Send";
/* No comment provided by engineer. */
"Send Current Location" = "Send Current Location";
/* No comment provided by engineer. */
"Send message" = "Send message";
/* No comment provided by engineer. */
"Send Pin Location" = "Send Pin Location";
/* No comment provided by engineer. */
"Server did not respond on registration request" = "Server did not respond on registration request";
/* No comment provided by engineer. */
"server returned an error on the request to enable archiving. You can try to enable this feature later on from the account settings." = "server returned an error on the request to enable archiving. You can try to enable this feature later on from the account settings.";
/* No comment provided by engineer. */
"Server returned an error:" = "Server returned an error:";
/* No comment provided by engineer. */
"Server returned error" = "Server returned error";
/* No comment provided by engineer. */
"Server returned error:" = "Server returned error:";
/* No comment provided by engineer. */
"Service is not available at this time." = "Service is not available at this time.";
/* No comment provided by engineer. */
"Set" = "Set";
/* No comment provided by engineer. */
"Settings" = "Settings";
/* No comment provided by engineer. */
"Should account be removed from server as well?" = "Should account be removed from server as well?";
/* No comment provided by engineer. */
"Snikket can be automatically notified by compatible XMPP servers about new messages when it is in background or stopped.\nIf enabled, notifications about new messages will be forwarded to our push component and delivered to the device. These notifications may contain message senders jid and part of a message.\nDo you want to enable push notifications?" = "Snikket can be automatically notified by compatible XMPP servers about new messages when it is in background or stopped.\nIf enabled, notifications about new messages will be forwarded to our push component and delivered to the device. These notifications may contain message senders jid and part of a message.\nDo you want to enable push notifications?";
/* No comment provided by engineer. */
"Status" = "Status";
/* No comment provided by engineer. */
"Take photo" = "Take photo";
/* No comment provided by engineer. */
"The user will be reported and any calls, messages and status updates from them will be blocked." = "The user will be reported and any calls, messages and status updates from them will be blocked.";
/* No comment provided by engineer. */
"This room is not capable of sending encrypted messages. Please change encryption settings to be able to send messages" = "This room is not capable of sending encrypted messages. Please change encryption settings to be able to send messages";
/* No comment provided by engineer. */
"This will delete all the message history for this chat. Continue?" = "This will delete all the message history for this chat. Continue?";
/* No comment provided by engineer. */
"Trusted servers" = "Trusted servers";
/* No comment provided by engineer. */
"Unblock" = "Unblock";
/* No comment provided by engineer. */
"Unkown error occured" = "Unkown error occured";
/* No comment provided by engineer. */
"Unlimited" = "Unlimited";
/* No comment provided by engineer. */
"Used image and video quality may impact storage and network usage" = "Used image and video quality may impact storage and network usage";
/* No comment provided by engineer. */
"User with provided username already exists" = "User with provided username already exists";
/* No comment provided by engineer. */
"using" = "using";
/* No comment provided by engineer. */
"Video call" = "Video call";
/* No comment provided by engineer. */
"Warning" = "Warning";
/* Placeholder is the Number in MBs */
"We are using %d MB of storage." = "We are using %d MB of storage.";
/* No comment provided by engineer. */
"When you share files using HTTP, they are uploaded to HTTP server with unique URL. Anyone who knows the unique URL to the file is able to download it.\nDo you wish to enable?" = "When you share files using HTTP, they are uploaded to HTTP server with unique URL. Anyone who knows the unique URL to the file is able to download it.\nDo you wish to enable?";
/* No comment provided by engineer. */
"Yes" = "Yes";
/* No comment provided by engineer. */
"Yesterday" = "Yesterday";
/* No comment provided by engineer. */
"You are invited to join conversation at" = "You are invited to join conversation at";
/* No comment provided by engineer. */
"You are leaving the group chat" = "You are leaving the group chat";
/* No comment provided by engineer. */
"You are not connected to room.\nPlease wait reconnection to room" = "You are not connected to room.\nPlease wait reconnection to room";
/* No comment provided by engineer. */
"You are not joined to the channel." = "You are not joined to the channel.";
/* Placeholder is the Group Name */
"You've left there room %@ and push notifications for this room were disabled!\nYou may need to reenable them on other devices." = "You've left there room %@ and push notifications for this room were disabled!\nYou may need to reenable them on other devices.";
/* No comment provided by engineer. */
"Your Name" = "Your Name";

View file

@ -0,0 +1,167 @@
/* Class = "UILabel"; text = "Title"; ObjectID = "14i-9k-DTf"; */
"14i-9k-DTf.text" = "Title";
/* Class = "UITextField"; placeholder = "Automatic"; ObjectID = "19A-3H-7QN"; */
"19A-3H-7QN.placeholder" = "Automatic";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "491-DV-e2a"; */
"491-DV-e2a.text" = "Subtitle";
/* Class = "UITableViewSection"; headerTitle = "Select Account"; ObjectID = "4lS-sP-X2v"; */
"4lS-sP-X2v.headerTitle" = "Select Account";
/* Class = "UILabel"; text = "When mentioned"; ObjectID = "4mY-vJ-rHP"; */
"4mY-vJ-rHP.text" = "When mentioned";
/* Class = "UILabel"; text = "Use MIX"; ObjectID = "4P1-zT-Par"; */
"4P1-zT-Par.text" = "Use MIX";
/* Class = "UITableViewSection"; footerTitle = "Enter domain name of a component with channel or leave blank to automatically detect components with channels"; ObjectID = "94L-uC-ldZ"; */
"94L-uC-ldZ.footerTitle" = "Enter domain name of a component with channel or leave blank to automatically detect components with channels";
/* Class = "UITableViewSection"; headerTitle = "Component domain"; ObjectID = "94L-uC-ldZ"; */
"94L-uC-ldZ.headerTitle" = "Component domain";
/* Class = "UITableViewSection"; headerTitle = " "; ObjectID = "aFn-uB-myu"; */
"aFn-uB-myu.headerTitle" = " ";
/* Class = "UITableViewSection"; headerTitle = "Experimental"; ObjectID = "aqR-Sm-2re"; */
"aqR-Sm-2re.headerTitle" = "Experimental";
/* Class = "UILabel"; text = "Offline"; ObjectID = "bRP-ZF-wlT"; */
"bRP-ZF-wlT.text" = "Offline";
/* Class = "UINavigationItem"; title = "Select channel"; ObjectID = "C5U-9C-poe"; */
"C5U-9C-poe.title" = "Select channel";
/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "cv8-VS-8c6"; */
"cv8-VS-8c6.title" = "Item";
/* Class = "UILabel"; text = "Notifications"; ObjectID = "fFa-pN-ndo"; */
"fFa-pN-ndo.text" = "Notifications";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "frK-mh-cjn"; */
"frK-mh-cjn.text" = "Subtitle";
/* Class = "UILabel"; text = "Room name"; ObjectID = "gBT-qM-eUt"; */
"gBT-qM-eUt.text" = "Room name";
/* Class = "UITextField"; placeholder = "required"; ObjectID = "gNa-Cz-T88"; */
"gNa-Cz-T88.placeholder" = "required";
/* Class = "UILabel"; text = "Title"; ObjectID = "Gxx-ac-Co4"; */
"Gxx-ac-Co4.text" = "Title";
/* Class = "UILabel"; text = "Title"; ObjectID = "hOB-gk-g82"; */
"hOB-gk-g82.text" = "Title";
/* Class = "UITextField"; placeholder = "optional"; ObjectID = "Jiu-Fd-AsM"; */
"Jiu-Fd-AsM.placeholder" = "optional";
/* Class = "UITextField"; placeholder = "required"; ObjectID = "kD7-lz-IEK"; */
"kD7-lz-IEK.placeholder" = "required";
/* Class = "UITableViewController"; title = "Channel details"; ObjectID = "ke4-WK-unt"; */
"ke4-WK-unt.title" = "Channel details";
/* Class = "UIBarButtonItem"; title = "Invite"; ObjectID = "Kre-sS-2vH"; */
"Kre-sS-2vH.title" = "Invite";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "L9j-Ji-XrB"; */
"L9j-Ji-XrB.text" = "Subtitle";
/* Class = "UILabel"; text = "Title"; ObjectID = "lD0-pX-s2D"; */
"lD0-pX-s2D.text" = "Title";
/* Class = "UIViewController"; title = "Channel Controller"; ObjectID = "lfo-Uw-gL1"; */
"lfo-Uw-gL1.title" = "Channel Controller";
/* Class = "UILabel"; text = "Channel description"; ObjectID = "mpC-5r-OOo"; */
"mpC-5r-OOo.text" = "Channel description";
/* Class = "UITextField"; placeholder = "Description"; ObjectID = "MsF-6z-TY3"; */
"MsF-6z-TY3.placeholder" = "Description";
/* Class = "UINavigationItem"; title = "Participants"; ObjectID = "mW8-st-X8N"; */
"mW8-st-X8N.title" = "Participants";
/* Class = "UITableViewSection"; headerTitle = "Access"; ObjectID = "mXt-Xt-Bj5"; */
"mXt-Xt-Bj5.headerTitle" = "Access";
/* Class = "UITableViewSection"; headerTitle = " "; ObjectID = "Ngp-xJ-0lZ"; */
"Ngp-xJ-0lZ.headerTitle" = " ";
/* Class = "UILabel"; text = "Attachments"; ObjectID = "NWM-d4-jmq"; */
"NWM-d4-jmq.text" = "Attachments";
/* Class = "UITableViewSection"; headerTitle = "Nickname"; ObjectID = "NyO-PD-t9d"; */
"NyO-PD-t9d.headerTitle" = "Nickname";
/* Class = "UILabel"; text = "Delete channel"; ObjectID = "O9e-sP-5IO"; */
"O9e-sP-5IO.text" = "Delete channel";
/* Class = "UITextField"; placeholder = "required"; ObjectID = "oIZ-xz-SzZ"; */
"oIZ-xz-SzZ.placeholder" = "required";
/* Class = "UILabel"; text = "Channel name"; ObjectID = "P5r-af-VfY"; */
"P5r-af-VfY.text" = "Channel name";
/* Class = "UIBarButtonItem"; title = "Join"; ObjectID = "Pgv-Uz-ZgP"; */
"Pgv-Uz-ZgP.title" = "Join";
/* Class = "UIBarButtonItem"; title = "Create"; ObjectID = "pZC-YZ-jlg"; */
"pZC-YZ-jlg.title" = "Create";
/* Class = "UITableViewSection"; headerTitle = "Password"; ObjectID = "qB9-Eq-3RT"; */
"qB9-Eq-3RT.headerTitle" = "Password";
/* Class = "UITextField"; placeholder = "Name"; ObjectID = "r60-FV-hoE"; */
"r60-FV-hoE.placeholder" = "Name";
/* Class = "UILabel"; text = "Change"; ObjectID = "Sso-1F-PI3"; */
"Sso-1F-PI3.text" = "Change";
/* Class = "UITableViewSection"; footerTitle = "Select which account should be used to join channel"; ObjectID = "SUF-pg-qbn"; */
"SUF-pg-qbn.footerTitle" = "Select which account should be used to join channel";
/* Class = "UITableViewSection"; headerTitle = "Account"; ObjectID = "SUF-pg-qbn"; */
"SUF-pg-qbn.headerTitle" = "Account";
/* Class = "UITableViewSection"; footerTitle = "Notification support and filtering depends on the XMPP server which you are using and may not work in some cases even if it's enabled here."; ObjectID = "Ta8-dG-cwn"; */
"Ta8-dG-cwn.footerTitle" = "Notification support and filtering depends on the XMPP server which you are using and may not work in some cases even if it's enabled here.";
/* Class = "UITableViewSection"; headerTitle = " Settings"; ObjectID = "Ta8-dG-cwn"; */
"Ta8-dG-cwn.headerTitle" = " Settings";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "TOR-gJ-n2M"; */
"TOR-gJ-n2M.text" = "Subtitle";
/* Class = "UITextField"; text = "test@example.com"; ObjectID = "tUe-gp-Aqd"; */
"tUe-gp-Aqd.text" = "test@example.com";
/* Class = "UITableViewSection"; footerTitle = "ID of a channel used for joining (localpart of a JID)"; ObjectID = "u6K-qu-Pf5"; */
"u6K-qu-Pf5.footerTitle" = "ID of a channel used for joining (localpart of a JID)";
/* Class = "UITableViewSection"; headerTitle = "Channel ID"; ObjectID = "u6K-qu-Pf5"; */
"u6K-qu-Pf5.headerTitle" = "Channel ID";
/* Class = "UINavigationItem"; title = "Blocked"; ObjectID = "uMJ-O9-BGV"; */
"uMJ-O9-BGV.title" = "Blocked";
/* Class = "UIBarButtonItem"; title = "Next"; ObjectID = "uX9-lh-BwU"; */
"uX9-lh-BwU.title" = "Next";
/* Class = "UITableViewSection"; headerTitle = "Channel name"; ObjectID = "vcg-og-awz"; */
"vcg-og-awz.headerTitle" = "Channel name";
/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "VkQ-fL-ON5"; */
"VkQ-fL-ON5.title" = "Item";
/* Class = "UINavigationItem"; title = "Create channel"; ObjectID = "Vna-Fa-6lB"; */
"Vna-Fa-6lB.title" = "Create channel";
/* Class = "UILabel"; text = "Invitation only"; ObjectID = "Xcj-Am-jtk"; */
"Xcj-Am-jtk.text" = "Invitation only";
/* Class = "UILabel"; text = "Title"; ObjectID = "zcF-H6-Z39"; */
"zcF-H6-Z39.text" = "Title";

View file

@ -0,0 +1,149 @@
/* Class = "UINavigationController"; title = "Settings"; ObjectID = "15C-WY-qrp"; */
"15C-WY-qrp.title" = "Settings";
/* Class = "UILabel"; text = "Request delivery receipts"; ObjectID = "32B-bc-CHX"; */
"32B-bc-CHX.text" = "Request delivery receipts";
/* Class = "UILabel"; text = "Show emoticons"; ObjectID = "3a8-1d-3PR"; */
"3a8-1d-3PR.text" = "Show emoticons";
/* Class = "UILabel"; text = "Notifications"; ObjectID = "3pd-ay-sAI"; */
"3pd-ay-sAI.text" = "Notifications";
/* Class = "UILabel"; text = "About"; ObjectID = "3vM-ad-4ap"; */
"3vM-ad-4ap.text" = "About";
/* Class = "UILabel"; text = "Account name"; ObjectID = "7ho-Mu-thd"; */
"7ho-Mu-thd.text" = "Account name";
/* Class = "UILabel"; text = "Title"; ObjectID = "7tC-Eh-kK5"; */
"7tC-Eh-kK5.text" = "Title";
/* Class = "UILabel"; text = "Media"; ObjectID = "8G3-tm-sCO"; */
"8G3-tm-sCO.text" = "Media";
/* Class = "UILabel"; text = "Enable markdown"; ObjectID = "8K5-bS-ddh"; */
"8K5-bS-ddh.text" = "Enable markdown";
/* Class = "UILabel"; text = "Encryption"; ObjectID = "9Gl-4Z-f2X"; */
"9Gl-4Z-f2X.text" = "Encryption";
/* Class = "UILabel"; text = "No blocked contacts"; ObjectID = "Aki-gv-qus"; */
"Aki-gv-qus.text" = "No blocked contacts";
/* Class = "UILabel"; text = "Photos quality"; ObjectID = "bbT-7s-6ph"; */
"bbT-7s-6ph.text" = "Photos quality";
/* Class = "UILabel"; text = "Send message on return"; ObjectID = "Bd4-qf-OsU"; */
"Bd4-qf-OsU.text" = "Send message on return";
/* Class = "UILabel"; text = "File download limit"; ObjectID = "bj6-vP-3A7"; */
"bj6-vP-3A7.text" = "File download limit";
/* Class = "UILabel"; text = "Videos quality"; ObjectID = "bKW-ln-Kez"; */
"bKW-ln-Kez.text" = "Videos quality";
/* Class = "UILabel"; text = "None"; ObjectID = "bPa-aU-WFn"; */
"bPa-aU-WFn.text" = "None";
/* Class = "UILabel"; text = "Use public STUN servers"; ObjectID = "BSa-RZ-M7L"; */
"BSa-RZ-M7L.text" = "Use public STUN servers";
/* Class = "UILabel"; text = "Contacts in groups"; ObjectID = "BSk-tI-BDM"; */
"BSk-tI-BDM.text" = "Contacts in groups";
/* Class = "UILabel"; text = "Notifications from unknown"; ObjectID = "cyb-st-Bmw"; */
"cyb-st-Bmw.text" = "Notifications from unknown";
/* Class = "UILabel"; text = "XMPP Quickstart / Pipelining"; ObjectID = "dbq-Tl-d6b"; */
"dbq-Tl-d6b.text" = "XMPP Quickstart / Pipelining";
/* Class = "UILabel"; text = "Chats"; ObjectID = "etv-3w-9lA"; */
"etv-3w-9lA.text" = "Chats";
/* Class = "UILabel"; text = "File sharing via HTTP"; ObjectID = "eZJ-fR-LPh"; */
"eZJ-fR-LPh.text" = "File sharing via HTTP";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "fB5-hb-x8m"; */
"fB5-hb-x8m.text" = "Subtitle";
/* Class = "UITableViewController"; title = "Experimental"; ObjectID = "FGQ-GL-dYt"; */
"FGQ-GL-dYt.title" = "Experimental";
/* Class = "UILabel"; text = "Appearance"; ObjectID = "fxY-aA-n0i"; */
"fxY-aA-n0i.text" = "Appearance";
/* Class = "UIBarButtonItem"; title = "Close"; ObjectID = "G2W-rB-KuE"; */
"G2W-rB-KuE.title" = "Close";
/* Class = "UILabel"; text = "2 lines"; ObjectID = "g4v-o5-nXZ"; */
"g4v-o5-nXZ.text" = "2 lines";
/* Class = "UITableViewController"; title = "Notification settings"; ObjectID = "GfS-6V-cuc"; */
"GfS-6V-cuc.title" = "Notification settings";
/* Class = "UILabel"; text = "Contacts"; ObjectID = "hGX-FI-YNj"; */
"hGX-FI-YNj.text" = "Contacts";
/* Class = "UILabel"; text = "Clear download cache"; ObjectID = "Hu1-2i-RSO"; */
"Hu1-2i-RSO.text" = "Clear download cache";
/* Class = "UILabel"; text = "Media"; ObjectID = "ieE-mK-uEm"; */
"ieE-mK-uEm.text" = "Media";
/* Class = "UILabel"; text = "Clear chat on close"; ObjectID = "ioL-eS-dDk"; */
"ioL-eS-dDk.text" = "Clear chat on close";
/* Class = "UINavigationItem"; title = "Settings"; ObjectID = "jeY-X9-tWB"; */
"jeY-X9-tWB.title" = "Settings";
/* Class = "UILabel"; text = "Light"; ObjectID = "L2t-Ud-Fkc"; */
"L2t-Ud-Fkc.text" = "Light";
/* Class = "UILabel"; text = "By presence and time"; ObjectID = "LAc-oF-22z"; */
"LAc-oF-22z.text" = "By presence and time";
/* Class = "UILabel"; text = "Auto-authorize contacts"; ObjectID = "MGl-L6-Fs3"; */
"MGl-L6-Fs3.text" = "Auto-authorize contacts";
/* Class = "UILabel"; text = "Blocked contacts"; ObjectID = "MJ0-kw-1Kl"; */
"MJ0-kw-1Kl.text" = "Blocked contacts";
/* Class = "UILabel"; text = "\"Hidden\" group"; ObjectID = "P82-B8-768"; */
"P82-B8-768.text" = "\"Hidden\" group";
/* Class = "UITableViewController"; title = "Chat settings"; ObjectID = "pFo-ox-4gT"; */
"pFo-ox-4gT.title" = "Chat settings";
/* Class = "UILabel"; text = "Message Styling"; ObjectID = "Qu4-Mf-tz4"; */
"Qu4-Mf-tz4.text" = "Message Styling";
/* Class = "UILabel"; text = "Groupchats bookmarks sync"; ObjectID = "Tbt-L3-jpa"; */
"Tbt-L3-jpa.text" = "Groupchats bookmarks sync";
/* Class = "UILabel"; text = "Medium"; ObjectID = "tqu-Xn-F0Z"; */
"tqu-Xn-F0Z.text" = "Medium";
/* Class = "UILabel"; text = "Medium"; ObjectID = "u45-W8-GP0"; */
"u45-W8-GP0.text" = "Medium";
/* Class = "UILabel"; text = "20 MB"; ObjectID = "UuL-li-3gA"; */
"UuL-li-3gA.text" = "20 MB";
/* Class = "UITableViewController"; title = "Contacts settings"; ObjectID = "xRS-v5-T5C"; */
"xRS-v5-T5C.title" = "Contacts settings";
/* Class = "UILabel"; text = "Sorting"; ObjectID = "Y0J-o4-ADK"; */
"Y0J-o4-ADK.text" = "Sorting";
/* Class = "UILabel"; text = "Status Type"; ObjectID = "Y3q-SX-IhN"; */
"Y3q-SX-IhN.text" = "Status Type";
/* Class = "UILabel"; text = "Show link previews"; ObjectID = "ybc-mt-hVG"; */
"ybc-mt-hVG.text" = "Show link previews";
/* Class = "UILabel"; text = "Experimental"; ObjectID = "YDd-q8-r7f"; */
"YDd-q8-r7f.text" = "Experimental";
/* Class = "UILabel"; text = "Message carbons"; ObjectID = "zwR-jn-5u6"; */
"zwR-jn-5u6.text" = "Message carbons";

View file

@ -0,0 +1,68 @@
/* Class = "UILabel"; text = "GHI"; ObjectID = "3AK-8A-Pb8"; */
"3AK-8A-Pb8.text" = "GHI";
/* Class = "UILabel"; text = "6"; ObjectID = "3o3-O7-VKn"; */
"3o3-O7-VKn.text" = "6";
/* Class = "UILabel"; text = "3"; ObjectID = "4GI-gL-K98"; */
"4GI-gL-K98.text" = "3";
/* Class = "UILabel"; text = "0"; ObjectID = "7f7-cm-34C"; */
"7f7-cm-34C.text" = "0";
/* Class = "UILabel"; text = "XYZ"; ObjectID = "bk6-Bq-pzY"; */
"bk6-Bq-pzY.text" = "XYZ";
/* Class = "UILabel"; text = "ABC"; ObjectID = "bPD-13-cpQ"; */
"bPD-13-cpQ.text" = "ABC";
/* Class = "UILabel"; text = "8"; ObjectID = "CoF-1U-yN4"; */
"CoF-1U-yN4.text" = "8";
/* Class = "UILabel"; text = "2"; ObjectID = "ddF-nO-S1A"; */
"ddF-nO-S1A.text" = "2";
/* Class = "UILabel"; text = "PQRS"; ObjectID = "flh-6y-zns"; */
"flh-6y-zns.text" = "PQRS";
/* Class = "UILabel"; text = "MNO"; ObjectID = "G84-mU-mWT"; */
"G84-mU-mWT.text" = "MNO";
/* Class = "UILabel"; text = "Calling John Doe..."; ObjectID = "i9e-aU-c5F"; */
"i9e-aU-c5F.text" = "Calling John Doe...";
/* Class = "UILabel"; text = "#"; ObjectID = "Kj7-HM-1eU"; */
"Kj7-HM-1eU.text" = "#";
/* Class = "UILabel"; text = "DEF"; ObjectID = "Kl5-ka-eb9"; */
"Kl5-ka-eb9.text" = "DEF";
/* Class = "UILabel"; text = "*"; ObjectID = "Liz-bC-Mnb"; */
"Liz-bC-Mnb.text" = "*";
/* Class = "UILabel"; text = "+"; ObjectID = "o93-nj-537"; */
"o93-nj-537.text" = "+";
/* Class = "UILabel"; text = "TUV"; ObjectID = "PKN-5m-zEF"; */
"PKN-5m-zEF.text" = "TUV";
/* Class = "UILabel"; text = "5"; ObjectID = "PTr-3K-fqE"; */
"PTr-3K-fqE.text" = "5";
/* Class = "UILabel"; text = "JKL"; ObjectID = "Q7k-d2-q0x"; */
"Q7k-d2-q0x.text" = "JKL";
/* Class = "UILabel"; text = "9"; ObjectID = "rDC-mF-Lhn"; */
"rDC-mF-Lhn.text" = "9";
/* Class = "UILabel"; text = "7"; ObjectID = "RHJ-lu-qdC"; */
"RHJ-lu-qdC.text" = "7";
/* Class = "UILabel"; text = "4"; ObjectID = "wgM-06-9Ik"; */
"wgM-06-9Ik.text" = "4";
/* Class = "UILabel"; text = " "; ObjectID = "XeF-nm-rTF"; */
"XeF-nm-rTF.text" = " ";
/* Class = "UILabel"; text = "1"; ObjectID = "XUJ-Gp-lqi"; */
"XUJ-Gp-lqi.text" = "1";

View file

@ -0,0 +1,11 @@
/* Class = "UIButton"; normalTitle = "Learn more"; ObjectID = "9Xm-uz-gIu"; */
"9Xm-uz-gIu.normalTitle" = "Learn more";
/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "i2u-OL-UUY"; */
"i2u-OL-UUY.title" = "Item";
/* Class = "UIButton"; normalTitle = "Sign in"; ObjectID = "is0-gN-a4J"; */
"is0-gN-a4J.normalTitle" = "Sign in";
/* Class = "UINavigationItem"; title = "Snikket"; ObjectID = "Pr0-Qp-NEQ"; */
"Pr0-Qp-NEQ.title" = "Snikket";

View file

@ -0,0 +1,143 @@
/* Class = "UILabel"; text = "add email"; ObjectID = "06Y-Cg-0Q3"; */
"06Y-Cg-0Q3.text" = "add email";
/* Class = "UILabel"; text = "Nickname"; ObjectID = "27D-rn-4zp"; */
"27D-rn-4zp.text" = "Nickname";
/* Class = "UITextField"; placeholder = "Country"; ObjectID = "4hs-GL-9fd"; */
"4hs-GL-9fd.placeholder" = "Country";
/* Class = "UILabel"; text = "Change account settings"; ObjectID = "70p-aF-3x5"; */
"70p-aF-3x5.text" = "Change account settings";
/* Class = "UILabel"; text = "Scan QR Code to add me as a buddy"; ObjectID = "7cH-MH-cya"; */
"7cH-MH-cya.text" = "Scan QR Code to add me as a buddy";
/* Class = "UITextField"; placeholder = "Required"; ObjectID = "7KN-S3-8XR"; */
"7KN-S3-8XR.placeholder" = "Required";
/* Class = "UITableViewSection"; headerTitle = "Message Archiving"; ObjectID = "9PW-Rb-rop"; */
"9PW-Rb-rop.headerTitle" = "Message Archiving";
/* Class = "UITableViewController"; title = "OMEMO fingerprints"; ObjectID = "A24-eF-tzh"; */
"A24-eF-tzh.title" = "OMEMO fingerprints";
/* Class = "UILabel"; text = "When in Away/XA/DND state"; ObjectID = "aKW-CM-bl2"; */
"aKW-CM-bl2.text" = "When in Away/XA/DND state";
/* Class = "UILabel"; text = "John Doe"; ObjectID = "bDD-UG-Fxr"; */
"bDD-UG-Fxr.text" = "John Doe";
/* Class = "UILabel"; text = "9dfacd3d 410d52bc 35f8e816 c7efc5b6 efe138e5 452a9e96 f30c2839 63b46241 "; ObjectID = "BE2-bI-S0Z"; */
"BE2-bI-S0Z.text" = "9dfacd3d 410d52bc 35f8e816 c7efc5b6 efe138e5 452a9e96 f30c2839 63b46241 ";
/* Class = "UITextField"; placeholder = "Type"; ObjectID = "Clb-vT-t5A"; */
"Clb-vT-t5A.placeholder" = "Type";
/* Class = "UITextField"; placeholder = "City"; ObjectID = "Cmz-iN-c4d"; */
"Cmz-iN-c4d.placeholder" = "City";
/* Class = "UITableViewSection"; headerTitle = "Encryption"; ObjectID = "Et5-H6-t7C"; */
"Et5-H6-t7C.headerTitle" = "Encryption";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "FeX-5F-H2m"; */
"FeX-5F-H2m.text" = "Subtitle";
/* Class = "UILabel"; text = "add address"; ObjectID = "fRX-fN-yOj"; */
"fRX-fN-yOj.text" = "add address";
/* Class = "UILabel"; text = "Synchronization"; ObjectID = "GNS-EF-AqY"; */
"GNS-EF-AqY.text" = "Synchronization";
/* Class = "UILabel"; text = "Enabled"; ObjectID = "GTa-Ee-HQT"; */
"GTa-Ee-HQT.text" = "Enabled";
/* Class = "UILabel"; text = "OMEMO fingerprint"; ObjectID = "gUr-GY-P3A"; */
"gUr-GY-P3A.text" = "OMEMO fingerprint";
/* Class = "UILabel"; text = "Delete"; ObjectID = "GWw-NK-6oU"; */
"GWw-NK-6oU.text" = "Delete";
/* Class = "UINavigationItem"; title = "Account settings"; ObjectID = "gzC-dB-kIF"; */
"gzC-dB-kIF.title" = "Account settings";
/* Class = "UILabel"; text = "Address"; ObjectID = "i2f-mN-qTd"; */
"i2f-mN-qTd.text" = "Address";
/* Class = "UIBarButtonItem"; title = "Done"; ObjectID = "ijD-Kb-uyj"; */
"ijD-Kb-uyj.title" = "Done";
/* Class = "UILabel"; text = "Automatic synchronization"; ObjectID = "J9o-cf-vMy"; */
"J9o-cf-vMy.text" = "Automatic synchronization";
/* Class = "UILabel"; text = "add phone"; ObjectID = "jAE-vq-Vfj"; */
"jAE-vq-Vfj.text" = "add phone";
/* Class = "UILabel"; text = "Detail"; ObjectID = "JkB-3h-A61"; */
"JkB-3h-A61.text" = "Detail";
/* Class = "UITextField"; placeholder = "Street"; ObjectID = "KgL-GY-IFp"; */
"KgL-GY-IFp.placeholder" = "Street";
/* Class = "UITableViewSection"; headerTitle = " Password"; ObjectID = "LO4-Ys-cek"; */
"LO4-Ys-cek.headerTitle" = " Password";
/* Class = "UIButton"; normalTitle = "Change avatar"; ObjectID = "Mo3-sc-7ss"; */
"Mo3-sc-7ss.normalTitle" = "Change avatar";
/* Class = "UITextField"; placeholder = "Type"; ObjectID = "NK4-tE-QSu"; */
"NK4-tE-QSu.placeholder" = "Type";
/* Class = "UITextField"; placeholder = "Code"; ObjectID = "NUu-KT-QM5"; */
"NUu-KT-QM5.placeholder" = "Code";
/* Class = "UITableViewSection"; headerTitle = "Push Notifications"; ObjectID = "PvC-LX-0Sp"; */
"PvC-LX-0Sp.headerTitle" = "Push Notifications";
/* Class = "UITextField"; placeholder = "user@domain.com"; ObjectID = "qTN-JT-Mcr"; */
"qTN-JT-Mcr.placeholder" = "user@domain.com";
/* Class = "UIBarButtonItem"; title = "Next"; ObjectID = "R0m-k2-q64"; */
"R0m-k2-q64.title" = "Next";
/* Class = "UITableViewSection"; footerTitle = "Enter your account JID"; ObjectID = "SKG-bP-NPK"; */
"SKG-bP-NPK.footerTitle" = "Enter your account JID";
/* Class = "UITableViewSection"; headerTitle = " XMPP ID"; ObjectID = "SKG-bP-NPK"; */
"SKG-bP-NPK.headerTitle" = " XMPP ID";
/* Class = "UITextField"; placeholder = "Phone number"; ObjectID = "T1r-DU-iqs"; */
"T1r-DU-iqs.placeholder" = "Phone number";
/* Class = "UILabel"; text = "Server features"; ObjectID = "t3T-uh-mob"; */
"t3T-uh-mob.text" = "Server features";
/* Class = "UITextField"; placeholder = "Type"; ObjectID = "UQ1-rc-tuY"; */
"UQ1-rc-tuY.placeholder" = "Type";
/* Class = "UITableViewSection"; headerTitle = "General"; ObjectID = "v8B-ee-zAk"; */
"v8B-ee-zAk.headerTitle" = "General";
/* Class = "UILabel"; text = "Company, Inc."; ObjectID = "vF4-tE-C74"; */
"vF4-tE-C74.text" = "Company, Inc.";
/* Class = "UILabel"; text = "Label"; ObjectID = "vjD-aw-Ugt"; */
"vjD-aw-Ugt.text" = "Label";
/* Class = "UILabel"; text = "Enabled"; ObjectID = "wbI-5v-vug"; */
"wbI-5v-vug.text" = "Enabled";
/* Class = "UITableViewController"; title = "Server Features"; ObjectID = "wW7-3f-Kck"; */
"wW7-3f-Kck.title" = "Server Features";
/* Class = "UILabel"; text = "Last 24 hours"; ObjectID = "XLZ-oR-88H"; */
"XLZ-oR-88H.text" = "Last 24 hours";
/* Class = "UITextField"; placeholder = "Email address"; ObjectID = "ynp-RE-XlY"; */
"ynp-RE-XlY.placeholder" = "Email address";
/* Class = "UILabel"; text = "Re-register push notifications"; ObjectID = "ZHc-Ml-5eX"; */
"ZHc-Ml-5eX.text" = "Re-register push notifications";
/* Class = "UILabel"; text = "Title"; ObjectID = "zhp-jp-Aoq"; */
"zhp-jp-Aoq.text" = "Title";

View file

@ -0,0 +1,68 @@
/* Class = "UILabel"; text = "Notifications"; ObjectID = "02f-aw-3Zd"; */
"02f-aw-3Zd.text" = "Notifications";
/* Class = "UITableViewSection"; headerTitle = " "; ObjectID = "2ZD-5S-4hK"; */
"2ZD-5S-4hK.headerTitle" = " ";
/* Class = "UILabel"; text = "Offline"; ObjectID = "54Z-E5-MZp"; */
"54Z-E5-MZp.text" = "Offline";
/* Class = "UITableViewSection"; headerTitle = " History"; ObjectID = "552-vb-Heg"; */
"552-vb-Heg.headerTitle" = " History";
/* Class = "UILabel"; text = "very long group name written here"; ObjectID = "az1-E9-Dy7"; */
"az1-E9-Dy7.text" = "very long group name written here";
/* Class = "UILabel"; text = "Label"; ObjectID = "BJz-HA-uv6"; */
"BJz-HA-uv6.text" = "Label";
/* Class = "UITableViewSection"; footerTitle = "Push notification support depends on the XMPP server which you are using and may not work in some cases even if it's supported and enabled on the group chat"; ObjectID = "bRu-vo-fpu"; */
"bRu-vo-fpu.footerTitle" = "Push notification support depends on the XMPP server which you are using and may not work in some cases even if it's supported and enabled on the group chat";
/* Class = "UITableViewSection"; headerTitle = " Settings"; ObjectID = "bRu-vo-fpu"; */
"bRu-vo-fpu.headerTitle" = " Settings";
/* Class = "UILabel"; text = "Encryption"; ObjectID = "DQk-sn-hKj"; */
"DQk-sn-hKj.text" = "Encryption";
/* Class = "UILabel"; text = "When mentioned"; ObjectID = "exK-ZH-jpA"; */
"exK-ZH-jpA.text" = "When mentioned";
/* Class = "UITableViewController"; title = "Room details"; ObjectID = "IGA-uE-mHb"; */
"IGA-uE-mHb.title" = "Room details";
/* Class = "UITableViewSection"; headerTitle = "Subject"; ObjectID = "iYv-zL-tZT"; */
"iYv-zL-tZT.headerTitle" = "Subject";
/* Class = "UILabel"; text = "Push notifications"; ObjectID = "jMz-qR-fJ6"; */
"jMz-qR-fJ6.text" = "Push notifications";
/* Class = "UILabel"; text = "Label"; ObjectID = "kFB-wJ-yDE"; */
"kFB-wJ-yDE.text" = "Label";
/* Class = "UILabel"; text = "Room name"; ObjectID = "lEG-rf-VV5"; */
"lEG-rf-VV5.text" = "Room name";
/* Class = "UILabel"; text = "When the value of this property is false, the queue actively starts operations that are in the queue and ready to execute."; ObjectID = "NK6-IG-GRa"; */
"NK6-IG-GRa.text" = "When the value of this property is false, the queue actively starts operations that are in the queue and ready to execute.";
/* Class = "UITableViewController"; title = "Invite to chat"; ObjectID = "SOJ-3n-8YB"; */
"SOJ-3n-8YB.title" = "Invite to chat";
/* Class = "UILabel"; text = "Label"; ObjectID = "t0j-TN-qOY"; */
"t0j-TN-qOY.text" = "Label";
/* Class = "UIViewController"; title = "Room Controller"; ObjectID = "uV2-vL-T54"; */
"uV2-vL-T54.title" = "Room Controller";
/* Class = "UILabel"; text = "Label"; ObjectID = "WaG-aF-FTg"; */
"WaG-aF-FTg.text" = "Label";
/* Class = "UILabel"; text = "Attachments"; ObjectID = "wBw-1J-Xau"; */
"wBw-1J-Xau.text" = "Attachments";
/* Class = "UILabel"; text = "Delete History"; ObjectID = "wNk-Ce-zfI"; */
"wNk-Ce-zfI.text" = "Delete History";
/* Class = "UILabel"; text = "None"; ObjectID = "YT2-1I-RlM"; */
"YT2-1I-RlM.text" = "None";

View file

@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>org.tigase.messenger.mobile.refresh</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Snikket</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Snikket</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>org.snikket.ios</string>
<key>CFBundleURLSchemes</key>
<array>
<string>xmpp</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>Uses camera to capture photo for avatar and for VoIP calls</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Allows you to share your location with others</string>
<key>NSMicrophoneUsageDescription</key>
<string>Uses microphone for VoIP calls</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Used to save attachements from conversations</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Used to select avatar</string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
<string>voip</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UIStatusBarTintParameters</key>
<dict>
<key>UINavigationBar</key>
<dict>
<key>Style</key>
<string>UIBarStyleDefault</string>
<key>Translucent</key>
<false/>
</dict>
</dict>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,564 @@
/* No comment provided by engineer. */
" server returned an error on the request to enable push notifications. You can try to enable this feature later on from the account settings." = " server returned an error on the request to enable push notifications. You can try to enable this feature later on from the account settings.";
/* Placeholder is the MBs Download Limit */
"%d MB" = "%d MB";
/* No comment provided by engineer. */
"(private message)" = "(private message)";
/* No comment provided by engineer. */
"1 line of preview" = "1 line of preview";
/* No comment provided by engineer. */
"Account removal" = "Account removal";
/* No comment provided by engineer. */
"Accounts" = "Accounts";
/* No comment provided by engineer. */
"Add account" = "Add account";
/* No comment provided by engineer. */
"Addresses" = "Addresses";
/* No comment provided by engineer. */
"All" = "All";
/* No comment provided by engineer. */
"All messages will be deleted and all participants will be kicked out. Are you sure?" = "All messages will be deleted and all participants will be kicked out. Are you sure?";
/* No comment provided by engineer. */
"Attachment" = "Attachment";
/* No comment provided by engineer. */
"Attachments" = "Attachments";
/* No comment provided by engineer. */
"Audio call" = "Audio call";
/* App Theme Type */
"Auto" = "Auto";
/* Status Option
Status Options */
"Automatic" = "Automatic";
/* Status Options */
"Away" = "Away";
/* No comment provided by engineer. */
"Ban user" = "Ban user";
/* No comment provided by engineer. */
"Banning user" = "Banning user";
/* No comment provided by engineer. */
"Be right back" = "Be right back";
/* No comment provided by engineer. */
"Before changing roster you need to connect to server. Do you wish to do this now?" = "Before changing roster you need to connect to server. Do you wish to do this now?";
/* Sorting Chat Messages */
"By availability and time" = "By availability and time";
/* No comment provided by engineer. */
"By name" = "By name";
/* No comment provided by engineer. */
"By status" = "By status";
/* Sorting Chat Messages */
"By time" = "By time";
/* No comment provided by engineer. */
"Call ended" = "Call ended";
/* No comment provided by engineer. */
"Call failed" = "Call failed";
/* No comment provided by engineer. */
"Cancel" = "Cancel";
/* No comment provided by engineer. */
"Change" = "Change";
/* No comment provided by engineer. */
"Change avatar" = "Change avatar";
/* No comment provided by engineer. */
"Change subject" = "Change subject";
/* No comment provided by engineer. */
"Channel destruction failed!" = "Channel destruction failed!";
/* Status Options */
"Chat" = "Chat";
/* No comment provided by engineer. */
"Clear History" = "Clear History";
/* No comment provided by engineer. */
"Close" = "Close";
/* No comment provided by engineer. */
"Connecting..." = "Connecting...";
/* No comment provided by engineer. */
"Continue" = "Continue";
/* No comment provided by engineer. */
"Could not delete account as it was not possible to connect to the XMPP server. Please try again later." = "Could not delete account as it was not possible to connect to the XMPP server. Please try again later.";
/* No comment provided by engineer. */
"Could not rename group chat. The server responded with an error:" = "Could not rename group chat. The server responded with an error:";
/* No comment provided by engineer. */
"Could not set group chat avatar. The server responded with an error:" = "Could not set group chat avatar. The server responded with an error:";
/* No comment provided by engineer. */
"Create" = "Create";
/* App Theme Type */
"Dark" = "Dark";
/* No comment provided by engineer. */
"Default" = "Default";
/* No comment provided by engineer. */
"Delete" = "Delete";
/* No comment provided by engineer. */
"Delete channel?" = "Delete channel?";
/* No comment provided by engineer. */
"Delete chat" = "Delete chat";
/* No comment provided by engineer. */
"Delete group chat?" = "Delete group chat?";
/* No comment provided by engineer. */
"Details" = "Details";
/* No comment provided by engineer. */
"Display" = "Display";
/* Status Options */
"Do not disturb" = "Do not disturb";
/* No comment provided by engineer. */
"Do you want to ban user" = "Do you want to ban user";
/* No comment provided by engineer. */
"Download storage" = "Download storage";
/* No comment provided by engineer. */
"Edit" = "Edit";
/* No comment provided by engineer. */
"Emails" = "Emails";
/* No comment provided by engineer. */
"Enable automatic message synchronization" = "Enable automatic message synchronization";
/* No comment provided by engineer. */
"Encryption" = "Encryption";
/* No comment provided by engineer. */
"Enter default nickname to use in chats" = "Enter default nickname to use in chats";
/* No comment provided by engineer. */
"Enter message to send to:" = "Enter message to send to:";
/* No comment provided by engineer. */
"Enter new name for group chat" = "Enter new name for group chat";
/* No comment provided by engineer. */
"Enter new subject for group chat" = "Enter new subject for group chat";
/* No comment provided by engineer. */
"Enter status message" = "Enter status message";
/* No comment provided by engineer. */
"Error" = "Error";
/* Status Options */
"Extended away" = "Extended away";
/* No comment provided by engineer. */
"Failure" = "Failure";
/* No comment provided by engineer. */
"Fingerprint of this device" = "Fingerprint of this device";
/* No comment provided by engineer. */
"Flush" = "Flush";
/* No comment provided by engineer. */
"For best experience it is suggested to enable Message Archving with automatic message synchronization of at least last 12 hours.\nDo you wish to do this now?" = "For best experience it is suggested to enable Message Archving with automatic message synchronization of at least last 12 hours.\nDo you wish to do this now?";
/* No comment provided by engineer. */
"Free for chat" = "Free for chat";
/* No comment provided by engineer. */
"General" = "General";
/* No comment provided by engineer. */
"History" = "History";
/* No comment provided by engineer. */
"If you don't know any XMPP server domain names, then select one of our trusted servers." = "If you don't know any XMPP server domain names, then select one of our trusted servers.";
/* No comment provided by engineer. */
"Info" = "Info";
/* No comment provided by engineer. */
"Invitation" = "Invitation";
/* No comment provided by engineer. */
"Invite" = "Invite";
/* No comment provided by engineer. */
"It was not possible to access camera or microphone. Please check privacy settings" = "It was not possible to access camera or microphone. Please check privacy settings";
/* No comment provided by engineer. */
"It was not possible to access camera. Please check in privacy settings that you have granted Snikket access to the camera." = "It was not possible to access camera. Please check in privacy settings that you have granted Snikket access to the camera.";
/* No comment provided by engineer. */
"It was not possible to contact XMPP server and sign in." = "It was not possible to contact XMPP server and sign in.";
/* No comment provided by engineer. */
"It was not possible to destroy channel %@. Server returned an error:" = "It was not possible to destroy channel %@. Server returned an error:";
/* No comment provided by engineer. */
"It was not possible to establish call" = "It was not possible to establish call";
/* No comment provided by engineer. */
"Join group chat" = "Join group chat";
/* No comment provided by engineer. */
"Joined" = "Joined";
/* No comment provided by engineer. */
"Joining..." = "Joining...";
/* No comment provided by engineer. */
"Key not generated!" = "Key not generated!";
/* Placeholder is number of days */
"Last %d days" = "Last %d days";
/* Placeholder is hours value */
"Last %d hours" = "Last %d hours";
/* No comment provided by engineer. */
"Leave chat" = "Leave chat";
/* App Theme Type */
"Light" = "Light";
/* No comment provided by engineer. */
"Limits the size of the files sent to you which may be automatically downloaded" = "Limits the size of the files sent to you which may be automatically downloaded";
/* No comment provided by engineer. */
"lines of preview" = "lines of preview";
/* No comment provided by engineer. */
"List of Messages" = "List of Messages";
/* No comment provided by engineer. */
"Login and password do not match." = "Login and password do not match.";
/* No comment provided by engineer. */
"Media" = "Media";
/* No comment provided by engineer. */
"Member" = "Member";
/* No comment provided by engineer. */
"Message Archiving" = "Message Archiving";
/* No comment provided by engineer. */
"Message Archiving Error" = "Message Archiving Error";
/* No comment provided by engineer. */
"Message Synchronization" = "Message Synchronization";
/* No comment provided by engineer. */
"Messages" = "Messages";
/* No comment provided by engineer. */
"Name" = "Name";
/* No comment provided by engineer. */
"New call..." = "New call...";
/* No comment provided by engineer. */
"New private group chat" = "New private group chat";
/* No comment provided by engineer. */
"New public group chat" = "New public group chat";
/* No comment provided by engineer. */
"Nickname" = "Nickname";
/* No comment provided by engineer. */
"No" = "No";
/* No comment provided by engineer. */
"No attachments" = "No attachments";
/* No comment provided by engineer. */
"No messages yet. Say hi!" = "No messages yet. Say hi!";
/* No comment provided by engineer. */
"NONE" = "NONE";
/* No comment provided by engineer. */
"None" = "None";
/* No comment provided by engineer. */
"Not connected!" = "Not connected!";
/* No comment provided by engineer. */
"Not Joined" = "Not Joined";
/* No comment provided by engineer. */
"Nothing" = "Nothing";
/* No comment provided by engineer. */
"Offline" = "Offline";
/* No comment provided by engineer. */
"OK" = "OK";
/* No comment provided by engineer. */
"Older than 7 days" = "Older than 7 days";
/* No comment provided by engineer. */
"OMEMO" = "OMEMO";
/* Status Options */
"Online" = "Online";
/* No comment provided by engineer. */
"Operation timed out" = "Operation timed out";
/* No comment provided by engineer. */
"Original quality will share image in the format in which it is stored on your phone and it may not be supported by every device." = "Original quality will share image in the format in which it is stored on your phone and it may not be supported by every device.";
/* No comment provided by engineer. */
"Original quality will share video in the format in which video is stored on your phone and it may not be supported by every device." = "Original quality will share video in the format in which video is stored on your phone and it may not be supported by every device.";
/* No comment provided by engineer. */
"Other devices fingerprints" = "Other devices fingerprints";
/* No comment provided by engineer. */
"Phones" = "Phones";
/* No comment provided by engineer. */
"Please try again!" = "Please try again!";
/* No comment provided by engineer. */
"Preferred domain name" = "Preferred domain name";
/* No comment provided by engineer. */
"Private message" = "Private message";
/* No comment provided by engineer. */
"Provided values are not acceptable" = "Provided values are not acceptable";
/* No comment provided by engineer. */
"Push Notifications" = "Push Notifications";
/* No comment provided by engineer. */
"Push notifications" = "Push notifications";
/* No comment provided by engineer. */
"Push notifications are enabled for %@. They need to be disabled before account can be removed and it is not possible to at this time. Please try again later." = "Push notifications are enabled for %@. They need to be disabled before account can be removed and it is not possible to at this time. Please try again later.";
/* No comment provided by engineer. */
"Push Notifications Error" = "Push Notifications Error";
/* No comment provided by engineer. */
"Quality of uploaded media" = "Quality of uploaded media";
/* No comment provided by engineer. */
"Register" = "Register";
/* No comment provided by engineer. */
"Registration failure" = "Registration failure";
/* No comment provided by engineer. */
"Registration is not supported by this server" = "Registration is not supported by this server";
/* No comment provided by engineer. */
"Remove account from application?" = "Remove account from application?";
/* No comment provided by engineer. */
"Remove from application" = "Remove from application";
/* No comment provided by engineer. */
"Remove from server" = "Remove from server";
/* No comment provided by engineer. */
"Rename" = "Rename";
/* No comment provided by engineer. */
"Rename chat" = "Rename chat";
/* No comment provided by engineer. */
"Report" = "Report";
/* No comment provided by engineer. */
"Report and Block" = "Report and Block";
/* No comment provided by engineer. */
"Report Contact" = "Report Contact";
/* No comment provided by engineer. */
"Reported" = "Reported";
/* No comment provided by engineer. */
"Reporting..." = "Reporting...";
/* No comment provided by engineer. */
"Resend" = "Resend";
/* No comment provided by engineer. */
"Ringing..." = "Ringing...";
/* No comment provided by engineer. */
"Save" = "Save";
/* No comment provided by engineer. */
"Scanned QR code is not valid for Snikket." = "Scanned QR code is not valid for Snikket.";
/* No comment provided by engineer. */
"Search channels" = "Search channels";
/* No comment provided by engineer. */
"Select photo" = "Select photo";
/* No comment provided by engineer. */
"Select quality of the image to use for sharing" = "Select quality of the image to use for sharing";
/* No comment provided by engineer. */
"Select quality of the video to use for sharing" = "Select quality of the video to use for sharing";
/* No comment provided by engineer. */
"Select status" = "Select status";
/* No comment provided by engineer. */
"Send" = "Send";
/* No comment provided by engineer. */
"Send Current Location" = "Send Current Location";
/* No comment provided by engineer. */
"Send message" = "Send message";
/* No comment provided by engineer. */
"Send Pin Location" = "Send Pin Location";
/* No comment provided by engineer. */
"Server did not respond on registration request" = "Server did not respond on registration request";
/* No comment provided by engineer. */
"server returned an error on the request to enable archiving. You can try to enable this feature later on from the account settings." = "server returned an error on the request to enable archiving. You can try to enable this feature later on from the account settings.";
/* No comment provided by engineer. */
"Server returned an error:" = "Server returned an error:";
/* No comment provided by engineer. */
"Server returned error" = "Server returned error";
/* No comment provided by engineer. */
"Server returned error:" = "Server returned error:";
/* No comment provided by engineer. */
"Service is not available at this time." = "Service is not available at this time.";
/* No comment provided by engineer. */
"Set" = "Set";
/* No comment provided by engineer. */
"Settings" = "Settings";
/* No comment provided by engineer. */
"Should account be removed from server as well?" = "Should account be removed from server as well?";
/* No comment provided by engineer. */
"Snikket can be automatically notified by compatible XMPP servers about new messages when it is in background or stopped.\nIf enabled, notifications about new messages will be forwarded to our push component and delivered to the device. These notifications may contain message senders jid and part of a message.\nDo you want to enable push notifications?" = "Snikket can be automatically notified by compatible XMPP servers about new messages when it is in background or stopped.\nIf enabled, notifications about new messages will be forwarded to our push component and delivered to the device. These notifications may contain message senders jid and part of a message.\nDo you want to enable push notifications?";
/* No comment provided by engineer. */
"Status" = "Status";
/* No comment provided by engineer. */
"Take photo" = "Take photo";
/* No comment provided by engineer. */
"The user will be reported and any calls, messages and status updates from them will be blocked." = "The user will be reported and any calls, messages and status updates from them will be blocked.";
/* No comment provided by engineer. */
"This room is not capable of sending encrypted messages. Please change encryption settings to be able to send messages" = "This room is not capable of sending encrypted messages. Please change encryption settings to be able to send messages";
/* No comment provided by engineer. */
"This will delete all the message history for this chat. Continue?" = "This will delete all the message history for this chat. Continue?";
/* No comment provided by engineer. */
"Trusted servers" = "Trusted servers";
/* No comment provided by engineer. */
"Unblock" = "Unblock";
/* No comment provided by engineer. */
"Unkown error occured" = "Unkown error occured";
/* No comment provided by engineer. */
"Unlimited" = "Unlimited";
/* No comment provided by engineer. */
"Used image and video quality may impact storage and network usage" = "Used image and video quality may impact storage and network usage";
/* No comment provided by engineer. */
"User with provided username already exists" = "User with provided username already exists";
/* No comment provided by engineer. */
"using" = "using";
/* No comment provided by engineer. */
"Video call" = "Video call";
/* No comment provided by engineer. */
"Warning" = "Warning";
/* Placeholder is the Number in MBs */
"We are using %d MB of storage." = "We are using %d MB of storage.";
/* No comment provided by engineer. */
"When you share files using HTTP, they are uploaded to HTTP server with unique URL. Anyone who knows the unique URL to the file is able to download it.\nDo you wish to enable?" = "When you share files using HTTP, they are uploaded to HTTP server with unique URL. Anyone who knows the unique URL to the file is able to download it.\nDo you wish to enable?";
/* No comment provided by engineer. */
"Yes" = "Yes";
/* No comment provided by engineer. */
"Yesterday" = "Yesterday";
/* No comment provided by engineer. */
"You are invited to join conversation at" = "You are invited to join conversation at";
/* No comment provided by engineer. */
"You are leaving the group chat" = "You are leaving the group chat";
/* No comment provided by engineer. */
"You are not connected to room.\nPlease wait reconnection to room" = "You are not connected to room.\nPlease wait reconnection to room";
/* No comment provided by engineer. */
"You are not joined to the channel." = "You are not joined to the channel.";
/* Placeholder is the Group Name */
"You've left there room %@ and push notifications for this room were disabled!\nYou may need to reenable them on other devices." = "You've left there room %@ and push notifications for this room were disabled!\nYou may need to reenable them on other devices.";
/* No comment provided by engineer. */
"Your Name" = "Your Name";

View file

@ -0,0 +1,167 @@
/* Class = "UILabel"; text = "Title"; ObjectID = "14i-9k-DTf"; */
"14i-9k-DTf.text" = "Title";
/* Class = "UITextField"; placeholder = "Automatic"; ObjectID = "19A-3H-7QN"; */
"19A-3H-7QN.placeholder" = "Automatic";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "491-DV-e2a"; */
"491-DV-e2a.text" = "Subtitle";
/* Class = "UITableViewSection"; headerTitle = "Select Account"; ObjectID = "4lS-sP-X2v"; */
"4lS-sP-X2v.headerTitle" = "Select Account";
/* Class = "UILabel"; text = "When mentioned"; ObjectID = "4mY-vJ-rHP"; */
"4mY-vJ-rHP.text" = "When mentioned";
/* Class = "UILabel"; text = "Use MIX"; ObjectID = "4P1-zT-Par"; */
"4P1-zT-Par.text" = "Use MIX";
/* Class = "UITableViewSection"; footerTitle = "Enter domain name of a component with channel or leave blank to automatically detect components with channels"; ObjectID = "94L-uC-ldZ"; */
"94L-uC-ldZ.footerTitle" = "Enter domain name of a component with channel or leave blank to automatically detect components with channels";
/* Class = "UITableViewSection"; headerTitle = "Component domain"; ObjectID = "94L-uC-ldZ"; */
"94L-uC-ldZ.headerTitle" = "Component domain";
/* Class = "UITableViewSection"; headerTitle = " "; ObjectID = "aFn-uB-myu"; */
"aFn-uB-myu.headerTitle" = " ";
/* Class = "UITableViewSection"; headerTitle = "Experimental"; ObjectID = "aqR-Sm-2re"; */
"aqR-Sm-2re.headerTitle" = "Experimental";
/* Class = "UILabel"; text = "Offline"; ObjectID = "bRP-ZF-wlT"; */
"bRP-ZF-wlT.text" = "Offline";
/* Class = "UINavigationItem"; title = "Select channel"; ObjectID = "C5U-9C-poe"; */
"C5U-9C-poe.title" = "Select channel";
/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "cv8-VS-8c6"; */
"cv8-VS-8c6.title" = "Item";
/* Class = "UILabel"; text = "Notifications"; ObjectID = "fFa-pN-ndo"; */
"fFa-pN-ndo.text" = "Notifications";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "frK-mh-cjn"; */
"frK-mh-cjn.text" = "Subtitle";
/* Class = "UILabel"; text = "Room name"; ObjectID = "gBT-qM-eUt"; */
"gBT-qM-eUt.text" = "Room name";
/* Class = "UITextField"; placeholder = "required"; ObjectID = "gNa-Cz-T88"; */
"gNa-Cz-T88.placeholder" = "required";
/* Class = "UILabel"; text = "Title"; ObjectID = "Gxx-ac-Co4"; */
"Gxx-ac-Co4.text" = "Title";
/* Class = "UILabel"; text = "Title"; ObjectID = "hOB-gk-g82"; */
"hOB-gk-g82.text" = "Title";
/* Class = "UITextField"; placeholder = "optional"; ObjectID = "Jiu-Fd-AsM"; */
"Jiu-Fd-AsM.placeholder" = "optional";
/* Class = "UITextField"; placeholder = "required"; ObjectID = "kD7-lz-IEK"; */
"kD7-lz-IEK.placeholder" = "required";
/* Class = "UITableViewController"; title = "Channel details"; ObjectID = "ke4-WK-unt"; */
"ke4-WK-unt.title" = "Channel details";
/* Class = "UIBarButtonItem"; title = "Invite"; ObjectID = "Kre-sS-2vH"; */
"Kre-sS-2vH.title" = "Invite";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "L9j-Ji-XrB"; */
"L9j-Ji-XrB.text" = "Subtitle";
/* Class = "UILabel"; text = "Title"; ObjectID = "lD0-pX-s2D"; */
"lD0-pX-s2D.text" = "Title";
/* Class = "UIViewController"; title = "Channel Controller"; ObjectID = "lfo-Uw-gL1"; */
"lfo-Uw-gL1.title" = "Channel Controller";
/* Class = "UILabel"; text = "Channel description"; ObjectID = "mpC-5r-OOo"; */
"mpC-5r-OOo.text" = "Channel description";
/* Class = "UITextField"; placeholder = "Description"; ObjectID = "MsF-6z-TY3"; */
"MsF-6z-TY3.placeholder" = "Description";
/* Class = "UINavigationItem"; title = "Participants"; ObjectID = "mW8-st-X8N"; */
"mW8-st-X8N.title" = "Participants";
/* Class = "UITableViewSection"; headerTitle = "Access"; ObjectID = "mXt-Xt-Bj5"; */
"mXt-Xt-Bj5.headerTitle" = "Access";
/* Class = "UITableViewSection"; headerTitle = " "; ObjectID = "Ngp-xJ-0lZ"; */
"Ngp-xJ-0lZ.headerTitle" = " ";
/* Class = "UILabel"; text = "Attachments"; ObjectID = "NWM-d4-jmq"; */
"NWM-d4-jmq.text" = "Attachments";
/* Class = "UITableViewSection"; headerTitle = "Nickname"; ObjectID = "NyO-PD-t9d"; */
"NyO-PD-t9d.headerTitle" = "Nickname";
/* Class = "UILabel"; text = "Delete channel"; ObjectID = "O9e-sP-5IO"; */
"O9e-sP-5IO.text" = "Delete channel";
/* Class = "UITextField"; placeholder = "required"; ObjectID = "oIZ-xz-SzZ"; */
"oIZ-xz-SzZ.placeholder" = "required";
/* Class = "UILabel"; text = "Channel name"; ObjectID = "P5r-af-VfY"; */
"P5r-af-VfY.text" = "Channel name";
/* Class = "UIBarButtonItem"; title = "Join"; ObjectID = "Pgv-Uz-ZgP"; */
"Pgv-Uz-ZgP.title" = "Join";
/* Class = "UIBarButtonItem"; title = "Create"; ObjectID = "pZC-YZ-jlg"; */
"pZC-YZ-jlg.title" = "Create";
/* Class = "UITableViewSection"; headerTitle = "Password"; ObjectID = "qB9-Eq-3RT"; */
"qB9-Eq-3RT.headerTitle" = "Password";
/* Class = "UITextField"; placeholder = "Name"; ObjectID = "r60-FV-hoE"; */
"r60-FV-hoE.placeholder" = "Name";
/* Class = "UILabel"; text = "Change"; ObjectID = "Sso-1F-PI3"; */
"Sso-1F-PI3.text" = "Change";
/* Class = "UITableViewSection"; footerTitle = "Select which account should be used to join channel"; ObjectID = "SUF-pg-qbn"; */
"SUF-pg-qbn.footerTitle" = "Select which account should be used to join channel";
/* Class = "UITableViewSection"; headerTitle = "Account"; ObjectID = "SUF-pg-qbn"; */
"SUF-pg-qbn.headerTitle" = "Account";
/* Class = "UITableViewSection"; footerTitle = "Notification support and filtering depends on the XMPP server which you are using and may not work in some cases even if it's enabled here."; ObjectID = "Ta8-dG-cwn"; */
"Ta8-dG-cwn.footerTitle" = "Notification support and filtering depends on the XMPP server which you are using and may not work in some cases even if it's enabled here.";
/* Class = "UITableViewSection"; headerTitle = " Settings"; ObjectID = "Ta8-dG-cwn"; */
"Ta8-dG-cwn.headerTitle" = " Settings";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "TOR-gJ-n2M"; */
"TOR-gJ-n2M.text" = "Subtitle";
/* Class = "UITextField"; text = "test@example.com"; ObjectID = "tUe-gp-Aqd"; */
"tUe-gp-Aqd.text" = "test@example.com";
/* Class = "UITableViewSection"; footerTitle = "ID of a channel used for joining (localpart of a JID)"; ObjectID = "u6K-qu-Pf5"; */
"u6K-qu-Pf5.footerTitle" = "ID of a channel used for joining (localpart of a JID)";
/* Class = "UITableViewSection"; headerTitle = "Channel ID"; ObjectID = "u6K-qu-Pf5"; */
"u6K-qu-Pf5.headerTitle" = "Channel ID";
/* Class = "UINavigationItem"; title = "Blocked"; ObjectID = "uMJ-O9-BGV"; */
"uMJ-O9-BGV.title" = "Blocked";
/* Class = "UIBarButtonItem"; title = "Next"; ObjectID = "uX9-lh-BwU"; */
"uX9-lh-BwU.title" = "Next";
/* Class = "UITableViewSection"; headerTitle = "Channel name"; ObjectID = "vcg-og-awz"; */
"vcg-og-awz.headerTitle" = "Channel name";
/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "VkQ-fL-ON5"; */
"VkQ-fL-ON5.title" = "Item";
/* Class = "UINavigationItem"; title = "Create channel"; ObjectID = "Vna-Fa-6lB"; */
"Vna-Fa-6lB.title" = "Create channel";
/* Class = "UILabel"; text = "Invitation only"; ObjectID = "Xcj-Am-jtk"; */
"Xcj-Am-jtk.text" = "Invitation only";
/* Class = "UILabel"; text = "Title"; ObjectID = "zcF-H6-Z39"; */
"zcF-H6-Z39.text" = "Title";

View file

@ -0,0 +1,149 @@
/* Class = "UINavigationController"; title = "Settings"; ObjectID = "15C-WY-qrp"; */
"15C-WY-qrp.title" = "Settings";
/* Class = "UILabel"; text = "Request delivery receipts"; ObjectID = "32B-bc-CHX"; */
"32B-bc-CHX.text" = "Request delivery receipts";
/* Class = "UILabel"; text = "Show emoticons"; ObjectID = "3a8-1d-3PR"; */
"3a8-1d-3PR.text" = "Show emoticons";
/* Class = "UILabel"; text = "Notifications"; ObjectID = "3pd-ay-sAI"; */
"3pd-ay-sAI.text" = "Notifications";
/* Class = "UILabel"; text = "About"; ObjectID = "3vM-ad-4ap"; */
"3vM-ad-4ap.text" = "About";
/* Class = "UILabel"; text = "Account name"; ObjectID = "7ho-Mu-thd"; */
"7ho-Mu-thd.text" = "Account name";
/* Class = "UILabel"; text = "Title"; ObjectID = "7tC-Eh-kK5"; */
"7tC-Eh-kK5.text" = "Title";
/* Class = "UILabel"; text = "Media"; ObjectID = "8G3-tm-sCO"; */
"8G3-tm-sCO.text" = "Media";
/* Class = "UILabel"; text = "Enable markdown"; ObjectID = "8K5-bS-ddh"; */
"8K5-bS-ddh.text" = "Enable markdown";
/* Class = "UILabel"; text = "Encryption"; ObjectID = "9Gl-4Z-f2X"; */
"9Gl-4Z-f2X.text" = "Encryption";
/* Class = "UILabel"; text = "No blocked contacts"; ObjectID = "Aki-gv-qus"; */
"Aki-gv-qus.text" = "No blocked contacts";
/* Class = "UILabel"; text = "Photos quality"; ObjectID = "bbT-7s-6ph"; */
"bbT-7s-6ph.text" = "Photos quality";
/* Class = "UILabel"; text = "Send message on return"; ObjectID = "Bd4-qf-OsU"; */
"Bd4-qf-OsU.text" = "Send message on return";
/* Class = "UILabel"; text = "File download limit"; ObjectID = "bj6-vP-3A7"; */
"bj6-vP-3A7.text" = "File download limit";
/* Class = "UILabel"; text = "Videos quality"; ObjectID = "bKW-ln-Kez"; */
"bKW-ln-Kez.text" = "Videos quality";
/* Class = "UILabel"; text = "None"; ObjectID = "bPa-aU-WFn"; */
"bPa-aU-WFn.text" = "None";
/* Class = "UILabel"; text = "Use public STUN servers"; ObjectID = "BSa-RZ-M7L"; */
"BSa-RZ-M7L.text" = "Use public STUN servers";
/* Class = "UILabel"; text = "Contacts in groups"; ObjectID = "BSk-tI-BDM"; */
"BSk-tI-BDM.text" = "Contacts in groups";
/* Class = "UILabel"; text = "Notifications from unknown"; ObjectID = "cyb-st-Bmw"; */
"cyb-st-Bmw.text" = "Notifications from unknown";
/* Class = "UILabel"; text = "XMPP Quickstart / Pipelining"; ObjectID = "dbq-Tl-d6b"; */
"dbq-Tl-d6b.text" = "XMPP Quickstart / Pipelining";
/* Class = "UILabel"; text = "Chats"; ObjectID = "etv-3w-9lA"; */
"etv-3w-9lA.text" = "Chats";
/* Class = "UILabel"; text = "File sharing via HTTP"; ObjectID = "eZJ-fR-LPh"; */
"eZJ-fR-LPh.text" = "File sharing via HTTP";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "fB5-hb-x8m"; */
"fB5-hb-x8m.text" = "Subtitle";
/* Class = "UITableViewController"; title = "Experimental"; ObjectID = "FGQ-GL-dYt"; */
"FGQ-GL-dYt.title" = "Experimental";
/* Class = "UILabel"; text = "Appearance"; ObjectID = "fxY-aA-n0i"; */
"fxY-aA-n0i.text" = "Appearance";
/* Class = "UIBarButtonItem"; title = "Close"; ObjectID = "G2W-rB-KuE"; */
"G2W-rB-KuE.title" = "Close";
/* Class = "UILabel"; text = "2 lines"; ObjectID = "g4v-o5-nXZ"; */
"g4v-o5-nXZ.text" = "2 lines";
/* Class = "UITableViewController"; title = "Notification settings"; ObjectID = "GfS-6V-cuc"; */
"GfS-6V-cuc.title" = "Notification settings";
/* Class = "UILabel"; text = "Contacts"; ObjectID = "hGX-FI-YNj"; */
"hGX-FI-YNj.text" = "Contacts";
/* Class = "UILabel"; text = "Clear download cache"; ObjectID = "Hu1-2i-RSO"; */
"Hu1-2i-RSO.text" = "Clear download cache";
/* Class = "UILabel"; text = "Media"; ObjectID = "ieE-mK-uEm"; */
"ieE-mK-uEm.text" = "Media";
/* Class = "UILabel"; text = "Clear chat on close"; ObjectID = "ioL-eS-dDk"; */
"ioL-eS-dDk.text" = "Clear chat on close";
/* Class = "UINavigationItem"; title = "Settings"; ObjectID = "jeY-X9-tWB"; */
"jeY-X9-tWB.title" = "Settings";
/* Class = "UILabel"; text = "Light"; ObjectID = "L2t-Ud-Fkc"; */
"L2t-Ud-Fkc.text" = "Light";
/* Class = "UILabel"; text = "By presence and time"; ObjectID = "LAc-oF-22z"; */
"LAc-oF-22z.text" = "By presence and time";
/* Class = "UILabel"; text = "Auto-authorize contacts"; ObjectID = "MGl-L6-Fs3"; */
"MGl-L6-Fs3.text" = "Auto-authorize contacts";
/* Class = "UILabel"; text = "Blocked contacts"; ObjectID = "MJ0-kw-1Kl"; */
"MJ0-kw-1Kl.text" = "Blocked contacts";
/* Class = "UILabel"; text = "\"Hidden\" group"; ObjectID = "P82-B8-768"; */
"P82-B8-768.text" = "\"Hidden\" group";
/* Class = "UITableViewController"; title = "Chat settings"; ObjectID = "pFo-ox-4gT"; */
"pFo-ox-4gT.title" = "Chat settings";
/* Class = "UILabel"; text = "Message Styling"; ObjectID = "Qu4-Mf-tz4"; */
"Qu4-Mf-tz4.text" = "Message Styling";
/* Class = "UILabel"; text = "Groupchats bookmarks sync"; ObjectID = "Tbt-L3-jpa"; */
"Tbt-L3-jpa.text" = "Groupchats bookmarks sync";
/* Class = "UILabel"; text = "Medium"; ObjectID = "tqu-Xn-F0Z"; */
"tqu-Xn-F0Z.text" = "Medium";
/* Class = "UILabel"; text = "Medium"; ObjectID = "u45-W8-GP0"; */
"u45-W8-GP0.text" = "Medium";
/* Class = "UILabel"; text = "20 MB"; ObjectID = "UuL-li-3gA"; */
"UuL-li-3gA.text" = "20 MB";
/* Class = "UITableViewController"; title = "Contacts settings"; ObjectID = "xRS-v5-T5C"; */
"xRS-v5-T5C.title" = "Contacts settings";
/* Class = "UILabel"; text = "Sorting"; ObjectID = "Y0J-o4-ADK"; */
"Y0J-o4-ADK.text" = "Sorting";
/* Class = "UILabel"; text = "Status Type"; ObjectID = "Y3q-SX-IhN"; */
"Y3q-SX-IhN.text" = "Status Type";
/* Class = "UILabel"; text = "Show link previews"; ObjectID = "ybc-mt-hVG"; */
"ybc-mt-hVG.text" = "Show link previews";
/* Class = "UILabel"; text = "Experimental"; ObjectID = "YDd-q8-r7f"; */
"YDd-q8-r7f.text" = "Experimental";
/* Class = "UILabel"; text = "Message carbons"; ObjectID = "zwR-jn-5u6"; */
"zwR-jn-5u6.text" = "Message carbons";

View file

@ -0,0 +1,68 @@
/* Class = "UILabel"; text = "GHI"; ObjectID = "3AK-8A-Pb8"; */
"3AK-8A-Pb8.text" = "GHI";
/* Class = "UILabel"; text = "6"; ObjectID = "3o3-O7-VKn"; */
"3o3-O7-VKn.text" = "6";
/* Class = "UILabel"; text = "3"; ObjectID = "4GI-gL-K98"; */
"4GI-gL-K98.text" = "3";
/* Class = "UILabel"; text = "0"; ObjectID = "7f7-cm-34C"; */
"7f7-cm-34C.text" = "0";
/* Class = "UILabel"; text = "XYZ"; ObjectID = "bk6-Bq-pzY"; */
"bk6-Bq-pzY.text" = "XYZ";
/* Class = "UILabel"; text = "ABC"; ObjectID = "bPD-13-cpQ"; */
"bPD-13-cpQ.text" = "ABC";
/* Class = "UILabel"; text = "8"; ObjectID = "CoF-1U-yN4"; */
"CoF-1U-yN4.text" = "8";
/* Class = "UILabel"; text = "2"; ObjectID = "ddF-nO-S1A"; */
"ddF-nO-S1A.text" = "2";
/* Class = "UILabel"; text = "PQRS"; ObjectID = "flh-6y-zns"; */
"flh-6y-zns.text" = "PQRS";
/* Class = "UILabel"; text = "MNO"; ObjectID = "G84-mU-mWT"; */
"G84-mU-mWT.text" = "MNO";
/* Class = "UILabel"; text = "Calling John Doe..."; ObjectID = "i9e-aU-c5F"; */
"i9e-aU-c5F.text" = "Calling John Doe...";
/* Class = "UILabel"; text = "#"; ObjectID = "Kj7-HM-1eU"; */
"Kj7-HM-1eU.text" = "#";
/* Class = "UILabel"; text = "DEF"; ObjectID = "Kl5-ka-eb9"; */
"Kl5-ka-eb9.text" = "DEF";
/* Class = "UILabel"; text = "*"; ObjectID = "Liz-bC-Mnb"; */
"Liz-bC-Mnb.text" = "*";
/* Class = "UILabel"; text = "+"; ObjectID = "o93-nj-537"; */
"o93-nj-537.text" = "+";
/* Class = "UILabel"; text = "TUV"; ObjectID = "PKN-5m-zEF"; */
"PKN-5m-zEF.text" = "TUV";
/* Class = "UILabel"; text = "5"; ObjectID = "PTr-3K-fqE"; */
"PTr-3K-fqE.text" = "5";
/* Class = "UILabel"; text = "JKL"; ObjectID = "Q7k-d2-q0x"; */
"Q7k-d2-q0x.text" = "JKL";
/* Class = "UILabel"; text = "9"; ObjectID = "rDC-mF-Lhn"; */
"rDC-mF-Lhn.text" = "9";
/* Class = "UILabel"; text = "7"; ObjectID = "RHJ-lu-qdC"; */
"RHJ-lu-qdC.text" = "7";
/* Class = "UILabel"; text = "4"; ObjectID = "wgM-06-9Ik"; */
"wgM-06-9Ik.text" = "4";
/* Class = "UILabel"; text = " "; ObjectID = "XeF-nm-rTF"; */
"XeF-nm-rTF.text" = " ";
/* Class = "UILabel"; text = "1"; ObjectID = "XUJ-Gp-lqi"; */
"XUJ-Gp-lqi.text" = "1";

View file

@ -0,0 +1,11 @@
/* Class = "UIButton"; normalTitle = "Learn more"; ObjectID = "9Xm-uz-gIu"; */
"9Xm-uz-gIu.normalTitle" = "Learn more";
/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "i2u-OL-UUY"; */
"i2u-OL-UUY.title" = "Item";
/* Class = "UIButton"; normalTitle = "Sign in"; ObjectID = "is0-gN-a4J"; */
"is0-gN-a4J.normalTitle" = "Sign in";
/* Class = "UINavigationItem"; title = "Snikket"; ObjectID = "Pr0-Qp-NEQ"; */
"Pr0-Qp-NEQ.title" = "Snikket";