nextcloud/apps/gallery/l10n/sv.php

13 lines
385 B
PHP
Raw Normal View History

2012-05-09 14:41:01 +04:00
<?php $TRANSLATIONS = array(
2012-06-06 02:29:28 +04:00
"Pictures" => "Bilder",
2012-07-30 04:05:41 +04:00
"Share gallery" => "Dela galleri",
"Error: " => "Fel:",
"Internal error" => "Internt fel",
"Slideshow" => "Bildspel",
2012-06-06 02:29:28 +04:00
"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"
2012-05-09 14:41:01 +04:00
);