Skip to content

Commit

Permalink
minor #106 Add polish translation (kedrap)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Add polish translation

Commits
-------

5af295b  Add polish translation
  • Loading branch information
javiereguiluz committed Feb 1, 2015
2 parents 2a122c7 + 5af295b commit c767e49
Showing 1 changed file with 107 additions and 0 deletions.
107 changes: 107 additions & 0 deletions Resources/translations/EasyAdminBundle.pl.xliff
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<?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="file.ext">
<body>
<trans-unit id="header.close">
<source>header.close</source>
<target>Zamknij</target>
</trans-unit>
<trans-unit id="header.logged_in_as">
<source>header.logged_in_as</source>
<target>Zalogowany jako</target>
</trans-unit>
<trans-unit id="entity.create">
<source>entity.create</source>
<target>Dodaj nowy %entity%</target>
</trans-unit>
<trans-unit id="list.actions">
<source>list.actions</source>
<target>Akcje</target>
</trans-unit>
<trans-unit id="list.no_results">
<source>list.no_results</source>
<target>Brak wyników.</target>
</trans-unit>
<trans-unit id="entity.edit">
<source>entity.edit</source>
<target>Edytuj</target>
</trans-unit>
<trans-unit id="entity.delete">
<source>entity.delete</source>
<target>Usuń</target>
</trans-unit>
<trans-unit id="link.back_to_listing">
<source>link.back_to_listing</source>
<target>Wróć do listy</target>
</trans-unit>
<trans-unit id="entity.save_changes">
<source>entity.save_changes</source>
<target>Zapisz zmiany</target>
</trans-unit>
<trans-unit id="paginator.first">
<source>paginator.first</source>
<target>Pierwsza</target>
</trans-unit>
<trans-unit id="paginator.previous">
<source>paginator.previous</source>
<target>Poprzednia</target>
</trans-unit>
<trans-unit id="paginator.next">
<source>paginator.next</source>
<target>Następna</target>
</trans-unit>
<trans-unit id="paginator.last">
<source>paginator.last</source>
<target>Ostatnia</target>
</trans-unit>
<trans-unit id="paginator.counter">
<source>paginator.counter</source>
<target><![CDATA[<strong>%start%</strong> - <strong>%end%</strong> z <strong>%results%</strong>]]></target>
</trans-unit>
<trans-unit id="actions.cancel">
<source>actions.cancel</source>
<target>Anuluj</target>
</trans-unit>
<trans-unit id="actions.list">
<source>actions.list</source>
<target>Lista</target>
</trans-unit>
<trans-unit id="actions.edit">
<source>actions.edit</source>
<target>Edytuj</target>
</trans-unit>
<trans-unit id="actions.new">
<source>actions.new</source>
<target>Dodaj nowy</target>
</trans-unit>
<trans-unit id="actions.show">
<source>actions.show</source>
<target>Pokaż</target>
</trans-unit>
<trans-unit id="actions.search">
<source>actions.search</source>
<target>Szukaj</target>
</trans-unit>
<trans-unit id="actions.delete">
<source>actions.delete</source>
<target>Usuń</target>
</trans-unit>
<trans-unit id="list.results_found">
<source>list.results_found</source>
<target><![CDATA[{0} Brak wyników|{1} Znaleziono <strong>1</strong> wynik|{2,3,4} Znaleziono <strong>%count%</strong> wyniki|[5,Inf] Znaleziono <strong>%count%</strong> wyników]]></target>
</trans-unit>
<trans-unit id="list.search">
<source>list.search</source>
<target>Szukaj</target>
</trans-unit>
<trans-unit id="delete_modal.title">
<source>delete_modal.title</source>
<target>Czy na pewno chcesz usunąć ten element?</target>
</trans-unit>
<trans-unit id="delete_modal.content">
<source>delete_modal.content</source>
<target>Tej operacji nie można anulować.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit c767e49

Please sign in to comment.