[ 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 //DetailView Actions 12 'SINGLE_Quotes' => 'Offert', 13 'LBL_EXPORT_TO_PDF' => 'Exportera till PDF', 14 'LBL_SEND_MAIL_PDF' => 'Skicka E-post med PDF', 15 16 //Basic strings 17 'LBL_ADD_RECORD' => 'Lägg till Offert', 18 'LBL_RECORDS_LIST' => 'Offertlista', 19 20 // Blocks 21 'LBL_QUOTE_INFORMATION' => 'Offertuppgifter', 22 23 //Field Labels 24 'Quote No'=>'Offertnummer', 25 'Quote Stage'=>'Offertnivå', 26 'Valid Till'=>'Giltig tom', 27 'Inventory Manager'=>'Inventeringsmanager', 28 //Added for existing Picklist Entries 29 30 'Accepted'=>'Godkänd', 31 'Rejected'=>'Avslagna', 32 33 //Translation for product not found 34 'LBL_THIS' => 'Den här', 35 'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'tas bort från systemet. Vänligen ta bort eller ersätta detta objekt', 36 'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' => 'Denna artikel tas bort från systemet, vänligen ta bort artikel', 37 38 //Taxes 39 'VAT'=>'MOMS', 40 'Service'=>'Tjänsten', 41 'Sales'=>'Försäljning' 42 43 ); 44 45 $jsLanguageStrings = array( 46 'JS_PLEASE_REMOVE_LINE_ITEM_THAT_IS_DELETED' => 'Var god ta bort artikelraden som raderades', 47 );
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 |