[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/TurkishLanguagePack_tr_tr/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  $languageStrings = array(
  11      'Contacts'                     => 'İlgili Kişiler'            , 
  12      'SINGLE_Contacts'              => 'İlgili Kişi'               , 
  13      'LBL_ADD_RECORD'               => 'Add Contact'                 , 
  14      'LBL_RECORDS_LIST'             => 'Contacts List'               , 
  15      'LBL_CONTACT_INFORMATION'      => 'İlgili Kişi Bilgisi'       , 
  16      'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Müşteri Portal Bilgisi'    , 
  17      'LBL_IMAGE_INFORMATION'        => 'Resim Bilgisi:'              , 
  18      'LBL_COPY_OTHER_ADDRESS'       => 'Copy Other Address'          , // TODO: Review
  19      'LBL_COPY_MAILING_ADDRESS'     => 'Copy Mailing Address'        , // TODO: Review
  20      'Office Phone'                 => 'Ofis Telefonu'               , 
  21      'Home Phone'                   => 'Ev Telefonu'                 , 
  22      'Title'                        => 'Unvani'                      , 
  23      'Department'                   => 'Departman'                   , 
  24      'Birthdate'                    => 'Doğum Tarihi'               , 
  25      'Reports To'                   => 'Dialog Referansı'           , 
  26      'Assistant'                    => 'Asistanı'                   , 
  27      'Assistant Phone'              => 'Asistanının Telefonu'      , 
  28      'Do Not Call'                  => 'Telefon ile Aranmayacak'     , 
  29      'Reference'                    => 'Referans'                    , 
  30      'Portal User'                  => 'Portal Kullanicisi'          , 
  31      'Mailing Street'               => 'Sokak/ Cad'                  , 
  32      'Mailing City'                 => 'İlçe'                      , 
  33      'Mailing State'                => 'İl'                         , 
  34      'Mailing Zip'                  => 'Posta Kodu'                  , 
  35      'Mailing Country'              => 'Ülke'                       , 
  36      'Mailing Po Box'               => 'Po Box Posta'            , 
  37      'Other Street'                 => 'Diğer Sokak/ Cad'           , 
  38      'Other City'                   => 'Diğer ilçe'                , 
  39      'Other State'                  => 'Diğer il'                   , 
  40      'Other Zip'                    => 'Diğer Posta Kodu'           , 
  41      'Other Country'                => 'Diğer Ülke'                , 
  42      'Other Po Box'                 => 'Other P.O. Box'              , 
  43      'Contact Image'                => 'Kişi Resmi'                 , 
  44      'Mr.'                          => 'Bay.'                        , 
  45      'Ms.'                          => 'Bayan.'                      , 
  46      'Mrs.'                         => 'Bayan.'                      , 
  47      'Dr.'                          => 'Dr.'                         , 
  48      'Prof.'                        => 'Prof.'                       , 
  49      'User List'                    => 'Kullanıcı Listesi'         , 
  50      'Contact Id' => 'İlgili Kişi Id',
  51      'Support Start Date'           => 'Destek Başlangıç ​​Tarihi',
  52      'Support End Date'             => 'Destek Bitiş Tarihi',
  53  );
  54  $jsLanguageStrings = array(
  55  );


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