[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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' => 'Informatie de baza' , 16 'LBL_FILE_INFORMATION' => 'Informatie Fisier' , 17 'LBL_DESCRIPTION' => 'Descriere' , 18 'Title' => 'Titlu' , 19 'File Name' => 'Nume Fisier' , 20 'Note' => 'Note' , 21 'File Type' => 'Tip Fisier' , 22 'File Size' => 'Dimensiune' , 23 'Download Type' => 'Tip Descarcare' , 24 'Version' => 'Versiune' , 25 'Active' => 'Activ' , 26 'Download Count' => 'Nr Descarcari' , 27 'Folder Name' => 'Nume Director' , 28 'Document No' => 'ID Document' , 29 'Last Modified By' => 'Last Modified By' , 30 'LBL_FOLDER_HAS_DOCUMENTS' => 'Please move documents from folder before deleting', 31 'LBL_DOWNLOAD_FILE' => 'Descarca Fisier' , 32 'LBL_CHECK_FILE_INTEGRITY' => 'Verifica integritatea fisierului', 33 'LBL_INTERNAL' => 'Intern' , 34 'LBL_EXTERNAL' => 'Extern' , 35 'LBL_MAX_UPLOAD_SIZE' => 'Maximum upload size' , 36 'LBL_MOVE' => 'Muta' , 37 'LBL_ADD_FOLDER' => 'Adauga Director' , 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' => 'Adauga Director' , 44 'LBL_FOLDER_NAME' => 'Nume Director' , 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_EXCEEDS_MAX_UPLOAD_SIZE' => 'Exceeded maximum upload size', 51 'JS_NEW_FOLDER' => 'New Folder' , 52 'JS_MOVE_DOCUMENTS' => 'Move Documents' , 53 'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => 'Are you sure you want to move the file(s) to', 54 'JS_FOLDER' => 'folder' , 55 'JS_OPERATION_DENIED' => 'Operation Denied' , 56 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |