nextcloud/apps/media/l10n/ro.php

14 lines
302 B
PHP
Raw Normal View History

2011-09-03 17:08:49 +04:00
<?php $TRANSLATIONS = array(
"Music" => "Muzică",
2012-05-09 14:41:01 +04:00
"Play" => "Redă",
2011-09-03 17:08:49 +04:00
"Pause" => "Pauză",
"Previous" => "Precedent",
"Next" => "Următor",
"Mute" => "Fără sonor",
"Unmute" => "Cu sonor",
"Rescan Collection" => "Rescanează colecția",
"Artist" => "Artist",
"Album" => "Album",
"Title" => "Titlu"
);