diff options
Diffstat (limited to 'locale/nl/pw')
-rwxr-xr-x | locale/nl/pw | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/locale/nl/pw b/locale/nl/pw new file mode 100755 index 00000000..4775e6b4 --- /dev/null +++ b/locale/nl/pw @@ -0,0 +1,13 @@ +$self{texts} = { + 'Continue' => 'Verder', + 'Password' => 'Wachtwoord', + 'Session expired!' => 'Sessie verlopen!', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + 'verder' => 'continue', +}; + +1; + |