[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/nl_nl/ -> 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  $languageStrings = array(
  11      'Contacts'                     => 'Contacten'                   , 
  12      'SINGLE_Contacts'              => 'Contact'                     , 
  13      'LBL_ADD_RECORD'               => 'Contact toevoegen'           , 
  14      'LBL_RECORDS_LIST'             => 'Contactenlijst'              , 
  15      'LBL_CONTACT_INFORMATION'      => 'Contactinformatie'           , 
  16      'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Klantportaal informatie'     , 
  17      'LBL_IMAGE_INFORMATION'        => 'Afbeelding:'                 , 
  18      'LBL_COPY_OTHER_ADDRESS'       => 'Copy Other Address'          , // TODO: Review
  19      'LBL_COPY_MAILING_ADDRESS'     => 'Copy Mailing Address'        , // TODO: Review
  20      'Office Phone'                 => 'Telefoon Kantoor'            , 
  21      'Home Phone'                   => 'Telefoon Thuis'              , 
  22      'Title'                        => 'Titel'                       , 
  23      'Department'                   => 'Afdeling'                    , 
  24      'Birthdate'                    => 'Verjaardag'                  , 
  25      'Reports To'                   => 'Rapporteert aan'             , 
  26      'Assistant'                    => 'Assistent'                   , 
  27      'Assistant Phone'              => 'Telefoon assistent'          , 
  28      'Do Not Call'                  => 'Niet bellen'                 , 
  29      'Reference'                    => 'Referentie'                  , 
  30      'Portal User'                  => 'Toegang Portaal'             , 
  31      'Mailing Street'               => 'Postadres straat'            , 
  32      'Mailing City'                 => 'Postadres Plaats'            , 
  33      'Mailing State'                => 'Postadres Provincie'         , 
  34      'Mailing Zip'                  => 'Postadres Postcode'          , 
  35      'Mailing Country'              => 'Postadres Land'              , 
  36      'Mailing Po Box'               => 'Postadres Postbus'           , 
  37      'Other Street'                 => 'Bezoekadres straat'          , 
  38      'Other City'                   => 'Bezoekadres Plaats'          , 
  39      'Other State'                  => 'Bezoekadres Provincie'       , 
  40      'Other Zip'                    => 'Bezoekadres Postcode'        , 
  41      'Other Country'                => 'Bezoekadres Land'            , 
  42      'Other Po Box'                 => 'Bezoekadres Postbus'         , 
  43      'Contact Image'                => 'Contactfoto'                 , 
  44      'Mr.'                          => 'heer'                        , 
  45      'Ms.'                          => 'mevrouw'                     , 
  46      'Mrs.'                         => 'mejuffrouw'                  , 
  47      'Dr.'                          => 'dr.'                         , 
  48      'Prof.'                        => 'prof.'                       , 
  49      'User List'                    => 'Gebruikerslijst'             , 
  50      'Contact Id' => 'Contact Id',
  51      'Support Start Date'           => 'Ondersteuning Start Datum'   ,
  52      'Support End Date'             => 'Ondersteuning Einddatum'     , 
  53  );
  54  $jsLanguageStrings = array(
  55  );


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