aboutsummaryrefslogtreecommitdiffstats
path: root/languages/polish.inc.php
blob: 7e2743a5c21ad894618050fe9fb8e5d50bfd88ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?

// Polish language include
// For version 0.5 PHP iCalendar
//
// Translation by Stanislaw Cieslicki (stahoo@poczta.onet.pl)
//
// Submit new translations to chad@chadsdomain.com



$day_lang			= "Dzień";
$week_lang			= "Tydzień";
$month_lang			= "Miesiąc";
$year_lang			= "Rok";
$calendar_lang		= "Kalendarz";
$next_day_lang		= "Następny dzień";
$next_month_lang	= "Przyszły miesiąc";
$next_week_lang		= "Przyszły tydzień";
$next_year_lang		= "Przyszły rok";
$last_day_lang		= "Poprzedni dzień";
$last_month_lang	= "Zeszły Miesiąc";
$last_week_lang		= "Zeszły tydzień";
$last_year_lang		= "Zeszły rok";
$subscribe_lang		= "Subskrybuj";
$download_lang		= "Pobież";
$powered_by_lang 	= "Powered by";
$version_lang		= "0.5";
$event_lang			= "Zadanie";
$event_start_lang	= "Początek";
$event_end_lang		= "Koniec";
$this_months_lang	= "Zadania miesiąca";
$date_lang			= "Data";
$summary_lang		= "Info";
$all_day_lang		= "All day event";
$notes_lang			= "Notes";

// Set Location for date formatting, check out: http://www.php.net/manual/en/function.setlocale.php
setlocale (LC_TIME, 'pl_PL');

// For time formatting, check out: http://www.php.net/manual/en/function.date.php
$timeFormat = "G:i";

// For date formatting, cehck out: http://www.php.net/manual/en/function.strftime.php
$dateFormat_day = "%A, %e %B";
$dateFormat_week = "%e %B";
$dateFormat_week_list = "%a, %e %b";
$dateFormat_month = "%B %Y";
$dateFormat_month_list = "%A, %e %B";

?>

© 2014-2024 Faster IT GmbH | imprint | privacy policy