[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Dutch/modules/ -> Campaigns.php (source)

   1  <?php
   2  /*+**********************************************************************************
   3   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9   * *******************************************************************************

  10   * Vicus eBusiness Solutions (www.vicus.nl) Version Control

  11   * Dutch language pack for vtiger CRM version 6.x

  12   * 

  13   * @package   NL-Dutch

  14   * @version   $Author: luuk $

  15   * @version   CVS: $Revision: 1.4 $ $Date: 2014/09/07 21:06:45 $

  16   * @source    $Source: /var/lib/cvs/vtiger600/languages/nl_nl/Campaigns.php,v $

  17   * @copyright 2005-2014 Vicus eBusiness Solutions B.V. <[email protected]>

  18   * @link      http://www.vicus.nl

  19   ************************************************************************************/
  20  $languageStrings = array(
  21      'Campaigns'                    => 'Campagnes'                   , 
  22      'SINGLE_Campaigns'             => 'Campagne'                    , 
  23      'LBL_ADD_RECORD'               => 'Campagne toevoegen'          , 
  24      'LBL_RECORDS_LIST'             => 'Campagnelijst'               , 
  25      'LBL_CAMPAIGN_INFORMATION'     => 'Campagne informatie'         , 
  26      'LBL_EXPECTATIONS_AND_ACTUALS' => 'Verwachting en actueel'      , 
  27      'Campaign Name'                => 'Campagnenaam'                , 
  28      'Campaign No'                  => 'Campagnenummer'              , 
  29      'Campaign Type'                => 'Campagnetype'                , 
  30      'Product'                      => 'Product'                     , 
  31      'Campaign Status'              => 'Campagnestatus'              , 
  32      'Num Sent'                     => 'Aantal verzonden'            , 
  33      'Sponsor'                      => 'Sponsor'                     , 
  34      'Target Audience'              => 'Doelgroep'                   , 
  35      'TargetSize'                   => 'Doelgroepgrootte'            , 
  36      'Expected Response'            => 'Verwachte reactie'           , 
  37      'Expected Revenue'             => 'Verwachte omzet'             , 
  38      'Budget Cost'                  => 'Kostenbudget'               , 
  39      'Actual Cost'                  => 'Actuele kosten'              , 
  40      'Expected Response Count'      => 'Verwachte reactie'           , 
  41      'Expected Sales Count'         => 'Verwachte verkoop'           , 
  42      'Expected ROI'                 => 'Verwachte opbrengsten'       , 
  43      'Actual Response Count'        => 'Actuele reactie'             , 
  44      'Actual Sales Count'           => 'Actuele verkoop'             , 
  45      'Actual ROI'                   => 'Actuele opbrengsten'         , 
  46      'Webinar'                      => 'Webinar'                     , 
  47      'Referral Program'             => 'Referral programma'          , 
  48      'Advertisement'                => 'Advertie'                    , 
  49      'Banner Ads'                   => 'Banner advertenties'         , 
  50      'Direct Mail'                  => 'Direct mail'                 , 
  51      'Telemarketing'                => 'Telemarketing'               , 
  52      'Others'                       => 'Anders'                      , 
  53      'Planning'                     => 'Planning'                    , 
  54      'Inactive'                     => 'Inactief'                    , 
  55      'Complete'                     => 'Gereed'                      , 
  56      'Cancelled'                    => 'Afgezegd'                    , 
  57      'Excellent'                    => 'Uitstekend'                  , 
  58      'Good'                         => 'Goed'                        , 
  59      'Average'                      => 'Gemiddeld'                   , 
  60      'Poor'                         => 'Slecht'                      , 
  61      '--None--'                     => '--Geen--'                    , 
  62      'Contacted - Successful'       => 'Contact gehad - Success'     , 
  63      'Contacted - Unsuccessful'     => 'Contact gehad - Geen success', 
  64      'Contacted - Never Contact Again' => 'Contact gehad - Nooit meer contacten', 
  65  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1