Skip to content

Commit cdf6a56

Browse files
committed
Merge pull request #172 from eiannone/patch-1
Added italian translation
2 parents 15fd64a + 96b0514 commit cdf6a56

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="it" datatype="plaintext" original="file.ext">
4+
<body>
5+
<trans-unit id="form.group_publish_workflow">
6+
<source>form.group_publish_workflow</source>
7+
<target>Workflow pubblicazione</target>
8+
</trans-unit>
9+
<trans-unit id="form.label_publishable">
10+
<source>form.label_publishable</source>
11+
<target>Pubblicabile</target>
12+
</trans-unit>
13+
<trans-unit id="form.label_publish_start_date">
14+
<source>form.label_publish_start_date</source>
15+
<target>Pubblica dal</target>
16+
</trans-unit>
17+
<trans-unit id="form.label_publish_end_date">
18+
<source>form.label_publish_end_date</source>
19+
<target>Pubblica fino al</target>
20+
</trans-unit>
21+
<trans-unit id="form.label_locale">
22+
<source>form.label_locale</source>
23+
<target>Lingua</target>
24+
</trans-unit>
25+
<trans-unit id="form.help_publish_start_date">
26+
<source>form.help_publish_start_date</source>
27+
<target>Pubblica solo a partire da questa data, lascia vuoto per pubblicare immediatamente</target>
28+
</trans-unit>
29+
<trans-unit id="form.help_publish_end_date">
30+
<source>form.help_publish_end_date</source>
31+
<target>Pubblica solo fino a questa data, lascia vuoto per mantenere pubblicato indefinitamente</target>
32+
</trans-unit>
33+
<trans-unit id="list.label_locales">
34+
<source>list.label_locales</source>
35+
<target>Localizzazioni</target>
36+
</trans-unit>
37+
</body>
38+
</file>
39+
</xliff>

0 commit comments

Comments
 (0)