Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/fr.php')
-rw-r--r--l10n/fr.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/l10n/fr.php b/l10n/fr.php
new file mode 100644
index 00000000..ef25bc68
--- /dev/null
+++ b/l10n/fr.php
@@ -0,0 +1,11 @@
+<?php
+$TRANSLATIONS = array(
+"Pictures" => "Images",
+"Picture view" => "Visualisation de l'image",
+"Error loading slideshow template" => "Erreur lors du téléchargement du modèle de diaporama ",
+"Share" => "Partager",
+"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Aucune image trouvée ! Si vous téléchargez des images dans l'application fichiers, elles seront affichées ici.",
+"shared by %s" => "partagé par %s",
+"File list" => "Liste des fichiers"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";