Skip to content

Commit

Permalink
#rm5842 localization
Browse files Browse the repository at this point in the history
  • Loading branch information
elvis committed Jul 3, 2024
1 parent 399dd19 commit a8b2882
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,13 +363,13 @@ class ExchangeFragment : Fragment(), BackListener {
is ViperStatusException -> showViperErrorDialog(
getString(R.string.vip_exchange_expired_title),
getString(R.string.vip_exchange_status_expired_alert_message),
getString(R.string.proceed),
getString(R.string.changelly2_proceed),
getString(R.string.cancel_transaction)
)
is ViperUnexpectedException -> showViperErrorDialog(
getString(R.string.vip_exchange_unexpected_alert_title),
getString(R.string.vip_exchange_unexpected_alert_message),
getString(R.string.proceed),
getString(R.string.changelly2_proceed),
getString(R.string.vip_alert_cancel)
)
else -> showErrorNotificationDialog(e.message)
Expand Down
1 change: 1 addition & 0 deletions mbw/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,7 @@
<string name="paid">Транзакция отправлена</string>
<string name="connection_issues"><b>Проблемы с соединением.</b> Убедитесь, что вы онлайн.</string>
<string name="changelly2_policy_text">Сервис предоставляется сторонним поставщиком API. Нажимая на кнопку Exchange, вы принимаете <font color="#4583de">Условия использования</font>.</string>
<string name="changelly2_proceed">Продолжить</string>
<string name="course_outdated">курс устарел</string>
<string name="unredeemed">Восстановить</string>
<string name="changelly_error_rate_expired">Обменный курс устарел, пожалуйста, повторите попытку.</string>
Expand Down
1 change: 1 addition & 0 deletions mbw/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,7 @@ All new bitcoins, mined by the pool, are proportionally distributed among RMC bi
<string name="changelly2_policy_text">Service is available through third-party API provider. By clicking Exchange you accept the <font color="#4583de">Terms of Use</font>.</string>
<string name="changelly2_select_from">Select account:</string>
<string name="changelly2_select_to">Select account to receive funds:</string>
<string name="changelly2_proceed">Proceed</string>
<string name="exchange_history">Exchange History</string>
<string name="tab_exchange_title">EXCHANGE</string>
<string name="no_operations_history">No operations history</string>
Expand Down

0 comments on commit a8b2882

Please sign in to comment.