[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_us/ -> 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      'Active' => 'Active',
  12      'Document No' => 'Document No',
  13      'Documents' => 'Documents',
  14      'Download Count' => 'Download Count',
  15      'Download Type' => 'Download Type',
  16      'File Name' => 'File Name',
  17      'File Size' => 'File Size',
  18      'File Type' => 'File Type',
  19      'Folder Name' => 'Folder Name',
  20      'Last Modified By' => 'Last Modified By',
  21      'LBL_ADD_FOLDER' => 'Add Folder',
  22      'LBL_ADD_NEW_FOLDER' => 'Add New Folder',
  23      'LBL_ADD_RECORD' => 'Add Document',
  24      'LBL_CHECK_FILE_INTEGRITY' => 'Check file integrity',
  25      'LBL_DENIED_DOCUMENTS' => 'Denied Documents',
  26      'LBL_DESCRIPTION' => 'Description',
  27      'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Documents Moved Successfully',
  28      'LBL_DOWNLOAD_FILE' => 'Download File',
  29      'LBL_EMAIL_FILE_AS_ATTACHMENT' => 'Email file as attachment',
  30      'LBL_EXTERNAL' => 'External',
  31      'LBL_FILE_AVAILABLE' => 'File is available for download',
  32      'LBL_FILE_INFORMATION' => 'File Details',
  33      'LBL_FILE_NOT_AVAILABLE' => 'This Document is not available for Download',
  34      'LBL_FOLDER_DESCRIPTION' => 'Folder Description',
  35      'LBL_FOLDER_HAS_DOCUMENTS' => 'Please move documents from folder before deleting',
  36      'LBL_FOLDER_NAME' => 'Folder Name',
  37      'LBL_FOLDERS' => 'Folders',
  38      'LBL_FOLDERS_LIST' => 'Folders List',
  39      'LBL_INTERNAL' => 'Internal',
  40      'LBL_MAX_UPLOAD_SIZE' => 'Maximum upload size',
  41      'LBL_MOVE' => 'Move',
  42      'LBL_NOTE_INFORMATION' => 'Basic Information',
  43      'LBL_RECORDS_LIST' => 'Documents List',
  44      'MB' => 'MB',
  45      'Note' => 'Note',
  46      'SINGLE_Documents' => 'Document',
  47      'Title' => 'Title',
  48      'Version' => 'Version',
  49  );
  50  
  51  $jsLanguageStrings = array(
  52      'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => 'Are you sure you want to move the file(s) to',
  53      'JS_FOLDER' => 'folder',
  54      'JS_FOLDER_IS_NOT_EMPTY' => 'Folder is not empty',
  55      'JS_MOVE_DOCUMENTS' => 'Move Documents',
  56      'JS_NEW_FOLDER' => 'New Folder',
  57      'JS_NOT_ALLOWED' => 'are not allowed',
  58      'JS_OPERATION_DENIED' => 'Operation Denied',
  59      'JS_SPECIAL_CHARACTERS' => 'Special Characters like',
  60  );


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