2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-06-04 09:57:48 +04:00
|
|
|
|
"Shared with you" => "Partagé avec vous",
|
|
|
|
|
"Shared with others" => "Partagé avec d'autres",
|
2014-06-07 09:56:13 +04:00
|
|
|
|
"Shared by link" => "Partagé par lien",
|
2014-06-04 09:57:48 +04:00
|
|
|
|
"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-06-07 09:56:13 +04:00
|
|
|
|
"You haven't shared any files by link yet." => "Vous ne partagez aucun de fichier par lien pour l'instant.",
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"Shared by {owner}" => "Partagé par {owner}",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Shared by" => "Partagé par",
|
2013-10-14 04:33:30 +04:00
|
|
|
|
"This share is password-protected" => "Ce partage est protégé par un mot de passe",
|
2013-07-11 04:26:22 +04:00
|
|
|
|
"The password is wrong. Try again." => "Le mot de passe est incorrect. Veuillez réessayer.",
|
2012-08-30 04:06:45 +04:00
|
|
|
|
"Password" => "Mot de passe",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Name" => "Nom",
|
2014-06-04 09:57:48 +04:00
|
|
|
|
"Share time" => "Date de partage",
|
2013-09-03 15:46:55 +04:00
|
|
|
|
"Sorry, this link doesn’t 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-06-19 09:55:38 +04:00
|
|
|
|
"Save" => "Sauvegarder",
|
2014-05-04 09:56:15 +04:00
|
|
|
|
"Download" => "Télécharger",
|
2014-03-13 09:55:50 +04:00
|
|
|
|
"Download %s" => "Télécharger %s",
|
2014-06-14 09:55:24 +04:00
|
|
|
|
"Direct link" => "Lien direct"
|
2012-08-15 04:07:20 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|