Skip to content

Commit

Permalink
minor #128 Czech language file. (jansabat)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Czech language file.

Commits
-------

57faa07 Czech language file.
  • Loading branch information
javiereguiluz committed Feb 11, 2015
2 parents 040d0f3 + 57faa07 commit 15e71e6
Showing 1 changed file with 107 additions and 0 deletions.
107 changes: 107 additions & 0 deletions Resources/translations/EasyAdminBundle.cs.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="cs" target-language="cs" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="header.close">
<source>header.close</source>
<target>Zavřít</target>
</trans-unit>
<trans-unit id="header.logged_in_as">
<source>header.logged_in_as</source>
<target>Přihlášen jako</target>
</trans-unit>
<trans-unit id="entity.create">
<source>entity.create</source>
<target>Vytvořit %entity%</target>
</trans-unit>
<trans-unit id="list.actions">
<source>list.actions</source>
<target>Akce</target>
</trans-unit>
<trans-unit id="list.no_results">
<source>list.no_results</source>
<target>Žádné položky.</target>
</trans-unit>
<trans-unit id="entity.edit">
<source>entity.edit</source>
<target>Editace</target>
</trans-unit>
<trans-unit id="entity.delete">
<source>entity.delete</source>
<target>Smazat</target>
</trans-unit>
<trans-unit id="link.back_to_listing">
<source>link.back_to_listing</source>
<target>Zpět na výpis</target>
</trans-unit>
<trans-unit id="entity.save_changes">
<source>entity.save_changes</source>
<target>Uložit změny</target>
</trans-unit>
<trans-unit id="paginator.first">
<source>paginator.first</source>
<target>První</target>
</trans-unit>
<trans-unit id="paginator.previous">
<source>paginator.previous</source>
<target>Předchozí</target>
</trans-unit>
<trans-unit id="paginator.next">
<source>paginator.next</source>
<target>Další</target>
</trans-unit>
<trans-unit id="paginator.last">
<source>paginator.last</source>
<target>Poslední</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>Zrušit</target>
</trans-unit>
<trans-unit id="actions.list">
<source>actions.list</source>
<target>Výpis</target>
</trans-unit>
<trans-unit id="actions.edit">
<source>actions.edit</source>
<target>Editovat</target>
</trans-unit>
<trans-unit id="actions.new">
<source>actions.new</source>
<target>Nový</target>
</trans-unit>
<trans-unit id="actions.show">
<source>actions.show</source>
<target>Zobrazit</target>
</trans-unit>
<trans-unit id="actions.search">
<source>actions.search</source>
<target>Hledat</target>
</trans-unit>
<trans-unit id="actions.delete">
<source>actions.delete</source>
<target>Smazat</target>
</trans-unit>
<trans-unit id="list.results_found">
<source>list.results_found</source>
<target><![CDATA[{0} Žádné položky nebyly nalezeny|{1} <strong>1</strong> položka nalezena|]1,Inf] <strong>%count%</strong> položek nalezeno]]></target>
</trans-unit>
<trans-unit id="list.search">
<source>list.search</source>
<target>Hledat</target>
</trans-unit>
<trans-unit id="delete_modal.title">
<source>delete_modal.title</source>
<target>Opravdu chcete smazat tuto položku?</target>
</trans-unit>
<trans-unit id="delete_modal.content">
<source>delete_modal.content</source>
<target>Není možné se vrátit zpět.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 15e71e6

Please sign in to comment.