summaryrefslogtreecommitdiffstats
path: root/apps/media/l10n
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 12:43:15 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 12:43:15 +0200
commit2ba37936714fc15af6191137dd0cdd3681f71ca7 (patch)
treeffa99966e17c5103d97809089083ff934ce4e43a /apps/media/l10n
parentc144976676efc829b6a2e884ea2bb4d2bfebb733 (diff)
downloadnextcloud-server-2ba37936714fc15af6191137dd0cdd3681f71ca7.tar.gz
nextcloud-server-2ba37936714fc15af6191137dd0cdd3681f71ca7.zip
updated translations
Diffstat (limited to 'apps/media/l10n')
-rw-r--r--apps/media/l10n/de.php9
-rw-r--r--apps/media/l10n/fr.php9
2 files changed, 18 insertions, 0 deletions
diff --git a/apps/media/l10n/de.php b/apps/media/l10n/de.php
new file mode 100644
index 00000000000..9f664b78d80
--- /dev/null
+++ b/apps/media/l10n/de.php
@@ -0,0 +1,9 @@
+<?php $TRANSLATIONS = array(
+"Music" => "Musik",
+"Songs scanned" => "Lieder gescannt",
+"Rescan Collection" => "Sammlung scannen",
+"Pause" => "Pause",
+"Artist" => "Künstler",
+"Album" => "Album",
+"Title" => "Titel"
+);
diff --git a/apps/media/l10n/fr.php b/apps/media/l10n/fr.php
new file mode 100644
index 00000000000..619ee9bc835
--- /dev/null
+++ b/apps/media/l10n/fr.php
@@ -0,0 +1,9 @@
+<?php $TRANSLATIONS = array(
+"Music" => "Musique",
+"Songs scanned" => "Pistes scannées",
+"Rescan Collection" => "Réanalyser la Collection",
+"Pause" => "Pause",
+"Artist" => "Artiste",
+"Album" => "Album",
+"Title" => "Titre"
+);