[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Sweden_sv_se/modules/Settings/ -> Profiles.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      'Profiles' => 'Profiler',
  13      'SINGLE_Profiles' => 'Profil',
  14      'LBL_ADD_RECORD' => 'Lägg till Profil',
  15      'LBL_CREATE_PROFILE' => 'Skapa Profil',
  16      'LBL_PROFILE_NAME' => 'Profilnamn',
  17      'LBL_DESCRIPTION' => 'Beskrivning',
  18      'LBL_EDIT_PRIVILIGES_FOR_THIS_PROFILE' => 'Redigera privilegier för denna profil',
  19      'LBL_MODULES' => 'Moduler',
  20      'LBL_PROFILE_VIEW' => 'Profilvy',
  21      'LBL_FIELDS' => 'Fält',
  22      'LBL_TOOLS' => 'Verktyg',
  23      'LBL_FIELD_AND_TOOL_PRVILIGES' => 'Fält och Verktygsprivilegier',
  24      'LBL_EDIT_RECORD' => 'Redigera',
  25      'LBL_DUPLICATE_RECORD' => 'Duplicera',
  26      'LBL_DELETE_RECORD' => 'Ta Bort',
  27      
  28      'LBL_VIEW_PRVILIGE' => 'Vy',
  29      'LBL_EDIT_PRVILIGE' => 'Skapa/Redigera',
  30      'LBL_DELETE_PRVILIGE' => 'Ta Bort',
  31      'LBL_INIVISIBLE' => 'Osynlig',
  32      'LBL_READ_ONLY' => 'Läs Endast',
  33      'LBL_WRITE' => 'Skriv',
  34      
  35      'LBL_DELETE_PROFILE' => 'Ta Bort Profil',
  36      'LBL_TRANSFER_ROLES_TO_PROFILE' => 'Skifta roller till profil',
  37      'LBL_PROFILES' => 'Profiler',
  38      'LBL_CHOOSE_PROFILES' => 'Välj Profiler',
  39      
  40          'LBL_VIEW_ALL' => 'Granska Alla',
  41          'LBL_EDIT_ALL' => 'Redigera Alla',
  42          'LBL_VIEW_ALL_DESC' => 'Kan visa alla moduler uppgifter',
  43          'LBL_EDIT_ALL_DESC' => 'Kan redigera alla moduler uppgifter',
  44      'LBL_DUPLICATES_EXIST' => 'Dubbletter av Profil Existerar',
  45      
  46          'Import' => 'Import',
  47          'Export' => 'Export',
  48      'Merge'  => 'Merge',
  49          'ConvertLead' => 'Konvertera Bly',
  50          'DuplicatesHandling' => 'Dubbletter Handling',
  51          'ReceiveIncomingCalls' => 'Ta emot inkommande samtal',
  52          'MakeOutgoingCalls' => 'Gör Utgående samtal',
  53          'Print' => 'Tryckt',
  54      
  55  );
  56  
  57  $jsLanguageStrings = array(
  58      'JS_RECORD_DELETED_SUCCESSFULLY' => 'Profil raderad Framgångsrikt',
  59  );


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