Browse Source

UK flag added

master
preyearegmi 6 years ago
parent
commit
123dffa9c2
  1. 2
      app/src/main/java/com/gmeremit/online/gmeremittance_native/customwidgets/exchangecountrylistingdialog/CountryFlagMapper.java
  2. 2
      app/src/main/java/com/gmeremit/online/gmeremittance_native/settings/view/SettingsView.java
  3. 2
      app/src/main/java/com/gmeremit/online/gmeremittance_native/splash_screen/gateway/SplashScreenGateway.java
  4. BIN
      app/src/main/res/drawable/flag_uk.png
  5. 275
      app/src/main/res/values-en/strings.xml
  6. 27
      app/src/main/res/values-my/strings.xml

2
app/src/main/java/com/gmeremit/online/gmeremittance_native/customwidgets/exchangecountrylistingdialog/CountryFlagMapper.java

@ -59,6 +59,8 @@ public class CountryFlagMapper {
return R.drawable.flag_belarus;
case "MN":
return R.drawable.flag_mongolia;
case "GB":
return R.drawable.flag_uk;
default:
return -1;

2
app/src/main/java/com/gmeremit/online/gmeremittance_native/settings/view/SettingsView.java

@ -81,7 +81,7 @@ public class SettingsView extends BaseActivity {
private List<LanguageModel> getLanguagedata() {
List<LanguageModel> models = new ArrayList<>();
models.add(new LanguageModel("BD", "bd", "Bangladesh"));
models.add(new LanguageModel("GB", "en", "English"));
models.add(new LanguageModel("KH", "km", "Cambodia"));
// models.add(new LanguageModel("CN", "th", "China"));
models.add(new LanguageModel("KR", "ko", "Korea"));

2
app/src/main/java/com/gmeremit/online/gmeremittance_native/splash_screen/gateway/SplashScreenGateway.java

@ -28,7 +28,7 @@ public class SplashScreenGateway extends PrivilegedGateway implements SplashScre
@Override
public List<LanguageModel> getRelatedLanguageData() {
List<LanguageModel> models = new ArrayList<>();
models.add(new LanguageModel("BD", "bd", "Bangladesh"));
models.add(new LanguageModel("GB", "en", "English"));
models.add(new LanguageModel("KH", "km", "Cambodia"));
// models.add(new LanguageModel("CN", "th", "China"));
models.add(new LanguageModel("KR", "ko", "Korea"));

BIN
app/src/main/res/drawable/flag_uk.png

After

Width: 512  |  Height: 512  |  Size: 25 KiB

275
app/src/main/res/values-en/strings.xml

@ -1,275 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="login_title_text">Welcome to Global Money Express</string>
<string name="login_subtitle_text">Login with your email address</string>
<string name="login_user_id_text">User ID</string>
<string name="password_text">Password</string>
<string name="forgot_password_text">Forgot Password?</string>
<string name="new_to_gme_text">New to GME?</string>
<string name="login_register_here_text">Register Here</string>
<string name="login_text">Login</string>
<string name="register_title_text">Register to Global Money Express</string>
<string name="register_subtitle_text">Register with your email address</string>
<string name="email_text">Email</string>
<string name="confirm_password_text">Confirm Password</string>
<string name="dob_text">Date of Birth</string>
<string name="already_have_account_text">Already have an account?</string>
<string name="register_text">Register</string>
<string name="forgot_password_title_text">Need Help with your Password?</string>
<string name="forgot_password_subtitle_text">Reset your password using your email address linked to your GME account.</string>
<string name="reset_text">Reset</string>
<string name="remaining_limit_text">Remaining Yearly Balance</string>
<string name="na_text">N/A</string>
<string name="usd_text">USD</string>
<string name="reward_point_text">Reward Point</string>
<string name="logout_text">Logout</string>
<string name="logout_confirmation_title_text">Logout?</string>
<string name="logout_confirmation_text">Are you sure you want to logout</string>
<string name="yes_text">Yes</string>
<string name="no_text">No</string>
<string name="exit_confirmation_text">Are you sure want to exit?</string>
<string name="available_balance_text">Your Available Balance</string>
<string name="gme_wallet_no_text">GME Wallet No.</string>
<string name="about_gme_text">About GME</string>
<string name="settings_text">Settings</string>
<string name="home_text">Home</string>
<string name="branch_text">Branch</string>
<string name="profile_text">Profile</string>
<string name="send_money_text">Send Money</string>
<string name="todays_rate_text">Today’s Rate</string>
<string name="transaction_report_text">Transaction Report</string>
<string name="gme_wallet_statement_text">GME Wallet Statement</string>
<string name="kyc_fill_text">Verify your Account</string>
<string name="complete_your_registration_text">Kindly complete your registration process with us to start using GME services.</string>
<string name="kyc_verify_pending_text">Verification in Process</string>
<string name="verification_in_aproval_process_text">Your registration request is in approval process. You will soon be able to use GME services.</string>
<string name="penny_test_pending_text">Continue the registration process</string>
<string name="complete_penny_test">Please verify your primary bank account to complete the registration.</string>
<string name="krw_text">KRW</string>
<string name="auto_debit_account_text">Auto Debit Account</string>
<string name="recipient_listing_title_text">Select Recipient</string>
<string name="delete_text">Delete</string>
<string name="edit_text">Edit</string>
<string name="new_recipient">New Recipient</string>
<string name="edit_delete_hint_android_text">Hold to \"Edit\" or \"Delete\" recipient profile</string>
<string name="add_recipient_text">Add Recipient</string>
<string name="edit_recipient_text">Edit Recipient</string>
<string name="who_to_send_text">Who are you sending money to?</string>
<string name="first_name_text">First Name</string>
<string name="enter_receiver_middlename_text">Middle Name (Optional)</string>
<string name="last_name_text">Last Name</string>
<string name="placeholder_select_country_text">Select Country</string>
<string name="address_text">Address</string>
<string name="relation_text">Relation</string>
<string name="mobile_number_text">Mobile No.</string>
<string name="transfer_reason_text">Transfer Reason</string>
<string name="save_text">Save and Continue</string>
<string name="first_name_error">First Name cannot be empty</string>
<string name="last_name_error">Last Name cannot be empty</string>
<string name="address_error">Address cannot be empty</string>
<string name="mobile_number_error">Mobile number cannot be empty</string>
<string name="relation_error">Please select a relation</string>
<string name="transfer_reason_error">Please select a transfer reason</string>
<string name="select_country_error">Please select a country</string>
<string name="select_province_error">Please select a state/province</string>
<string name="select_district_error">Please select a district</string>
<string name="todays_rate_title_text">Today\'s Rate</string>
<string name="you_send_text">You Send</string>
<string name="receipient_gets_text">Recipient Gets</string>
<string name="select_payment_mode_text">Select Payment Mode</string>
<string name="calculate_text">Calculate</string>
<string name="no_currency_selected_error">Please select a currency</string>
<string name="transfer_fee_included_text">Transfer Fee Included</string>
<string name="current_exchange_rate_text">Current Exchange Rate</string>
<string name="pick_money_text">How would you like to pick your money in</string>
<string name="select_branch_text">Select Branch</string>
<string name="account_number_text">Account No</string>
<string name="select_bank_text">Select Bank</string>
<string name="account_number_empty_error">Please provide an account no</string>
<string name="branch_empty_error">Please select a branch</string>
<string name="bank_empty_error">Please select a bank</string>
<string name="payment_mode_empty_error">Please select a payment mode</string>
<string name="terms_and_condition_title_text">Terms And Condition</string>
<string name="continue_text">Continue</string>
<string name="sending_amount_error">Please specify sending amount</string>
<string name="receiving_amount_error">Please specify receiving amount</string>
<string name="no_payout_currency_defined_error">No payout currency defined, please contact support.</string>
<string name="reciever_details_text">Reciever Details</string>
<string name="full_name_text">Full Name</string>
<string name="country_text">Country</string>
<string name="mobile_text">Mobile</string>
<string name="transaction_detail_text">Transaction Details</string>
<string name="payout_country_text">Payout Country</string>
<string name="payout_mode_text">Payout Mode</string>
<string name="paying_amount_text">Paying Amount</string>
<string name="exchange_rate_text">Exchange Rate</string>
<string name="service_charge_text">Service Charge</string>
<string name="payout_agent_text">Payout Agent/Bank</string>
<string name="i_have_read_to_text">I have read and agreed to</string>
<string name="gme_user_aggreement_text">GME Remittance User Agreement.</string>
<string name="agree_and_send_text"><![CDATA[Agree & Send]]></string>
<string name="enter_login_password_text">Enter your login Password</string>
<string name="cancel_text">Cancel</string>
<string name="confirm_text">Confirm</string>
<string name="receipt_title_text">Receipt</string>
<string name="transfer_success_text">Transfer Successful</string>
<string name="transfer_success_info_text">You have successfully transferred your money to</string>
<string name="total_payout_amount_text">Total Payout Amount:</string>
<string name="gme_control_security_text">Please keep this GME control no. very secure.\nShare with concerned party only</string>
<string name="transaction_date_text">Transaction Date</string>
<string name="receiver_text">Receiver</string>
<string name="total_sent_amount_text">Total Sent Amount</string>
<string name="ex_rate_text">Ex Rate</string>
<string name="service_fee_text">Service Fee</string>
<string name="done_text">Done</string>
<string name="request_to_cancel_text">Request to Cancel</string>
<string name="request_to_change_text">Request to Change</string>
<string name="transaction_report_title_text">Transaction Report</string>
<string name="filter_by_date_text">Filter by date</string>
<string name="invalid_date_range_selected">Invalid date range selected</string>
<string name="search_with_controlno_text">Search with Control No</string>
<string name="no_transaction_found_text">No Transaction Found</string>
<string name="wallet_statement_title_text">Wallet Statement</string>
<string name="no_statement_found_text">No Wallet Statement found</string>
<string name="change_password">Change Password</string>
<string name="setting_text">Settings</string>
<string name="about_me_description_text">We are licensed by Ministry of Strategy &amp; Finance to operate as the first Non-Bank Remittance Service providers in South Korea. Meeting all compliance regulations set forward by the regulators was a tough journey but today we feel proud about what we have achieved and how robust our operations are as a result of the hard work completed earlier. We are now ready with a 100% compliant and secured system that guarantees your money will arrive safely in right hands every single time.</string>
<string name="app_version_text">App Version</string>
<string name="follow_us_text">Follow us on</string>
<string name="check_for_update_text">Check for update</string>
<string name="change_password_title_text">Change Password</string>
<string name="password_policy_text">Password should be At least one symbol, At least one capital letter, At least one number, At least 9 characters</string>
<string name="current_password_text">Current Password</string>
<string name="new_password_text">New Password</string>
<string name="save_password_text">Save</string>
<string name="password_empty_error">Password cannot be empty</string>
<string name="password_symbol_required_error">Password should have at least one symbol</string>
<string name="password_number_required_error">Password should have at least one number</string>
<string name="password_length_error">Password should have at least 9 characters</string>
<string name="password_capital_letter_required_error">Password should have at least one capital letter</string>
<string name="confirm_password_mismatch_error">Confirm Password does not match with new password</string>
<string name="confirm_passowrd_empty_error">Confirm password cannot be empty</string>
<string name="profile_title_text">Profile</string>
<string name="personal_subtitle_text">Tell us a few things about yourself</string>
<string name="security_subtitle_text">Let\'s get your bank connected</string>
<string name="upload_subtitle_text">Upload your documents</string>
<string name="email_address_text">Email Address</string>
<string name="gender_placeholder_text">Select Gender</string>
<string name="native_country_placeholder_text">Select Native Country</string>
<string name="address_in_korea_text">Address In Korea</string>
<string name="province_placeholder_text">Select Province</string>
<string name="occupation_placeholder_text">Select Occupation</string>
<string name="save_and_continue_text">Save and Continue</string>
<string name="primary_bank_placeholder_text">Select Primary Bank</string>
<string name="primary_account_number_text">Primary Account Number</string>
<string name="verification_id_type_text">Verification Type</string>
<string name="verification_id_no_text">Verification Id No</string>
<string name="source_of_fund_text">Source of Fund</string>
<string name="view_sample_text">View Sample</string>
<string name="kyc_document_note_text">Note: Verification Id can be your National ID or Alien Reg ID or Passport Front selected on security screen.</string>
<string name="submit_text">Submit</string>
<string name="passbook_text">Bank Passbook</string>
<string name="selfie_with_verification_id_front_text">Selfie with Verification Id Front</string>
<string name="verification_id_front_text">Verification Id Front</string>
<string name="verification_id_back_text">Verification Id Back</string>
<string name="kyc_first_name_error">Please enter a valid name</string>
<string name="kyc_mobile_invalid_number_error">Please enter a valid korean mobile number</string>
<string name="kyc_mobile_empty_error">Mobile number cannot be empty</string>
<string name="kyc_occupation_error">Please select an occupation</string>
<string name="kyc_province_error">Please enter a valid province</string>
<string name="kyc_address_error">Please enter a valid address</string>
<string name="kyc_native_country_error">Please select a native country</string>
<string name="kyc_gender_error">Please select a gender</string>
<string name="kyc_bank_name_error">Please select a primary bank</string>
<string name="kyc_account_number_error">Please enter a valid account number</string>
<string name="kyc_verification_id_error">Please select verification Id type</string>
<string name="kyc_verification_no_error">Please enter a valid verification id</string>
<string name="kyc_source_of_fund_error">Please select a source of fund</string>
<string name="kyc_form_fill_up_number_error">Please fill all the required details.</string>
<string name="passport_text">Passport</string>
<string name="permission_denied_text">Permission denied</string>
<string name="no_image_available_text">No image available</string>
<string name="document_issue_date_error_text">Please select an issue date</string>
<string name="document_expiry_date_error_text">Please select an expiry date</string>
<string name="kyc_photo_upload_dialog_title">Add a photo</string>
<string name="camera_text">Camera</string>
<string name="gallery_text">Gallery</string>
<string name="male_text">Male</string>
<string name="female_text">Female</string>
<string name="other_text">Other</string>
<string name="select_gender_text">Select Gender</string>
<string name="no_gender_found_text">No Gender found</string>
<string name="search_country_text">Search Country</string>
<string name="select_country_text">Select Country</string>
<string name="no_country_found_text">No Country found</string>
<string name="search_province_text">Search Province</string>
<string name="select_province_text">Select Province</string>
<string name="no_province_found_text">No Province found</string>
<string name="search_occupation_text">Search Occupation</string>
<string name="select_occupation_text">Select Occupation</string>
<string name="no_occupation_found_text">No Occupation found</string>
<string name="search_source_of_fund">Search Source of Fund</string>
<string name="select_source_of_fund_text">Select Source of Fund</string>
<string name="no_source_of_found_text">No Source of Fund found</string>
<string name="search_id_text">Search Id Type</string>
<string name="select_id_type_text">Select Id Type</string>
<string name="no_id_type_found_text">No Id Type found</string>
<string name="search_primary_bank_text">Search Primary Bank</string>
<string name="select_primary_bank_text">Select Primary Bank</string>
<string name="no_primary_bank_found_text">No Primary Bank found</string>
<string name="select_issue_date_text">Select issue date</string>
<string name="select_expiry_date_text">Select expiry date</string>
<string name="please_provide_all_images_text">Please provide all images</string>
<string name="auto_refund_title_text">Auto Refund</string>
<string name="how_much_would_you_like_to_refund">How much would you like to refund?</string>
<string name="refund_text">Refund</string>
<string name="you_refund_text">You Refund</string>
<string name="proceed_text">Proceed</string>
<string name="not_now_text">Not now</string>
<string name="penny_test_promt_description_text">Your bank account verification is required inorder to complete the registration. Do you want to verify it now?</string>
<string name="deposit_reference_text">Deposit Reference</string>
<string name="resend_request_text"><u>Resend Request</u></string>
<string name="new_update_is_available_text">New update is available</string>
<string name="update_text">Update</string>
<string name="auto_debit_title_text">Manage Auto Debit Account</string>
<string name="auto_debit_delete_confirm_description">You want to delete Auto-Debit Account!</string>
<string name="are_you_sure_text">Are you sure?</string>
<string name="search_language_text">Search Language</string>
<string name="select_language_text">Select Language</string>
<string name="no_language_found_text">No Language found</string>
<string name="add_auto_debit_account_text">Add Auto Debit Account</string>
<string name="delete_auto_debit_account_hint_text">Hold to \"Delete\" the account</string>
<string name="amount_detail_text">Amount Detail</string>
<string name="verification_detail_text">Verification</string>
<string name="search_bank_text">Search Bank</string>
<string name="no_bank_found_text">No Bank found</string>
<string name="search_branch_text">Search Branch</string>
<string name="search_branch_hint_text">Type to search branches (Minimum 3 characters)</string>
<string name="no_branch_found_text">No Branch found</string>
<string name="select_bank_first_text">Please select a bank first</string>
<string name="no_currency_found_text">No Currency found</string>
<string name="change_password_text">Change Password</string>
<string name="withdraw_text">Withdraw</string>
<string name="no_account_found_text">No Account found</string>
<string name="select_account_text">Choose Payment Method</string>
<string name="search_account_text">Search Account</string>
<string name="search_currency_text">Search Currency</string>
<string name="select_currency_text">Select Currency</string>
<string name="user_Id_placeholder_text">Registered Email</string>
<string name="password_placeholder_text">********</string>
<string name="create_password_text">Create Password</string>
<string name="confirm_new_password_placeholder_text">Confirm Your Password</string>
<string name="current_password_placeholder_text">Enter Your Current Password</string>
<string name="new_password_placeholder_text">Enter Your New Password</string>
<string name="from_text">From</string>
<string name="to_text">To</string>
<string name="all_text">All</string>
<string name="unpaid_text">Unpaid</string>
<string name="paid_text">Paid</string>
<string name="processing_request_text">Processing request…</string>
<string name="select_dob_text">Select dob</string>
<string name="new_user_text">New User</string>
<string name="hassle_free_transfer_text">Hassle free money transfer to your\nloved ones</string>
<string name="connect_local_community_text">Connect to local community</string>
<string name="earn_reward_point_text">Earn reward points and get\nsurprise gifts</string>
</resources>

27
app/src/main/res/values-my/strings.xml

@ -1,19 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="login_text">အကောင့်၀င်ရန်</string>
<string name="new_user_text">အသံုးျပဳသူအသစ္</string>
<string name="hassle_free_transfer_text">Not Translated</string>
<string name="connect_local_community_text">Not Translated</string>
<string name="earn_reward_point_text">Not Translated</string>
<string name="login_title_text">မဂၤလာပါ Global Money Expressမွ ေႏြးေထြးစြာ ႀကိဳဆိုပါတယ္</string>
<string name="login_subtitle_text">အီးေမးလ္လိပ္စာ သို႔ ဖုန္းနံပါတ္ျဖင့္ အေကာင့္၀င္ရန္</string>
<string name="login_user_id_text">အသံုးျပဳသူ အိုင္ဒီ</string>
<string name="user_Id_placeholder_text">အေကာင့္ဖြင့္ထားေသာ အီးေမးလ္/ ဖုန္းနံပါတ္</string>
<string name="password_text"> </string>
<string name="forgot_password_text">လျှို့၀က်နံါတ်မေ့နေပါသည်</string>
<string name="new_to_gme_text">GME အသံုးျပဳသူ အသစ္ျဖစ္ပါသလား?</string>
<string name="login_register_here_text">ဤေနရာတြင္ အေကာင့္ဖြင့္ပါ</string>
<string name="user_id_empty_error">Not Translated</string>
<string name="register_title_text">Global Money Express အကောင့်ဖွင့်ရန်</string>
@ -382,4 +368,17 @@
<string name="myanmar_language_text">Not Translated</string>
<string name="russian_langugae_text">Not Translated</string>
<string name="vietnam_language_text">Not Translated</string>
<string name="login_text">အကောင့်၀င်ရန်</string>
<string name="new_user_text">အသုံးပြုသူအသစ်</string>
<string name="hassle_free_transfer_text">Not Translated</string>
<string name="connect_local_community_text">Not Translated</string>
<string name="earn_reward_point_text">Not Translated</string>
<string name="login_title_text">မဂႅလာပါ GMEမှ ‌နွေးထွေးစွာ ကြိုဆိုပါသည်</string>
<string name="login_subtitle_text">အီးမေးလ်လိပ်စာသို့ ဖုန်းနံပါတ်အသုံးပြု၍ အကောင့်၀င်ရန်</string>
<string name="login_user_id_text">အသုံးပြုသူ အိုင်ဒီ</string>
<string name="user_Id_placeholder_text">စာရင်းသွင်းထားသော အီးမေးလ်</string>
<string name="forgot_password_text">လျှို့၀က်နံါတ်မေ့နေပါသည်</string>
<string name="new_to_gme_text">GME အသုံးပြုသူအသစ်ဖြစ်ပါသလား</string>
<string name="login_register_here_text">ဤနေရာတွင်အကောင့်ဖွင့်ပါ</string>
</resources>
Loading…
Cancel
Save