- Added BartyCrouch

This commit is contained in:
Muhammad Khalid 2021-09-22 19:04:48 +05:00
parent 04a38fe4e2
commit 1baa837297
23 changed files with 681 additions and 620 deletions

26
.bartycrouch.toml Normal file
View file

@ -0,0 +1,26 @@
[update]
tasks = ["interfaces", "code", "normalize"]
[update.interfaces]
paths = ["."]
defaultToBase = true
ignoreEmptyStrings = false
unstripped = false
[update.code]
codePaths = ["."]
localizablePaths = ["."]
defaultToKeys = true
additive = false
unstripped = false
[update.normalize]
paths = ["."]
sourceLocale = "en"
harmonizeWithSource = true
sortByKeys = true
[lint]
paths = ["."]
duplicateKeys = true
emptyValues = true

View file

@ -1,4 +1,3 @@
/* Class = "UITableViewController"; title = "Accounts"; ObjectID = "6l2-wd-vXh"; */
"6l2-wd-vXh.title" = "Accounts";

View file

@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {
/* Begin PBXBuildFile section */
@ -16,6 +16,7 @@
3759638D26F7320F00831F4C /* MIX.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3759638F26F7320F00831F4C /* MIX.storyboard */; };
3759A58C26F8C7CC002987B2 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3759A58E26F8C7CC002987B2 /* Localizable.strings */; };
3776C43526EDC5F00047750B /* MessageStyling.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3776C43426EDC5F00047750B /* MessageStyling.swift */; };
3795F92426FB69370067361A /* BartyCrouch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3795F92326FB69370067361A /* BartyCrouch.swift */; };
3797D5BD26E9E42E0091DAF8 /* AvatarColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3797D5BC26E9E42E0091DAF8 /* AvatarColors.swift */; };
3797D5C026EA456F0091DAF8 /* HSLuvSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 3797D5BF26EA456F0091DAF8 /* HSLuvSwift */; };
379D914A26E8A0E300B877CA /* db-schema-15.sql in Resources */ = {isa = PBXBuildFile; fileRef = 379D914926E8A0E300B877CA /* db-schema-15.sql */; };
@ -331,6 +332,7 @@
3759A58D26F8C7CC002987B2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
3759A58F26F8C7CF002987B2 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Localizable.strings; sourceTree = "<group>"; };
3776C43426EDC5F00047750B /* MessageStyling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageStyling.swift; sourceTree = "<group>"; };
3795F92326FB69370067361A /* BartyCrouch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BartyCrouch.swift; sourceTree = "<group>"; };
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>"; };
@ -932,6 +934,7 @@
FE80BDA91D92974C001914B0 /* Snikket.entitlements */,
3759636126F72F1900831F4C /* Welcome.storyboard */,
3759A58E26F8C7CC002987B2 /* Localizable.strings */,
3795F92326FB69370067361A /* BartyCrouch.swift */,
);
path = Snikket;
sourceTree = "<group>";
@ -1101,6 +1104,7 @@
isa = PBXNativeTarget;
buildConfigurationList = FE94E54B1CCBA74F00FAE755 /* Build configuration list for PBXNativeTarget "Snikket" */;
buildPhases = (
3795F91E26FB55270067361A /* BartyCrouch */,
FE94E51D1CCBA74F00FAE755 /* Sources */,
FE94E51E1CCBA74F00FAE755 /* Frameworks */,
FE94E51F1CCBA74F00FAE755 /* Resources */,
@ -1264,6 +1268,25 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
3795F91E26FB55270067361A /* BartyCrouch */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = BartyCrouch;
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export PATH=\"$PATH:/opt/homebrew/bin\"\nif which bartycrouch > /dev/null; then\n bartycrouch update -x\n bartycrouch lint -x\nelse\n echo \"warning: BartyCrouch not installed, download it from https://github.com/Flinesoft/BartyCrouch\"\nfi\n";
};
FE0473391D86CEE700E6D6CE /* Trim Framework Executables */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
@ -1407,6 +1430,7 @@
FE3E388A2429364E00D3A8E8 /* UIImage.swift in Sources */,
FEF19F0C23476466005CFE9A /* MucEventHandler.swift in Sources */,
FE1DCCA21EA52CE200850563 /* DataFormController.swift in Sources */,
3795F92426FB69370067361A /* BartyCrouch.swift in Sources */,
FE7D293623BB5E0A001A877D /* LinkPreviewChatTableViewCell.swift in Sources */,
FE6545641E9E8B67006A14AC /* ServerSelectorTableViewCell.swift in Sources */,
FE0E3103253714420030F8C5 /* ImageQuality.swift in Sources */,

30
Snikket/BartyCrouch.swift Normal file
View file

@ -0,0 +1,30 @@
//
// BartyCrouch.swift
// Snikket
//
// Created by MuhammadKhalid on 22/09/2021.
// Copyright © 2021 Snikket. All rights reserved.
//
import Foundation
enum BartyCrouch {
enum SupportedLanguage: String {
case english = "en"
case danish = "da"
}
static func translate(key: String, translations: [SupportedLanguage: String], comment: String? = nil) -> String {
let typeName = String(describing: BartyCrouch.self)
let methodName = #function
print(
"Warning: [BartyCrouch]",
"Untransformed \(typeName).\(methodName) method call found with key '\(key)' and base translations '\(translations)'.",
"Please ensure that BartyCrouch is installed and configured correctly."
)
// fall back in case something goes wrong with BartyCrouch transformation
return "BC: TRANSFORMATION FAILED!"
}
}

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="hng-iF-J9G">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19162" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="hng-iF-J9G">
<device id="retina6_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19144"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>

View file

@ -1,4 +1,3 @@
/* Class = "UILabel"; text = "add email"; ObjectID = "06Y-Cg-0Q3"; */
"06Y-Cg-0Q3.text" = "add email";
@ -11,18 +10,24 @@
/* Class = "UILabel"; text = "Change account settings"; ObjectID = "70p-aF-3x5"; */
"70p-aF-3x5.text" = "Change account settings";
/* Class = "UITextField"; placeholder = "Required"; ObjectID = "7KN-S3-8XR"; */
"7KN-S3-8XR.placeholder" = "Required";
/* 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 ";
@ -38,18 +43,36 @@
/* 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";
@ -71,6 +94,9 @@
/* 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";
@ -83,45 +109,12 @@
/* Class = "UITextField"; placeholder = "Phone number"; ObjectID = "T1r-DU-iqs"; */
"T1r-DU-iqs.placeholder" = "Phone number";
/* Class = "UITextField"; placeholder = "Type"; ObjectID = "UQ1-rc-tuY"; */
"UQ1-rc-tuY.placeholder" = "Type";
/* Class = "UILabel"; text = "Last 24 hours"; ObjectID = "XLZ-oR-88H"; */
"XLZ-oR-88H.text" = "Last 24 hours";
/* Class = "UILabel"; text = "Enabled"; ObjectID = "ZHc-Ml-5eX"; */
"ZHc-Ml-5eX.text" = "Enabled";
/* 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 = "add address"; ObjectID = "fRX-fN-yOj"; */
"fRX-fN-yOj.text" = "add address";
/* Class = "UILabel"; text = "OMEMO fingerprint"; ObjectID = "gUr-GY-P3A"; */
"gUr-GY-P3A.text" = "OMEMO fingerprint";
/* 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 = "add phone"; ObjectID = "jAE-vq-Vfj"; */
"jAE-vq-Vfj.text" = "add phone";
/* Class = "UITextField"; placeholder = "user@domain.com"; ObjectID = "qTN-JT-Mcr"; */
"qTN-JT-Mcr.placeholder" = "user@domain.com";
/* 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";
@ -131,14 +124,20 @@
/* 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 = "Enabled"; ObjectID = "wbI-5v-vug"; */
"wbI-5v-vug.text" = "Enabled";
/* 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" = "Enabled";
/* Class = "UILabel"; text = "Title"; ObjectID = "zhp-jp-Aoq"; */
"zhp-jp-Aoq.text" = "Title";

