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

fr.js « l10n - github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8e14a9dfe902aeaa46b1e5bb3867315720f66de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_downloadactivity",
    {
    "Downloaded by {actor} (via desktop)" : "Téléchargé par {actor} (via desktop)",
    "Downloaded by {actor} (via app)" : "Téléchargé par {actor} (via l'application)",
    "Downloaded by {actor} (via browser)" : "Téléchargé par {actor} (via le navigateur)",
    "Shared file {file} was downloaded by {actor} via the desktop client" : "Le fichier partagé {file} a été téléchargé par {actor} en utilisant l'application de bureau",
    "Shared file {file} was downloaded by {actor} via the mobile app" : "Le fichier partagé {file} a été téléchargé par {actor} via l'application mobile",
    "Shared file {file} was downloaded by {actor} via the browser" : "Le fichier partagé {file} a été téléchargé par {actor} via le navigateur",
    "A local shared file or folder was <strong>downloaded</strong>" : "Un fichier ou dossier partagé a été <strong>téléchargé</strong>",
    "Activities for shared file downloads" : "Activité de téléchargement pour les fichiers partagés",
    "Creates activities for downloads of files that were shared with other users or a group" : "Crée des activités pour le téléchargement de fichiers partagés avec d'autres utilisateurs ou un groupe"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");