[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

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


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