[ 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 'SINGLE_ProjectTask' => 'Projekt Uppgift', 13 'LBL_ADD_RECORD' => 'Lägg till Projektppgifter', 14 'LBL_RECORDS_LIST' => 'Projektuppgiftslista', 15 'LBL_MILESTONES_LIST'=>'Milstolpar Lista', 16 17 // Blocks 18 'LBL_PROJECT_TASK_INFORMATION' => 'Projektuppgiftsuppgifter', 19 'LBL_PROJECTS_LIST' => 'Projektlista', 20 'LBL_TASKS_LIST' => 'Uppgiftslista', 21 22 //Field Labels 23 'Project Task Name' => 'Project Task Namn', 24 'Project Task No' => 'Projekt Task Nej', 25 'Project Task Number' => 'Projekt Uppgift nummer', 26 'Status' => 'Status', 27 'Priority' => 'Prioritet', 28 'Progress' => 'Framsteg', 29 'Type'=>'Typ', 30 'Worked Hours'=>'Arbetade timmar', 31 'Start Date'=>'Startdatum', 32 'End Date'=>'Slutdatum', 33 'Related To' => 'Relateras till', 34 'administrative' => 'Administrativ', 35 'operative' => 'Operative', 36 'other' => 'Annat', 37 'low' => 'Låg', 38 'normal' => 'Normal', 39 'high' => 'Hög', 40 'Created Time' => 'Skapad Tid', 41 'Modified Time' => 'Modifierad Tid', 42 'description' => 'Beskrivning', 43 'Assigned To' => 'Tilldelad', 44 'Open' => 'Öppet', 45 'In Progress' => 'In Progress', 46 'Completed' => 'Avslutat', 47 'Deferred' => 'Deferred', 48 'Canceled ' => 'Canceled', 49 );
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 |