View file

@ -1,4 +1,3 @@
/* Class = "UILabel"; text = "Notifications"; ObjectID = "02f-aw-3Zd"; */
"02f-aw-3Zd.text" = "Notifications";
@ -11,39 +10,27 @@
/* Class = "UITableViewSection"; headerTitle = " History"; ObjectID = "552-vb-Heg"; */
"552-vb-Heg.headerTitle" = " History";
/* Class = "UILabel"; text = "Label"; ObjectID = "BJz-HA-uv6"; */
"BJz-HA-uv6.text" = "Label";
/* Class = "UILabel"; text = "Encryption"; ObjectID = "DQk-sn-hKj"; */
"DQk-sn-hKj.text" = "Encryption";
/* Class = "UITableViewController"; title = "Room details"; ObjectID = "IGA-uE-mHb"; */
"IGA-uE-mHb.title" = "Room details";
/* 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 = "WaG-aF-FTg"; */
"WaG-aF-FTg.text" = "Label";
/* Class = "UILabel"; text = "None"; ObjectID = "YT2-1I-RlM"; */
"YT2-1I-RlM.text" = "None";
/* 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";
@ -56,14 +43,26 @@
/* 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

@ -1,9 +1,8 @@
/* Class = "UILabel"; text = "Version: 1.0"; ObjectID = "lRd-ky-eXs"; */
"lRd-ky-eXs.text" = "Version: 1.0";
/* Class = "UITextView"; text = "============================\nSnikket \n\nbased on SiskinIM by Tigase, Inc.\nCopyright (C) 2019 \"Tigase, Inc.\" <office@tigase.com>\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see https://www.gnu.org/licenses/.\n\n============================\nCopyright (c) 2011, The WebRTC project authors. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n\n * Neither the name of Google nor the names of its contributors may\n be used to endorse or promote products derived from this software\n without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n============================\nAdditional IP Rights Grant (Patents)\n\n\"This implementation\" means the copyrightable works distributed by\nGoogle as part of the WebRTC code package.\n\nGoogle hereby grants to you a perpetual, worldwide, non-exclusive,\nno-charge, irrevocable (except as stated in this section) patent\nlicense to make, have made, use, offer to sell, sell, import,\ntransfer, and otherwise run, modify and propagate the contents of this\nimplementation of the WebRTC code package, where such license applies\nonly to those patent claims, both currently owned by Google and\nacquired in the future, licensable by Google that are necessarily\ninfringed by this implementation of the WebRTC code package. This\ngrant does not include claims that would be infringed only as a\nconsequence of further modification of this implementation. If you or\nyour agent or exclusive licensee institute or order or agree to the\ninstitution of patent litigation against any entity (including a\ncross-claim or counterclaim in a lawsuit) alleging that this\nimplementation of the WebRTC code package or any code incorporated\nwithin this implementation of the WebRTC code package constitutes\ndirect or contributory patent infringement, or inducement of patent\ninfringement, then any patent rights granted to you under this License\nfor this implementation of the WebRTC code package shall terminate as\nof the date such litigation is filed.\n"; ObjectID = "OMw-f8-Hbs"; */
"OMw-f8-Hbs.text" = "============================\nSnikket \n\nbased on SiskinIM by Tigase, Inc.\nCopyright (C) 2019 \"Tigase, Inc.\" <office@tigase.com>\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see https://www.gnu.org/licenses/.\n\n============================\nCopyright (c) 2011, The WebRTC project authors. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n\n * Neither the name of Google nor the names of its contributors may\n be used to endorse or promote products derived from this software\n without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n============================\nAdditional IP Rights Grant (Patents)\n\n\"This implementation\" means the copyrightable works distributed by\nGoogle as part of the WebRTC code package.\n\nGoogle hereby grants to you a perpetual, worldwide, non-exclusive,\nno-charge, irrevocable (except as stated in this section) patent\nlicense to make, have made, use, offer to sell, sell, import,\ntransfer, and otherwise run, modify and propagate the contents of this\nimplementation of the WebRTC code package, where such license applies\nonly to those patent claims, both currently owned by Google and\nacquired in the future, licensable by Google that are necessarily\ninfringed by this implementation of the WebRTC code package. This\ngrant does not include claims that would be infringed only as a\nconsequence of further modification of this implementation. If you or\nyour agent or exclusive licensee institute or order or agree to the\ninstitution of patent litigation against any entity (including a\ncross-claim or counterclaim in a lawsuit) alleging that this\nimplementation of the WebRTC code package or any code incorporated\nwithin this implementation of the WebRTC code package constitutes\ndirect or contributory patent infringement, or inducement of patent\ninfringement, then any patent rights granted to you under this License\nfor this implementation of the WebRTC code package shall terminate as\nof the date such litigation is filed.\n";
/* Class = "UILabel"; text = "Snikket"; ObjectID = "Z7m-aB-9EO"; */
"Z7m-aB-9EO.text" = "Snikket";
/* Class = "UILabel"; text = "Version: 1.0"; ObjectID = "lRd-ky-eXs"; */
"lRd-ky-eXs.text" = "Version: 1.0";

View file

@ -562,4 +562,3 @@
/* No comment provided by engineer. */
"Your Name" = "Your Name";

View file

