[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Sweden_sv_se/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      // Basic Strings
  12      'Contacts' => 'Kontakter',
  13      'SINGLE_Contacts' => 'Kontakt',
  14      'LBL_ADD_RECORD' => 'Lägg till Kontakt',
  15      'LBL_RECORDS_LIST' => 'Kontaktlista',
  16  
  17      // Blocks
  18      'LBL_CONTACT_INFORMATION' => 'Grundläggande Information',
  19      'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Kundportalsuppgifter',
  20      'LBL_IMAGE_INFORMATION' => 'Profilbild',
  21      'LBL_COPY_OTHER_ADDRESS' => 'Kopiera till en annan Adress',
  22      'LBL_COPY_MAILING_ADDRESS' => 'Kopiera E-postadresser',
  23  
  24      //Field Labels
  25      'Office Phone' => 'Arbetstelefon',
  26      'Home Phone' => 'Hemtelefon',
  27      'Title' => 'Titel',
  28      'Department' => 'Avdelning',
  29      'Birthdate' => 'Födelsedatum',
  30      'Reports To' => 'Rapportera Till',
  31      'Assistant' => 'Assistent',
  32      'Assistant Phone' => 'Assistent Telefon',
  33      'Do Not Call' => 'Ring Inte',
  34      'Reference' => 'Referens',
  35      'Portal User' => 'Portalanvändare',
  36      'Mailing Street' => 'Utskick Gatuadress',
  37      'Mailing City' => 'Utskick Stad',
  38      'Mailing State' => 'Utskick Län',
  39      'Mailing Zip' => 'Utskick Postnummer',
  40      'Mailing Country' => 'Utskick Land',
  41      'Mailing Po Box' => 'Utskick Postbox',
  42      'Other Street' => 'Annan Gatuadress',
  43      'Other City' => 'Annan Stad',
  44      'Other State' => 'Annat Län',
  45      'Other Zip' => 'Annat Postnummer',
  46      'Other Country' => 'Annat Land',
  47      'Other Po Box' => 'Annan Postbox',
  48      'Contact Image' => 'Kontaktbild',
  49      'Other Phone' => 'Sekundär telefon',
  50      'Email' => 'Primär E-post',
  51      'Secondary Email' => 'Sekundär E-post',
  52      'Support Start Date' => 'Support Startdatum',
  53      'Support End Date'  => 'Stöd Slutdatum',
  54      
  55      //Added for Picklist Values
  56      'Mr.'=>'Herr',
  57      'Ms.'=>'Fru',
  58      'Mrs.'=>'Fröken',
  59      'Dr.'=>'Dr.',
  60      'Prof.'=>'Prof.',
  61  
  62      'User List'=>'Användarelista',
  63  );
  64  
  65  $jsLanguageStrings = array(
  66          'LBL_SYNC_BUTTON' => 'Synkronisera nu',
  67          'LBL_SYNCRONIZING' => 'Synkronisering....',
  68          'LBL_NOT_SYNCRONIZED' => 'Du har inte synkroniserat ännu',
  69          'LBL_FIELD_MAPPING' => 'Fältmapping'
  70   );


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