Skip to content

Commit 7ed8e08

Browse files
authored
Merge pull request #150 from reyostallenberg/patch-1
Fix dutch translations
2 parents 024de33 + f00dd2d commit 7ed8e08

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

Resources/translations/JMoseCommandScheduler.nl.xlf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- Actions -->
2323
<trans-unit id="100">
2424
<source>action.delete</source>
25-
<target>verwijderen</target>
25+
<target>Verwijderen</target>
2626
</trans-unit>
2727
<trans-unit id="101">
2828
<source>action.execute</source>
@@ -34,11 +34,11 @@
3434
</trans-unit>
3535
<trans-unit id="103">
3636
<source>action.new</source>
37-
<target>Niewe planning</target>
37+
<target>Nieuwe planning</target>
3838
</trans-unit>
3939
<trans-unit id="104">
4040
<source>confirm.delete</source>
41-
<target>Deze taak permanent verwijderen ?</target>
41+
<target>Deze taak permanent verwijderen?</target>
4242
</trans-unit>
4343
<trans-unit id="105">
4444
<source>confirm.execute</source>
@@ -50,7 +50,7 @@
5050
</trans-unit>
5151
<trans-unit id="107">
5252
<source>confirm.unlock</source>
53-
<target>De taak kan aan de gang zijn. Weet u zeker dat u het wilt ontgrendelen ?</target>
53+
<target>De taak kan aan de gang zijn. Weet u zeker dat u het wilt ontgrendelen?</target>
5454
</trans-unit>
5555
<trans-unit id="108">
5656
<source>action.search</source>
@@ -156,4 +156,4 @@
156156
</trans-unit>
157157
</body>
158158
</file>
159-
</xliff>
159+
</xliff>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0"?>
2+
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3+
<file source-language="en" datatype="plaintext" original="file.ext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>commandScheduler.validation.cron</source>
7+
<target>Cron expressie is niet juist.</target>
8+
</trans-unit>
9+
</body>
10+
</file>
11+
</xliff>

0 commit comments

Comments
 (0)