@ -1,4 +1,3 @@
/* Class = "UILabel"; text = "Title"; ObjectID = "14i-9k-DTf"; */
"14i-9k-DTf.text" = "Title";
@ -8,84 +7,21 @@
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "491-DV-e2a"; */
"491-DV-e2a.text" = "Subtitle";
/* Class = "UILabel"; text = "Use MIX"; ObjectID = "4P1-zT-Par"; */
"4P1-zT-Par.text" = "Use MIX";
/* 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 = "UINavigationItem"; title = "Select channel"; ObjectID = "C5U-9C-poe"; */
"C5U-9C-poe.title" = "Select channel";
/* Class = "UILabel"; text = "Title"; ObjectID = "Gxx-ac-Co4"; */
"Gxx-ac-Co4.text" = "Title";
/* Class = "UITextField"; placeholder = "optional"; ObjectID = "Jiu-Fd-AsM"; */
"Jiu-Fd-AsM.placeholder" = "optional";
/* 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 = "UITextField"; placeholder = "Description"; ObjectID = "MsF-6z-TY3"; */
"MsF-6z-TY3.placeholder" = "Description";
/* Class = "UILabel"; text = "Attachments"; ObjectID = "NWM-d4-jmq"; */
"NWM-d4-jmq.text" = "Attachments";
/* Class = "UITableViewSection"; headerTitle = " "; ObjectID = "Ngp-xJ-0lZ"; */
"Ngp-xJ-0lZ.headerTitle" = " ";
/* 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 = "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 = "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 = "UILabel"; text = "Change"; ObjectID = "Sso-1F-PI3"; */
"Sso-1F-PI3.text" = "Change";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "TOR-gJ-n2M"; */
"TOR-gJ-n2M.text" = "Subtitle";
/* 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 = "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 = "UITableViewSection"; headerTitle = " "; ObjectID = "aFn-uB-myu"; */
"aFn-uB-myu.headerTitle" = " ";
@ -95,6 +31,9 @@
/* 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";
@ -110,33 +49,66 @@
/* 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 = "UILabel"; text = "Channel description"; ObjectID = "mpC-5r-OOo"; */
"mpC-5r-OOo.text" = "Channel description";
/* 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";
@ -146,6 +118,24 @@
/* 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";
@ -164,5 +154,14 @@
/* 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

@ -1,4 +1,3 @@
/* Class = "UILabel"; text = "Company, Inc."; ObjectID = "0rT-oB-jot"; */
"0rT-oB-jot.text" = "Company, Inc.";
@ -11,54 +10,96 @@
/* Class = "UILabel"; text = "using test@example.com"; ObjectID = "6Zq-Ql-WA0"; */
"6Zq-Ql-WA0.text" = "using test@example.com";
/* Class = "UINavigationItem"; title = "Root View"; ObjectID = "8T3-uF-8vn"; */
"8T3-uF-8vn.title" = "Root View";
/* Class = "UILabel"; text = "by Tigase, Inc."; ObjectID = "8ba-yZ-XRA"; */
"8ba-yZ-XRA.text" = "by Tigase, Inc.";
/* Class = "UINavigationItem"; title = "Root View"; ObjectID = "8T3-uF-8vn"; */
"8T3-uF-8vn.title" = "Root View";
/* Class = "UIViewController"; title = "Chats"; ObjectID = "9pv-A4-QxB"; */
"9pv-A4-QxB.title" = "Chats";
/* Class = "UITabBarItem"; title = "Chats"; ObjectID = "acW-dT-cKf"; */
"acW-dT-cKf.title" = "Chats";
/* Class = "UILabel"; text = "Type"; ObjectID = "agd-7n-AkX"; */
"agd-7n-AkX.text" = "Type";
/* Class = "UILabel"; text = "Label"; ObjectID = "b03-5W-Imh"; */
"b03-5W-Imh.text" = "Label";
/* Class = "UITextField"; placeholder = "Enter jid"; ObjectID = "BM3-28-huR"; */
"BM3-28-huR.placeholder" = "Enter jid";
/* Class = "UITextField"; text = "local_user@example.com"; ObjectID = "BM3-28-huR"; */
"BM3-28-huR.text" = "local_user@example.com";
/* Class = "UINavigationItem"; title = "Informations"; ObjectID = "bNp-S8-ulX"; */
"bNp-S8-ulX.title" = "Informations";
/* Class = "UINavigationItem"; title = "Attachments"; ObjectID = "C1j-4i-HDP"; */
"C1j-4i-HDP.title" = "Attachments";
/* Class = "UILabel"; text = "Message Archiving"; ObjectID = "Ckp-Mb-v0c"; */
"Ckp-Mb-v0c.text" = "Message Archiving";
/* Class = "UIBarButtonItem"; title = "Back"; ObjectID = "Dx3-QU-3cN"; */
"Dx3-QU-3cN.title" = "Back";
/* Class = "UILabel"; text = "Address"; ObjectID = "DZS-A8-CWS"; */
"DZS-A8-CWS.text" = "Address";
/* Class = "UIBarButtonItem"; title = "Back"; ObjectID = "Dx3-QU-3cN"; */
"Dx3-QU-3cN.title" = "Back";
/* Class = "UINavigationItem"; title = "Send Location"; ObjectID = "e6z-jk-XtN"; */
"e6z-jk-XtN.title" = "Send Location";
/* Class = "UILabel"; text = "Attachments"; ObjectID = "EpU-tc-DIx"; */
"EpU-tc-DIx.text" = "Attachments";
/* Class = "UILabel"; text = "Receive presence updates"; ObjectID = "ffo-7n-Tn2"; */
"ffo-7n-Tn2.text" = "Receive presence updates";
/* Class = "UILabel"; text = "Mute contact"; ObjectID = "g8N-kr-fax"; */
"g8N-kr-fax.text" = "Mute contact";
/* Class = "UILabel"; text = "Timestamp"; ObjectID = "ga8-2K-hxE"; */
"ga8-2K-hxE.text" = "Timestamp";
/* Class = "UITextField"; placeholder = "Select account"; ObjectID = "gXY-yq-Y2K"; */
"gXY-yq-Y2K.placeholder" = "Select account";
/* Class = "UITextField"; text = "local_user@example.com"; ObjectID = "gXY-yq-Y2K"; */
"gXY-yq-Y2K.text" = "local_user@example.com";
/* Class = "UITabBarItem"; title = "Settings"; ObjectID = "kee-Xk-ORJ"; */
"kee-Xk-ORJ.title" = "Settings";
/* Class = "UITableViewSection"; headerTitle = "Name"; ObjectID = "Kfl-J5-hdD"; */
"Kfl-J5-hdD.headerTitle" = "Name";
/* Class = "UILabel"; text = "John Doe"; ObjectID = "koS-ci-GqT"; */
"koS-ci-GqT.text" = "John Doe";
/* Class = "UILabel"; text = "Block contact"; ObjectID = "kwQ-p7-cX2"; */
"kwQ-p7-cX2.text" = "Block contact";
/* Class = "UINavigationItem"; title = "Chats"; ObjectID = "LKO-PG-RwH"; */
"LKO-PG-RwH.title" = "Chats";
/* Class = "UILabel"; text = "Here I'm again..."; ObjectID = "m0n-Ls-5LF"; */
"m0n-Ls-5LF.text" = "Here I'm again...";
/* Class = "UITableViewSection"; headerTitle = "Account"; ObjectID = "Mfv-HJ-QDO"; */
"Mfv-HJ-QDO.headerTitle" = "Account";
/* Class = "UICollectionViewController"; title = "Attachments"; ObjectID = "N9z-ms-iaT"; */
"N9z-ms-iaT.title" = "Attachments";
/* Class = "UIBarButtonItem"; title = " "; ObjectID = "NYU-vU-24f"; */
"NYU-vU-24f.title" = " ";
/* Class = "UINavigationController"; title = "Contacts"; ObjectID = "Ndx-if-NHK"; */
"Ndx-if-NHK.title" = "Contacts";
/* Class = "UIBarButtonItem"; title = " "; ObjectID = "NYU-vU-24f"; */
"NYU-vU-24f.title" = " ";
/* Class = "UITextField"; placeholder = "Enter display name"; ObjectID = "OGf-mX-8z3"; */
"OGf-mX-8z3.placeholder" = "Enter display name";
@ -71,24 +112,48 @@
/* Class = "UITableViewSection"; headerTitle = "JID"; ObjectID = "Qgj-eQ-geg"; */
"Qgj-eQ-geg.headerTitle" = "JID";
/* Class = "UILabel"; text = "Clear History"; ObjectID = "qjs-BY-Nid"; */
"qjs-BY-Nid.text" = "Clear History";
/* Class = "UILabel"; text = "Chat with"; ObjectID = "Qr0-8H-IJq"; */
"Qr0-8H-IJq.text" = "Chat with";
/* Class = "UILabel"; text = "user@example.com"; ObjectID = "rOe-Pg-XBh"; */
"rOe-Pg-XBh.text" = "user@example.com";
/* Class = "UINavigationItem"; title = "Contacts"; ObjectID = "SEz-IM-IWL"; */
"SEz-IM-IWL.title" = "Contacts";
/* Class = "UILabel"; text = "Label"; ObjectID = "tRD-rd-7dm"; */
"tRD-rd-7dm.text" = "Label";
/* Class = "UILabel"; text = "Send presence updates"; ObjectID = "upM-mW-rMZ"; */
"upM-mW-rMZ.text" = "Send presence updates";
/* Class = "UILabel"; text = "Jane Done"; ObjectID = "UWL-vQ-lxc"; */
"UWL-vQ-lxc.text" = "Jane Done";
/* Class = "UILabel"; text = "Siskin IM"; ObjectID = "V18-Iv-6Re"; */
"V18-Iv-6Re.text" = "Siskin IM";
/* Class = "UILabel"; text = "Label"; ObjectID = "vEG-as-CLS"; */
"vEG-as-CLS.text" = "Label";
/* Class = "UILabel"; text = "Detail"; ObjectID = "vIB-ar-uog"; */
"vIB-ar-uog.text" = "Detail";
/* Class = "UITabBarItem"; title = "Contacts"; ObjectID = "W52-LN-wzX"; */
"W52-LN-wzX.title" = "Contacts";
/* Class = "UILabel"; text = "Last message"; ObjectID = "wE7-Lf-1a4"; */
"wE7-Lf-1a4.text" = "Last message";
/* Class = "UIViewController"; title = "Chat"; ObjectID = "WP2-Cp-7ZE"; */
"WP2-Cp-7ZE.title" = "Chat";
/* Class = "UIButton"; normalTitle = "Not now"; ObjectID = "wvT-dz-RVz"; */
"wvT-dz-RVz.normalTitle" = "Not now";
/* Class = "UIButton"; normalTitle = "Create new XMPP account"; ObjectID = "WyQ-cb-VAl"; */
"WyQ-cb-VAl.normalTitle" = "Create new XMPP account";
@ -98,77 +163,11 @@
/* Class = "UIBarButtonItem"; title = " "; ObjectID = "YEU-rS-450"; */
"YEU-rS-450.title" = " ";
/* Class = "UIButton"; normalTitle = "Sign in to an existing XMPP account"; ObjectID = "ZzM-t7-zvW"; */
"ZzM-t7-zvW.normalTitle" = "Sign in to an existing XMPP account";
/* Class = "UITabBarItem"; title = "Chats"; ObjectID = "acW-dT-cKf"; */
"acW-dT-cKf.title" = "Chats";
/* Class = "UILabel"; text = "Type"; ObjectID = "agd-7n-AkX"; */
"agd-7n-AkX.text" = "Type";
/* Class = "UILabel"; text = "Label"; ObjectID = "b03-5W-Imh"; */
"b03-5W-Imh.text" = "Label";
/* Class = "UINavigationItem"; title = "Informations"; ObjectID = "bNp-S8-ulX"; */
"bNp-S8-ulX.title" = "Informations";
/* Class = "UINavigationItem"; title = "Send Location"; ObjectID = "e6z-jk-XtN"; */
"e6z-jk-XtN.title" = "Send Location";
/* Class = "UILabel"; text = "Receive presence updates"; ObjectID = "ffo-7n-Tn2"; */
"ffo-7n-Tn2.text" = "Receive presence updates";
/* Class = "UILabel"; text = "Mute contact"; ObjectID = "g8N-kr-fax"; */
"g8N-kr-fax.text" = "Mute contact";
/* Class = "UITextField"; placeholder = "Select account"; ObjectID = "gXY-yq-Y2K"; */
"gXY-yq-Y2K.placeholder" = "Select account";
/* Class = "UITextField"; text = "local_user@example.com"; ObjectID = "gXY-yq-Y2K"; */
"gXY-yq-Y2K.text" = "local_user@example.com";
/* Class = "UILabel"; text = "Timestamp"; ObjectID = "ga8-2K-hxE"; */
"ga8-2K-hxE.text" = "Timestamp";
/* Class = "UITabBarItem"; title = "Settings"; ObjectID = "kee-Xk-ORJ"; */
"kee-Xk-ORJ.title" = "Settings";
/* Class = "UILabel"; text = "John Doe"; ObjectID = "koS-ci-GqT"; */
"koS-ci-GqT.text" = "John Doe";
/* Class = "UILabel"; text = "Block contact"; ObjectID = "kwQ-p7-cX2"; */
"kwQ-p7-cX2.text" = "Block contact";
/* Class = "UILabel"; text = "Here I'm again..."; ObjectID = "m0n-Ls-5LF"; */
"m0n-Ls-5LF.text" = "Here I'm again...";
/* Class = "UILabel"; text = "Clear History"; ObjectID = "qjs-BY-Nid"; */
"qjs-BY-Nid.text" = "Clear History";
/* Class = "UILabel"; text = "user@example.com"; ObjectID = "rOe-Pg-XBh"; */
"rOe-Pg-XBh.text" = "user@example.com";
/* Class = "UILabel"; text = "Label"; ObjectID = "tRD-rd-7dm"; */
"tRD-rd-7dm.text" = "Label";
/* Class = "UILabel"; text = "Send presence updates"; ObjectID = "upM-mW-rMZ"; */
"upM-mW-rMZ.text" = "Send presence updates";
/* Class = "UILabel"; text = "Label"; ObjectID = "vEG-as-CLS"; */
"vEG-as-CLS.text" = "Label";
/* Class = "UILabel"; text = "Detail"; ObjectID = "vIB-ar-uog"; */
"vIB-ar-uog.text" = "Detail";
/* Class = "UILabel"; text = "Last message"; ObjectID = "wE7-Lf-1a4"; */
"wE7-Lf-1a4.text" = "Last message";
/* Class = "UIButton"; normalTitle = "Not now"; ObjectID = "wvT-dz-RVz"; */
"wvT-dz-RVz.normalTitle" = "Not now";
/* Class = "UIButton"; normalTitle = "Enable"; ObjectID = "yJk-Px-1oo"; */
"yJk-Px-1oo.normalTitle" = "Enable";
/* Class = "UILabel"; text = "Type"; ObjectID = "yxF-LM-meS"; */
"yxF-LM-meS.text" = "Type";
/* Class = "UIButton"; normalTitle = "Sign in to an existing XMPP account"; ObjectID = "ZzM-t7-zvW"; */
"ZzM-t7-zvW.normalTitle" = "Sign in to an existing XMPP account";

