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: b9701c3eb6206955dd1d8bec58716d6469251f61 (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
OC.L10N.register(
    "photos",
    {
    "Photos" : "Photos",
    "Your memories under your control" : "Gardez le contrôle de vos souvenirs",
    "Your photos" : "Vos photos",
    "Your videos" : "Vos vidéos",
    "Favorites" : "Favoris",
    "On this day" : "Souvenirs années précédentes",
    "Your folders" : "Vos dossiers",
    "Shared with you" : "Partagé avec vous",
    "Tagged photos" : "Photos étiquetées ",
    "Locations" : "Lieux",
    "Open the full size \"{name}\" image" : "Ouvrir l'image \"{name}\" dans sa taille originale",
    "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"],
    "View" : "Afficher",
    "Enable squared photos view" : "Activer l'affichage en miniatures",
    "This folder does not exist" : "Ce dossier n'existe pas",
    "An error occurred" : "Une erreur est survenue",
    "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",
    "Settings" : "Paramètres"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");