[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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 // Basic Strings 12 'HelpDesk' => 'Ärenden', 13 'SINGLE_HelpDesk' => 'Ärende', 14 'LBL_ADD_RECORD' => 'Lägg till Ärende', 15 'LBL_RECORDS_LIST' => 'Ärende Lista', 16 17 // Blocks 18 'LBL_TICKET_INFORMATION' => 'Ärendeinformation', 19 'LBL_TICKET_RESOLUTION' => 'Ärendebeslut', 20 21 //Field Labels 22 'Ticket No' => 'Ärendenummer', 23 'Severity' => 'Allvarlighetsgrad', 24 'Update History' => 'Uppdatera Historiken', 25 'Hours' => 'Timmar', 26 'Days' => 'Dagar', 27 'Title' => 'Titel', 28 'Solution' => 'Lösning', 29 'From Portal' => 'Från Portal', 30 31 //Added for existing picklist entries 32 33 'Big Problem'=>'Stort Problem', 34 'Small Problem'=>'Små Problem', 35 'Other Problem'=>'Annat Problem', 36 37 'Normal'=>'Normal', 38 'High'=>'Hög', 39 'Urgent'=>'Påskyndad', 40 41 'Minor'=>'Mindre', 42 'Major'=>'Större', 43 'Feature'=>'Kännetecken', 44 'Critical'=>'Kritisk', 45 46 'Open'=>'Öppen', 47 'Wait For Response'=>'Vänta på Svar', 48 'Closed'=>'Stängd', 49 'LBL_STATUS' => 'Status', 50 'LBL_SEVERITY' => 'Allvarlighetsgrad', 51 //DetailView Actions 52 'LBL_CONVERT_FAQ' => 'Konvertera till FAQ', 53 'LBL_RELATED_TO' => 'Relaterad Till', 54 55 //added to support i18n in ticket mails 56 'Ticket ID'=>'Ärende ID', 57 'Hi' => 'Hej', 58 'Dear'=> 'Kära', 59 'LBL_PORTAL_BODY_MAILINFO'=> 'Ärendet handlar om', 60 'LBL_DETAIL' => 'uppgifterna är :', 61 'LBL_REGARDS'=> 'Hälsningar', 62 'LBL_TEAM'=> 'HelpDesk Team', 63 'LBL_TICKET_DETAILS' => 'Ärendeuppgifter', 64 'LBL_SUBJECT' => 'Ämne : ', 65 'created' => 'Skapad', 66 'replied' => 'Svarade', 67 'reply'=>'Detta är ett svar till', 68 'customer_portal' => 'i "Kundportalen" at VTiger.', 69 'link' => 'Du kan använda följande länk för att tillverkade gjorda svar:', 70 'Thanks' => 'Tack', 71 'Support_team' => 'Vtiger Support Team', 72 'The comments are' => 'Kommentarerna är', 73 'Ticket Title' => 'Ärendetitel', 74 'Re' => 'Re :', 75 76 //This label for customerportal. 77 'LBL_STATUS_CLOSED' =>'Stängd',//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. 78 'LBL_STATUS_UPDATE' => 'Ärendestatus är uppdaterad som', 79 'LBL_COULDNOT_CLOSED' => 'Ärende kan inte vara', 80 'LBL_CUSTOMER_COMMENTS' => 'Kunden har överlämnat följande extra information till ditt svar:', 81 'LBL_RESPOND'=> 'Vänligen svara på ovanstående ärende tidigast.', 82 'LBL_SUPPORT_ADMIN' => 'Support Administratör', 83 'LBL_RESPONDTO_TICKETID' =>'Svara på Ärende ID', 84 'LBL_RESPONSE_TO_TICKET_NUMBER' =>'Svara till Ärendenummer', 85 'LBL_TICKET_NUMBER' => 'Ärendenummer', 86 'LBL_CUSTOMER_PORTAL' => 'i Kundportal - Brådskande', 87 'LBL_LOGIN_DETAILS' => 'Följande är dina Kundportalsinloggningsuppgifter :', 88 'LBL_MAIL_COULDNOT_SENT' =>'E-post kunde inte skickas', 89 'LBL_USERNAME' => 'Användarnamn :', 90 'LBL_PASSWORD' => 'Lösneord :', 91 'LBL_SUBJECT_PORTAL_LOGIN_DETAILS' => 'Beträffande din Kundportalsinloggningsuppgifter', 92 'LBL_GIVE_MAILID' => 'Vänligen ange ditt e-post id', 93 'LBL_CHECK_MAILID' => 'Kontrollera ditt e-post-ID för din Kundportal', 94 'LBL_LOGIN_REVOKED' => 'Din inloggning återkallas. Kontakta din administratör.', 95 'LBL_MAIL_SENT' => 'E-post har skickats till din e-post-id med Kundportalsinloggningsuppgifter', 96 'LBL_ALTBODY' => 'Detta är den oformaterade textmassan som skickas till icke-HTML e-postklienter', 97 'HelpDesk ID' => 'Ärende ID', 98 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |