aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/fr.php
blob: 47219c00804f8b6c19bf5baeb2c9a910d5a62f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php $TRANSLATIONS = array(
"Your Shared Files" => "Vos documents partagés",
"Item" => "Item",
"Shared With" => "Partagé avec",
"Permissions" => "Permissions",
"Read" => "Lecture",
"Edit" => "Édition",
"Delete" => "Effacement",
"Enable Resharing" => "Permettre le repartage",
"Allow users to reshare files they don't own" => "Permettre aux utilisateurs de repartager des fichiers dont ils ne sont pas propriétaires"
);