[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Sweden_sv_se/modules/Settings/ -> Leads.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      //Actions
  12      'LBL_SAVED_SUCCESSFULLY' => 'Sparat Framgångsrikt',
  13      'LBL_DELETED_SUCCESSFULLY' => 'Raderat Framgångsrikt',
  14      'LBL_INVALID_MAPPING' => 'Otillåten Mapping',
  15      'LBL_CONVERT_LEAD_FIELD_MAPPING' => 'Konvertera Lead Mappning',
  16      'LBL_FIELD_LABEL' => 'Fältetikett',
  17      'LBL_FIELD_TYPE' => 'Fälttyp',
  18      'LBL_MAPPING_WITH_OTHER_MODULES' => 'Mapping med andra Moduler',
  19      'LBL_ORGANIZATIONS' => 'Organisationer',
  20      'LBL_CONTACTS' => 'Kontakter',
  21      'LBL_OPPURTUNITIES' => 'Affärsmöjligheter',
  22      'LBL_ADD_MAPPING' => 'Lägg till Mapping',
  23      'LBL_NONE' => 'Ingen',
  24      
  25      //Field Type Translation
  26      'phone' => 'Telefon',
  27      'picklist' => 'Plocklista',
  28      'email' => 'E-post',
  29      'text' => 'Sträng',
  30      'currency' => 'Valuta',
  31      'multiSelectCombo' => 'Multi-Välj Combo Box',
  32      'time' => 'Tid',
  33      'textArea' => 'Text Area',
  34      'url' => 'Url',
  35      'string' => 'Sträng',
  36      'checkBox' => 'Kryssruta',
  37      'date' => 'Datum',
  38      'decimal' => 'Decimal',
  39      'percent' => 'Procent',
  40      'skype' => 'Skype',
  41  );
  42  $jsLanguageStrings = array(
  43      'JS_NONE' => 'Ingen',
  44      'JS_IS_ALREADY_BEEN_MAPPED' => 'är redan mappats',
  45      'JS_CANT_MAP' => 'Kan inte Mappa',
  46      'JS_WITH' => 'med',
  47      'JS_MAPPING_DELETED_SUCCESSFULLY' => 'Mappning Raderades Framgångsrikt',
  48      
  49      //JS Field Type Translation
  50      'JS_phone' => 'Telefon',
  51      'JS_picklist' => 'Plocklista',
  52      'JS_email' => 'E-post',
  53      'JS_text' => 'Sträng',
  54      'JS_currency' => 'Valuta',
  55      'JS_multiSelectCombo' => 'Multi-Välj Combo Box',
  56      'JS_time' => 'Tid',
  57      'JS_textArea' => 'Text Area',
  58      'JS_url' => 'Url',
  59      'JS_string' => 'Sträng',
  60      'JS_checkBox' => 'Krysruta',
  61      'JS_date' => 'datum',
  62      'JS_decimal' => 'Decimal',
  63      'JS_percent' => 'Procent',
  64      'JS_skype' => 'Skype',
  65      'JS_None' => 'Ingen',
  66      'JS_integer' => 'Heltal',
  67  );


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