diff options
Diffstat (limited to 'language/sv_SE/common.lang.php')
-rw-r--r-- | language/sv_SE/common.lang.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/language/sv_SE/common.lang.php b/language/sv_SE/common.lang.php index e94bbca5c..fdb82c416 100644 --- a/language/sv_SE/common.lang.php +++ b/language/sv_SE/common.lang.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ /* Language Name: Svenska [SE] -Version: 2.7.0 +Version: 2.7.1 Language URI: http://piwigo.org/ext/extension_view.php?eid=451 Author: Piwigo team Author URI: http://piwigo.org @@ -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 |