nextcloud/apps/media/l10n/tr.php

14 lines
296 B
PHP
Raw Normal View History

2012-01-11 04:06:59 +04:00
<?php $TRANSLATIONS = array(
"Music" => "Müzik",
"Play" => "Oynat",
"Pause" => "Beklet",
"Previous" => "Önceki",
"Next" => "Sonraki",
"Mute" => "Sesi kapat",
"Unmute" => "Sesi aç",
"Rescan Collection" => "Koleksiyonu Tara",
"Artist" => "Sanatç",
"Album" => "Albüm",
"Title" => "Başlık"
);