nextcloud/apps/media/l10n/sv.php

14 lines
295 B
PHP
Raw Normal View History

2011-08-18 16:33:05 +04:00
<?php $TRANSLATIONS = array(
"Music" => "Musik",
2011-09-23 21:08:02 +04:00
"Play" => "Spela",
2011-08-20 07:12:16 +04:00
"Pause" => "Paus",
2011-09-23 21:08:02 +04:00
"Previous" => "Föregående",
"Next" => "Nästa",
"Mute" => "Ljudlös",
"Unmute" => "Ljud på",
2011-08-18 16:33:05 +04:00
"Rescan Collection" => "Sök igenom samlingen",
"Artist" => "Artist",
"Album" => "Album",
"Title" => "Titel"
);