Browse Source

applied multi language setting

pull/1/head
InKwon James Kim 5 years ago
parent
commit
b21dc9a61d
  1. 3
      GME Remit/Modules/ManageAccountsModules/AutoDebitModules/AutoDebit/User Interface/View/AutoDebit.storyboard
  2. 5
      GME Remit/Modules/ManageAccountsModules/AutoDebitModules/AutoDebit/User Interface/View/AutoDebitViewController.swift
  3. 10
      GME Remit/Modules/ManageAccountsModules/InboundAccounts/User Interface/View/InboundAccounts.storyboard
  4. 17
      GME Remit/Modules/ManageAccountsModules/InboundAccounts/User Interface/View/InboundAccountsViewController.swift
  5. 7
      GME Remit/Modules/RemittanceModules/InboundModules/AddInboundAccount/User Interface/View/AddInboundAccountViewController.swift
  6. 24
      GME Remit/Modules/RemittanceModules/InboundModules/InboundPennyTestSubmit/User Interface/View/InboundPennyTestSubmit.storyboard
  7. 13
      GME Remit/Modules/RemittanceModules/InboundModules/InboundPennyTestSubmit/User Interface/View/InboundPennyTestSubmitViewController.swift
  8. 82
      GME Remit/Modules/RemittanceModules/InboundModules/InboundReceipt/User Interface/View/InboundReceipt.storyboard
  9. 35
      GME Remit/Modules/RemittanceModules/InboundModules/InboundReceipt/User Interface/View/InboundReceiptViewController.swift
  10. 2
      GME Remit/Modules/RemittanceModules/TransactionHistoryModules/TransactionHistory/User Interface/View/TransactionHistory.storyboard
  11. 23
      GME Remit/MultiLanguages/en.lproj/Localizable.strings

3
GME Remit/Modules/ManageAccountsModules/AutoDebitModules/AutoDebit/User Interface/View/AutoDebit.storyboard

@ -286,6 +286,7 @@
<nil key="simulatedBottomBarMetrics"/>
<connections>
<outlet property="migrateInboundImageView" destination="ih1-8L-Xw2" id="oQ3-Z2-mOO"/>
<outlet property="registerInboundLabel" destination="Eht-u1-2km" id="3Em-lX-OCE"/>
<outlet property="tableView" destination="LTI-ab-Zaj" id="7C8-v9-9H6"/>
<outlet property="tokenRenewalLabel" destination="3RL-rJ-PRr" id="AKQ-mV-qwp"/>
<outlet property="viewAddAccount" destination="L6q-bk-mo5" id="x7L-1n-OD1"/>
@ -332,7 +333,7 @@
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeRed">
<color red="0.92900002002716064" green="0.10599999874830246" blue="0.14100000262260437" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.92941176470588238" green="0.10588235294117647" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeSeparate">
<color red="0.82400000095367432" green="0.82400000095367432" blue="0.82400000095367432" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>

5
GME Remit/Modules/ManageAccountsModules/AutoDebitModules/AutoDebit/User Interface/View/AutoDebitViewController.swift

