[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/BritishLanguagePack_br_br/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'       => 'Ticket Information'          , 
  16      'LBL_TICKET_RESOLUTION'        => 'Solution Information'        , 
  17      'Ticket No'                    => 'Ticket No.'                  , 
  18      'Severity'                     => 'Severity'                    , 
  19      'Update History'               => 'Update History'              , 
  20      'Hours'                        => 'Hours'                       , 
  21      'Days'                         => 'Days'                        , 
  22      'Title'                        => 'Title'                       , 
  23      'Solution'                     => 'Solution'                    , 
  24      'From Portal'                  => 'From Portal'                 , 
  25      'Big Problem'                  => 'Big Problem'                 , 
  26      'Small Problem'                => 'Small Problem'               , 
  27      'Other Problem'                => 'Other Problem'               , 
  28      'Normal'                       => 'Normal'                      , 
  29      'High'                         => 'High'                        , 
  30      'Urgent'                       => 'Urgent'                      , 
  31      'Minor'                        => 'Minor'                       , 
  32      'Major'                        => 'Major'                       , 
  33      'Feature'                      => 'Feature'                     , 
  34      'Critical'                     => 'Critical'                    , 
  35      'Open'                         => 'Open'                        , 
  36      'Wait For Response'            => 'Wait For Response'           , 
  37      'Closed'                       => 'Closed'                      , 
  38      'LBL_STATUS'                   => 'Status'                      , 
  39      'LBL_SEVERITY'                 => 'Severity'                    , 
  40      'LBL_CONVERT_FAQ'              => 'Convert to FAQ'              , 
  41      'LBL_RELATED_TO'               => 'Related To'                  ,
  42  
  43      //added to support i18n in ticket mails
  44      'Ticket ID' => 'Ticket ID',
  45      'Hi' => 'Hi',
  46      'Dear' => 'Dear',
  47      'LBL_PORTAL_BODY_MAILINFO' => 'The Ticket is',
  48      'LBL_DETAIL' => 'the details are :',
  49      'LBL_REGARDS' => 'Regards',
  50      'LBL_TEAM' => 'Ticket Team',
  51      'LBL_TICKET_DETAILS' => 'Ticket Details',
  52      'LBL_SUBJECT' => 'Subject : ',
  53      'created' => 'created',
  54      'replied' => 'replied',
  55      'reply' => 'There is a reply to',
  56      'customer_portal' => 'in the "Customer Portal" at vtiger.',
  57      'link' => 'You can use the following link to view the replies made:',
  58      'Thanks' => 'Thanks',
  59      'Support_team' => 'vtiger CRM Support Team',
  60      'The comments are' => 'The comments are',
  61      'Ticket Title' => 'Ticket Title',
  62      'Re' => 'Re :',
  63  
  64      //This label for customerportal.
  65      '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.
  66      'LBL_STATUS_UPDATE' => 'Ticket status is updated as',
  67      'LBL_COULDNOT_CLOSED' => 'Ticket could not be',
  68      'LBL_CUSTOMER_COMMENTS' => 'Customer has provided the following additional information to your reply:',
  69      'LBL_RESPOND' => 'Please respond to above ticket at your earliest convenience.',
  70      'LBL_SUPPORT_ADMIN' => 'Support Administrator',
  71      'LBL_RESPONDTO_TICKETID' => 'Respond to Ticket ID',
  72      'LBL_RESPONSE_TO_TICKET_NUMBER' => 'Response to Ticket Number',
  73      'LBL_TICKET_NUMBER' => 'Ticket Number',
  74      'LBL_CUSTOMER_PORTAL' => 'in Customer Portal - URGENT',
  75      'LBL_LOGIN_DETAILS' => 'Following are your Customer Portal login details :',
  76      'LBL_MAIL_COULDNOT_SENT' => 'Mail could not be sent',
  77      'LBL_USERNAME' => 'Username: ',
  78      'LBL_PASSWORD' => 'Password: ',
  79      'LBL_SUBJECT_PORTAL_LOGIN_DETAILS' => 'Regarding your Customer Portal login details',
  80      'LBL_GIVE_MAILID' => 'Please give your email address',
  81      'LBL_CHECK_MAILID' => 'Please check your email address for the Customer Portal',
  82      'LBL_LOGIN_REVOKED' => 'Your login is revoked. Please contact your administrator.',
  83      'LBL_MAIL_SENT' => 'Mail has been sent to your email address with the customer portal login details',
  84      'LBL_ALTBODY' => 'This is the body in plain text for non-HTML mail clients',
  85      'HelpDesk ID' => 'Ticket ID',
  86  );


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