return purchases screen

This commit is contained in:
nikitateplyakov
2019-03-06 23:42:10 +08:00
parent e7df51b4cc
commit 0659198a17
9 changed files with 275 additions and 2 deletions

View File

@@ -154,4 +154,12 @@ Set on switch on Camera
Go back to %s.
</string>
<string name="open_settings">Open settings</string>
<string name="returnLabel">Return</string>
<string name="return_purchase_content">Are you sure you want to return purchase, which cost %s on %s?
You cannot undo this.
You bonus balance will be changed and you will have %s bonus points.</string>
<string name="return_confirmation">Return confirmed</string>
<string name="return_confirmation_content">Purchase, which cost %s on %s is returned.</string>
<string name="points">Points</string>
</resources>

View File

@@ -153,4 +153,12 @@
Вернитесь к приложению %s.
</string>
<string name="open_settings">Открыть настройки</string>
<string name="returnLabel">Возврвт</string>
<string name="return_purchase_content">Вы подтверждаете возврат покупки на сумму %s от %s?
Отменить возврат нельзя.
Бонусный баланс будет изменен и составит %s баллов.</string>
<string name="return_confirmation">Возврат подтверждет</string>
<string name="return_confirmation_content">Покупка на сумму %s от %s возвращена.</string>
<string name="points">Баллы</string>
</resources>