View file

@ -1,4 +1,3 @@
/* Class = "UINavigationController"; title = "Settings"; ObjectID = "15C-WY-qrp"; */
"15C-WY-qrp.title" = "Settings";
@ -32,27 +31,72 @@
/* 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 = "Send message on return"; ObjectID = "Bd4-qf-OsU"; */
"Bd4-qf-OsU.text" = "Send message on return";
/* 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";
@ -68,83 +112,38 @@
/* 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 = "20 MB"; ObjectID = "UuL-li-3gA"; */
"UuL-li-3gA.text" = "20 MB";
/* 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 = "Experimental"; ObjectID = "YDd-q8-r7f"; */
"YDd-q8-r7f.text" = "Experimental";
/* 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 = "Photos quality"; ObjectID = "bbT-7s-6ph"; */
"bbT-7s-6ph.text" = "Photos quality";
/* Class = "UILabel"; text = "File download limit"; ObjectID = "bj6-vP-3A7"; */
"bj6-vP-3A7.text" = "File download limit";
/* 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 = "File sharing via HTTP"; ObjectID = "eZJ-fR-LPh"; */
"eZJ-fR-LPh.text" = "File sharing via HTTP";
/* Class = "UILabel"; text = "Chats"; ObjectID = "etv-3w-9lA"; */
"etv-3w-9lA.text" = "Chats";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "fB5-hb-x8m"; */
"fB5-hb-x8m.text" = "Subtitle";
/* Class = "UILabel"; text = "Appearance"; ObjectID = "fxY-aA-n0i"; */
"fxY-aA-n0i.text" = "Appearance";
/* Class = "UILabel"; text = "2 lines"; ObjectID = "g4v-o5-nXZ"; */
"g4v-o5-nXZ.text" = "2 lines";
/* Class = "UILabel"; text = "Contacts"; ObjectID = "hGX-FI-YNj"; */
"hGX-FI-YNj.text" = "Contacts";
/* 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 = "UITableViewController"; title = "Chat settings"; ObjectID = "pFo-ox-4gT"; */
"pFo-ox-4gT.title" = "Chat settings";
/* 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

@ -1,4 +1,3 @@
/* Class = "UILabel"; text = "GHI"; ObjectID = "3AK-8A-Pb8"; */
"3AK-8A-Pb8.text" = "GHI";
@ -11,12 +10,27 @@
/* 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" = "#";
@ -26,6 +40,9 @@
/* 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";
@ -35,35 +52,17 @@
/* 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 = "1"; ObjectID = "XUJ-Gp-lqi"; */
"XUJ-Gp-lqi.text" = "1";
/* 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 = "ABC"; ObjectID = "bPD-13-cpQ"; */
"bPD-13-cpQ.text" = "ABC";
/* Class = "UILabel"; text = "XYZ"; ObjectID = "bk6-Bq-pzY"; */
"bk6-Bq-pzY.text" = "XYZ";
/* 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 = "Calling John Doe..."; ObjectID = "i9e-aU-c5F"; */
"i9e-aU-c5F.text" = "Calling John Doe...";
/* Class = "UILabel"; text = "+"; ObjectID = "o93-nj-537"; */
"o93-nj-537.text" = "+";
/* Class = "UILabel"; text = "9"; ObjectID = "rDC-mF-Lhn"; */
"rDC-mF-Lhn.text" = "9";
/* Class = "UILabel"; text = "4"; ObjectID = "wgM-06-9Ik"; */
"wgM-06-9Ik.text" = "4";
/* Class = "UILabel"; text = "1"; ObjectID = "XUJ-Gp-lqi"; */
"XUJ-Gp-lqi.text" = "1";

