Blame view
sources/apps/media/l10n/si_LK.php
735 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?php $TRANSLATIONS = array( "Music" => "සංගීත", "songs" => "ගීත", "albums" => "ගීත එකතු", "Add to playlist" => "ධාවන ලැයිස්තුවට එක් කරන්න", "Add album to playlist" => "වාදනය සඳහා ගීත එකතුව එක් කරන්න", "Play" => "ධාවනය", "Pause" => "විරාමය", "Previous" => "පෙර", "Next" => "ඊලඟ", "Mute" => "නිහඬ කරන්න", "Unmute" => "හඬ සක්රිය කරන්න", "Rescan Collection" => "එකතුව යලි පිරික්සන්න", "Artist" => "කලාකරු", "Album" => "ගීත එකතුව", "Title" => "මාතෘකාව" ); |