diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 18:48:46 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 18:48:46 +0100 |
commit | aabeab1e4e08ffba5d709aa71de1182dfeb698d1 (patch) | |
tree | e7b5b5fd688e3f721e7849a92a8eaecea76c1467 /plugins/password/localization/sv_SE.inc | |
parent | 4f5f2acd1649592569d13c88c7c946d4861834e0 (diff) |
Updated localizations from launchpad
Diffstat (limited to 'plugins/password/localization/sv_SE.inc')
-rw-r--r-- | plugins/password/localization/sv_SE.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/password/localization/sv_SE.inc b/plugins/password/localization/sv_SE.inc index 67e71a424..250dc2f08 100644 --- a/plugins/password/localization/sv_SE.inc +++ b/plugins/password/localization/sv_SE.inc @@ -9,7 +9,7 @@ | Licensed under the GNU General Public License | | | +-----------------------------------------------------------------------+ - | Author: Thomas | + | Author: Jonas Nasholm | +-----------------------------------------------------------------------+ */ @@ -18,10 +18,10 @@ $labels['changepasswd'] = 'Ändra lösenord'; $labels['curpasswd'] = 'Nuvarande lösenord:'; $labels['newpasswd'] = 'Nytt lösenord:'; $labels['confpasswd'] = 'Bekräfta nytt lösenord:'; -$labels['nopassword'] = 'Vänligen ange nytt lösenord.'; -$labels['nocurpassword'] = 'Vänligen ange nuvarande lösenord.'; +$labels['nopassword'] = 'Ange nytt lösenord.'; +$labels['nocurpassword'] = 'Ange nuvarande lösenord.'; $labels['passwordincorrect'] = 'Felaktigt nuvarande lösenord.'; -$labels['passwordinconsistency'] = 'Nya lösenordet och bekräftelsen överensstämmer inte, försök igen.'; +$labels['passwordinconsistency'] = 'Bekräftelsen av lösenordet stämmer inte, försök igen.'; $labels['crypterror'] = 'Lösenordet kunde inte ändras. Krypteringsfunktionen saknas.'; $labels['connecterror'] = 'Lösenordet kunde inte ändras. Anslutningen misslyckades.'; $labels['internalerror'] = 'Lösenordet kunde inte ändras.'; |