Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions wallet/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
<!-- Balance fragment -->
<string name="wallet_transactions_coinbase">добытые посредством майнинга</string>
<string name="history_empty">Ваш кошелёк ещё не содержит монет!\n\nМожно приобрести немного монет посредством обмена или меняя их на товары и услуги.</string>
<string name="sent_to">Отправили</string>
<string name="received_with">Получили от</string>
<string name="sent_to">Отправили на</string>
<string name="received_with">Получили на</string>
<string name="get_tx_info_error">Невозможно получить информацию о транзакции</string>
<string name="disconnected_label">Отсутствует подключение</string>
<string name="no_wallet_pocket_selected">Кошелёк не выбран</string>
Expand Down Expand Up @@ -315,18 +315,18 @@
<string name="account_extended_private_key_label">расширенный личный ключ</string>
<string name="account_private_key_warning">Личный ключ позволяет вам отправлять монеты с этого аккаунта. Совсем не обязательно делать его копию, поскольку он создается на основе вашей <i>восстанавливающей фразы</i></string>
<string name="action_sweep_wallet">Sweep wallet</string>
<string name="action_support">Contact support</string>
<string name="action_support">Связаться с поддержкой</string>
<string name="error_camera">Could not access the device camera</string>
<string name="button_default">Default</string>
<string name="button_execute">Execute</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="yes">Да</string>
<string name="no">Нет</string>
<string name="wallet_is_not_locked_message">Your wallet is not locked</string>
<string name="override_wallet_warning_title">Override existing wallet?</string>
<string name="override_new_wallet_warning_message">If you create a new wallet, your existing wallet will be lost unless you backed up you <i>recovery phrase</i>.</string>
<string name="override_restore_wallet_warning_message">If you restore a wallet, your existing wallet will be lost unless you backed up you <i>recovery phrase</i>.</string>
<string name="received_from">received from</string>
<string name="set_bip39_passphrase">Type your BIP39 passphrase</string>
<string name="set_bip39_passphrase">Введите свой BIP39 пароль</string>
<string name="project">MFCoin.net project</string>
<string name="edit_account_title">Edit account</string>
<string name="edit_account_description_label">Description</string>
Expand Down