From bdbd22f98b9b42bfac6eb7053bd64b22252004e2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 24 Apr 2016 09:02:21 +0200 Subject: [PATCH] Some language and code updates. --- resources/lang/en_US/breadcrumbs.php | 1 + resources/lang/fr_FR/breadcrumbs.php | 1 + resources/lang/fr_FR/firefly.php | 4 ++++ resources/lang/fr_FR/form.php | 1 + resources/lang/nl_NL/breadcrumbs.php | 1 + resources/lang/nl_NL/firefly.php | 4 ++++ resources/lang/nl_NL/form.php | 1 + resources/lang/pt_BR/breadcrumbs.php | 1 + resources/lang/pt_BR/firefly.php | 4 ++++ resources/lang/pt_BR/form.php | 1 + resources/views/budgets/noBudget.twig | 2 +- resources/views/list/journals.twig | 2 +- resources/views/transactions/index.twig | 2 +- resources/views/transactions/mass-edit.twig | 2 +- 14 files changed, 23 insertions(+), 4 deletions(-) diff --git a/resources/lang/en_US/breadcrumbs.php b/resources/lang/en_US/breadcrumbs.php index b5dae7a84d..bdd804cf63 100644 --- a/resources/lang/en_US/breadcrumbs.php +++ b/resources/lang/en_US/breadcrumbs.php @@ -1,4 +1,5 @@ 'Edit selected', 'delete_selected' => 'Delete selected', 'mass_delete_journals' => 'Delete a number of transactions', + 'mass_edit_journals' => 'Edit a number of transactions', + 'cannot_edit_other_fields' => 'You cannot mass-edit other fields than the ones here, because there is no room to show them. Please follow the link and edit them by one-by-one, if you need to edit these fields.', 'perm-delete-many' => 'Deleting many items in one go can be very disruptive. Please be cautious.', + 'mass_deleted_transactions_success' => 'Deleted :amount transaction(s).', + 'mass_edited_transactions_success' => 'Updated :amount transaction(s)', // new user: diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index d76859027d..eb5f3511c9 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -117,6 +117,7 @@ return [ 'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Delete selected permanently', + 'update_all_journals' => 'Update these transactions', 'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.', 'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.', 'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.', diff --git a/resources/lang/nl_NL/breadcrumbs.php b/resources/lang/nl_NL/breadcrumbs.php index 44452f3c98..54ef17e402 100644 --- a/resources/lang/nl_NL/breadcrumbs.php +++ b/resources/lang/nl_NL/breadcrumbs.php @@ -1,4 +1,5 @@ 'Wijzig geselecteerden', 'delete_selected' => 'Verwijder geselecteerden', 'mass_delete_journals' => 'Verwijder een aantal transacties', + 'mass_edit_journals' => 'Wijzig een aantal transacties', + 'cannot_edit_other_fields' => 'Je kan andere velden dan de velden die je hier ziet niet groepsgewijs wijzigen. Er is geen ruimte om ze te laten zien. Als je deze velden toch wilt wijzigen, volg dan de link naast de transactie en wijzig ze stuk voor stuk.', 'perm-delete-many' => 'Veel items in één keer verwijderen kan zeer storend zijn. Wees voorzichtig.', + 'mass_deleted_transactions_success' => 'Verwijder :amount transactie(s).', + 'mass_edited_transactions_success' => 'Wijzig :amount transactie(s)', // new user: diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index f334536bdc..4441007fc7 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -117,6 +117,7 @@ return [ 'permDeleteWarning' => 'Dingen verwijderen uit Firefly is permanent en kan niet ongedaan gemaakt worden.', 'mass_make_selection' => 'Je kan items alsnog redden van de ondergang door het vinkje weg te halen.', 'delete_all_permanently' => 'Verwijder geselecteerde items permanent', + 'update_all_journals' => 'Wijzig deze transacties', 'also_delete_transactions' => 'Ook de enige transactie verbonden aan deze rekening wordt verwijderd.|Ook alle :count transacties verbonden aan deze rekening worden verwijderd.', 'also_delete_rules' => 'De enige regel in deze regelgroep wordt ook verwijderd.|Alle :count regels in deze regelgroep worden ook verwijderd.', 'also_delete_piggyBanks' => 'Ook het spaarpotje verbonden aan deze rekening wordt verwijderd.|Ook alle :count spaarpotjes verbonden aan deze rekening worden verwijderd.', diff --git a/resources/lang/pt_BR/breadcrumbs.php b/resources/lang/pt_BR/breadcrumbs.php index 50905b0ff1..c09be3588c 100644 --- a/resources/lang/pt_BR/breadcrumbs.php +++ b/resources/lang/pt_BR/breadcrumbs.php @@ -1,4 +1,5 @@ 'Edit selected', 'delete_selected' => 'Delete selected', 'mass_delete_journals' => 'Delete a number of transactions', + 'mass_edit_journals' => 'Edit a number of transactions', + 'cannot_edit_other_fields' => 'You cannot mass-edit other fields than the ones here, because there is no room to show them. Please follow the link and edit them by one-by-one, if you need to edit these fields.', 'perm-delete-many' => 'Deleting many items in one go can be very disruptive. Please be cautious.', + 'mass_deleted_transactions_success' => 'Deleted :amount transaction(s).', + 'mass_edited_transactions_success' => 'Updated :amount transaction(s)', // new user: diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index c1ce96c93d..a372d46f85 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -117,6 +117,7 @@ return [ 'permDeleteWarning' => 'Exclusão de dados do Firely são permanentes e não podem ser desfeitos.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Delete selected permanently', + 'update_all_journals' => 'Update these transactions', 'also_delete_transactions' => 'A única transação ligada a essa conta será excluída também.|Todas as :count transações ligadas a esta conta serão excluídas também.', 'also_delete_rules' => 'A única regra que ligado a este grupo de regras será excluída também.|Todos as :count regras ligadas a este grupo de regras serão excluídas também.', 'also_delete_piggyBanks' => 'O único cofrinho conectado a essa conta será excluído também.|Todos os :count cofrinhos conectados a esta conta serão excluídos também.', diff --git a/resources/views/budgets/noBudget.twig b/resources/views/budgets/noBudget.twig index 7f62ce3ac1..6abbb397d0 100644 --- a/resources/views/budgets/noBudget.twig +++ b/resources/views/budgets/noBudget.twig @@ -21,4 +21,4 @@ {% endblock %} {% block scripts %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/views/list/journals.twig b/resources/views/list/journals.twig index a6b96110d1..ee1b145301 100644 --- a/resources/views/list/journals.twig +++ b/resources/views/list/journals.twig @@ -128,4 +128,4 @@ \ No newline at end of file + diff --git a/resources/views/transactions/index.twig b/resources/views/transactions/index.twig index 87c415374d..bf1f2efe79 100644 --- a/resources/views/transactions/index.twig +++ b/resources/views/transactions/index.twig @@ -20,4 +20,4 @@ {% endblock %} {% block scripts %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/views/transactions/mass-edit.twig b/resources/views/transactions/mass-edit.twig index b7b6bb994d..bdc9831de1 100644 --- a/resources/views/transactions/mass-edit.twig +++ b/resources/views/transactions/mass-edit.twig @@ -98,4 +98,4 @@ {% block scripts %} -{% endblock %} \ No newline at end of file +{% endblock %}