Blame view
sources/apps/gallery/l10n/fr.php
579 Bytes
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 |
<?php $TRANSLATIONS = array( "Pictures" => "Images", "Shared by" => "Partagé par", "Picture view" => "Visualisation de l'image", "Error loading slideshow template" => "Erreur lors du téléchargement du gabarit de diaporama ", "Share" => "Partager", "The \"Image Viewer\" application also need to be enabled to use this application." => "L'application \"Visualiseur d'Image\" nécessite également d'être activée pour utiliser cette application.", "%s shared <strong>%s</strong> with you" => "%s partagé <strong>%s</strong> avec vous", "File list" => "Liste des fichiers" ); |