diff options
Diffstat (limited to '')
-rw-r--r-- | language/sv_SE/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/sv_SE/common.lang.php b/language/sv_SE/common.lang.php index d9f2dffe6..3dca1149c 100644 --- a/language/sv_SE/common.lang.php +++ b/language/sv_SE/common.lang.php @@ -359,5 +359,6 @@ $lang['The number of photos per row must be a not null scalar'] = 'Antalet bilde $lang['Number of photos per row'] = 'Antal bilder per rad'; $lang['The number of rows per page must be a not null scalar'] = 'Antalet rader per sida måste vara ett heltal'; $lang['Number of rows per page'] = 'Antal rader per sida'; +$lang['html tags are not allowed in login'] = 'HTML-taggar inte är tillåtna i inloggningen'; ?>
\ No newline at end of file |