[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Deutsch/modules/Settings/ -> 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'                     => 'Organisationen'              , 
  12      'SINGLE_Accounts'              => 'Organisation'                , 
  13      'LBL_ADD_RECORD'               => 'Add Organization'            , 
  14      'LBL_RECORDS_LIST'             => 'Organisationen'              , 
  15      'LBL_ACCOUNT_INFORMATION'      => 'Organisation'                , 
  16      'LBL_SHOW_ACCOUNT_HIERARCHY'   => 'Zeige Organisationshierarchie', 
  17      'industry'                     => 'Branche'                     , 
  18      'Account Name'                 => 'Organisation'                , 
  19      'Account No'                   => 'Organisationsnr.'            , 
  20      'Website'                      => 'Webseite'                    , 
  21      'Ticker Symbol'                => 'Org. Namenszusatz'           , 
  22      'Member Of'                    => 'Mitglied von'                , 
  23      'Employees'                    => 'Mitarbeiter'                 , 
  24      'Ownership'                    => 'Besitzer'                    , 
  25      'SIC Code'                     => 'Ust. Nr.'                    , 
  26      'Other Email'                  => 'andere E-Mail'               , 
  27      'Analyst'                      => 'Analyst'                     , 
  28      'Competitor'                   => 'Wettbewerber'                , 
  29      'Customer'                     => 'Kunde'                       , 
  30      'Integrator'                   => 'Integrator'                  , 
  31      'Investor'                     => 'Investor'                    , 
  32      'Press'                        => 'Presse'                      , 
  33      'Prospect'                     => 'Interessent'                 , 
  34      'Reseller'                     => 'Wiederverkäufer'            , 
  35      'LBL_START_DATE'               => 'Startdatum'                  , 
  36      'LBL_END_DATE'                 => 'Endedatum'                   , 
  37      'LBL_DUPLICATES_EXIST'         => 'Organization Name already exists', 
  38      'LBL_COPY_SHIPPING_ADDRESS'    => 'Copy Shipping Address'       , 
  39      'LBL_COPY_BILLING_ADDRESS'     => 'Copy Billing Address'        , 
  40  );
  41  $jsLanguageStrings = array(
  42      'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Are you sure you want to delete?', 
  43      'LBL_DELETE_CONFIRMATION'      => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?', 
  44      'LBL_MASS_DELETE_CONFIRMATION' => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?', 
  45  );


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