diff --git a/resources/lang/en_US/api.php b/resources/lang/en_US/api.php index 526481993b..5309422de0 100644 --- a/resources/lang/en_US/api.php +++ b/resources/lang/en_US/api.php @@ -24,5 +24,4 @@ declare(strict_types=1); // Ignore this comment return [ - ]; diff --git a/resources/lang/en_US/auth.php b/resources/lang/en_US/auth.php index bafc9610ac..9f1063016d 100644 --- a/resources/lang/en_US/auth.php +++ b/resources/lang/en_US/auth.php @@ -24,7 +24,6 @@ declare(strict_types=1); - return [ 'failed' => 'These credentials do not match our records.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', diff --git a/resources/lang/en_US/config.php b/resources/lang/en_US/config.php index 2af7b3c75e..d470b930e6 100644 --- a/resources/lang/en_US/config.php +++ b/resources/lang/en_US/config.php @@ -27,37 +27,37 @@ declare(strict_types=1); return [ 'html_language' => 'en', 'locale' => 'en, English, en_US.utf8, en_US.UTF-8', - //'month' => '%B %Y', + // 'month' => '%B %Y', 'month_js' => 'MMMM YYYY', - //'month_and_day' => '%B %e, %Y', + // 'month_and_day' => '%B %e, %Y', 'month_and_day_moment_js' => 'MMM D, YYYY', 'month_and_day_fns' => 'MMMM d, y', 'month_and_day_js' => 'MMMM Do, YYYY', - //'month_and_date_day' => '%A %B %e, %Y', + // 'month_and_date_day' => '%A %B %e, %Y', 'month_and_date_day_js' => 'dddd MMMM Do, YYYY', - //'month_and_day_no_year' => '%B %e', + // 'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', // Ignore this comment - //'date_time' => '%B %e, %Y, @ %T', + // 'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', - //'specific_day' => '%e %B %Y', + // 'specific_day' => '%e %B %Y', 'specific_day_js' => 'D MMMM YYYY', - //'week_in_year' => 'Week %V, %G', + // 'week_in_year' => 'Week %V, %G', 'week_in_year_js' => '[Week] W, GGGG', 'week_in_year_fns' => "'Week' w, yyyy", - //'year' => '%Y', + // 'year' => '%Y', 'year_js' => 'YYYY', - //'half_year' => '%B %Y', + // 'half_year' => '%B %Y', 'half_year_js' => '\QQ YYYY', 'quarter_fns' => "'Q'Q, yyyy", diff --git a/resources/lang/en_US/email.php b/resources/lang/en_US/email.php index 679159ff44..3945823e00 100644 --- a/resources/lang/en_US/email.php +++ b/resources/lang/en_US/email.php @@ -133,6 +133,5 @@ return [ 'bill_warning_end_date_zero' => 'Your bill **":name"** is due to end on :date. This moment will pass **TODAY!**', 'bill_warning_extension_date_zero' => 'Your bill **":name"** is due to be extended or cancelled on :date. This moment will pass **TODAY!**', 'bill_warning_please_action' => 'Please take the appropriate action.', - ]; // Ignore this comment diff --git a/resources/lang/en_US/errors.php b/resources/lang/en_US/errors.php index eafd20e39c..aa214e500c 100644 --- a/resources/lang/en_US/errors.php +++ b/resources/lang/en_US/errors.php @@ -56,5 +56,4 @@ return [ 'offline_header' => 'You are probably offline', 'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.', 'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on GitHub.', - ]; diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 77dd08b645..669dab8c0f 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -467,7 +467,6 @@ return [ 'search_modifier_date_after_month' => 'Transaction is in or after month ":value"', 'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"', - // new 'search_modifier_tag_is_not' => 'No tag is ":value"', 'search_modifier_not_tag_is_not' => 'Tag is ":value"', @@ -789,7 +788,6 @@ return [ 'rule_trigger_update_journal' => 'When a transaction is updated', 'rule_trigger_user_action' => 'User action is ":trigger_value"', - // OLD values (remove non-doubles later): 'rule_trigger_source_account_starts_choice' => 'Source account name starts with..', 'rule_trigger_source_account_starts' => 'Source account name starts with ":trigger_value"', @@ -1274,7 +1272,6 @@ return [ 'create_rule_from_transaction' => 'Create rule based on transaction', 'create_recurring_from_transaction' => 'Create recurring transaction based on transaction', - // preferences 'dark_mode_option_browser' => 'Let your browser decide', 'dark_mode_option_light' => 'Always light', @@ -1993,7 +1990,6 @@ return [ 'first_split_overrules_destination' => 'The first split may overrule the destination account', 'spent_x_of_y' => 'Spent {amount} of {total}', - // new user: 'welcome' => 'Welcome to Firefly III!', 'submit' => 'Submit', @@ -2383,7 +2379,6 @@ return [ 'save_notification_settings' => 'Save settings', 'notification_settings_saved' => 'The notification settings have been saved', - 'split_transaction_title' => 'Description of the split transaction', 'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', 'split_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', @@ -2391,7 +2386,6 @@ return [ 'you_create_withdrawal' => 'You\'re creating a withdrawal.', 'you_create_deposit' => 'You\'re creating a deposit.', - // links 'journal_link_configuration' => 'Transaction links configuration', 'create_new_link_type' => 'Create new link type', @@ -2662,7 +2656,6 @@ return [ // dashboard 'enable_auto_convert' => 'Enable currency conversion', 'disable_auto_convert' => 'Disable currency conversion', - ]; // Ignore this comment diff --git a/resources/lang/en_US/form.php b/resources/lang/en_US/form.php index aba89c31b7..d32f918019 100644 --- a/resources/lang/en_US/form.php +++ b/resources/lang/en_US/form.php @@ -200,7 +200,6 @@ return [ 'album' => 'Album', 'song' => 'Song', - // admin 'domain' => 'Domain', 'single_user_mode' => 'Disable user registration', diff --git a/resources/lang/en_US/intro.php b/resources/lang/en_US/intro.php index 963bac9b98..27984594d3 100644 --- a/resources/lang/en_US/intro.php +++ b/resources/lang/en_US/intro.php @@ -118,7 +118,7 @@ return [ // create bill 'bills_create_intro' => 'Use bills to track the amount of money you\'re due every period. Think about expenses like rent, insurance or mortgage payments.', 'bills_create_name' => 'Use a descriptive name such as "Rent" or "Health insurance".', - //'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.', + // 'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.', 'bills_create_amount_min_holder' => 'Select a minimum and maximum amount for this bill.', 'bills_create_repeat_freq_holder' => 'Most bills repeat monthly, but you can set another frequency here.', 'bills_create_skip_holder' => 'If a bill repeats every 2 weeks, the "skip"-field should be set to "1" to skip every other week.', diff --git a/resources/lang/en_US/list.php b/resources/lang/en_US/list.php index 9d65f19b39..fb143f71ac 100644 --- a/resources/lang/en_US/list.php +++ b/resources/lang/en_US/list.php @@ -155,6 +155,5 @@ return [ 'delivery' => 'Delivery', 'url' => 'URL', 'secret' => 'Secret', - ]; // Ignore this comment diff --git a/resources/lang/en_US/rules.php b/resources/lang/en_US/rules.php index e2af0d14b5..8d4b44ad76 100644 --- a/resources/lang/en_US/rules.php +++ b/resources/lang/en_US/rules.php @@ -1,6 +1,5 @@