diff options
Diffstat (limited to 'sql-ledger/locale/nl/pw')
| -rw-r--r-- | sql-ledger/locale/nl/pw | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/sql-ledger/locale/nl/pw b/sql-ledger/locale/nl/pw new file mode 100644 index 000000000..a0d3a13b3 --- /dev/null +++ b/sql-ledger/locale/nl/pw @@ -0,0 +1,11 @@ +$self{texts} = { +  'Continue'                    => 'Verder', +  'Password'                    => 'Wachtwoord', +}; + +$self{subs} = { +  'getpassword'                 => 'getpassword', +  'verder'                      => 'continue', +}; + +1;  | 