View file

@ -1,12 +1,11 @@
/* Class = "UIButton"; normalTitle = "Learn more"; ObjectID = "9Xm-uz-gIu"; */
"9Xm-uz-gIu.normalTitle" = "Learn more";
/* Class = "UINavigationItem"; title = "Snikket"; ObjectID = "Pr0-Qp-NEQ"; */
"Pr0-Qp-NEQ.title" = "Snikket";
/* 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

@ -1,4 +1,3 @@
/* Class = "UILabel"; text = "add email"; ObjectID = "06Y-Cg-0Q3"; */
"06Y-Cg-0Q3.text" = "add email";
@ -11,18 +10,24 @@
/* Class = "UILabel"; text = "Change account settings"; ObjectID = "70p-aF-3x5"; */
"70p-aF-3x5.text" = "Change account settings";
/* Class = "UITextField"; placeholder = "Required"; ObjectID = "7KN-S3-8XR"; */
"7KN-S3-8XR.placeholder" = "Required";
/* 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 ";
@ -38,18 +43,36 @@
/* 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";
@ -71,6 +94,9 @@
/* 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";
@ -83,45 +109,12 @@
/* Class = "UITextField"; placeholder = "Phone number"; ObjectID = "T1r-DU-iqs"; */
"T1r-DU-iqs.placeholder" = "Phone number";
/* Class = "UITextField"; placeholder = "Type"; ObjectID = "UQ1-rc-tuY"; */
"UQ1-rc-tuY.placeholder" = "Type";
/* Class = "UILabel"; text = "Last 24 hours"; ObjectID = "XLZ-oR-88H"; */
"XLZ-oR-88H.text" = "Last 24 hours";
/* Class = "UILabel"; text = "Enabled"; ObjectID = "ZHc-Ml-5eX"; */
"ZHc-Ml-5eX.text" = "Re-register for push notifications";
/* 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 = "add address"; ObjectID = "fRX-fN-yOj"; */
"fRX-fN-yOj.text" = "add address";
/* Class = "UILabel"; text = "OMEMO fingerprint"; ObjectID = "gUr-GY-P3A"; */
"gUr-GY-P3A.text" = "OMEMO fingerprint";
/* 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 = "add phone"; ObjectID = "jAE-vq-Vfj"; */
"jAE-vq-Vfj.text" = "add phone";
/* Class = "UITextField"; placeholder = "user@domain.com"; ObjectID = "qTN-JT-Mcr"; */
"qTN-JT-Mcr.placeholder" = "user@domain.com";
/* 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";
@ -131,14 +124,20 @@
/* 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 = "Enabled"; ObjectID = "wbI-5v-vug"; */
"wbI-5v-vug.text" = "Enabled";
/* 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 for push notifications";
/* Class = "UILabel"; text = "Title"; ObjectID = "zhp-jp-Aoq"; */
"zhp-jp-Aoq.text" = "Title";

View file

