Skip to content

Commit 525a520

Browse files
committed
add nl translation for role-a
1 parent a5fbec9 commit 525a520

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

language/nl/role.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
return array(
4+
5+
"admin" => "Administrator",
6+
"manager" => "Manager",
7+
"editor" => "Redacteur",
8+
"user" => "Gebruiker",
9+
10+
);

0 commit comments

Comments
 (0)