Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #161 from pulzarraider/patch-1
Browse files Browse the repository at this point in the history
Added czech translation
  • Loading branch information
dbu committed Nov 19, 2013
2 parents 108abfc + ec54516 commit befdef8
Showing 1 changed file with 139 additions and 0 deletions.
139 changes: 139 additions & 0 deletions Resources/translations/CmfMenuBundle.cs.xliff
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
<?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="cs" datatype="plaintext" original="CmfMenuBundle.en.xliff">
<body>
<trans-unit id="dashboard.cmf">
<source>dashboard.cmf</source>
<target>Symfony CMF</target>
</trans-unit>
<trans-unit id="dashboard.label_menu">
<source>dashboard.label_menu</source>
<target>Menu</target>
</trans-unit>
<trans-unit id="dashboard.label_menu_node">
<source>dashboard.label_menu_node</source>
<target>Položka menu</target>
</trans-unit>
<trans-unit id="breadcrumb.link_menu_list">
<source>breadcrumb.link_menu_list</source>
<target>Menu</target>
</trans-unit>
<trans-unit id="breadcrumb.link_menu_create">
<source>breadcrumb.link_menu_create</source>
<target>Vytvořit</target>
</trans-unit>
<trans-unit id="breadcrumb.link_menu_edit">
<source>breadcrumb.link_menu_edit</source>
<target>Upravit</target>
</trans-unit>
<trans-unit id="breadcrumb.link_menu_delete">
<source>breadcrumb.link_menu_delete</source>
<target>Vymazat</target>
</trans-unit>
<trans-unit id="breadcrumb.link_menu_node_list">
<source>breadcrumb.link_menu_node_list</source>
<target>Položky menu</target>
</trans-unit>
<trans-unit id="breadcrumb.link_menu_node_create">
<source>breadcrumb.link_menu_node_create</source>
<target>Vytvořit</target>
</trans-unit>
<trans-unit id="breadcrumb.link_menu_node_edit">
<source>breadcrumb.link_menu_node_edit</source>
<target>Upravit</target>
</trans-unit>
<trans-unit id="breadcrumb.link_menu_node_delete">
<source>breadcrumb.link_menu_node_delete</source>
<target>Vymazat</target>
</trans-unit>
<trans-unit id="list.label_id">
<source>list.label_id</source>
<target>Id</target>
</trans-unit>
<trans-unit id="list.label_name">
<source>list.label_name</source>
<target>Název</target>
</trans-unit>
<trans-unit id="list.label_label">
<source>list.label_label</source>
<target>Označení</target>
</trans-unit>
<trans-unit id="list.label_uri">
<source>list.label_uri</source>
<target>URI</target>
</trans-unit>
<trans-unit id="list.label_route">
<source>list.label_route</source>
<target>Cesta</target>
</trans-unit>
<trans-unit id="list.label_locales">
<source>list.label_locales</source>
<target>Lokalizace</target>
</trans-unit>
<trans-unit id="form.group_general">
<source>form.group_general</source>
<target>Obecný</target>
</trans-unit>
<trans-unit id="form.group_items">
<source>form.group_items</source>
<target>Položky</target>
</trans-unit>
<trans-unit id="form.label_children">
<source>form.label_children</source>
<target>Položky</target>
</trans-unit>
<trans-unit id="form.label_parent">
<source>form.label_parent</source>
<target>Rodič</target>
</trans-unit>
<trans-unit id="form.label_name">
<source>form.label_name</source>
<target>Název</target>
</trans-unit>
<trans-unit id="form.label_label">
<source>form.label_label</source>
<target>Označení</target>
</trans-unit>
<trans-unit id="form.label_uri">
<source>form.label_uri</source>
<target>URI</target>
</trans-unit>
<trans-unit id="form.label_route">
<source>form.label_route</source>
<target>Cesta</target>
</trans-unit>
<trans-unit id="form.label_parameters">
<source>form.label_parameters</source>
<target>Parametry cesty</target>
</trans-unit>
<trans-unit id="form.label_content">
<source>form.label_content</source>
<target>Obsah</target>
</trans-unit>
<trans-unit id="form.label_link_type">
<source>form.label_link_type</source>
<target>Typ odkazu</target>
</trans-unit>
<trans-unit id="form.label_weak">
<source>form.label_weak</source>
<target>Slabé propojení</target>
</trans-unit>
<trans-unit id="help.items_help">
<source>help.items_help</source>
<target>Klepněte na položku, kterou chcete upravit. Klikněte pravým tlačítkem myši pro přidání nových záznamů.</target>
</trans-unit>
<trans-unit id="form.group_menus">
<source>form.group_menus</source>
<target>Menu</target>
</trans-unit>
<trans-unit id="form.label_menu_nodes">
<source>form.label_menu_nodes</source>
<target>Menu</target>
</trans-unit>
<trans-unit id="form.label_locale">
<source>form.label_locale</source>
<target>Lokalizace</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit befdef8

Please sign in to comment.