Files
crm.clientright.ru/languages/fr_fr/Settings/CustomerPortal.php
Fedor ac7467f0b4 Major CRM updates: AI Assistant, Court Status API, S3 integration improvements, and extensive file storage system
- 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.
2025-10-16 11:17:21 +03:00

83 lines
4.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(
'CustomerPortal' => 'Customer Portal' , // TODO: Review
'LBL_PORTAL_DESCRIPTION' => 'Setup Privileges of Portal User', // TODO: Review
'LBL_PRIVILEGES' => 'Privileges' , // TODO: Review
'LBL_DEFAULT_ASSIGNEE' => 'Default Assignee' , // TODO: Review
'LBL_PORTAL_URL' => 'Portal Url' , // TODO: Review
'LBL_MODULE_NAME' => 'Module Name' , // TODO: Review
'LBL_ENABLE_MODULE' => 'Enable Module' , // TODO: Review
'LBL_VIEW_ALL_RECORDS' => 'See Records across Organization', // TODO: Review
'LBL_PREVILEGES_MESSAGE' => 'This User\'s privileges will be applied to the Portal User.', // TODO: Review
'LBL_DEFAULT_ASSIGNEE_MESSAGE' => 'Cas / billets seront cédés au cessionnaire choisi par le Groupe par défaut / utilisateur dans le portail client.', // TODO: Review
'LBL_PORTAL_URL_MESSAGE' => 'This is URL for the Portal where your contacts can login to submit/track tickets, access knowledge base and do more. Contacts will be sent the login details when Portal access is enabled from Contact details page.', // TODO: Review
'LBL_DRAG_AND_DROP_MESSAGE' => 'Drag and Drop modules to reorder in the Customer Portal', // TODO: Review
"LBL_CONTACTS_ENABLE_MESSAGE"=>"Des contacts seront envoyées les informations de connexion lorsque l'accès Portal est activée à partir Coordonnées page.",
"LBL_SUPPORT_NOTIFY_MESSAGE"=>"Soutien alerte renouvellement de contrat est notifié sur le portail client basé sur le nombre de jours inscrits.",
"LBL_ADD_DOCUMENT"=>"Ajouter un document",
"LBL_OPEN_TICKETS"=>"Billets ouverts",
"LBL_CREATE_TICKET"=>"Créer un Ticket",
"LBL_ADD_SHORTCUT"=>"Ajouter un raccourci",
"OpenTicketsByPriority"=>"Les billets ouverts par priorité",
"TicketsClosureTimeByPriority"=>"Billets temps de fermeture par ordre de priorité",
"OpenTicketsBySeverity"=>"Les billets ouverts par la gravité",
"TicketsClosureTimeBySeverity"=>"Billets temps de fermeture par gravité",
"Announcement"=>"Annonce",
"Activity Stream"=>"Actions",
"Fields and privilege"=>"Les champs et les privilèges",
"onlymine"=>"Afficher uniquement %s lié à contacter",
"all"=>"Afficher %s lié à contacter et l'organisation",
"products_or_services"=>"Montre tout %s",
"faq"=>"Afficher tous publiés %s",
"LBL_LAYOUT_HEADER"=>"Portail Menu",
"LBL_HOME"=>"Maison",
"LBL_CONTACT_NOTIFICATION"=>"Contacter le support notification",
"LBL_DAYS_BEFORE"=>"Jours avant",
"LBL_HOME_LAYOUT"=>"Portail Accueil Disposition",
"LBL_RELATED_INFORMATION"=>"Informations connexes",
"LBL_RECORD_VISIBILITY"=>"Visibilité dossiers",
"LBL_ADD_FIELDS"=>"Ajouter des champs",
"LBL_READ_AND_WRITE"=>"Lire et écrire",
"LBL_READ_ONLY"=>"Lecture seule",
"LBL_PORTAL_FIELDS_PRIVILEGES"=>"Les champs et les privilèges du portail",
"LBL_RECENT"=>"Récent",
"LBL_REC_WIDGET"=>"Enregistrez Widget",
"LBL_CHARTS"=>"Hit-parade",
"LBL_ANNOUNCEMENT"=>"Annonce",
"LBL_SHORTCUTS"=>"Raccourcis",
"LBL_SHOW"=>"Visible",
"History"=>"Mises à jour",
"LBL_VISIBILITY"=>"visibilité",
"LBL_RECORD_PERMISSIONS"=>"Permission de disques",
"LBL_CREATE_RECORD"=>"Créer enregistrement",
"LBL_EDIT_RECORD"=>"Modifier un enregistrement",
'LBL_CREATE_CASE' => 'Créer Des Cas',
'LBL_OPEN_CASES' => 'Ouvrez Les Cas',
'OpenCasesByPriority' => 'Les dossiers par ordre de priorité',
'CasesClosureTimeByPriority' => 'Cas, la résolution de temps par ordre de priorité',
);
$jsLanguageStrings = array(
'JS_PORTAL_INFO_SAVED' => 'Paramètres de portail client sauvegardés', // TODO: Review
"LBL_ADD_DOCUMENT"=>"Ajouter un document",
"LBL_OPEN_TICKETS"=>"Billets ouverts",
"LBL_CREATE_TICKET"=>"Créer un Ticket",
"JS_SELECT_SHORTCUT"=>"Sélectionnez un raccourci",
"JS_ADD_FIELD"=>"Ajoutez des champs",
"JS_SHOW"=>"Visible",
"JS_HIDE"=>"Cacher",
"JS_NUMBERS"=>"Accepter que nombre entier positif avec JUSQU'A quatre chiffres.",
"JS_MANDATORY_FILEDS_MISSING"=>"Les champs ne pouvaient pas être saved.Please sélectionner tous les champs obligatoires.",
'JS_MANDATORY_FIELDS_MISSING' => 'Les champs ne pouvaient pas être sauvés.Veuillez sélectionner tous les champs obligatoires.',
);