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 /files/l10n | |
parent | c144976676efc829b6a2e884ea2bb4d2bfebb733 (diff) | |
download | nextcloud-server-2ba37936714fc15af6191137dd0cdd3681f71ca7.tar.gz nextcloud-server-2ba37936714fc15af6191137dd0cdd3681f71ca7.zip |
updated translations
Diffstat (limited to 'files/l10n')
-rw-r--r-- | files/l10n/de.php | 14 | ||||
-rw-r--r-- | files/l10n/fr.php | 14 |
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." +); |