Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix string in combined case list #75

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ display:
group_type: group
admin_label: ''
plugin_id: numeric
label: 'Beantragter Betrag'
label: 'Amount Requested'
exclude: false
alter:
alter_text: false
Expand Down
17 changes: 8 additions & 9 deletions translations/civiremote_funding.pot
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ msgstr ""
msgid "Title"
msgstr ""

#: config/optional/views.view.civiremote_funding_application_list.yml
#: config/optional/views.view.civiremote_funding_combined_application_process_list.yml
msgid "Activity Start Date"
msgstr ""

#: config/optional/views.view.civiremote_funding_application_list.yml
#: config/optional/views.view.civiremote_funding_combined_application_process_list.yml
#: config/optional/views.view.civiremote_funding_combined_case_list.yml
Expand Down Expand Up @@ -114,10 +109,6 @@ msgstr ""
msgid "File clean up delay (seconds)"
msgstr ""

#: config/optional/views.view.civiremote_funding_combined_case_list.yml
msgid "Beantragter Betrag"
msgstr ""

#: config/optional/views.view.civiremote_funding_combined_case_list.yml
msgid "CiviCRM Funding Case List (combined application)"
msgstr ""
Expand Down Expand Up @@ -157,6 +148,7 @@ msgid "Acception Date"
msgstr ""

#: config/optional/views.view.civiremote_funding_combined_application_process_list.yml
#: config/optional/views.view.civiremote_funding_combined_case_list.yml
msgid "Amount Requested"
msgstr ""

Expand Down Expand Up @@ -213,6 +205,11 @@ msgstr ""
msgid "Amount Admitted"
msgstr ""

#: config/optional/views.view.civiremote_funding_application_list.yml
#: config/optional/views.view.civiremote_funding_combined_application_process_list.yml
msgid "Activity Start Date"
msgstr ""

#: config/optional/views.view.civiremote_funding_drawdown_list.yml
#: src/Form/NewDrawdownForm.php:96
msgid "Amount"
Expand Down Expand Up @@ -356,10 +353,12 @@ msgid "CiviRemote Funding"
msgstr ""

#: src/Controller/FundingCaseController.php:70
#: src/Plugin/views/area/FundingCaseArea.php:105
msgid "Please do not forget to apply the combined application if everything is recorded or after additions."
msgstr ""

#: src/Controller/FundingCaseController.php:82
#: src/Plugin/views/area/FundingCaseArea.php:115
msgid "Add @type"
msgstr ""

Expand Down
17 changes: 8 additions & 9 deletions translations/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ msgstr "Ausgezahlter Betrag"
msgid "Title"
msgstr "Titel"

#: config/optional/views.view.civiremote_funding_application_list.yml
#: config/optional/views.view.civiremote_funding_combined_application_process_list.yml
msgid "Activity Start Date"
msgstr "Beginn der Maßnahme"

#: config/optional/views.view.civiremote_funding_application_list.yml
#: config/optional/views.view.civiremote_funding_combined_application_process_list.yml
#: config/optional/views.view.civiremote_funding_combined_case_list.yml
Expand Down Expand Up @@ -116,10 +111,6 @@ msgstr ""
msgid "File clean up delay (seconds)"
msgstr ""

#: config/optional/views.view.civiremote_funding_combined_case_list.yml
msgid "Beantragter Betrag"
msgstr ""

#: config/optional/views.view.civiremote_funding_combined_case_list.yml
msgid "CiviCRM Funding Case List (combined application)"
msgstr "CiviCRM Förderfallliste (Sammelantrag)"
Expand Down Expand Up @@ -159,6 +150,7 @@ msgid "Acception Date"
msgstr "Annahmedatum"

#: config/optional/views.view.civiremote_funding_combined_application_process_list.yml
#: config/optional/views.view.civiremote_funding_combined_case_list.yml
msgid "Amount Requested"
msgstr "Beantragter Betrag"

Expand Down Expand Up @@ -215,6 +207,11 @@ msgstr ""
msgid "Amount Admitted"
msgstr "Anerkannter Betrag"

#: config/optional/views.view.civiremote_funding_application_list.yml
#: config/optional/views.view.civiremote_funding_combined_application_process_list.yml
msgid "Activity Start Date"
msgstr "Beginn der Maßnahme"

#: config/optional/views.view.civiremote_funding_drawdown_list.yml
#: src/Form/NewDrawdownForm.php:96
msgid "Amount"
Expand Down Expand Up @@ -360,6 +357,7 @@ msgid "CiviRemote Funding"
msgstr ""

#: src/Controller/FundingCaseController.php:70
#: src/Plugin/views/area/FundingCaseArea.php:105
msgid ""
"Please do not forget to apply the combined application if everything is "
"recorded or after additions."
Expand All @@ -368,6 +366,7 @@ msgstr ""
"wurde oder nach Ergänzungen."

#: src/Controller/FundingCaseController.php:82
#: src/Plugin/views/area/FundingCaseArea.php:115
msgid "Add @type"
msgstr "@type hinzufügen"

Expand Down