X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=4a8504562159d0a2b1e749986bb6e36f7c2961f5;hb=cd1db85db249a747c6943f6adbe981c3706e0607;hp=d64895c929d6333b62a3b19e774f61e1b2ee46e8;hpb=664fe935d85316a57f2285dba5ecd42c66f4982e;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index d64895c9..4a850456 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -134,6 +134,10 @@ $i18n_key_words = array( 'label.password' => 'Hasło', 'label.confirm_password' => 'Potwierdź hasło', 'label.email' => 'E-mail', +// TODO: translate the following. +// 'label.cc' => 'Cc', +// 'label.bcc' => 'Bcc', +'label.subject' => 'Temat', 'label.date' => 'Data', 'label.start_date' => 'Data początkowa', 'label.end_date' => 'Data końcowa', @@ -271,6 +275,8 @@ $i18n_key_words = array( 'dropdown.no' => '--- żaden ---', // NOTE TO TRANSLATORS: dropdown.this_day does not necessarily means "today". It means a specific ("this") day selected on calendar. See Charts. 'dropdown.this_day' => 'wybrany dzień', +// TODO: translate the following. +// 'dropdown.last_day' => 'last day', 'dropdown.this_week' => 'ten tydzień', 'dropdown.last_week' => 'poprzedni tydzień', 'dropdown.this_month' => 'ten miesiąc', @@ -407,8 +413,6 @@ $i18n_key_words = array( // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'Od', 'form.mail.to' => 'Do', -'form.mail.cc' => 'DW', -'form.mail.subject' => 'Temat', 'form.mail.report_subject' => 'Raport Time Tracker', 'form.mail.footer' => 'Anuko Time Tracker jest prostym, łatwym w użyciu, otwartoźródłowym
systemem śledzenia czasu. Odwiedź www.anuko.com, aby uzyskać więcej informacji.', 'form.mail.report_sent' => 'Wysłano raport',