0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-22 00:23:00 +00:00
kevinpapst_kimai2/translations/flashmessages.pl.xlf
Weblate (bot) fc12056ba2
updated polish translations (#2135)
Co-authored-by: Piotr Bub <pbubacz@live.com>
2020-11-21 11:43:42 +01:00

59 lines
2.5 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="pl" datatype="plaintext" original="flashmessages.en.xlf">
<body>
<trans-unit id="warning">
<source>warning</source>
<target>Uwaga</target>
</trans-unit>
<trans-unit id="timesheet.stop.success">
<source>timesheet.stop.success</source>
<target>Rejestrowanie czasu zatrzymane</target>
</trans-unit>
<trans-unit id="timesheet.stop.error">
<source>timesheet.stop.error</source>
<target>Nie mozna zatrzymać rejestrowania czasu</target>
</trans-unit>
<trans-unit id="timesheet.start.success">
<source>timesheet.start.success</source>
<target>Rejestrowanie czasu uruchomione</target>
</trans-unit>
<trans-unit id="timesheet.start.error">
<source>timesheet.start.error</source>
<target>Nie można uruchomić rejestrowania czasu</target>
</trans-unit>
<trans-unit id="timesheet.start.exceeded_limit">
<source>timesheet.start.exceeded_limit</source>
<target>Limit aktywnych jednoczesnych pomiarów czasu został osiągnięty , proszę zatrzymać przynajmniej jedną aktywność.</target>
</trans-unit>
<trans-unit id="timesheet.locked.warning">
<source>timesheet.locked.warning</source>
<target>Edytujesz wyeksportowany rekord</target>
</trans-unit>
<trans-unit id="action.update.success">
<source>action.update.success</source>
<target>Zapisano zmiany</target>
</trans-unit>
<trans-unit id="action.update.error">
<source>action.update.error</source>
<target>Nie mozna zapisać zmian: %reason%</target>
</trans-unit>
<trans-unit id="action.delete.success">
<source>action.delete.success</source>
<target>Wpis został usunięty</target>
</trans-unit>
<trans-unit id="action.delete.error">
<source>action.delete.error</source>
<target>Nie mozna usunąć wpisu: %reason%</target>
</trans-unit>
<trans-unit id="invoice.first_template">
<source>invoice.first_template</source>
<target>Należy utworzyć pierwszy wzorzec faktury aby kontynuować</target>
</trans-unit>
<trans-unit id="action.upload.error">
<source>action.upload.error</source>
<target>Nie można przesłać lub zapisać pliku: %reason%</target>
</trans-unit>
</body>
</file>
</xliff>