From e9c337229d3912c5d3f4c9f500fe6b6aaf166792 Mon Sep 17 00:00:00 2001 From: preyearegmi Date: Mon, 21 Jan 2019 15:50:49 +0900 Subject: [PATCH] Translation string managed upto --- .idea/caches/build_file_checksums.ser | Bin 605 -> 605 bytes app/build.gradle | 5 +++ .../settings/view/SettingsView.java | 1 - .../view/WalletStatementV2Activity.java | 29 ------------------ .../main/res/layout/activity_about_gme.xml | 8 ++--- app/src/main/res/layout/activity_settings.xml | 2 +- .../layout/activity_wallet_statement_v2.xml | 4 +-- app/src/main/res/values/strings.xml | 10 ++++-- 8 files changed, 20 insertions(+), 39 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index a1dd44bb1b03e51352f31af48e31d73bb5234bf1..1e274c94e3a332a14776c4ff113935256035eeed 100644 GIT binary patch delta 32 qcmV+*0N?-J1l @@ -100,7 +100,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@drawable/ic_rounded_background_gray_nav" - android:text="Check for update" + android:text="@string/check_for_update_text" android:textAllCaps="false" android:textColor="@color/darkgray" android:textSize="12sp" /> @@ -126,7 +126,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="11dp" - android:text="Follow us on" + android:text="@string/follow_us_text" android:textColor="@color/cs_red" android:textSize="12sp" /> diff --git a/app/src/main/res/layout/activity_settings.xml b/app/src/main/res/layout/activity_settings.xml index 277dfac4..c419e550 100644 --- a/app/src/main/res/layout/activity_settings.xml +++ b/app/src/main/res/layout/activity_settings.xml @@ -40,7 +40,7 @@ android:layout_height="wrap_content" android:layout_gravity="center" android:layout_marginTop="22dp" - android:text="Settings" + android:text="@string/setting_text" android:textColor="@color/white" android:textSize="14sp" /> diff --git a/app/src/main/res/layout/activity_wallet_statement_v2.xml b/app/src/main/res/layout/activity_wallet_statement_v2.xml index b297784c..54d181f3 100644 --- a/app/src/main/res/layout/activity_wallet_statement_v2.xml +++ b/app/src/main/res/layout/activity_wallet_statement_v2.xml @@ -25,7 +25,7 @@ android:id="@+id/toolbar_title" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Wallet Statement" + android:text="@string/wallet_statement_title_text" android:textColor="@color/black" android:textSize="17sp" android:layout_centerInParent="true" /> @@ -118,7 +118,7 @@ android:background="@null" android:enabled="false" android:gravity="center" - android:hint="No Wallet Statement Found" + android:hint="@string/no_statement_found_text" android:imeActionLabel="Done" android:imeOptions="actionDone" android:inputType="text" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 23552a33..f6898faf 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -22,7 +22,6 @@ We are there to help you \n(Available time 10:00AM - 12:00AM) Cancel support@gmeremit.com - We are licensed by Ministry of Strategy & 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. For more information call at Suggestions/Feedback Transactions Amendment Request @@ -33,7 +32,6 @@ Earn reward points and get \nsurprise gifts Thank you for contacting us. GME Wallet No. - Change Password Whoops! @@ -174,6 +172,14 @@ Invalid date range selected Search with Control No No Transaction Found + Wallet Statement + No Wallet Statement found + Change Password + Settings + We are licensed by Ministry of Strategy & 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. + App Version + Follow us on + Check for update