%1
"
+msgstr ""
+
+#: CRM/Sepa/Logic/MandateRepairs.php
+msgid "CiviSEPA Health Check"
+msgstr "CiviSEPA-Selbstkontrolle"
+
+#: CRM/Sepa/Logic/Queue/Close.php
+msgid "Marking SDD Group(s) Received: [%1]"
+msgstr "Markiere SDD-Gruppe(n) als erhalten: [%1]"
+
#: CRM/Sepa/Logic/Queue/Close.php
msgid "Closing SDD Group(s) [%1]"
msgstr "Schließe SEPA-Gruppe(n) [%1]"
@@ -1406,6 +1499,14 @@ msgstr "Bereinigung beendeter Mandate wird vorbereitet"
msgid "Cleaning up ended mandates"
msgstr "Beendet Mandate werden bereinigt"
+#: CRM/Sepa/Logic/Queue/Update.php
+msgid "Process %1 mandates (%2-%3)"
+msgstr ""
+
+#: CRM/Sepa/Logic/Queue/Update.php
+msgid "Cleaning up %1 groups"
+msgstr ""
+
#: CRM/Sepa/Logic/Queue/Update.php
msgid "Lock released"
msgstr "Sperre aufgehoben"
@@ -1414,6 +1515,10 @@ msgstr "Sperre aufgehoben"
msgid "Thank you"
msgstr "Vielen Dank"
+#: CRM/Sepa/Logic/Settings.php
+msgid "In Progress"
+msgstr ""
+
#: CRM/Sepa/Logic/Status.php
msgid "Not activated"
msgstr "Nicht aktiv"
@@ -1575,8 +1680,8 @@ msgid "CiviSEPA Dashboard"
msgstr "CiviSEPA Dashboard"
#: CRM/Sepa/Page/DashBoard.php
-msgid "Couldn't read transaction groups. Error was: '%s'"
-msgstr "Die Gruppen konnten nicht geladen werden. Fehler ist: '%s'"
+msgid "Couldn't read transaction groups. Error was: %1"
+msgstr "Die Gruppen konnten nicht geladen werden. Fehler war: %1"
#: CRM/Sepa/Page/DashBoard.php
msgid "Unknown batcher mode '%s'. No batching triggered."
@@ -1683,13 +1788,30 @@ msgid "SEPA Group Contributions"
msgstr "Zuwendungen der SEPA Gruppe"
#: CRM/Sepa/Page/ListGroup.php
-msgid "Cannot read SEPA transaction group [%s]. Error was: '%s'"
-msgstr "Die SEPA Gruppe [%s] konnte nicht geladen werden. Fehler ist: '%s'"
+msgid "Cannot read SEPA transaction group [%1]. Error was: %2"
+msgstr ""
+"Die SEPA-Transaktionsgruppe [%1] konnte nicht geladen werden. Fehler: %2"
#: CRM/Sepa/Page/MandateTab.php sepa.php
msgid "SEPA Mandates"
msgstr "SEPA Mandate"
+#: CRM/Sepa/Page/MarkGroupReceived.php
+msgid "Mark SEPA group received"
+msgstr "SEPA-Gruppen als erhalten markieren"
+
+#: CRM/Sepa/Page/MarkGroupReceived.php templates/CRM/Sepa/Page/DeleteGroup.tpl
+msgid "No group_id given!"
+msgstr "Keine Gruppen-ID (group_id) angegeben."
+
+#: CRM/Sepa/Page/MarkGroupReceived.php
+msgid "Cannot mark TEST groups as received."
+msgstr ""
+
+#: CRM/Sepa/Page/MarkGroupReceived.php
+msgid "Couldn't close SDD group #%1.{ts}This option will activate a runner page with a progress bar for these critical processes. There shouldn't be any timeouts, but you have to keep that open until it's done.{/ts}
{/htxt} +{htxt id='id-financial-type-grouping'} +{ts}Whether to group transactions by financial types additionally.{/ts}
+{ts}Enable this settings if you use the Financial ACLs extension, as transaction groups with mixed financial type contributions can cause issues with overlapping Financial ACLs' permissions.{/ts}
+{/htxt} + {htxt id='id-creditor-type'}{ts}Always use SEPA
if you want to do SEPA style direct debit.{/ts}
{ts}PSP
can help you to use this extension for other direct debit systems or payment service providers (PSP), but all SEPA style validations and tools are then disabled.{/ts}
{ts}CUC-code ("Codice Univoco CBI") of the financial institution of the creditor. It is only required for CBIBdySDDReq SEPA file format.{/ts}
{ts}Be careful when changing this!{/ts}
{/htxt} -{/crmScope} \ No newline at end of file +{/crmScope} diff --git a/templates/CRM/Admin/Form/Setting/SepaSettings.tpl b/templates/CRM/Admin/Form/Setting/SepaSettings.tpl index 0f355732..437f9c7b 100644 --- a/templates/CRM/Admin/Form/Setting/SepaSettings.tpl +++ b/templates/CRM/Admin/Form/Setting/SepaSettings.tpl @@ -338,6 +338,12 @@ div.sdd-add-creditor { {$form.sdd_async_batching.html} +{ts domain="org.project60.sepa"}Group Name{/ts} | diff --git a/templates/CRM/Sepa/Page/MandateTab.tpl b/templates/CRM/Sepa/Page/MandateTab.tpl index d5d60af3..451a53b4 100644 --- a/templates/CRM/Sepa/Page/MandateTab.tpl +++ b/templates/CRM/Sepa/Page/MandateTab.tpl @@ -21,11 +21,13 @@ {/literal} {* add new mandate button *} - +{if $permissions.create} + +{/if} {if $rcurs}{$rcur.total_amount|crmMoney:$rcur.currency} | {$rcur.last_collection_date|crmDate:$date_format} - {foreach from=$rcur.fail_sequence item=fail} - - {/foreach} + {* Show as many warnings as last installments have failed. *} + {if $rcur.fail_sequence} + {for $i=1 to $rcur.fail_sequence} + + {/for} + {/if} | {$rcur.next_collection_date|crmDate:$date_format} | {$rcur.end_date|crmDate:$date_format} |
- {ts domain="org.project60.sepa"}View{/ts}
- {if $rcur.edit_link}
+ {if $permissions.view}
+ {ts domain="org.project60.sepa"}View{/ts}
+ {/if}
+ {if $permissions.edit && $rcur.edit_link}
{ts domain="org.project60.sepa"}Edit{/ts}
{/if}
@@ -76,6 +83,9 @@
{else}
{ts domain="org.project60.sepa"}This contact has no recorded recurring mandates.{/ts}
+{if $financialacls}
+ {ts domain="org.project60.sepa"}Note that only mandates associated with contributions of authorized financial types are being displayed.{/ts}
+{/if}
{/if}
@@ -103,8 +113,10 @@
| {$ooff.total_amount|crmMoney:$ooff.currency} |
- {ts domain="org.project60.sepa"}View{/ts}
- {if $ooff.edit_link}
+ {if $permissions.view}
+ {ts domain="org.project60.sepa"}View{/ts}
+ {/if}
+ {if $permissions.edit && $ooff.edit_link}
{ts domain="org.project60.sepa"}Edit{/ts}
{/if}
@@ -116,6 +128,9 @@
{else}
{ts domain="org.project60.sepa"}This contact has no recorded one-off mandates.{/ts}
+{if $financialacls}
+ {ts domain="org.project60.sepa"}Note that only mandates associated with contributions of authorized financial types are being displayed.{/ts}
+{/if}
{/if}
diff --git a/xml/Menu/sepa.xml b/xml/Menu/sepa.xml
index b2e561f3..4b835d0e 100644
--- a/xml/Menu/sepa.xml
+++ b/xml/Menu/sepa.xml
@@ -79,7 +79,7 @@
|
---|