server/apps/files_sharing/l10n/fr.php

25 lines
1.2 KiB
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-06-04 05:57:48 +00:00
"Shared with you" => "Partagé avec vous",
"Shared with others" => "Partagé avec d'autres",
"No files have been shared with you yet." => "Aucun fichier n'est partagé avec vous pour l'instant",
"You haven't shared any files yet." => "Vous ne partagez pas de fichier pour l'instant",
2014-03-12 05:57:17 +00:00
"Shared by {owner}" => "Partagé par {owner}",
2014-06-01 05:55:19 +00:00
"Shared by" => "Partagé par",
2013-10-14 00:33:30 +00:00
"This share is password-protected" => "Ce partage est protégé par un mot de passe",
2013-07-11 00:26:22 +00:00
"The password is wrong. Try again." => "Le mot de passe est incorrect. Veuillez réessayer.",
2012-08-30 00:06:45 +00:00
"Password" => "Mot de passe",
2014-06-01 05:55:19 +00:00
"Name" => "Nom",
2014-06-04 05:57:48 +00:00
"Share time" => "Date de partage",
2013-09-03 11:46:55 +00:00
"Sorry, this link doesnt seem to work anymore." => "Désolé, mais le lien semble ne plus fonctionner.",
"Reasons might be:" => "Les raisons peuvent être :",
"the item was removed" => "l'item a été supprimé",
"the link expired" => "le lien a expiré",
"sharing is disabled" => "le partage est désactivé",
"For more info, please ask the person who sent this link." => "Pour plus d'informations, veuillez contacter la personne qui a envoyé ce lien.",
2014-05-04 05:56:15 +00:00
"Download" => "Télécharger",
2014-03-13 05:55:50 +00:00
"Download %s" => "Télécharger %s",
2013-10-27 06:32:11 +00:00
"Direct link" => "Lien direct"
2012-08-15 00:07:20 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";