- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
106 lines
3.9 KiB
PHP
106 lines
3.9 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(
|
|
// Basic Strings
|
|
'Products' => 'Produkter',
|
|
'SINGLE_Products' => 'Produkt',
|
|
'LBL_ADD_RECORD' => 'Lägg till Produkt',
|
|
'LBL_RECORDS_LIST' => 'Produktlista',
|
|
|
|
// Blocks
|
|
'LBL_PRODUCT_INFORMATION' => 'Produktuppgifter',
|
|
'LBL_IMAGE_INFORMATION' => 'Produktbildsinformation',
|
|
'LBL_STOCK_INFORMATION' => 'Lagerinformation',
|
|
|
|
'LBL_MORE_CURRENCIES' => 'mer valutor',
|
|
'LBL_PRICES' => 'Produkt Priser',
|
|
'LBL_PRICE' => 'Pris',
|
|
'LBL_RESET_PRICE' => 'Återställ Pris',
|
|
'LBL_RESET' => 'Återställ',
|
|
'LBL_ADD_TO_PRICEBOOKS' => 'Lägg till till Prisguiden',
|
|
|
|
//Field Labels
|
|
'Product No' => 'Produktnummer',
|
|
'Part Number' => 'Artikelnummer',
|
|
'Product Active' => 'Produkt Aktiv',
|
|
'Manufacturer' => 'Tillverkare',
|
|
'Product Category' => 'Produktkatergori',
|
|
'Website' => 'Hemsida',
|
|
'Mfr PartNo' => 'Mfr Artikelnummer',
|
|
'Vendor PartNo' => 'Försäljarens artileknummer',
|
|
'Usage Unit'=>'Användningsenhet',
|
|
'Handler'=>'Hanterare',
|
|
'Reorder Level'=>'Ombeställning Nivå',
|
|
'Tax Class'=>'Skattklass',
|
|
'Reorder Level'=>'Ombeställning Nivå',
|
|
'Vendor PartNo'=>'Försäljarens artileknummer',
|
|
'Serial No'=>'Serienummer',
|
|
'Qty In Stock'=>'Kvantitet i Lager',
|
|
'Product Sheet'=>'Produktblad',
|
|
'Qty In Demand'=>'Kvantitetsefterfrågan',
|
|
'GL Account'=>'GL Konto',
|
|
'Product Image'=>'Produktbild',
|
|
'Unit Price'=>'Styckpris',
|
|
'Commission Rate'=>'Provisionsbelopp',
|
|
'Qty/Unit'=>'Kvantitet/Enhet',
|
|
|
|
//Added for existing picklist entries
|
|
|
|
'--None--'=>'--Ingen--',
|
|
|
|
'Hardware'=>'Hårdvara',
|
|
'Software'=>'Mjukvara',
|
|
'CRM Applications'=>'CRM Tillämpningar',
|
|
|
|
'300-Sales-Software'=>'300-Sales-Software',
|
|
'301-Sales-Hardware'=>'301-Sales-Hardware',
|
|
'302-Rental-Income'=>'302-Rental-Income',
|
|
'303-Interest-Income'=>'303-Interest-Income',
|
|
'304-Sales-Software-Support'=>'304-Sales-Software-Support',
|
|
'305-Sales Other'=>'305-Sales Other',
|
|
'306-Internet Sales'=>'306-Internet Sales',
|
|
'307-Service-Hardware Labor'=>'307-Service-Hardware Labor',
|
|
'308-Sales-Books'=>'308-Sales-Books',
|
|
|
|
'Box'=>'Låda',
|
|
'Carton'=>'Kartong',
|
|
'Caton'=>'Caton',
|
|
'Dozen'=>'Dussin',
|
|
'Each'=>'Varje',
|
|
'Hours'=>'Timmar',
|
|
'Impressions'=>'Intryck',
|
|
'Lb'=>'Lb',
|
|
'M'=>'M',
|
|
'Pack'=>'Förpackningar',
|
|
'Pages'=>'Sidor',
|
|
'Pieces'=>'delar',
|
|
'Reams'=>'Reams',
|
|
'Sheet'=>'Ark',
|
|
'Spiral Binder'=>'Sprialpärm',
|
|
'Sq Ft'=>'Sq Ft',
|
|
|
|
'LBL_ADD_TO_PRICEBOOKS' => 'Lägg till Prisguide',
|
|
'LBL_CONVERSION_RATE' => 'Omvandlingshastighet',
|
|
'LBL_PRODUCTSMOD_DISABLED' => 'Aktivera Produkter Module för att visa produkter',
|
|
'LBL_SHOW_BUNDLE_IN_INVENTORY' => 'Visa bunt poster i Faktura/Citat/kundorder/inköpsorder',
|
|
'LBL_BUNDLE_TOTAL_COST' => 'Total kostnad för Bundle',
|
|
'LBL_UPDATE_BUNDLE_PRICE' => 'Uppdatera Bundle Pris',
|
|
|
|
'LBL_PRODUCT_NAME' => 'Produkt Namn',
|
|
'LBL_PRICE_QUANTITY' => 'Pris x Kvantitet',
|
|
|
|
);
|
|
|
|
$jsLanguageStrings = array(
|
|
'JS_SUB_PRODUCTS_WILL_BE_SHOWN_IN_INVENTORY' => 'Tillbehörsprodukter kommer att visas i förteckningen',
|
|
'JS_SUB_PRODUCTS_WILL_NOT_BE_SHOWN_IN_INVENTORY' => 'Tillbehörsprodukter kommer inte att visas i förteckningen',
|
|
'JS_SUCCESSFULLY_CHANGED_BUNDLE_COST' => 'Framgångsrikt förändrats totala kostnaden för bunt',
|
|
'JS_DELETION_OR_IN_ACTIVATION_CHILD_PRODUCT_MESSAGE' => 'Denna produkt är en del av en produkt bunt. Priset på bunten förblir oförändrade när en bunt objekt tas bort eller inaktiv. Är du säker på att du vill fortsätta?',
|
|
); |