[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Dutch/modules/ -> Contacts.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.5 $ $Date: 2014/09/07 21:06:45 $

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

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

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

  19   ************************************************************************************/
  20  $languageStrings = array(
  21      'Contacts'                     => 'Contacten'                   , 
  22      'SINGLE_Contacts'              => 'Contact'                     , 
  23      'LBL_ADD_RECORD'               => 'Contact toevoegen'           , 
  24      'LBL_RECORDS_LIST'             => 'Contactenlijst'              , 
  25      'LBL_CONTACT_INFORMATION'      => 'Contactinformatie'           , 
  26      'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Portaal informatie'  , 
  27      'LBL_IMAGE_INFORMATION'        => 'Afbeelding:'                 , 
  28      'LBL_COPY_OTHER_ADDRESS'       => 'Kopieer Bezoekadres'         ,
  29      'LBL_COPY_MAILING_ADDRESS'     => 'Kopieer Postadres'           ,
  30      'Office Phone'                 => 'Telefoon Kantoor'            , 
  31      'Home Phone'                   => 'Telefoon Thuis'              , 
  32      'Title'                        => 'Functie'                     , 
  33      'Department'                   => 'Afdeling'                    , 
  34      'Birthdate'                    => 'Verjaardag'                  , 
  35      'Reports To'                   => 'Rapporteert aan'             , 
  36      'Assistant'                    => 'Assistent'                   , 
  37      'Assistant Phone'              => 'Telefoon assistent'          , 
  38      'Do Not Call'                  => 'Niet bellen'                 , 
  39      'Reference'                    => 'Referentie'                  , 
  40      'Portal User'                  => 'Toegang portaal'             , 
  41      'Mailing Street'               => 'Postadres Straat'            , 
  42      'Mailing City'                 => 'Postadres Plaats'            , 
  43      'Mailing State'                => 'Postadres Provincie'         , 
  44      'Mailing Zip'                  => 'Postadres Postcode'          , 
  45      'Mailing Country'              => 'Postadres Land'              , 
  46      'Mailing Po Box'               => 'Postadres Postbus'           , 
  47      'Other Street'                 => 'Bezoekadres Straat'          , 
  48      'Other City'                   => 'Bezoekadres Plaats'          , 
  49      'Other State'                  => 'Bezoekadres Provincie'       , 
  50      'Other Zip'                    => 'Bezoekadres Postcode'        , 
  51      'Other Country'                => 'Bezoekadres Land'            , 
  52      'Other Po Box'                 => 'Bezoekadres Postbus'         , 
  53      'Contact Image'                => 'Contactfoto'                 , 
  54      'Mr.'                          => 'heer'                        , 
  55      'Ms.'                          => 'mevrouw'                     , 
  56      'Mrs.'                         => 'mejuffrouw'                  , 
  57      'Dr.'                          => 'dr.'                         , 
  58      'Prof.'                        => 'prof.'                       , 
  59      'User List'                    => 'Gebruikerslijst'             , 
  60      'Contact Id'                   => 'Contact Id'                 ,
  61      'Support Start Date'           => 'Startdatum Ondersteuning'   ,
  62      'Support End Date'             => 'Einddatum Ondersteuning'     , 
  63  );
  64  $jsLanguageStrings = array(
  65      'LBL_SYNC_BUTTON'              => 'Synchroniseer Nu'             ,
  66      'LBL_SYNCRONIZING'             => 'Synchroniseren....'           ,
  67      'LBL_NOT_SYNCRONIZED'          => 'Nog niet gesynchroniseerd'    ,
  68      'LBL_FIELD_MAPPING'            => 'Veldtoewijzing'                  ,
  69  );
  70  
  71  // veb 140903 added by our tester

  72  $languageStrings['Google Contacts'] = 'Google Contacten'; # auto added 2014-04-17 19:04:44

  73  $languageStrings['Contacts Address'] = 'Adres van Contact'; # auto added 2014-04-17 19:04:44

  74  $languageStrings['Todays Birthday'] = 'Vandaag jarig'; # auto added 2014-04-17 19:04:44

  75  $languageStrings['Mobile Phone'] = 'Mobiele Telefoon'; # auto added 2014-04-17 19:04:47

  76  $languageStrings['Mailing Address'] = 'Postadres'; # auto added 2014-04-17 19:04:47

  77  $languageStrings['Google Map'] = 'Googlekaart'; # auto added 2014-04-17 19:04:47


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