@ -31,7 +31,8 @@ class AutoDebitViewController: UIViewController {
@IBOutlet private weak var tokenRenewalLabel: UILabel!
@IBOutlet private weak var migrateInboundImageView: UIImageView!
@IBOutlet private weak var registerInboundLabel: UILabel!
// MARK: properties
var presenter: AutoDebitModuleInterface?
@ -97,6 +98,8 @@ class AutoDebitViewController: UIViewController {
if self.presentingViewController == nil {
self.navigationItem.leftBarButtonItem = nil
}
registerInboundLabel.text = "register_inbound_text".localized()
}
override func viewWillDisappear(_ animated: Bool) {

10
GME Remit/Modules/ManageAccountsModules/InboundAccounts/User Interface/View/InboundAccounts.storyboard

@ -167,13 +167,13 @@
<rect key="frame" x="5" y="5" width="365" height="30"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aWf-wz-9Cf">
<rect key="frame" x="0.0" y="0.0" width="240" height="30"/>
<rect key="frame" x="0.0" y="0.0" width="238" height="30"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<stackView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="LmG-ZD-fLc">
<rect key="frame" x="250" y="0.0" width="115" height="30"/>
<rect key="frame" x="248" y="0.0" width="117" height="30"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_warning" translatesAutoresizingMaskIntoConstraints="NO" id="HkK-bt-2he">
<rect key="frame" x="0.0" y="0.0" width="30" height="30"/>
@ -184,7 +184,7 @@
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="253" text="Waiting verified" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="UAc-fD-iht">
<rect key="frame" x="35" y="0.0" width="80" height="30"/>
<rect key="frame" x="35" y="0.0" width="82" height="30"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -221,9 +221,9 @@
<connections>
<outlet property="addButton" destination="pat-ec-i28" id="yfX-jG-9kH"/>
<outlet property="deleteImageView" destination="HkK-bt-2he" id="u9K-JL-07l"/>
<outlet property="deleteInfoLabel" destination="UAc-fD-iht" id="EmZ-Ap-yUU"/>
<outlet property="tableView" destination="DTn-qE-4wa" id="T5l-QH-SnP"/>
<outlet property="waitingImageView" destination="HkK-bt-2he" id="IGg-cX-5iL"/>
<outlet property="waitingVerifiedLabel" destination="UAc-fD-iht" id="EmZ-Ap-yUU"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="8je-5K-XuW" userLabel="First Responder" sceneMemberID="firstResponder"/>
@ -240,7 +240,7 @@
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeRed">
<color red="0.92900002002716064" green="0.10599999874830246" blue="0.14100000262260437" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.92941176470588238" green="0.10588235294117647" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeSeparate">
<color red="0.82400000095367432" green="0.82400000095367432" blue="0.82400000095367432" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>

17
GME Remit/Modules/ManageAccountsModules/InboundAccounts/User Interface/View/InboundAccountsViewController.swift

@ -43,7 +43,7 @@ class InboundAccountsViewController: UIViewController {
@IBOutlet private weak var tableView: UITableView!
@IBOutlet private weak var deleteImageView: UIImageView!
@IBOutlet private weak var deleteInfoLabel: UILabel!
@IBOutlet private weak var waitingVerifiedLabel: UILabel!
@IBOutlet private weak var addButton: UIButton!
@IBOutlet private weak var waitingImageView: UIImageView!
@ -57,6 +57,7 @@ class InboundAccountsViewController: UIViewController {
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
setupNormalNavigation()
title = "inbound_title_text".localized()
}
override func viewWillDisappear(_ animated: Bool) {
@ -89,6 +90,8 @@ extension InboundAccountsViewController {
refreshControl.attributedTitle = title
refreshControl.backgroundColor = .themeBlue
refreshControl.tintColor = .themeWhite
waitingVerifiedLabel.text = "waiting_verified_text".localized()
}
private func setUIBinding() {
@ -169,8 +172,8 @@ extension InboundAccountsViewController: UITableViewDelegate {
guard let sectionType = Section(rawValue: section) else {return ""}
switch sectionType {
case .primary: return "Primary Account"
case .other: return "Inbound Accounts"
case .primary: return "primary_account_text".localized()
case .other: return "inbound_accounts_text".localized()
}
}
}
@ -192,10 +195,10 @@ extension InboundAccountsViewController: InboundAccountCellDelegate {
func delete(of model: InboundAccount?) {
self.alertWithOkCancel(
type: .normal,
message: "Do you want to delete this account?",
title: "Delete Account",
okTitle: "Delete",
cancelTitle: "Cancel",
message: "delete_account_message_text".localized(),
title: "delete_account_text".localized(),
okTitle: "delete_text".localized(),
cancelTitle: "cancel_text".localized(),
okAction: {[weak self] in
guard let account = model else { return }
self?.delete.onNext(account)

7
GME Remit/Modules/RemittanceModules/InboundModules/AddInboundAccount/User Interface/View/AddInboundAccountViewController.swift

@ -75,10 +75,15 @@ extension AddInboundAccountViewController {
addButton.backgroundColor = .lightGray
titleLabel.text = "register_inbound_account_text".localized()
// accountTextField.keyboardToolbar.isHidden = true
// accountTextField.keyboardDistanceFromTextField = 30
accountTextField.validCondition = {!$0.isEmpty && $0.count > 9}
accountTextField.errorMessage = "Invalid bank account"
accountTextField.errorMessage = "invalid_account_error_text".localized()
accountTextField.placeholder = "enter_bank_ac_no".localized()
bankTextField.placeholder = "select_your_bank".localized()
addButton.setTitle("add_text".localized(), for: .normal)
}
private func setUIBinding() {

24
GME Remit/Modules/RemittanceModules/InboundModules/InboundPennyTestSubmit/User Interface/View/InboundPennyTestSubmit.storyboard

@ -90,15 +90,20 @@ enter the 4 digit number display after GME.</string>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="i6h-r2-NsS">
<rect key="frame" x="20" y="0.0" width="315" height="75"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="253" text="Deposit Reference" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Sqf-Z2-aM6">
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="aqE-eU-DmI">
<rect key="frame" x="0.0" y="0.0" width="315" height="25"/>
<constraints>
<constraint firstAttribute="height" constant="25" id="gte-cd-k4S"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="17"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="253" text="Deposit Reference" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Sqf-Z2-aM6">
<rect key="frame" x="0.0" y="0.0" width="315" height="25"/>
<constraints>
<constraint firstAttribute="height" constant="25" id="gte-cd-k4S"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="17"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="Qpq-S5-QPn">
<rect key="frame" x="0.0" y="30" width="315" height="45"/>
<subviews>
@ -174,6 +179,7 @@ enter the 4 digit number display after GME.</string>
<outlet property="bankImageView" destination="dPz-bF-pbw" id="haE-Yq-hbu"/>
<outlet property="bankNameLabel" destination="Ubf-cy-OYw" id="TgE-a0-PQ3"/>
<outlet property="codeTextField" destination="y15-Xf-IBz" id="gOa-E6-nFT"/>
<outlet property="depositTitleLabel" destination="Sqf-Z2-aM6" id="wne-Nd-7W8"/>
<outlet property="messageLabel" destination="fNy-Ec-rIe" id="KrA-ce-2iV"/>
<outlet property="resendButton" destination="u8b-tv-UsV" id="Kni-uO-6KX"/>
<outlet property="submitButton" destination="gBN-C9-Vlv" id="kVb-IT-nVA"/>
@ -212,7 +218,7 @@ enter the 4 digit number display after GME.</string>
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeRed">
<color red="0.92900002002716064" green="0.10599999874830246" blue="0.14100000262260437" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.92941176470588238" green="0.10588235294117647" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeText">
<color red="0.28999999165534973" green="0.28999999165534973" blue="0.28999999165534973" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>

13
GME Remit/Modules/RemittanceModules/InboundModules/InboundPennyTestSubmit/User Interface/View/InboundPennyTestSubmitViewController.swift

@ -33,6 +33,7 @@ class InboundPennyTestSubmitViewController: UIViewController {
@IBOutlet private weak var resendButton: UIButton!
@IBOutlet private weak var submitButton: UIButton!
@IBOutlet private weak var depositTitleLabel: UILabel!
// MARK: VC's Life cycle
override func viewDidLoad() {
@ -81,6 +82,10 @@ extension InboundPennyTestSubmitViewController {
private func setUI() {
submitButton.layer.cornerRadius = 5
messageLabel.text = "pennytest_information_text".localized()
depositTitleLabel.text = "deposit_reference_text".localized()
resendButton.setTitle("resend_text".localized(), for: .normal)
submitButton.setTitle("submit_text".localized(), for: .normal)
}
private func setUIBinding() {
@ -121,7 +126,7 @@ extension InboundPennyTestSubmitViewController {
output.model.map {$0.bank.cellImage}.drive(bankImageView.rx.image).disposed(by: disposeBag)
output.resendMessage.drive(onNext: {[weak self] in
self?.alert(message: $0, title: "Resend") {
self?.alert(message: $0, title: "resend_text".localized()) {
self?.codeTextField.text = ""
self?.codeTextField.sendActions(for: .editingChanged)
}
@ -129,7 +134,11 @@ extension InboundPennyTestSubmitViewController {
output.success.drive(onNext: {[weak self] in
guard let `self` = self else { return }
self.alert(type: .success, message: "Added your inbound account", title: "Success") {
self.alert(
type: .success,
message: "added_inbound_account_message_text".localized(),
title: "success_text".localized()
) {
self.dismiss(animated: true) {
self.delegate?.didSuccess(self)
}

82
GME Remit/Modules/RemittanceModules/InboundModules/InboundReceipt/User Interface/View/InboundReceipt.storyboard

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="dark"/>
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
@ -50,13 +50,13 @@
<rect key="frame" x="0.0" y="0.0" width="355" height="222"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Transfer Holding" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XC6-UE-X8h">
<rect key="frame" x="30" y="20" width="295" height="26"/>
<rect key="frame" x="30" y="20" width="295" height="26.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="22"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="J1f-7t-h7l">
<rect key="frame" x="20" y="76" width="315" height="40"/>
<rect key="frame" x="20" y="76.5" width="315" height="40"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rtO-Wn-iSP">
<rect key="frame" x="0.0" y="0.0" width="40" height="40"/>
@ -79,10 +79,10 @@
<rect key="frame" x="40" y="0.0" width="97.5" height="40"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="k8f-pT-7Hu">
<rect key="frame" x="0.0" y="19" width="97.5" height="2"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<rect key="frame" x="0.0" y="17.5" width="97.5" height="5"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="2" id="qO7-GC-Rew"/>
<constraint firstAttribute="height" constant="5" id="qO7-GC-Rew"/>
</constraints>
</view>
</subviews>
@ -114,10 +114,10 @@
<rect key="frame" x="177.5" y="0.0" width="97.5" height="40"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cCE-Ad-VG8">
<rect key="frame" x="0.0" y="19" width="97.5" height="2"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<rect key="frame" x="0.0" y="17.5" width="97.5" height="5"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="2" id="RT4-8k-DwB"/>
<constraint firstAttribute="height" constant="5" id="RT4-8k-DwB"/>
</constraints>
</view>
</subviews>
@ -141,31 +141,31 @@
</constraints>
</stackView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Cambodian Kim" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="Irl-hr-4eV">
<rect key="frame" x="7" y="116" width="66" height="28"/>
<rect key="frame" x="8.5" y="116.5" width="63" height="29"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="12"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Max Kim" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="CV7-nn-Hbs">
<rect key="frame" x="280" y="116" width="70" height="14"/>
<rect key="frame" x="280" y="116.5" width="70" height="14.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="12"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="GME" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="FL1-HU-Tq7">
<rect key="frame" x="164" y="123" width="27" height="14"/>
<rect key="frame" x="166" y="124" width="23.5" height="14.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="12"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="B0y-K9-Cr0">
<rect key="frame" x="30" y="166" width="295" height="36"/>
<rect key="frame" x="30" y="165.5" width="295" height="36.5"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yst-bw-KeH">
<rect key="frame" x="0.0" y="0.0" width="295" height="20"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="izg-bz-vlD">
<rect key="frame" x="0.0" y="0.0" width="78" height="20"/>
<rect key="frame" x="0.0" y="0.0" width="78.5" height="20"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="5AP-Cr-A71"/>
</constraints>
@ -174,16 +174,16 @@
<nil key="highlightedColor"/>
</label>
<stackView opaque="NO" contentMode="scaleToFill" spacing="3" translatesAutoresizingMaskIntoConstraints="NO" id="t2l-Hc-bNJ">
<rect key="frame" x="78" y="0.0" width="139" height="20"/>
<rect key="frame" x="78.5" y="0.0" width="138.5" height="20"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="IBK" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="PXk-kC-HgM">
<rect key="frame" x="0.0" y="0.0" width="22.5" height="20"/>
<rect key="frame" x="0.0" y="0.0" width="25" height="20"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="17"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text="110223458044" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ysv-FY-2Ev">
<rect key="frame" x="25.5" y="0.0" width="113.5" height="20"/>
<rect key="frame" x="28" y="0.0" width="110.5" height="20"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="17"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
@ -205,7 +205,7 @@
</constraints>
</stackView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="You have to register account at GME" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dWC-PH-K0l">
<rect key="frame" x="0.0" y="22" width="295" height="14"/>
<rect key="frame" x="0.0" y="22" width="295" height="14.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
@ -254,7 +254,7 @@
<rect key="frame" x="13" y="0.0" width="329" height="50"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Control No." lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="s20-Ea-baB" userLabel="Agent">
<rect key="frame" x="0.0" y="0.0" width="148" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="142.5" height="50"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="Zbk-cq-VVQ"/>
</constraints>
@ -263,7 +263,7 @@
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="12390482293" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="6Xt-jI-7GZ">
<rect key="frame" x="150" y="0.0" width="179" height="50"/>
<rect key="frame" x="144.5" y="0.0" width="184.5" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Bold" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -286,13 +286,13 @@
<rect key="frame" x="13" y="0.0" width="329" height="50"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Transaction Date" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="Xtb-Ib-lpc" userLabel="Agent">
<rect key="frame" x="0.0" y="0.0" width="192" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="194.5" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2019-10-11" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="JxV-yj-EMz">
<rect key="frame" x="194" y="0.0" width="135" height="50"/>
<rect key="frame" x="196.5" y="0.0" width="132.5" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Bold" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -315,13 +315,13 @@
<rect key="frame" x="13" y="0.0" width="329" height="50"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Sender Name" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="5NU-Qx-Ofw" userLabel="Agent">
<rect key="frame" x="0.0" y="0.0" width="189.5" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="184" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Wing Test" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="dZe-rZ-5by">
<rect key="frame" x="191.5" y="0.0" width="137.5" height="50"/>
<rect key="frame" x="186" y="0.0" width="143" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Bold" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -344,13 +344,13 @@
<rect key="frame" x="13" y="0.0" width="329" height="50"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text="Mobile No." lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="m71-TZ-5X2" userLabel="Agent">
<rect key="frame" x="0.0" y="0.0" width="144" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="138" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="01052850125" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="13j-q7-PPr">
<rect key="frame" x="146" y="0.0" width="183" height="50"/>
<rect key="frame" x="140" y="0.0" width="189" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Bold" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -373,13 +373,13 @@
<rect key="frame" x="13" y="0.0" width="329" height="50"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Bank" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="jrx-xv-i6r" userLabel="Reciever">
<rect key="frame" x="0.0" y="0.0" width="186" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="186.5" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="IBK" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="TOM-qp-7zr">
<rect key="frame" x="188" y="0.0" width="141" height="50"/>
<rect key="frame" x="188.5" y="0.0" width="140.5" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Bold" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -402,13 +402,13 @@
<rect key="frame" x="13" y="0.0" width="329" height="50"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" horizontalCompressionResistancePriority="1000" text="Bank Account" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="t1Y-8m-K81" userLabel="Agent">
<rect key="frame" x="0.0" y="0.0" width="88.5" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="88" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="110223458044" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="zBi-QA-eu5">
<rect key="frame" x="90.5" y="0.0" width="238.5" height="50"/>
<rect key="frame" x="90" y="0.0" width="239" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Bold" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -431,13 +431,13 @@
<rect key="frame" x="13" y="0.0" width="329" height="50"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" horizontalCompressionResistancePriority="1000" text="Received Amount" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="2d4-eq-cXZ" userLabel="Agent">
<rect key="frame" x="0.0" y="0.0" width="111" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="111.5" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="11,000 KRW" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="tKO-5l-kOy">
<rect key="frame" x="113" y="0.0" width="216" height="50"/>
<rect key="frame" x="113.5" y="0.0" width="215.5" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Bold" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -460,13 +460,13 @@
<rect key="frame" x="13" y="0.0" width="329" height="50"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" horizontalCompressionResistancePriority="1000" text="Service Fee" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="FQ3-6J-ibS" userLabel="Agent">
<rect key="frame" x="0.0" y="0.0" width="73.5" height="50"/>
<rect key="frame" x="0.0" y="0.0" width="73" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Regular" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="10,000 KRW" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="4zF-Gh-kae">
<rect key="frame" x="75.5" y="0.0" width="253.5" height="50"/>
<rect key="frame" x="75" y="0.0" width="254" height="50"/>
<fontDescription key="fontDescription" name="SanFranciscoText-Bold" family="San Francisco Text" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
@ -511,8 +511,8 @@
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="1OV-x4-AkU">
<rect key="frame" x="0.0" y="702" width="355" height="40"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qbr-Ug-ywW">
<rect key="frame" x="0.0" y="0.0" width="129.5" height="40"/>
<button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qbr-Ug-ywW">
<rect key="frame" x="0.0" y="0.0" width="213" height="40"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="15"/>
<state key="normal" title="Cancel">
@ -525,18 +525,13 @@
</userDefinedRuntimeAttributes>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="a5e-dp-XrJ">
<rect key="frame" x="139.5" y="0.0" width="215.5" height="40"/>
<rect key="frame" x="0.0" y="0.0" width="355" height="40"/>
<color key="backgroundColor" name="ThemeRed"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="15"/>
<inset key="titleEdgeInsets" minX="5" minY="0.0" maxX="5" maxY="0.0"/>
<state key="normal" title="Register Account">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
<integer key="value" value="6"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</button>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
@ -585,6 +580,7 @@
<outlet property="bankContentLabel" destination="TOM-qp-7zr" id="YDu-Tm-fD0"/>
<outlet property="bankNameLabel" destination="PXk-kC-HgM" id="Kjn-eX-nxt"/>
<outlet property="bankTitleLabel" destination="jrx-xv-i6r" id="ADu-g6-tdp"/>
<outlet property="buttonContainerView" destination="1OV-x4-AkU" id="UV7-rG-YnP"/>
<outlet property="cancelButton" destination="qbr-Ug-ywW" id="5lw-fK-f1j"/>
<outlet property="controlContentLabel" destination="6Xt-jI-7GZ" id="HmX-n7-lmZ"/>
<outlet property="controlTitleLabel" destination="s20-Ea-baB" id="Cl8-Zl-rnM"/>
@ -622,7 +618,7 @@
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeRed">
<color red="0.92900002002716064" green="0.10599999874830246" blue="0.14100000262260437" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.92941176470588238" green="0.10588235294117647" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeText">
<color red="0.28999999165534973" green="0.28999999165534973" blue="0.28999999165534973" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>

35
GME Remit/Modules/RemittanceModules/InboundModules/InboundReceipt/User Interface/View/InboundReceiptViewController.swift

@ -62,6 +62,7 @@ class InboundReceiptViewController: UIViewController {
@IBOutlet private weak var cancelButton: UIButton!
@IBOutlet private weak var registerButton: UIButton!
@IBOutlet private weak var buttonContainerView: UIStackView!
// MARK: VC's Life cycle
override func viewDidLoad() {
super.viewDidLoad()
@ -70,7 +71,7 @@ class InboundReceiptViewController: UIViewController {
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
title = "Inbound Receipt"
title = "inbound_receipt_text".localized()
}
override func viewWillDisappear(_ animated: Bool) {
@ -94,8 +95,8 @@ extension InboundReceiptViewController {
private func setUI() {
messageContainerView.isHidden = true
senderToGMEProcess.layer.cornerRadius = 5
gmeToReceiverProcess.layer.cornerRadius = 5
senderToGMEProcess.layer.cornerRadius = 2
gmeToReceiverProcess.layer.cornerRadius = 2
senderToGMEProcess.isHidden = true
gmeToReceiverProcess.isHidden = true
@ -107,6 +108,19 @@ extension InboundReceiptViewController {
registerButton.titleLabel?.textAlignment = .center
registerButton.layer.cornerRadius = 5
DispatchQueue.main.async {[weak self] in
self?.messageTitleLabel.text = "you_have_to_register_text".localized()
self?.controlTitleLabel.text = "control_no_text".localized()
self?.transactionDateTitleLabel.text = "transaction_date_text".localized()
self?.senderNameTitleLabel.text = "sender_name_text".localized()
self?.mobileTitleLabel.text = "mobile_number_text".localized()
self?.bankTitleLabel.text = "bank_text".localized()
self?.bankAccountTitleLabel.text = "account_text".localized()
self?.amountTitleLabel.text = "received_amount_text".localized()
self?.serviceFeeTitleLabel.text = "service_fee_text".localized()
self?.registerButton.setTitle("register_account_text".localized(), for: .normal)
self?.cancelButton.setTitle("cancel_text".localized(), for: .normal)
}
}
private func setUIBinding() {
@ -161,19 +175,20 @@ extension InboundReceiptViewController {
output.status.drive(onNext: {[weak self] in
switch $0 {
case .success:
self?.statusTitleLabel.text = "Trnasfer Successfuly"
self?.statusTitleLabel.text = "transfer_success_text".localized()
self?.messageContainerView.isHidden = true
self?.senderToGMEProcess.isHidden = true
self?.gmeToReceiverProcess.isHidden = true
self?.senderToGMEProcess.isHidden = false
self?.gmeToReceiverProcess.isHidden = false
self?.buttonContainerView.isHidden = true
case .hold:
self?.statusTitleLabel.text = "Trnasfer Holding"
self?.statusTitleLabel.text = "transfer_holding_text".localized()
self?.messageContainerView.isHidden = false
self?.senderToGMEProcess.isHidden = false
self?.gmeToReceiverProcess.isHidden = true
self?.buttonContainerView.isHidden = false
case .cancel:
self?.statusTitleLabel.text = "Trnasfer Canceled"
self?.statusTitleLabel.text = "transfer_canceled_text".localized()
self?.buttonContainerView.isHidden = true
}
}).disposed(by: disposeBag)
}

2
GME Remit/Modules/RemittanceModules/TransactionHistoryModules/TransactionHistory/User Interface/View/TransactionHistory.storyboard

@ -484,7 +484,7 @@
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeRed">
<color red="0.92900002002716064" green="0.10599999874830246" blue="0.14100000262260437" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.92941176470588238" green="0.10588235294117647" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeText">
<color red="0.28999999165534973" green="0.28999999165534973" blue="0.28999999165534973" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>

23
GME Remit/MultiLanguages/en.lproj/Localizable.strings

@ -695,3 +695,26 @@
// Inbound
"inbound_accounts_text" = "Inbound Account";
"inbound_title_text" = "Manage Inbound Account";
"register_inbound_text" = "Register Inbound";
"register_inbound_account_text" = "Register Inbound Account";
"add_text" = "Add";
"pennytest_information_text" = "We have sent 1 KRW to your Bank Account, Please check the statement and enter the 4 digit number display after GME.";
"deposit_reference_text" = "Deposit Reference";
"resend_text" = "Resend";
"added_inbound_account_message_text" = "Added your inbound account";
"delete_account_text" = "Delete Account";
"delete_account_message_text" = "Do you want to delete this account?";
"waiting_verified_text" = "Waiting Verified";
"primary_account_text" = "Primary Account";
"inbound_receipt_text" = "Inbound Receipt";
"transfer_holding_text" = "Transfer Holding";
"transfer_canceled_text" = "Transfer Canceled";
"you_have_to_register_text" = "You have to register account at GME";
"control_no_text" = "Control No.";
"sender_name_text" = "Sender Name";
"received_amount_text" = "Received Amount";
"register_account_text" = "Register Account";
Loading…
Cancel
Save