nextcloud/apps/files_sharing/l10n/fr.php

18 lines
894 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "Partagé par {owner}",
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",
2013-09-03 15:46:55 +04: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 09:56:15 +04:00
"Download" => "Télécharger",
2014-03-13 09:55:50 +04:00
"Download %s" => "Télécharger %s",
2013-10-27 10:32:11 +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);";