[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/French/modules/ -> HelpDesk.php (source)

   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      'HelpDesk'                     => 'Tickets'                     , 
  12      'SINGLE_HelpDesk'              => 'Ticket'                      , 
  13      'LBL_ADD_RECORD'               => 'Add Ticket'                  , 
  14      'LBL_RECORDS_LIST'             => 'Ticket List'                 , 
  15      'LBL_TICKET_INFORMATION'       => 'Détail ticket'              , 
  16      'LBL_TICKET_RESOLUTION'        => 'Détail solution'            , 
  17      'Ticket No'                    => 'Ticket N°'                  , 
  18      'Severity'                     => 'Engagement'                  , 
  19      'Update History'               => 'Mise à jour historique'     , 
  20      'Hours'                        => 'Heures'                      , 
  21      'Days'                         => 'Jours'                       , 
  22      'Title'                        => 'Titre'                       , 
  23      'Solution'                     => 'Solution'                    , 
  24      'From Portal'                  => 'Depuis le portail'           , 
  25      'Big Problem'                  => 'Gros problème'              , 
  26      'Small Problem'                => 'Petit problème'             , 
  27      'Other Problem'                => 'Autre problème'             , 
  28      'Normal'                       => 'Normale'                     , 
  29      'High'                         => 'Haute'                       , 
  30      'Urgent'                       => 'Urgente'                     , 
  31      'Minor'                        => 'Mineur'                      , 
  32      'Major'                        => 'Majeur'                      , 
  33      'Feature'                      => 'Fonctionnel'                 , 
  34      'Critical'                     => 'Critique'                    , 
  35      'Open'                         => 'Ouvert'                      , 
  36      'Wait For Response'            => 'Attente réponse'            , 
  37      'Closed'                       => 'Fermé'                      , 
  38      'LBL_STATUS'                   => 'Statut'                      , 
  39      'LBL_SEVERITY'                 => 'Engagement'                  , 
  40      'LBL_CONVERT_FAQ'              => 'Convert to FAQ'              , 
  41      'LBL_RELATED_TO'               => 'Relatif à'                  ,
  42  
  43      //added to support i18n in ticket mails
  44      'Hi' => 'Bonjour',
  45      'Dear' => 'Cher',
  46      'LBL_PORTAL_BODY_MAILINFO' => 'Le ticket est',
  47      'LBL_DETAIL' => 'le détail est :',
  48      'LBL_REGARDS' => 'Cordialement',
  49      'LBL_TEAM' => 'L\'équipe support',
  50      'LBL_TICKET_DETAILS' => 'Détail',
  51      'created' => 'Créé',
  52      'replied' => 'Répondu',
  53      'reply' => 'Il y a une réponse à',
  54      'customer_portal' => 'sur le "Portail de service".',
  55      'link' => 'Vous pouvez utiliser le lien suivant pour lire la réponse :',
  56      'Thanks' => 'Cordialement,',
  57      'Support_team' => 'L\'équipe support',
  58  
  59      //This label for customerportal.
  60      'LBL_STATUS_CLOSED' => 'Closed',//Do not convert this label. This is used to check the status. If the status 'Closed' is changed in vtigerCRM server side then you have to change in customerportal language file also.
  61      'LBL_STATUS_UPDATE' => 'Le statut du ticket a été changé pour ',
  62      'LBL_COULDNOT_CLOSED' => 'Le ticket ne peut ',
  63      'LBL_CUSTOMER_COMMENTS' => 'Le client a fourni les informations complémentaires suivantes :',
  64      'LBL_RESPOND' => 'Merci de répondre à ce ticket.',
  65      'LBL_SUPPORT_ADMIN' => 'Administrateur support',
  66      'LBL_RESPONDTO_TICKETID' => 'Réponse pour le ticket n°',
  67      'LBL_RESPONSE_TO_TICKET_NUMBER' => 'Réponse au billet le numéro',
  68      'LBL_CUSTOMER_PORTAL' => 'in Customer Portal - URGENT',
  69      'LBL_LOGIN_DETAILS' => 'Voici vos codes d\'accès au portail client',
  70      'LBL_MAIL_COULDNOT_SENT' => 'Le mail ne peut être envoyé',
  71      'LBL_USERNAME' => 'Nom utilisateur :',
  72      'LBL_PASSWORD' => 'Mot de passe :',
  73      'LBL_SUBJECT_PORTAL_LOGIN_DETAILS' => 'Informations concernant votre compte.',
  74      'LBL_GIVE_MAILID' => 'Merci de renseigner votre adresse mail',
  75      'LBL_CHECK_MAILID' => 'Merci de vérifier votre adresse email',
  76      'LBL_LOGIN_REVOKED' => 'Votre login a été désactivé. Contactez le support',
  77      'LBL_MAIL_SENT' => 'Un email a été envoyé à votre adresse email avec votre nom d\'utilisateur et votre mot de passe',
  78      'LBL_ALTBODY' => 'Ceci est le corps du mail texte pour les clients mails non-HTML',
  79      'HelpDesk ID' => 'Ticket ID',
  80      'Ticket ID' => 'Ref ticket',
  81      'LBL_TICKET_NUMBER' => 'Nombre de billets',
  82  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1