diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 12:43:15 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 12:43:15 +0200 |
commit | 2ba37936714fc15af6191137dd0cdd3681f71ca7 (patch) | |
tree | ffa99966e17c5103d97809089083ff934ce4e43a /apps/media/l10n | |
parent | c144976676efc829b6a2e884ea2bb4d2bfebb733 (diff) | |
download | nextcloud-server-2ba37936714fc15af6191137dd0cdd3681f71ca7.tar.gz nextcloud-server-2ba37936714fc15af6191137dd0cdd3681f71ca7.zip |
updated translations
Diffstat (limited to 'apps/media/l10n')
-rw-r--r-- | apps/media/l10n/de.php | 9 | ||||
-rw-r--r-- | apps/media/l10n/fr.php | 9 |
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" +); |