diff options
Diffstat (limited to 'locale/nb/pw')
-rwxr-xr-x | locale/nb/pw | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/locale/nb/pw b/locale/nb/pw new file mode 100755 index 00000000..b7664c6c --- /dev/null +++ b/locale/nb/pw @@ -0,0 +1,12 @@ +$self{texts} = { + 'Continue' => 'Fortsett', + 'Password' => 'Passord', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + 'fortsett' => 'continue', +}; + +1; + |