[ 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_PurchaseOrder' => 'Inköpsorder', 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 Inköpsorder', 18 'LBL_RECORDS_LIST' => 'Inköpsorderlista', 19 'LBL_COPY_SHIPPING_ADDRESS' => 'Kopiera Fraktadress', 20 'LBL_COPY_BILLING_ADDRESS' => 'Kopiera Faktureringsadress', 21 22 // Blocks 23 'LBL_PO_INFORMATION' => 'Inköpsorder Uppgifter', 24 25 //Field Labels 26 'PurchaseOrder No' => 'Inköpsordernummer', 27 'Requisition No' => 'Rekvisitionsnummer', 28 'Tracking Number' => 'Spårningsnummer', 29 'Sales Commission' => 'Försäljningsprovision', 30 'LBL_PAID' => 'Betalad', 31 'LBL_BALANCE' => 'Saldo', 32 33 //Added for existing Picklist Entries 34 35 'Received Shipment'=>'Emottagen Sändning', 36 37 //Translation for product not found 38 'LBL_THIS' => 'Den här', 39 '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', 40 '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', 41 'LBL_LIST_PRICE' => 'Pris', 42 'List Price' => 'Pris', 43 44 ); 45 46 $jsLanguageStrings = array( 47 'JS_PLEASE_REMOVE_LINE_ITEM_THAT_IS_DELETED' => 'Var god ta bort artikelraden som raderades', 48 );
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 |