diff options
Diffstat (limited to 'language')
-rw-r--r-- | language/sv_SE/common.lang.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/language/sv_SE/common.lang.php b/language/sv_SE/common.lang.php index e94bbca5c..3da4c6ea4 100644 --- a/language/sv_SE/common.lang.php +++ b/language/sv_SE/common.lang.php @@ -422,4 +422,7 @@ $lang['Theme'] = 'Tema'; $lang['Apply on properties'] = 'Verkställ egenskaper'; $lang['No results for'] = 'Inget resultat för'; $lang['Photo description'] = 'Fotots beskrivning'; -$lang['Photo title'] = 'Fotots titel';
\ No newline at end of file +$lang['Photo title'] = 'Fotots titel'; +$lang['Album name, A → Z'] = 'Albumnam, A → Ö'; +$lang['Album name, Z → A'] = 'Albumnamn, Ö → A'; +$lang['Link: %s'] = 'Länk: %s';
\ No newline at end of file |