[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/BritishLanguagePack_br_br/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      'SINGLE_Documents'             => 'Document'                    , 
  12      'Documents'                    => 'Documents'                   , // TODO: Review
  13      'LBL_ADD_RECORD'               => 'Add Document'                , 
  14      'LBL_RECORDS_LIST'             => 'Documents List'              , 
  15      'LBL_NOTE_INFORMATION'         => 'Basic Information'           , 
  16      'LBL_FILE_INFORMATION'         => 'File Information'            , 
  17      'LBL_DESCRIPTION'              => 'Description'                 , 
  18      'Title'                        => 'Title'                       , 
  19      'File Name'                    => 'File Name'                   , 
  20      'Note'                         => 'Notes'                       , 
  21      'File Type'                    => 'File Type'                   , 
  22      'File Size'                    => 'Size'                        , 
  23      'Download Type'                => 'Download Type'               , 
  24      'Version'                      => 'Version'                     , 
  25      'Active'                       => 'Active'                      , 
  26      'Download Count'               => 'Download Count'              , 
  27      'Folder Name'                  => 'Folder Name'                 , 
  28      'Document No'                  => 'Document No.'                , 
  29      'Last Modified By'             => 'Last Modified by'            , 
  30      'LBL_FOLDER_HAS_DOCUMENTS'     => 'Please move documents from folder before deleting', 
  31      'LBL_DOWNLOAD_FILE'            => 'Download file'               , 
  32      'LBL_CHECK_FILE_INTEGRITY'     => 'Check file integrity'        , 
  33      'LBL_INTERNAL'                 => 'Internal'                    , 
  34      'LBL_EXTERNAL'                 => 'External'                    , 
  35      'LBL_MAX_UPLOAD_SIZE'          => 'Maximum upload size'         , 
  36      'LBL_MOVE'                     => 'Move'                        , 
  37      'LBL_ADD_FOLDER'               => 'Add Folder'                  , 
  38      'LBL_FOLDERS_LIST'             => 'Folders List'                , 
  39      'LBL_FOLDERS'                  => 'Folders'                     , 
  40      'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Documents moved successfully', 
  41      'LBL_DENIED_DOCUMENTS'         => 'Denied Documents'            , 
  42      'MB'                           => 'MB'                          , 
  43      'LBL_ADD_NEW_FOLDER'           => 'Add Folder'                  , 
  44      'LBL_FOLDER_NAME'              => 'Folder Name'                 , 
  45      'LBL_FOLDER_DESCRIPTION'       => 'Folder Description'          , 
  46      'LBL_FILE_AVAILABLE'           => 'File is available for download', 
  47      'LBL_FILE_NOT_AVAILABLE'       => 'This Document is not available for download', 
  48  );
  49  $jsLanguageStrings = array(
  50      'JS_NEW_FOLDER'                => 'New Folder'                  , 
  51      'JS_MOVE_DOCUMENTS'            => 'Move Documents'              , 
  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_OPERATION_DENIED'          => 'Operation Denied'            , 
  55  );


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