56 lines
2.0 KiB
PHP
56 lines
2.0 KiB
PHP
|
|
<?php
|
||
|
|
/*+***********************************************************************************
|
||
|
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
||
|
|
* ("License"); You may not use this file except in compliance with the License
|
||
|
|
* The Original Code is: vtiger CRM Open Source
|
||
|
|
* The Initial Developer of the Original Code is vtiger.
|
||
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
||
|
|
* All Rights Reserved.
|
||
|
|
*************************************************************************************/
|
||
|
|
$languageStrings = array(
|
||
|
|
//DetailView Actions
|
||
|
|
'Invoice' => 'Fakturor',
|
||
|
|
'SINGLE_Invoice' => 'Faktura',
|
||
|
|
'LBL_EXPORT_TO_PDF' => 'Exportera till PDF',
|
||
|
|
'LBL_SEND_MAIL_PDF' => 'Skicka E-post med PDF',
|
||
|
|
|
||
|
|
//Basic strings
|
||
|
|
'LBL_ADD_RECORD' => 'Lägg till Faktura',
|
||
|
|
'LBL_RECORDS_LIST' => 'Fakturalista',
|
||
|
|
|
||
|
|
// Blocks
|
||
|
|
'LBL_INVOICE_INFORMATION' => 'Fakturauppgifter',
|
||
|
|
|
||
|
|
//Field labels
|
||
|
|
'Sales Order' => 'Försäljningsnummer',
|
||
|
|
'Customer No' => 'Kundnummer',
|
||
|
|
'Invoice Date' => 'Fakturadatum',
|
||
|
|
'
|
||
|
|
' => 'Inköpsorder',
|
||
|
|
'Sales Commission' => 'Försäljning kommissionen',
|
||
|
|
'Invoice No' => 'Fakturanummer',
|
||
|
|
'LBL_RECEIVED' => 'mottagen',
|
||
|
|
'LBL_BALANCE' => 'Saldo',
|
||
|
|
//Added for existing Picklist Entries
|
||
|
|
|
||
|
|
'Sent'=>'Skickat',
|
||
|
|
'Credit Invoice'=>'Kreditfaktura',
|
||
|
|
'Paid'=>'Betalad',
|
||
|
|
'AutoCreated'=>'Autoskapad',
|
||
|
|
'Cancel' => 'Avbryt',
|
||
|
|
|
||
|
|
//Translation for product not found
|
||
|
|
'LBL_THIS' => 'Den här',
|
||
|
|
'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'tas bort från systemet. Vänligen ta bort eller ersätta denna artikel',
|
||
|
|
'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 denna artikel',
|
||
|
|
'LBL_NOT_A_BUNDLE' => 'Inte en Bundle',
|
||
|
|
'LBL_SUB_PRODUCTS' => 'Under produkter',
|
||
|
|
'LBL_ACTION' => 'Åtgärd',
|
||
|
|
|
||
|
|
'Purchase Order' => 'Beställning',
|
||
|
|
|
||
|
|
);
|
||
|
|
|
||
|
|
$jsLanguageStrings = array(
|
||
|
|
'JS_PLEASE_REMOVE_LINE_ITEM_THAT_IS_DELETED' => 'Vänligen ta bort den post som har raderats',
|
||
|
|
);
|