@ -1,4 +1,3 @@
/* Class = "UILabel"; text = "Notifications"; ObjectID = "02f-aw-3Zd"; */
"02f-aw-3Zd.text" = "Notifications";
@ -11,39 +10,27 @@
/* Class = "UITableViewSection"; headerTitle = " History"; ObjectID = "552-vb-Heg"; */
"552-vb-Heg.headerTitle" = " History";
/* Class = "UILabel"; text = "Label"; ObjectID = "BJz-HA-uv6"; */
"BJz-HA-uv6.text" = "Label";
/* Class = "UILabel"; text = "Encryption"; ObjectID = "DQk-sn-hKj"; */
"DQk-sn-hKj.text" = "Encryption";
/* Class = "UITableViewController"; title = "Room details"; ObjectID = "IGA-uE-mHb"; */
"IGA-uE-mHb.title" = "Room details";
/* 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 = "WaG-aF-FTg"; */
"WaG-aF-FTg.text" = "Label";
/* Class = "UILabel"; text = "None"; ObjectID = "YT2-1I-RlM"; */
"YT2-1I-RlM.text" = "None";
/* 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";
@ -56,14 +43,26 @@
/* 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

@ -1,9 +1,8 @@
/* Class = "UILabel"; text = "Version: 1.0"; ObjectID = "lRd-ky-eXs"; */
"lRd-ky-eXs.text" = "Version: 1.0";
/* Class = "UITextView"; text = "============================\nSnikket \n\nbased on SiskinIM by Tigase, Inc.\nCopyright (C) 2019 \"Tigase, Inc.\" <office@tigase.com>\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see https://www.gnu.org/licenses/.\n\n============================\nCopyright (c) 2011, The WebRTC project authors. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n\n * Neither the name of Google nor the names of its contributors may\n be used to endorse or promote products derived from this software\n without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n============================\nAdditional IP Rights Grant (Patents)\n\n\"This implementation\" means the copyrightable works distributed by\nGoogle as part of the WebRTC code package.\n\nGoogle hereby grants to you a perpetual, worldwide, non-exclusive,\nno-charge, irrevocable (except as stated in this section) patent\nlicense to make, have made, use, offer to sell, sell, import,\ntransfer, and otherwise run, modify and propagate the contents of this\nimplementation of the WebRTC code package, where such license applies\nonly to those patent claims, both currently owned by Google and\nacquired in the future, licensable by Google that are necessarily\ninfringed by this implementation of the WebRTC code package. This\ngrant does not include claims that would be infringed only as a\nconsequence of further modification of this implementation. If you or\nyour agent or exclusive licensee institute or order or agree to the\ninstitution of patent litigation against any entity (including a\ncross-claim or counterclaim in a lawsuit) alleging that this\nimplementation of the WebRTC code package or any code incorporated\nwithin this implementation of the WebRTC code package constitutes\ndirect or contributory patent infringement, or inducement of patent\ninfringement, then any patent rights granted to you under this License\nfor this implementation of the WebRTC code package shall terminate as\nof the date such litigation is filed.\n"; ObjectID = "OMw-f8-Hbs"; */
"OMw-f8-Hbs.text" = "============================\nSnikket \n\nbased on SiskinIM by Tigase, Inc.\nCopyright (C) 2019 \"Tigase, Inc.\" <office@tigase.com>\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see https://www.gnu.org/licenses/.\n\n============================\nCopyright (c) 2011, The WebRTC project authors. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n\n * Neither the name of Google nor the names of its contributors may\n be used to endorse or promote products derived from this software\n without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n============================\nAdditional IP Rights Grant (Patents)\n\n\"This implementation\" means the copyrightable works distributed by\nGoogle as part of the WebRTC code package.\n\nGoogle hereby grants to you a perpetual, worldwide, non-exclusive,\nno-charge, irrevocable (except as stated in this section) patent\nlicense to make, have made, use, offer to sell, sell, import,\ntransfer, and otherwise run, modify and propagate the contents of this\nimplementation of the WebRTC code package, where such license applies\nonly to those patent claims, both currently owned by Google and\nacquired in the future, licensable by Google that are necessarily\ninfringed by this implementation of the WebRTC code package. This\ngrant does not include claims that would be infringed only as a\nconsequence of further modification of this implementation. If you or\nyour agent or exclusive licensee institute or order or agree to the\ninstitution of patent litigation against any entity (including a\ncross-claim or counterclaim in a lawsuit) alleging that this\nimplementation of the WebRTC code package or any code incorporated\nwithin this implementation of the WebRTC code package constitutes\ndirect or contributory patent infringement, or inducement of patent\ninfringement, then any patent rights granted to you under this License\nfor this implementation of the WebRTC code package shall terminate as\nof the date such litigation is filed.\n";
/* Class = "UILabel"; text = "Snikket"; ObjectID = "Z7m-aB-9EO"; */
"Z7m-aB-9EO.text" = "Snikket";
/* Class = "UILabel"; text = "Version: 1.0"; ObjectID = "lRd-ky-eXs"; */
"lRd-ky-eXs.text" = "Version: 1.0";

View file

@ -562,4 +562,3 @@
/* No comment provided by engineer. */
"Your Name" = "Your Name";

View file

