X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FMember%2FImport%2FForm%2FSummary.tpl;h=5edf2ec265ba15b27f2c82d525387b9eb02c728f;hb=31037a4250529895c3f32ab15ecac2aa00a5c313;hp=c9f9acbaa17cc91a51df7b0126108e8b135480ce;hpb=9cc8b9b246a371b9621a8279545258073fbd0e48;p=civicrm-core.git diff --git a/templates/CRM/Member/Import/Form/Summary.tpl b/templates/CRM/Member/Import/Form/Summary.tpl index c9f9acbaa1..5edf2ec265 100644 --- a/templates/CRM/Member/Import/Form/Summary.tpl +++ b/templates/CRM/Member/Import/Form/Summary.tpl @@ -29,24 +29,24 @@
{* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *} {include file="CRM/common/WizardHeader.tpl"} - +

{ts}Import has completed successfully.{/ts} {ts}The information below summarizes the results.{/ts}

- + {if $unMatchCount }

- {ts count=$unMatchCount plural='CiviCRM has detected mismatched membership IDs. These records have not been Updated.'}CiviCRM has detected mismatched membership ID. This record have not been updated.{/ts} + {ts count=$unMatchCount plural='CiviCRM has detected mismatched membership IDs. These records have not been Updated.'}CiviCRM has detected mismatched membership ID. This record has not been updated.{/ts}

{ts 1=$downloadMismatchRecordsUrl}You can Download Mismatched Memberships. You may then correct them, and import the new file with the corrected data.{/ts}

- {/if} - + {/if} + {if $invalidRowCount }

- {ts count=$invalidRowCount plural='CiviCRM has detected invalid data and/or formatting errors in %count records. These records have not been imported.'}CiviCRM has detected invalid data and/or formatting errors in one record. This record have not been imported.{/ts} + {ts count=$invalidRowCount plural='CiviCRM has detected invalid data and/or formatting errors in %count records. These records have not been imported.'}CiviCRM has detected invalid data and/or formatting errors in one record. This record has not been imported.{/ts}

{ts 1=$downloadErrorRecordsUrl}You can Download Errors. You may then correct them, and import the new file with the corrected data.{/ts} @@ -55,7 +55,7 @@ {if $conflictRowCount}

- {ts count=$conflictRowCount plural='CiviCRM has detected %count records with conflicting transaction IDs within this data file or relative to existing membership records. These records have not been imported.'}CiviCRM has detected one record with conflicting transaction ID within this data file or relative to existing membership records. This record have not been imported.{/ts} + {ts count=$conflictRowCount plural='CiviCRM has detected %count records with conflicting transaction IDs within this data file or relative to existing membership records. These records have not been imported.'}CiviCRM has detected one record with conflicting transaction ID within this data file or relative to existing membership records. This record has not been imported.{/ts}

{ts 1=$downloadConflictRecordsUrl}You can Download Conflicts. You may then review these records to determine if they are actually conflicts, and correct the transaction IDs for those that are not.{/ts} @@ -71,7 +71,7 @@

{/if}
-
{include file="CRM/common/formButtons.tpl" location="top"}
+
{include file="CRM/common/formButtons.tpl" location="top"}
{* Summary of Import Results (record counts) *} @@ -89,7 +89,7 @@ {/if} - + {if $unMatchCount } @@ -100,7 +100,7 @@ {/if} - + {if $conflictRowCount} @@ -122,13 +122,13 @@ {/if} - +
{ts}Total Rows{/ts}
{ts}Mismatched Rows (skipped){/ts} {$unMatchCount}
{ts}Conflicting Rows (skipped){/ts} {$conflictRowCount}
{ts}Records Imported{/ts} {$validRowCount} {ts}Rows imported successfully.{/ts}
- +
{include file="CRM/common/formButtons.tpl" location="bottom"}