[ 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 'SINGLE_Project' => "Projekt", 12 'LBL_ADD_RECORD' => "Projekt hinzufügen", 13 'LBL_RECORDS_LIST' => "Projekte Liste", 14 'LBL_PROJECT_INFORMATION' => "Projekt-Details", 15 'Project Name' => "Project Name", 16 'Start Date' => "Startdatum", 17 'Target End Date' => "Ziel End Date", 18 'Actual End Date' => "Tatsächliche Enddatum", 19 'Project No' => "Projektnummer", 20 'Target Budget' => "Ziel Budget", 21 'Project Url' => "Projekt-URL", 22 'Progress' => "Fortschritt", 23 'LBL_TASKS_OPEN' => "Aufgaben öffnen", 24 'LBL_TASKS_DUE' => "Fällige Aufgaben", 25 'LBL_TASKS_COMPLETED' => "Abgeschlossene", 26 'LBL_PEOPLE' => "Menschen", 27 'LBL_CHARTS' => "Charts", 28 'LBL_TASKS_LIST' => "Aufgabenliste", 29 'LBL_MILESTONES' => "Meilensteine", 30 'LBL_TASKS' => "Aufgaben", 31 'LBL_STATUS_IS' => "Der Status ist", 32 'LBL_STATUS' => "Status", 33 'LBL_TICKET_PRIORITY' => "Priority", 34 'LBL_MORE' => "mehr", 35 'LBL_MILESTONES_LIST' => "Meilensteine Liste", 36 'LBL_DOWNLOAD_FILE' => "Datei herunterladen", 37 'LBL_TASKS_HIGH' => 'Hohe Priorität', 38 'LBL_TASKS_NORMAL' => 'Normale Priorität', 39 'LBL_TASKS_LOW' => 'Niedrige Priorität', 40 'LBL_TASKS_OTHER' => 'Andere Prioritäten', 41 'LBL_SELECT_PROGRESS' => 'Wählen Fortschritt', 42 43 //picklist values 44 'prospecting' => 'Prospektion', 45 'in progress' => 'In Progress', 46 'initiated' => 'Initiiert', 47 'waiting for feedback' => 'Warten auf Rückmeldung', 48 'on hold' => 'On Hold', 49 'archived' => 'Archivierte', 50 'completed' => 'Fertiggestellt', 51 'delivered' => 'Lieferung', 52 'administrative' => 'Administrativ', 53 'operative' => 'Operativ', 54 'other' => 'Andere', 55 'low' => 'Niedrig', 56 'normal' => 'Normal', 57 'high' => 'Hoch', 58 ); 59 60 $jsLanguageStrings = array( 61 'JS_LBL_SELECT_STATUS' => 'Wählen Sie Status', 62 'JS_LBL_SELECT_PROGRESS' => 'Wählen Fortschritt', 63 );
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 |