@ -1,4 +1,3 @@
/* Class = "UILabel"; text = "Title"; ObjectID = "14i-9k-DTf"; */
"14i-9k-DTf.text" = "Title";
@ -8,84 +7,21 @@
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "491-DV-e2a"; */
"491-DV-e2a.text" = "Subtitle";
/* Class = "UILabel"; text = "Use MIX"; ObjectID = "4P1-zT-Par"; */
"4P1-zT-Par.text" = "Use MIX";
/* 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 = "UINavigationItem"; title = "Select channel"; ObjectID = "C5U-9C-poe"; */
"C5U-9C-poe.title" = "Select channel";
/* Class = "UILabel"; text = "Title"; ObjectID = "Gxx-ac-Co4"; */
"Gxx-ac-Co4.text" = "Title";
/* Class = "UITextField"; placeholder = "optional"; ObjectID = "Jiu-Fd-AsM"; */
"Jiu-Fd-AsM.placeholder" = "optional";
/* 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 = "UITextField"; placeholder = "Description"; ObjectID = "MsF-6z-TY3"; */
"MsF-6z-TY3.placeholder" = "Description";
/* Class = "UILabel"; text = "Attachments"; ObjectID = "NWM-d4-jmq"; */
"NWM-d4-jmq.text" = "Attachments";
/* Class = "UITableViewSection"; headerTitle = " "; ObjectID = "Ngp-xJ-0lZ"; */
"Ngp-xJ-0lZ.headerTitle" = " ";
/* 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 = "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 = "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 = "UILabel"; text = "Change"; ObjectID = "Sso-1F-PI3"; */
"Sso-1F-PI3.text" = "Change";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "TOR-gJ-n2M"; */
"TOR-gJ-n2M.text" = "Subtitle";
/* 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 = "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 = "UITableViewSection"; headerTitle = " "; ObjectID = "aFn-uB-myu"; */
"aFn-uB-myu.headerTitle" = " ";
@ -95,6 +31,9 @@
/* 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";
@ -110,33 +49,66 @@
/* 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 = "UILabel"; text = "Channel description"; ObjectID = "mpC-5r-OOo"; */
"mpC-5r-OOo.text" = "Channel description";
/* 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";
@ -146,6 +118,24 @@
/* 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";
@ -164,5 +154,14 @@
/* 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

@ -1,4 +1,3 @@
/* Class = "UILabel"; text = "Company, Inc."; ObjectID = "0rT-oB-jot"; */
"0rT-oB-jot.text" = "Company, Inc.";
@ -11,54 +10,96 @@
/* Class = "UILabel"; text = "using test@example.com"; ObjectID = "6Zq-Ql-WA0"; */
"6Zq-Ql-WA0.text" = "using test@example.com";
/* Class = "UINavigationItem"; title = "Root View"; ObjectID = "8T3-uF-8vn"; */
"8T3-uF-8vn.title" = "Root View";
/* Class = "UILabel"; text = "by Tigase, Inc."; ObjectID = "8ba-yZ-XRA"; */
"8ba-yZ-XRA.text" = "by Tigase, Inc.";
/* Class = "UINavigationItem"; title = "Root View"; ObjectID = "8T3-uF-8vn"; */
"8T3-uF-8vn.title" = "Root View";
/* Class = "UIViewController"; title = "Chats"; ObjectID = "9pv-A4-QxB"; */
"9pv-A4-QxB.title" = "Chats";
/* Class = "UITabBarItem"; title = "Chats"; ObjectID = "acW-dT-cKf"; */
"acW-dT-cKf.title" = "Chats";
/* Class = "UILabel"; text = "Type"; ObjectID = "agd-7n-AkX"; */
"agd-7n-AkX.text" = "Type";
/* Class = "UILabel"; text = "Label"; ObjectID = "b03-5W-Imh"; */
"b03-5W-Imh.text" = "Label";
/* Class = "UITextField"; placeholder = "Enter jid"; ObjectID = "BM3-28-huR"; */
"BM3-28-huR.placeholder" = "Enter jid";
/* Class = "UITextField"; text = "local_user@example.com"; ObjectID = "BM3-28-huR"; */
"BM3-28-huR.text" = "local_user@example.com";
/* Class = "UINavigationItem"; title = "Informations"; ObjectID = "bNp-S8-ulX"; */
"bNp-S8-ulX.title" = "Informations";
/* Class = "UINavigationItem"; title = "Attachments"; ObjectID = "C1j-4i-HDP"; */
"C1j-4i-HDP.title" = "Attachments";
/* Class = "UILabel"; text = "Message Archiving"; ObjectID = "Ckp-Mb-v0c"; */
"Ckp-Mb-v0c.text" = "Message Archiving";
/* Class = "UIBarButtonItem"; title = "Back"; ObjectID = "Dx3-QU-3cN"; */
"Dx3-QU-3cN.title" = "Back";
/* Class = "UILabel"; text = "Address"; ObjectID = "DZS-A8-CWS"; */
"DZS-A8-CWS.text" = "Address";
/* Class = "UIBarButtonItem"; title = "Back"; ObjectID = "Dx3-QU-3cN"; */
"Dx3-QU-3cN.title" = "Back";
/* Class = "UINavigationItem"; title = "Send Location"; ObjectID = "e6z-jk-XtN"; */
"e6z-jk-XtN.title" = "Send Location";
/* Class = "UILabel"; text = "Attachments"; ObjectID = "EpU-tc-DIx"; */
"EpU-tc-DIx.text" = "Attachments";
/* Class = "UILabel"; text = "Receive presence updates"; ObjectID = "ffo-7n-Tn2"; */
"ffo-7n-Tn2.text" = "Receive presence updates";
/* Class = "UILabel"; text = "Mute contact"; ObjectID = "g8N-kr-fax"; */
"g8N-kr-fax.text" = "Mute contact";
/* Class = "UILabel"; text = "Timestamp"; ObjectID = "ga8-2K-hxE"; */
"ga8-2K-hxE.text" = "Timestamp";
/* Class = "UITextField"; placeholder = "Select account"; ObjectID = "gXY-yq-Y2K"; */
"gXY-yq-Y2K.placeholder" = "Select account";
/* Class = "UITextField"; text = "local_user@example.com"; ObjectID = "gXY-yq-Y2K"; */
"gXY-yq-Y2K.text" = "local_user@example.com";
/* Class = "UITabBarItem"; title = "Settings"; ObjectID = "kee-Xk-ORJ"; */
"kee-Xk-ORJ.title" = "Settings";
/* Class = "UITableViewSection"; headerTitle = "Name"; ObjectID = "Kfl-J5-hdD"; */
"Kfl-J5-hdD.headerTitle" = "Name";
/* Class = "UILabel"; text = "John Doe"; ObjectID = "koS-ci-GqT"; */
"koS-ci-GqT.text" = "John Doe";
/* Class = "UILabel"; text = "Block contact"; ObjectID = "kwQ-p7-cX2"; */
"kwQ-p7-cX2.text" = "Block contact";
/* Class = "UINavigationItem"; title = "Chats"; ObjectID = "LKO-PG-RwH"; */
"LKO-PG-RwH.title" = "Chats";
/* Class = "UILabel"; text = "Here I'm again..."; ObjectID = "m0n-Ls-5LF"; */
"m0n-Ls-5LF.text" = "Here I'm again...";
/* Class = "UITableViewSection"; headerTitle = "Account"; ObjectID = "Mfv-HJ-QDO"; */
"Mfv-HJ-QDO.headerTitle" = "Account";
/* Class = "UICollectionViewController"; title = "Attachments"; ObjectID = "N9z-ms-iaT"; */
"N9z-ms-iaT.title" = "Attachments";
/* Class = "UIBarButtonItem"; title = " "; ObjectID = "NYU-vU-24f"; */
"NYU-vU-24f.title" = " ";
/* Class = "UINavigationController"; title = "Contacts"; ObjectID = "Ndx-if-NHK"; */
"Ndx-if-NHK.title" = "Contacts";
/* Class = "UIBarButtonItem"; title = " "; ObjectID = "NYU-vU-24f"; */
"NYU-vU-24f.title" = " ";
/* Class = "UITextField"; placeholder = "Enter display name"; ObjectID = "OGf-mX-8z3"; */
"OGf-mX-8z3.placeholder" = "Enter display name";
@ -71,24 +112,48 @@
/* Class = "UITableViewSection"; headerTitle = "JID"; ObjectID = "Qgj-eQ-geg"; */
"Qgj-eQ-geg.headerTitle" = "JID";
/* Class = "UILabel"; text = "Clear History"; ObjectID = "qjs-BY-Nid"; */
"qjs-BY-Nid.text" = "Clear History";
/* Class = "UILabel"; text = "Chat with"; ObjectID = "Qr0-8H-IJq"; */
"Qr0-8H-IJq.text" = "Chat with";
/* Class = "UILabel"; text = "user@example.com"; ObjectID = "rOe-Pg-XBh"; */
"rOe-Pg-XBh.text" = "user@example.com";
/* Class = "UINavigationItem"; title = "Contacts"; ObjectID = "SEz-IM-IWL"; */
"SEz-IM-IWL.title" = "Contacts";
/* Class = "UILabel"; text = "Label"; ObjectID = "tRD-rd-7dm"; */
"tRD-rd-7dm.text" = "Label";
/* Class = "UILabel"; text = "Send presence updates"; ObjectID = "upM-mW-rMZ"; */
"upM-mW-rMZ.text" = "Send presence updates";
/* Class = "UILabel"; text = "Jane Done"; ObjectID = "UWL-vQ-lxc"; */
"UWL-vQ-lxc.text" = "Jane Done";
/* Class = "UILabel"; text = "Siskin IM"; ObjectID = "V18-Iv-6Re"; */
"V18-Iv-6Re.text" = "Siskin IM";
/* Class = "UILabel"; text = "Label"; ObjectID = "vEG-as-CLS"; */
"vEG-as-CLS.text" = "Label";
/* Class = "UILabel"; text = "Detail"; ObjectID = "vIB-ar-uog"; */
"vIB-ar-uog.text" = "Detail";
/* Class = "UITabBarItem"; title = "Contacts"; ObjectID = "W52-LN-wzX"; */
"W52-LN-wzX.title" = "Contacts";
/* Class = "UILabel"; text = "Last message"; ObjectID = "wE7-Lf-1a4"; */
"wE7-Lf-1a4.text" = "Last message";
/* Class = "UIViewController"; title = "Chat"; ObjectID = "WP2-Cp-7ZE"; */
"WP2-Cp-7ZE.title" = "Chat";
/* Class = "UIButton"; normalTitle = "Not now"; ObjectID = "wvT-dz-RVz"; */
"wvT-dz-RVz.normalTitle" = "Not now";
/* Class = "UIButton"; normalTitle = "Create new XMPP account"; ObjectID = "WyQ-cb-VAl"; */
"WyQ-cb-VAl.normalTitle" = "Create new XMPP account";
@ -98,77 +163,11 @@
/* Class = "UIBarButtonItem"; title = " "; ObjectID = "YEU-rS-450"; */
"YEU-rS-450.title" = " ";
/* Class = "UIButton"; normalTitle = "Sign in to an existing XMPP account"; ObjectID = "ZzM-t7-zvW"; */
"ZzM-t7-zvW.normalTitle" = "Sign in to an existing XMPP account";
/* Class = "UITabBarItem"; title = "Chats"; ObjectID = "acW-dT-cKf"; */
"acW-dT-cKf.title" = "Chats";
/* Class = "UILabel"; text = "Type"; ObjectID = "agd-7n-AkX"; */
"agd-7n-AkX.text" = "Type";
/* Class = "UILabel"; text = "Label"; ObjectID = "b03-5W-Imh"; */
"b03-5W-Imh.text" = "Label";
/* Class = "UINavigationItem"; title = "Informations"; ObjectID = "bNp-S8-ulX"; */
"bNp-S8-ulX.title" = "Informations";
/* Class = "UINavigationItem"; title = "Send Location"; ObjectID = "e6z-jk-XtN"; */
"e6z-jk-XtN.title" = "Send Location";
/* Class = "UILabel"; text = "Receive presence updates"; ObjectID = "ffo-7n-Tn2"; */
"ffo-7n-Tn2.text" = "Receive presence updates";
/* Class = "UILabel"; text = "Mute contact"; ObjectID = "g8N-kr-fax"; */
"g8N-kr-fax.text" = "Mute contact";
/* Class = "UITextField"; placeholder = "Select account"; ObjectID = "gXY-yq-Y2K"; */
"gXY-yq-Y2K.placeholder" = "Select account";
/* Class = "UITextField"; text = "local_user@example.com"; ObjectID = "gXY-yq-Y2K"; */
"gXY-yq-Y2K.text" = "local_user@example.com";
/* Class = "UILabel"; text = "Timestamp"; ObjectID = "ga8-2K-hxE"; */
"ga8-2K-hxE.text" = "Timestamp";
/* Class = "UITabBarItem"; title = "Settings"; ObjectID = "kee-Xk-ORJ"; */
"kee-Xk-ORJ.title" = "Settings";
/* Class = "UILabel"; text = "John Doe"; ObjectID = "koS-ci-GqT"; */
"koS-ci-GqT.text" = "John Doe";
/* Class = "UILabel"; text = "Block contact"; ObjectID = "kwQ-p7-cX2"; */
"kwQ-p7-cX2.text" = "Block contact";
/* Class = "UILabel"; text = "Here I'm again..."; ObjectID = "m0n-Ls-5LF"; */
"m0n-Ls-5LF.text" = "Here I'm again...";
/* Class = "UILabel"; text = "Clear History"; ObjectID = "qjs-BY-Nid"; */
"qjs-BY-Nid.text" = "Clear History";
/* Class = "UILabel"; text = "user@example.com"; ObjectID = "rOe-Pg-XBh"; */
"rOe-Pg-XBh.text" = "user@example.com";
/* Class = "UILabel"; text = "Label"; ObjectID = "tRD-rd-7dm"; */
"tRD-rd-7dm.text" = "Label";
/* Class = "UILabel"; text = "Send presence updates"; ObjectID = "upM-mW-rMZ"; */
"upM-mW-rMZ.text" = "Send presence updates";
/* Class = "UILabel"; text = "Label"; ObjectID = "vEG-as-CLS"; */
"vEG-as-CLS.text" = "Label";
/* Class = "UILabel"; text = "Detail"; ObjectID = "vIB-ar-uog"; */
"vIB-ar-uog.text" = "Detail";
/* Class = "UILabel"; text = "Last message"; ObjectID = "wE7-Lf-1a4"; */
"wE7-Lf-1a4.text" = "Last message";
/* Class = "UIButton"; normalTitle = "Not now"; ObjectID = "wvT-dz-RVz"; */
"wvT-dz-RVz.normalTitle" = "Not now";
/* Class = "UIButton"; normalTitle = "Enable"; ObjectID = "yJk-Px-1oo"; */
"yJk-Px-1oo.normalTitle" = "Enable";
/* Class = "UILabel"; text = "Type"; ObjectID = "yxF-LM-meS"; */
"yxF-LM-meS.text" = "Type";
/* Class = "UIButton"; normalTitle = "Sign in to an existing XMPP account"; ObjectID = "ZzM-t7-zvW"; */
"ZzM-t7-zvW.normalTitle" = "Sign in to an existing XMPP account";

