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/ru.php')
-rw-r--r--apps/media/l10n/ru.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/media/l10n/ru.php b/apps/media/l10n/ru.php
new file mode 100644
index 00000000000..d0934a73363
--- /dev/null
+++ b/apps/media/l10n/ru.php
@@ -0,0 +1,14 @@
+<?php $TRANSLATIONS = array(
+"Music" => "Музыка",
+"Play" => "Проиграть",
+"Pause" => "Пауза",
+"Previous" => "Предыдущий",
+"Next" => "Следующий",
+"Mute" => "Отключить звук",
+"Unmute" => "Включить звук",
+"Songs scanned" => "Песен просканировано",
+"Rescan Collection" => "Пересканировать коллекцию",
+"Artist" => "Исполнитель",
+"Album" => "Альбом",
+"Title" => "Название"
+);