Blame view
sources/apps/media/l10n/sv.php
508 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<?php $TRANSLATIONS = array( "Music" => "Musik", "songs" => "låtar", "albums" => "album", "Add to playlist" => "Lägg till i spellista", "Add album to playlist" => "Lägg till album till spellistan", "Play" => "Spela", "Pause" => "Paus", "Previous" => "Föregående", "Next" => "Nästa", "Mute" => "Ljudlös", "Unmute" => "Ljud på", "Rescan Collection" => "Sök igenom samlingen", "Artist" => "Artist", "Album" => "Album", "Title" => "Titel", "Media" => "Media", "Ampache address:" => "Ampache adress:" ); |