Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
b438fe81
Commit
b438fe81
authored
Sep 09, 2012
by
Bryan te Beek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A few small fixes to Dutch translation (nl_NL)
Signed-off-by:
Bryan te Beek
<
bryantebeek@gmail.com
>
parent
fde0d112
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
validation.php
application/language/nl/validation.php
+4
-4
No files found.
application/language/nl/validation.php
View file @
b438fe81
...
...
@@ -20,7 +20,7 @@ return array(
"between"
=>
array
(
"numeric"
=>
"Het :attribute moet tussen :min en :max zijn."
,
"file"
=>
"Het :attribute moet tussen :min en :max kilobytes zijn."
,
"string"
=>
"Het :attribute moet tussen :min en :max
teken
s zijn."
,
"string"
=>
"Het :attribute moet tussen :min en :max
karakter
s zijn."
,
),
"confirmed"
=>
"Het :attribute bevestiging komt niet overeen."
,
"count"
=>
"Het :attribute moet precies :count geselecteerde elementen bevatten."
,
...
...
@@ -33,18 +33,18 @@ return array(
"image"
=>
"Het :attribute moet een afbeelding zijn."
,
"in"
=>
"Het gekozen :attribute is ongeldig."
,
"integer"
=>
"Het :attribute moet een getal zijn."
,
"ip"
=>
"Het :attribute moet een geldig IP
adres zijn."
,
"ip"
=>
"Het :attribute moet een geldig IP
-
adres zijn."
,
"match"
=>
"Het :attribute formaat is ongeldig."
,
"max"
=>
array
(
"numeric"
=>
"Het :attribute moet minder dan :max zijn."
,
"file"
=>
"Het :attribute moet minder dan :max kilobytes zijn."
,
"string"
=>
"Het :attribute moet minder dan :max
teken
s zijn."
,
"string"
=>
"Het :attribute moet minder dan :max
karakter
s zijn."
,
),
"mimes"
=>
"Het :attribute moet een bestand zijn van het bestandstype :values."
,
"min"
=>
array
(
"numeric"
=>
"Het :attribute moet minimaal :min zijn."
,
"file"
=>
"Het :attribute moet minimaal :min kilobytes zijn."
,
"string"
=>
"Het :attribute moet minimaal :min
charac
ters zijn."
,
"string"
=>
"Het :attribute moet minimaal :min
karak
ters zijn."
,
),
"not_in"
=>
"Het :attribute formaat is ongeldig."
,
"numeric"
=>
"Het :attribute moet een nummer zijn."
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment