Skip to content

Commit 4f7514c

Browse files
committed
Merge pull request #107 from pulzarraider/patch-1
Added czech translation
2 parents fb84c6d + bbdf3b5 commit 4f7514c

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
3+
<file source-language="en" target-language="cs" datatype="plaintext" original="CmfCoreBundle.en.xliff">
4+
<body>
5+
<trans-unit id="form.group_publish_workflow">
6+
<source>form.group_publish_workflow</source>
7+
<target>Publish Workflow</target>
8+
</trans-unit>
9+
<trans-unit id="form.label_publishable">
10+
<source>form.label_publishable</source>
11+
<target>Zveřejnitelné</target>
12+
</trans-unit>
13+
<trans-unit id="form.label_publish_start_date">
14+
<source>form.label_publish_start_date</source>
15+
<target>Publikovat od</target>
16+
</trans-unit>
17+
<trans-unit id="form.label_publish_end_date">
18+
<source>form.label_publish_end_date</source>
19+
<target>Publikovat do</target>
20+
</trans-unit>
21+
<trans-unit id="form.label_locale">
22+
<source>form.label_locale</source>
23+
<target>Jazyk</target>
24+
</trans-unit>
25+
<trans-unit id="form.help_publish_start_date">
26+
<source>form.help_publish_start_date</source>
27+
<target>Publikovat pouze po tomto datu. Ponechte prázdné pokud chcete publikovat ihned.</target>
28+
</trans-unit>
29+
<trans-unit id="form.help_publish_end_date">
30+
<source>form.help_publish_end_date</source>
31+
<target>Publikovat pouze před tímto datem. Ponechte prázdné pokud chcete přestat publikovat.</target>
32+
</trans-unit>
33+
<trans-unit id="list.label_locales">
34+
<source>list.label_locales</source>
35+
<target>Jazyky</target>
36+
</trans-unit>
37+
</body>
38+
</file>
39+
</xliff>

0 commit comments

Comments
 (0)