Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/media/l10n/ro.php')
-rw-r--r--apps/media/l10n/ro.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/media/l10n/ro.php b/apps/media/l10n/ro.php
new file mode 100644
index 00000000000..a185a958f71
--- /dev/null
+++ b/apps/media/l10n/ro.php
@@ -0,0 +1,14 @@
+<?php $TRANSLATIONS = array(
+"Music" => "Muzică",
+"Play" => "Play",
+"Pause" => "Pauză",
+"Previous" => "Precedent",
+"Next" => "Următor",
+"Mute" => "Fără sonor",
+"Unmute" => "Cu sonor",
+"Songs scanned" => "Melodii scanate",
+"Rescan Collection" => "Rescanează colecția",
+"Artist" => "Artist",
+"Album" => "Album",
+"Title" => "Titlu"
+);