X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=368ce6be267763dc206cb0b24d2a3b11ebc444cd;hb=92e0c8f474689764e8c10958d48bc4d33bc46c08;hp=141dcaec61b2f4dcefdabb108e6b28004f0a3b94;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 141dcaec..368ce6be 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -26,7 +26,7 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ -// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option +// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. $i18n_language = 'Polski'; @@ -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.', @@ -182,6 +186,8 @@ $i18n_key_words = array( 'label.role_manager' => '(Manager)', 'label.role_comanager' => '(Co-manager)', 'label.role_admin' => '(Administrator)', +// Translate the following string. +// 'label.page' => 'Page', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Niestandardowe pola', 'label.type' => 'Rodzaj', @@ -393,4 +399,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Wysłano raport', 'form.mail.invoice_sent' => 'Wysłano fakturę', ); -?>