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

fr.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 852f6c111d49ea5ba2ab0f7334a9f1c1c0f601b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
OC.L10N.register(
    "photos",
    {
    "Photos" : "Photos",
    "Your memories under your control" : "Gardez le contrôle de vos souvenirs",
    "Videos" : "Vidéos",
    "Albums" : "Albums",
    "People" : "Personnes",
    "Folders" : "Dossiers",
    "Favorites" : "Favoris",
    "On this day" : "Ce même jour",
    "Shared with you" : "Partagé avec vous",
    "Tagged photos" : "Photos étiquetées ",
    "Locations" : "Lieux",
    "Photos settings" : "Paramètres des photos",
    "Back" : "De retour",
    "Save" : "Enregistrer",
    "Open the full size \"{name}\" image" : "Ouvrir l'image \"{name}\" dans sa taille originale",
    "Upload from computer" : "Téléverser depuis l'ordinateur",
    "Open the \"{name}\" sub-directory" : "Ouvrir le sous-dossier \"{name}\"",
    "Share this folder" : "Partager ce dossier",
    "Back to {folder}" : "Revenir au dossier {folder}",
    "_{years} year ago_::_{years} years ago_" : ["Il y a {years} ans","Il y a {years} ans","Il y a {years} ans"],
    "Enable squared photos view" : "Activer l'affichage en miniatures carrées",
    "View" : "Affichage",
    "An error occurred" : "Une erreur est survenue",
    "Favorite" : "Favoris",
    "Remove from favorites" : "Retirer des favoris",
    "This folder does not exist" : "Ce dossier n'existe pas",
    "No photos in here" : "Aucune photo",
    "No tags yet" : "Aucune étiquette pour le moment",
    "Photos with tags will show up here" : "Les photos étiquetées apparaîtront ici",
    "Add" : "Ajouter",
    "Download" : "Télécharger",
    "Delete selection" : "Supprimer la sélection",
    "Delete" : "Supprimer",
    "Your photos" : "Vos photos",
    "Your videos" : "Vos vidéos",
    "Your folders" : "Vos dossiers",
    "Settings" : "Paramètres"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");