X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/8a3dcc22484e01a06a0576cd47c88d9e99e7da77..74704a7d4ecfb939bbcddeeec397b9de3b85bd2f:/WEB-INF/resources/pl.lang.php diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index b4ece7f7..e6702f40 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -59,9 +59,13 @@ $i18n_key_words = array( 'menu.options' => 'Opcje', // Footer - strings on the bottom of most pages. -'footer.mobile_phones' => 'Time Tracker jest dostępny na urządzeniach przenośnych.', +// TODO: Translate the following: +// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', 'footer.credits' => 'Twórcy', 'footer.license' => 'Licencja', +// TODO: Translate the following: +// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. + // This is a link to a webpage that describes how to contribute to the project. // Error messages. 'error.access_denied' => 'Odmowa dostępu.', @@ -395,4 +399,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Wysłano raport', 'form.mail.invoice_sent' => 'Wysłano fakturę', ); -?>