mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
Fix language issues #3772
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'html_language' => 'en',
|
||||
'html_language' => 'en-gb',
|
||||
'locale' => 'en, English, en_GB.utf8, en_GB.UTF-8',
|
||||
'month' => '%B %Y',
|
||||
'month_and_day' => '%B %e, %Y',
|
||||
|
||||
@@ -59,7 +59,6 @@ return [
|
||||
'no_rules_for_bill' => 'This bill has no rules associated to it.',
|
||||
'go_to_asset_accounts' => 'View your asset accounts',
|
||||
'go_to_budgets' => 'Go to your budgets',
|
||||
'new_clone_instructions' => 'This button will automatically clone the transaction and set the date to today. Are you sure?',
|
||||
'clones_journal_x' => 'This transaction is a clone of ":description" (#:id)',
|
||||
'go_to_categories' => 'Go to your categories',
|
||||
'go_to_bills' => 'Go to your bills',
|
||||
@@ -680,7 +679,7 @@ return [
|
||||
'external_uri' => 'External URI',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||
'delete_stuff_header' => 'Delete data',
|
||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||
|
||||
Reference in New Issue
Block a user