[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/ro_ro/ -> Accounts.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      'Accounts'                     => 'Conturi'                     , 
  12      'SINGLE_Accounts'              => 'Cont'                        , 
  13      'LBL_ADD_RECORD'               => 'Add Organization'            , 
  14      'LBL_RECORDS_LIST'             => 'Lista conturi'               , 
  15      'LBL_ACCOUNT_INFORMATION'      => 'Informatii Cont'             , 
  16      'LBL_SHOW_ACCOUNT_HIERARCHY'   => 'Afiseaza Ierarhie Conturi'   , 
  17      'industry'                     => 'Industrie'                   , 
  18      'Account Name'                 => 'Nume Cont'                   , 
  19      'Account No'                   => 'ID Cont'                     , 
  20      'Website'                      => 'Site Web'                    , 
  21      'Ticker Symbol'                => 'Simbol bursier'              , 
  22      'Member Of'                    => 'Membru al'                   , 
  23      'Employees'                    => 'Angajati'                    , 
  24      'Ownership'                    => 'Proprietar'                  , 
  25      'SIC Code'                     => 'Cod SIC'                     , 
  26      'Other Email'                  => 'Alt email'                   , 
  27      'Analyst'                      => 'Analist'                     , 
  28      'Competitor'                   => 'Concurent'                   , 
  29      'Customer'                     => 'Client'                      , 
  30      'Integrator'                   => 'Integrator'                  , 
  31      'Investor'                     => 'Investitor'                  , 
  32      'Press'                        => 'Presa'                       , 
  33      'Prospect'                     => 'Prospectare'                 ,
  34          'Prospect Accounts'            => 'Conturi Prospect',
  35      'Reseller'                     => 'Reseller'                    , 
  36      'LBL_START_DATE'               => 'Data inceput'                , 
  37      'LBL_END_DATE'                 => 'Data final'                  , 
  38      'LBL_DUPLICATES_EXIST'         => 'Organization Name already exists', 
  39      'LBL_COPY_SHIPPING_ADDRESS'    => 'Copy Shipping Address'       , // TODO: Review
  40      'LBL_COPY_BILLING_ADDRESS'     => 'Copy Billing Address'        , // TODO: Review
  41  );
  42  $jsLanguageStrings = array(
  43      'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Are you sure you want to Delete?', 
  44      'LBL_DELETE_CONFIRMATION'      => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?', 
  45      'LBL_MASS_DELETE_CONFIRMATION' => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?', 
  46  );


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