[ 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 11 /* NOTE: Should be inline with Calendar language translation but few variations */ 12 13 $languageStrings = array( 14 // Basic Strings 15 'Events' => 'Czynności', 16 'SINGLE_Events' => 'Czynność', 17 'LBL_ADD_RECORD' => 'Dodaj czynność', 18 'LBL_RECORDS_LIST' => 'Lista czynności', 19 'LBL_RECORD_SUMMARY' => 'Podsumowanie czynności', 20 'LBL_EVENTS' => 'Czynności', 21 'LBL_TODOS' => 'Zadania', 22 'LBL_HOLD_FOLLOWUP_ON' => 'Trzymaj Nawiązanie na', 23 'LBL_CREATE_FOLLOWUP_EVENT' => 'Stwórz śledzić wydarzenie', 24 25 // Blocks 26 'LBL_EVENT_INFORMATION' => 'Szczegóły czynności', 27 'LBL_RECURRENCE_INFORMATION' => 'Informacje o powtarzalności', 28 29 //Fields 30 'Start Date & Time'=>'Czas rozpoczęcia', 31 'Recurrence' => 'Powtarzalność', 32 'Send Notification' => 'Wyślij powiadomienie', 33 'Location'=>'Miejsce', 34 'Send Reminder' => 'Wyślij przypomnienie', 35 'End Date & Time' => 'Czas zakończenia', 36 'Activity Type'=>'Rodzaj czynności', 37 'Visibility' => 'Widoczność', 38 39 //Visibility picklist values 40 'Private' => 'Prywatne', 41 'Public' => 'Publiczne', 42 43 //Activity Type picklist values 44 'Call' => 'Telefon', 45 'Meeting' => 'Spotkanie', 46 47 //Status picklist values 48 'Planned' => 'Planowane', 49 'Held' => 'Wykonane', 50 'Not Held' => 'Niewykonane', 51 52 //Reminder Labels 53 'LBL_DAYS' => 'Dni', 54 'LBL_HOURS' => 'Godzin', 55 56 'LBL_RECORDS_LIST' => 'Widok listy', 57 'LBL_CALENDAR_VIEW' => 'Widok kalendarza', 58 'LBL_REPEATEVENT' => 'Raz w każdy', 59 60 );
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 |