Files
crm.e5.pl/modules/Calendar/language/pl_pl.lang.php

131 lines
4.1 KiB
PHP
Raw Normal View History

2024-04-27 09:23:34 +02:00
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Public License Version
* 1.1.3 ("License"); You may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) 2004-2005 SugarCRM, Inc.;
* All Rights Reserved.
* Contributor(s): ______________________________________.
********************************************************************************/
/*********************************************************************************
* pl_pl.lang.ext.php,v for SugarCRM 4.5-->>
* Translator: Krzysztof Morawski
* All Rights Reserved.
* Any bugs report welcome: krzysiek<at>mojsklepik<dot>net
* Contributor(s): ______________________________________..
********************************************************************************/
$mod_strings = array (
'LBL_LIST_ALL_DAY' => 'Lista zadań całodniowych',
'LBL_MODULE_NAME'=>'Kalendarz',
'LBL_MODULE_TITLE'=>'Kalendarz',
'LNK_NEW_CALL' => 'Dodaj rozmowę tel.',
'LNK_NEW_MEETING' => 'Dodaj spotkanie',
'LNK_NEW_APPOINTMENT' => 'Dodaj termin spotkania',
'LNK_NEW_TASK' => 'Dodaj Zadanie',
'LNK_CALL_LIST' => 'Rozmowy Tel.',
'LNK_MEETING_LIST' => 'Spotkania',
'LNK_TASK_LIST' => 'Zadania',
'LNK_VIEW_CALENDAR' => 'Dziś',
'LNK_IMPORT_CALLS'=>'Importuj rozmowy tel.',
'LNK_IMPORT_MEETINGS'=>'Importuj spotkania',
'LNK_IMPORT_TASKS'=>'Importuj zadania',
'LBL_MONTH' => 'Miesiąc',
'LBL_DAY' => 'Dzień',
'LBL_YEAR' => 'Rok',
'LBL_WEEK' => 'Tydzień',
'LBL_PREVIOUS_MONTH' => 'Poprzedni miesiąc',
'LBL_PREVIOUS_DAY' => 'Poprzedni dzień',
'LBL_PREVIOUS_YEAR' => 'Poprzedni rok',
'LBL_PREVIOUS_WEEK' => 'Poprzedni tydzień',
'LBL_NEXT_MONTH' => 'Następny miesiąc',
'LBL_NEXT_DAY' => 'Następny dzień',
'LBL_NEXT_YEAR' => 'Następny rok',
'LBL_NEXT_WEEK' => 'Następny tydzień',
'LBL_AM' => 'AM',
'LBL_PM' => 'PM',
'LBL_SCHEDULED' => 'Zaplanowany',
'LBL_BUSY' => 'Zajęty',
'LBL_CONFLICT' => 'Konflikt',
'LBL_USER_CALENDARS' => 'Kalendarz użytkownika',
'LBL_SHARED' => 'Współdzielone',
'LBL_PREVIOUS_SHARED' => 'Poprzedni',
'LBL_NEXT_SHARED' => 'Następny',
'LBL_SHARED_CAL_TITLE' => 'Współdzielony kalendarz',
'LBL_USERS' => 'Użytkownik',
'LBL_REFRESH' => 'Odśwież',
'LBL_EDIT' => 'Edytuj',
'LBL_SELECT_USERS' => 'Wybierz użytkowników, którym system wyświetli kalendarz',
'LBL_FILTER_BY_TEAM' => 'Filtruj listę użytkowników przez Zespoły:',
'LBL_ASSIGNED_TO_NAME' => 'Przydzielone do',
'LBL_START_DATE' => 'Data i czas rozpoczęcia',
);
$mod_list_strings = array (
'dom_cal_weekdays' => array (
'Nie' ,
'Pn' ,
'Wt' ,
'Śr' ,
'Czw' ,
'Pt' ,
'So',
),
'dom_cal_weekdays_long' => array (
'Niedziela' ,
'Poniedziałek' ,
'Wtorek' ,
'Środa' ,
'Czwartek' ,
'Piątek' ,
'Sobota',
),
'dom_cal_month' => array (
'' ,
'Styczeń' ,
'Luty' ,
'Marzec' ,
'Kwiecień' ,
'Maj' ,
'Czerwiec' ,
'Lipiec' ,
'Sierpień' ,
'Wrzesień' ,
'Październik' ,
'Listopad' ,
'Grudzień',
),
'dom_cal_month_long' => array (
'' ,
'Styczeń' ,
'Luty' ,
'Marzec' ,
'Kwiecień' ,
'Maj' ,
'Czerwiec' ,
'Lipiec' ,
'Sierpień' ,
'Wrzesień' ,
'Pażdziernik' ,
'Listopad' ,
'Grudzień',
)
);
?>