View file

@ -1,4 +1,3 @@
/* Class = "UINavigationController"; title = "Settings"; ObjectID = "15C-WY-qrp"; */
"15C-WY-qrp.title" = "Settings";
@ -32,27 +31,72 @@
/* 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 = "Send message on return"; ObjectID = "Bd4-qf-OsU"; */
"Bd4-qf-OsU.text" = "Send message on return";
/* 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";
@ -68,83 +112,38 @@
/* 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 = "20 MB"; ObjectID = "UuL-li-3gA"; */
"UuL-li-3gA.text" = "20 MB";
/* 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 = "Experimental"; ObjectID = "YDd-q8-r7f"; */
"YDd-q8-r7f.text" = "Experimental";
/* 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 = "Photos quality"; ObjectID = "bbT-7s-6ph"; */
"bbT-7s-6ph.text" = "Photos quality";
/* Class = "UILabel"; text = "File download limit"; ObjectID = "bj6-vP-3A7"; */
"bj6-vP-3A7.text" = "File download limit";
/* 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 = "File sharing via HTTP"; ObjectID = "eZJ-fR-LPh"; */
"eZJ-fR-LPh.text" = "File sharing via HTTP";
/* Class = "UILabel"; text = "Chats"; ObjectID = "etv-3w-9lA"; */
"etv-3w-9lA.text" = "Chats";
/* Class = "UILabel"; text = "Subtitle"; ObjectID = "fB5-hb-x8m"; */
"fB5-hb-x8m.text" = "Subtitle";
/* Class = "UILabel"; text = "Appearance"; ObjectID = "fxY-aA-n0i"; */
"fxY-aA-n0i.text" = "Appearance";
/* Class = "UILabel"; text = "2 lines"; ObjectID = "g4v-o5-nXZ"; */
"g4v-o5-nXZ.text" = "2 lines";
/* Class = "UILabel"; text = "Contacts"; ObjectID = "hGX-FI-YNj"; */
"hGX-FI-YNj.text" = "Contacts";
/* 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 = "UITableViewController"; title = "Chat settings"; ObjectID = "pFo-ox-4gT"; */
"pFo-ox-4gT.title" = "Chat settings";
/* 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

@ -1,4 +1,3 @@
/* Class = "UILabel"; text = "GHI"; ObjectID = "3AK-8A-Pb8"; */
"3AK-8A-Pb8.text" = "GHI";
@ -11,12 +10,27 @@
/* 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" = "#";
@ -26,6 +40,9 @@
/* 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";
@ -35,35 +52,17 @@
/* 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 = "1"; ObjectID = "XUJ-Gp-lqi"; */
"XUJ-Gp-lqi.text" = "1";
/* 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 = "ABC"; ObjectID = "bPD-13-cpQ"; */
"bPD-13-cpQ.text" = "ABC";
/* Class = "UILabel"; text = "XYZ"; ObjectID = "bk6-Bq-pzY"; */
"bk6-Bq-pzY.text" = "XYZ";
/* 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 = "Calling John Doe..."; ObjectID = "i9e-aU-c5F"; */
"i9e-aU-c5F.text" = "Calling John Doe...";
/* Class = "UILabel"; text = "+"; ObjectID = "o93-nj-537"; */
"o93-nj-537.text" = "+";
/* Class = "UILabel"; text = "9"; ObjectID = "rDC-mF-Lhn"; */
"rDC-mF-Lhn.text" = "9";
/* Class = "UILabel"; text = "4"; ObjectID = "wgM-06-9Ik"; */
"wgM-06-9Ik.text" = "4";
/* Class = "UILabel"; text = "1"; ObjectID = "XUJ-Gp-lqi"; */
"XUJ-Gp-lqi.text" = "1";

View file

@ -1,12 +1,11 @@
/* Class = "UIButton"; normalTitle = "Learn more"; ObjectID = "9Xm-uz-gIu"; */
"9Xm-uz-gIu.normalTitle" = "Learn more";
/* Class = "UINavigationItem"; title = "Snikket"; ObjectID = "Pr0-Qp-NEQ"; */
"Pr0-Qp-NEQ.title" = "Snikket";
/* 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";