server/apps/media/l10n/sv.php

14 lines
295 B
PHP
Raw Normal View History

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