diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index ef6703a722..63fb6f6991 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -30,13 +30,10 @@ return [ 'currency_id' => 'Currency', 'attachments' => 'Attachments', 'journal_amount' => 'Amount', - 'journal_asset_source_account' => 'Asset account (source)', 'journal_source_account_name' => 'Revenue account (source)', 'journal_source_account_id' => 'Asset account (source)', 'BIC' => 'BIC', 'verify_password' => 'Verify password security', - 'account_from_id' => 'From account', - 'account_to_id' => 'To account', 'source_account' => 'Source account', 'destination_account' => 'Destination account', 'journal_destination_account_id' => 'Asset account (destination)', @@ -53,7 +50,6 @@ return [ 'tagMode' => 'Tag mode', 'tagPosition' => 'Tag location', 'virtualBalance' => 'Virtual balance', - 'longitude_latitude' => 'Location', 'targetamount' => 'Target amount', 'accountRole' => 'Account role', 'openingBalanceDate' => 'Opening balance date', @@ -68,12 +64,10 @@ return [ 'revenue_account' => 'Доходный счет', 'decimal_places' => 'Количество цифр после точки', 'exchange_rate_instruction' => 'Иностранные валюты', - 'exchanged_amount' => 'Сумма обмена', 'source_amount' => 'Сумма (источник)', 'destination_amount' => 'Сумма (назначение)', 'native_amount' => 'Native amount', - 'revenue_account_source' => 'Доходный счет (источник)', 'source_account_asset' => 'Source account (asset account)', 'destination_account_expense' => 'Destination account (expense account)', 'destination_account_asset' => 'Destination account (asset account)', @@ -111,7 +105,6 @@ return [ 'add_new_withdrawal' => 'Add a new withdrawal', 'add_new_deposit' => 'Add a new deposit', 'add_new_transfer' => 'Add a new transfer', - 'noPiggybank' => '(no piggy bank)', 'title' => 'Заголовок', 'notes' => 'Заметки', 'filename' => 'Имя файла', @@ -174,7 +167,6 @@ return [ // admin 'domain' => 'Domain', 'single_user_mode' => 'Single user mode', - 'must_confirm_account' => 'New users must activate account', 'is_demo_site' => 'Is demo site',