diff options
Diffstat (limited to 'locale/se/pw')
-rwxr-xr-x | locale/se/pw | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/locale/se/pw b/locale/se/pw new file mode 100755 index 00000000..0d69e34a --- /dev/null +++ b/locale/se/pw @@ -0,0 +1,13 @@ +$self{texts} = { + 'Continue' => 'Fortsätt', + 'Password' => 'Lösenord', + 'Session expired!' => 'Sessionen avslutad', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + 'fortsätt' => 'continue', +}; + +1; + |