{* +--------------------------------------------------------------------+ | CiviCRM version 4.5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{* Import Wizard - Step 4 (summary of import results AFTER actual data loading) *} {* @var $form Contains the array for the form elements and other form associated information assigned to the template by the controller *} {* 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. The information below summarizes the results.{/ts}

{if $unMatchCount }

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

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

{/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 1=$downloadErrorRecordsUrl}You can Download Errors. You may then correct them, and import the new file with the corrected data.{/ts}

{/if} {if $conflictRowCount}

{ts count=$conflictRowCount plural='CiviCRM has detected %count records with conflicting email addresses within this data file or relative to existing contact records. These records have not been imported.'}CiviCRM has detected one record with conflicting email addresses within this data file or relative to existing contact records. This record have not been imported.{/ts} {ts}CiviCRM does not allow multiple contact records to have the same primary email address.{/ts}

{ts 1=$downloadConflictRecordsUrl}You can Download Conflicts. You may then review these records to determine if they are actually conflicts, and correct the email addresses for those that are not.{/ts}

{/if} {if $duplicateRowCount}

{ts count=$duplicateRowCount plural='CiviCRM has detected %count records which are duplicates of existing CiviCRM contact records.'}CiviCRM has detected one record which is a duplicate of existing CiviCRM contact record.{/ts} {$dupeActionString}

{ts 1=$downloadDuplicateRecordsUrl}You can Download Duplicates. You may then review these records to determine if they are actually duplicates, and correct the email address for those that are not.{/ts}

{/if} {if $unparsedAddressCount}

{$unparsedStreetAddressString}

{ts 1=$downloadAddressRecordsUrl}You can Download Street Address Records . You may then edit those contact records and update the street address accordingly.{/ts}

{/if}
{include file="CRM/common/formButtons.tpl" location="top"}
{* Summary of Import Results (record counts) *} {if $invalidRowCount } {/if} {if $unMatchCount } {/if} {if $conflictRowCount} {/if} {if $duplicateRowCount && $dupeError} {/if} {if $groupAdditions} {/if} {if $tagAdditions} {/if}
{ts}Total Rows{/ts} {$totalRowCount} {ts}Total number of rows in the imported data.{/ts}
{ts}Invalid Rows (skipped){/ts} {$invalidRowCount} {ts}Rows with invalid data in one or more fields (for example, invalid email address formatting). These rows will be skipped (not imported).{/ts} {if $invalidRowCount} {/if}
{ts}Mismatched Rows (skipped){/ts} {$unMatchCount} {ts}Rows with mismatched contact IDs... (NOT updated).{/ts} {if $unMatchCount} < {/if}
{ts}Conflicting Rows (skipped){/ts} {$conflictRowCount} {ts}Rows with conflicting email addresses (NOT imported).{/ts} {if $conflictRowCount} {/if}
{ts}Duplicate Rows{/ts} {$duplicateRowCount} {ts}Rows which are duplicates of existing CiviCRM contact records.{/ts} {$dupeActionString} {if $duplicateRowCount} {/if}
{ts}Total Contacts{/ts} {$validRowCount} {ts}Total number of contact records created or modified during the import.{/ts}
{ts}Import to Groups{/ts} {foreach from="$groupAdditions" item="group"} : {if $group.new} {ts count=$group.added plural='%count contacts added to this new group.'}One contact added to this new group.{/ts} {else} {ts count=$group.added plural='%count contacts added to this existing group.'}One contact added to this existing group.{/ts} {/if} {if $group.notAdded}{ts count=$group.notAdded plural='%count contacts NOT added (already in this group).'}One contact NOT added (already in this group).{/ts}{/if}
{/foreach}
{ts}Tagged Imported Contacts{/ts} {foreach from="$tagAdditions" item="tag"} : {ts count=$tag.added plural='%count contacts are tagged with this tag.'}One contact is tagged with this tag.{/ts} {if $tag.notAdded}{ts count=$tag.notAdded plural='%count contacts NOT tagged (already tagged to this tag).'}One contact NOT tagged (already tagged to this tag).{/ts}{/if}
{/foreach}
{include file="CRM/common/formButtons.tpl" location="bottom"}