Skip to content

Commit e720772

Browse files
committed
Merge pull request #181 from WouterJ/nl_translation
Added Dutch translation
2 parents 2969e2a + 3e0fcac commit e720772

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
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="nl" datatype="plaintext" original="CmfRoutingBundle.en.xliff">
4+
<body>
5+
<trans-unit id="dashboard.cmf">
6+
<source>dashboard.cmf</source>
7+
<target>Symfony CMF</target>
8+
</trans-unit>
9+
<trans-unit id="dashboard.label_routing">
10+
<source>dashboard.label_routing</source>
11+
<target>Route</target>
12+
</trans-unit>
13+
<trans-unit id="dashboard.label_redirect_routing">
14+
<source>dashboard.label_redirect_routing</source>
15+
<target>Doorstuur Route</target>
16+
</trans-unit>
17+
<trans-unit id="breadcrumb.link_route_list">
18+
<source>breadcrumb.link_route_list</source>
19+
<target>Routes</target>
20+
</trans-unit>
21+
<trans-unit id="breadcrumb.link_route_create">
22+
<source>breadcrumb.link_route_create</source>
23+
<target>Aanmaken</target>
24+
</trans-unit>
25+
<trans-unit id="breadcrumb.link_route_edit">
26+
<source>breadcrumb.link_route_edit</source>
27+
<target>Bijwerken</target>
28+
</trans-unit>
29+
<trans-unit id="breadcrumb.link_route_delete">
30+
<source>breadcrumb.link_route_delete</source>
31+
<target>Verwijderen</target>
32+
</trans-unit>
33+
<trans-unit id="breadcrumb.link_redirect_route_list">
34+
<source>breadcrumb.link_redirect_route_list</source>
35+
<target>Doorstuur Routes</target>
36+
</trans-unit>
37+
<trans-unit id="breadcrumb.link_redirect_route_create">
38+
<source>breadcrumb.link_redirect_route_create</source>
39+
<target>Aanmaken</target>
40+
</trans-unit>
41+
<trans-unit id="breadcrumb.link_redirect_route_edit">
42+
<source>breadcrumb.link_redirect_route_edit</source>
43+
<target>Bijwerken</target>
44+
</trans-unit>
45+
<trans-unit id="breadcrumb.link_redirect_route_delete">
46+
<source>breadcrumb.link_redirect_route_delete</source>
47+
<target>Verwijderen</target>
48+
</trans-unit>
49+
<trans-unit id="filter.label_name">
50+
<source>filter.label_name</source>
51+
<target>Naam</target>
52+
</trans-unit>
53+
<trans-unit id="list.label_id">
54+
<source>list.label_id</source>
55+
<target>Id</target>
56+
</trans-unit>
57+
<trans-unit id="form.group_general">
58+
<source>form.group_general</source>
59+
<target>Algemeen</target>
60+
</trans-unit>
61+
<trans-unit id="form.label_parent">
62+
<source>form.label_parent</source>
63+
<target>Ouder</target>
64+
</trans-unit>
65+
<trans-unit id="form.label_name">
66+
<source>form.label_name</source>
67+
<target>Laatste URL onderdeel</target>
68+
</trans-unit>
69+
<trans-unit id="form.label_variable_pattern">
70+
<source>form.label_variable_pattern</source>
71+
<target>Variabel patroon</target>
72+
</trans-unit>
73+
<trans-unit id="form.label_content">
74+
<source>form.label_content</source>
75+
<target>Inhoud</target>
76+
</trans-unit>
77+
<trans-unit id="form.label_defaults">
78+
<source>form.label_defaults</source>
79+
<target>Standaardwaarden</target>
80+
</trans-unit>
81+
<trans-unit id="form.label_route_name">
82+
<source>form.label_route_name</source>
83+
<target>Naam</target>
84+
</trans-unit>
85+
<trans-unit id="form.label_uri">
86+
<source>form.label_uri</source>
87+
<target>URI</target>
88+
</trans-unit>
89+
<trans-unit id="form.label_route_target">
90+
<source>form.label_route_target</source>
91+
<target>Route doel</target>
92+
</trans-unit>
93+
<trans-unit id="form.group_routes">
94+
<source>form.group_routes</source>
95+
<target>Routes</target>
96+
</trans-unit>
97+
<trans-unit id="form.label_routes">
98+
<source>form.label_routes</source>
99+
<target>Routes</target>
100+
</trans-unit>
101+
<trans-unit id="form.label_add_format_pattern">
102+
<source>form.label_add_format_pattern</source>
103+
<target>Formaat patroon toevoegen</target>
104+
</trans-unit>
105+
<trans-unit id="form.label_add_trailing_slash">
106+
<source>form.label_add_trailing_slash</source>
107+
<target>Slash aan het eind toevoegen</target>
108+
</trans-unit>
109+
</body>
110+
</file>
111+
</xliff>

0 commit comments

Comments
 (0)