[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/RomanianLanguagePack_rm_rm/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'                     => 'Contacte'                    , 
  12      'SINGLE_Contacts'              => 'Contact'                     , 
  13      'LBL_ADD_RECORD'               => 'Add Contact'                 , 
  14      'LBL_RECORDS_LIST'             => 'Contacts List'               , 
  15      'LBL_CONTACT_INFORMATION'      => 'Info Contact'                , 
  16      'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Info portal clienti'         , 
  17      'LBL_IMAGE_INFORMATION'        => 'Info imagine contact:'       , 
  18      'LBL_COPY_OTHER_ADDRESS'       => 'Copy Other Address'          , // TODO: Review
  19      'LBL_COPY_MAILING_ADDRESS'     => 'Copy Mailing Address'        , // TODO: Review
  20      'Office Phone'                 => 'Nr tel birou'                , 
  21      'Home Phone'                   => 'Nr tel acasa'                , 
  22      'Title'                        => 'Titlu'                       , 
  23      'Department'                   => 'Departament'                 , 
  24      'Birthdate'                    => 'Data nastere'                , 
  25      'Reports To'                   => 'Raporteaza catre'            , 
  26      'Assistant'                    => 'Asistent'                    , 
  27      'Assistant Phone'              => 'Nr tel asistent'             , 
  28      'Do Not Call'                  => 'Apel interzis'               , 
  29      'Reference'                    => 'Referinta'                   , 
  30      'Portal User'                  => 'Utilizator Portal'           , 
  31      'Mailing Street'               => 'Strada'                      , 
  32      'Mailing City'                 => 'Oras'                        , 
  33      'Mailing State'                => 'Judet'                       , 
  34      'Mailing Zip'                  => 'Cod postal'                  , 
  35      'Mailing Country'              => 'Tara'                        , 
  36      'Mailing Po Box'               => 'Mailing P.O. Box'            , 
  37      'Other Street'                 => 'Alta strada'                 , 
  38      'Other City'                   => 'Alt oras'                    , 
  39      'Other State'                  => 'Alt judet'                   , 
  40      'Other Zip'                    => 'Alt cod postal'              , 
  41      'Other Country'                => 'Alta tara'                   , 
  42      'Other Po Box'                 => 'Other P.O. Box'              , 
  43      'Contact Image'                => 'Imagine contact'             , 
  44      'Mr.'                          => 'D-nul'                       , 
  45      'Ms.'                          => 'D-na'                        , 
  46      'Mrs.'                         => 'D-ra'                        , 
  47      'Dr.'                          => 'Dr.'                         , 
  48      'Prof.'                        => 'Prof.'                       , 
  49      'User List'                    => 'Lista utilizatori'           , 
  50      'Contact Id' => 'Contact Id',
  51      'Support Start Date'           => 'Suport Data începerii'       ,
  52      'Support End Date'             => 'Suport Data de încheiere'    ,
  53  );
  54  $jsLanguageStrings = array(
  55  );


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