[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Sweden_sv_se/modules/ -> Documents.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      'SINGLE_Documents' => 'Dokument',
  13      'Documents' => 'Dokument',
  14      'LBL_ADD_RECORD' => 'Lägg till Dokument',
  15      'LBL_RECORDS_LIST' => 'Dokumentlista',
  16  
  17      // Blocks
  18      'LBL_NOTE_INFORMATION' => 'Grundläggande Information',
  19      'LBL_FILE_INFORMATION' => 'Filuppgifter',
  20      'LBL_DESCRIPTION' => 'Beskrivning',
  21  
  22      //Field Labels
  23      'Title' => 'Titel',
  24      'File Name' => 'Filnamn',
  25      'Note' => 'Notering',
  26      'File Type' => 'Filtyp',
  27      'File Size' => 'Filstorlek',
  28      'Download Type' => 'Ladda ner typ',
  29      'Version' => 'Version',
  30      'Active' => 'Aktiv',
  31      'Download Count' => 'Nerladdningsantal',
  32      'Folder Name' => 'Mappnamn',
  33      'Document No' => 'Dokumentnummer',
  34      'Last Modified By' => 'Senast Ändrad Av',
  35  
  36      //Folder
  37      'LBL_FOLDER_HAS_DOCUMENTS' => 'Var god flytta dokument ifrån mapp innan radering',
  38  
  39      //DetailView Actions
  40      'LBL_DOWNLOAD_FILE' => 'Ladda ner Fil',
  41      'LBL_CHECK_FILE_INTEGRITY' => 'Kontrollera filens integritet',
  42      'LBL_EMAIL_FILE_AS_ATTACHMENT' => 'E-postfil som bilaga',
  43  
  44      //EditView
  45      'LBL_INTERNAL' => 'Intern',
  46      'LBL_EXTERNAL' => 'Extern',
  47      'LBL_MAX_UPLOAD_SIZE' => 'Maximal uppladdningsstorlek',
  48  
  49      //ListView Actions
  50      'LBL_MOVE' => 'Flytta',
  51      'LBL_ADD_FOLDER' => 'Lägg till Mapp',
  52      'LBL_FOLDERS_LIST' => 'Mapplista',
  53      'LBL_FOLDERS' => 'Folders',
  54      'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Dokument flyttat Framgångsrikt',
  55      'LBL_DENIED_DOCUMENTS' => 'Nekat Dokument',
  56      'MB' => 'MB',
  57  
  58      'LBL_ADD_NEW_FOLDER' => 'Lägg till Ny Mapp',
  59      'LBL_FOLDER_NAME' => 'Mappnamn',
  60      'LBL_FOLDER_DESCRIPTION' => 'Mappbeskrivning',
  61  
  62      //Check file integrity messages
  63      'LBL_FILE_AVAILABLE' => 'Filen finns för nedladdning',
  64      'LBL_FILE_NOT_AVAILABLE' => 'Filen finns Inte för nedladdning',
  65  );
  66  
  67  $jsLanguageStrings = array(
  68      'JS_NEW_FOLDER' => 'Ny Mapp',
  69      'JS_MOVE_DOCUMENTS' => 'Flytta Dokument',
  70      //Move documents confirmation message
  71      'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => 'Är du säker på att du vill till flytta fil(er) till',
  72      'JS_FOLDER' => 'mapp',
  73      'JS_OPERATION_DENIED' => 'Operation nekad',
  74  );


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