diff options
Diffstat (limited to 'apps/gallery/l10n/sv.php')
-rw-r--r-- | apps/gallery/l10n/sv.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/gallery/l10n/sv.php b/apps/gallery/l10n/sv.php index c1568e348d0..520d271df10 100644 --- a/apps/gallery/l10n/sv.php +++ b/apps/gallery/l10n/sv.php @@ -1,4 +1,12 @@ <?php $TRANSLATIONS = array( +"Pictures" => "Bilder", +"Settings" => "Inställningar", "Rescan" => "Sök igen", -"Back" => "Tillbaka" +"Stop" => "Stoppa", +"Share" => "Dela", +"Back" => "Tillbaka", +"Remove confirmation" => "Vill du säkert ta bort", +"Do you want to remove album" => "Vill du ta bort albumet", +"Change album name" => "Ändra albumnamnet", +"New album name" => "Albumnamn" ); |