summaryrefslogtreecommitdiffstats
path: root/files/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 /files/l10n
parentc144976676efc829b6a2e884ea2bb4d2bfebb733 (diff)
downloadnextcloud-server-2ba37936714fc15af6191137dd0cdd3681f71ca7.tar.gz
nextcloud-server-2ba37936714fc15af6191137dd0cdd3681f71ca7.zip
updated translations
Diffstat (limited to 'files/l10n')
-rw-r--r--files/l10n/de.php14
-rw-r--r--files/l10n/fr.php14
2 files changed, 28 insertions, 0 deletions
diff --git a/files/l10n/de.php b/files/l10n/de.php
new file mode 100644
index 00000000000..ade5a049503
--- /dev/null
+++ b/files/l10n/de.php
@@ -0,0 +1,14 @@
+<?php $TRANSLATIONS = array(
+"Files" => "Dateien",
+"Maximum upload size" => "Maximale Größe",
+"Nothing in here. Upload something!" => "Alles leer. Lad’ was hoch!",
+"Upload" => "Hochladen",
+"New Folder" => "Neuer Ordner",
+"Name" => "Name",
+"Download" => "Herunterladen",
+"Size" => "Größe",
+"Modified" => "Bearbeitet",
+"Delete" => "Löschen",
+"Upload too large" => "Upload zu groß",
+"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server."
+);
diff --git a/files/l10n/fr.php b/files/l10n/fr.php
new file mode 100644
index 00000000000..ccaf9a3867d
--- /dev/null
+++ b/files/l10n/fr.php
@@ -0,0 +1,14 @@
+<?php $TRANSLATIONS = array(
+"Files" => "Fichiers",
+"Maximum upload size" => "Taille max. d'envoi",
+"Nothing in here. Upload something!" => "Il n'y a rien ici ! Envoyez donc quelque chose :)",
+"Upload" => "Envoyer",
+"New Folder" => "Nouveau dossier",
+"Name" => "Nom",
+"Download" => "Téléchargement",
+"Size" => "Taille",
+"Modified" => "Modifié",
+"Delete" => "Supprimer",
+"Upload too large" => "Fichier trop volumineux",
+"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Les fichiers que vous essayez d'envoyer dépassent la taille maximale permise par ce serveur."
+);