Pontoon: Update French (fr) localization of Test Pilot: Firefox Send
Localization authors: - Théo Chevalier <theo.chevalier11@gmail.com>
This commit is contained in:
parent
e7b3bbcd0e
commit
75e52ebca7
1 changed files with 15 additions and 4 deletions
|
@ -27,12 +27,12 @@ uploadSvgAlt = Envoyer
|
||||||
uploadSuccessTimingHeader = Le lien vers votre fichier expirera après le premier téléchargement ou au bout de 24 heures.
|
uploadSuccessTimingHeader = Le lien vers votre fichier expirera après le premier téléchargement ou au bout de 24 heures.
|
||||||
expireInfo = Le lien vers votre fichier expirera après { $downloadCount } ou { $timespan }.
|
expireInfo = Le lien vers votre fichier expirera après { $downloadCount } ou { $timespan }.
|
||||||
downloadCount = { $num ->
|
downloadCount = { $num ->
|
||||||
[one] 1 téléchargement
|
[one] 1 téléchargement
|
||||||
*[other] { $num } téléchargements
|
*[other] { $num } téléchargements
|
||||||
}
|
}
|
||||||
timespanHours = { $num ->
|
timespanHours = { $num ->
|
||||||
[one] 1 heure
|
[one] 1 heure
|
||||||
*[other] { $num } heures
|
*[other] { $num } heures
|
||||||
}
|
}
|
||||||
copyUrlFormLabelWithName = Copiez et partagez le lien pour envoyer votre fichier : { $filename }
|
copyUrlFormLabelWithName = Copiez et partagez le lien pour envoyer votre fichier : { $filename }
|
||||||
copyUrlFormButton = Copier dans le presse-papiers
|
copyUrlFormButton = Copier dans le presse-papiers
|
||||||
|
@ -42,7 +42,11 @@ sendAnotherFileLink = Envoyer un autre fichier
|
||||||
// Alternative text used on the download link/button (indicates an action).
|
// Alternative text used on the download link/button (indicates an action).
|
||||||
downloadAltText = Télécharger
|
downloadAltText = Télécharger
|
||||||
downloadsFileList = Téléchargements
|
downloadsFileList = Téléchargements
|
||||||
|
// Used as header in a column indicating the amount of time left before a
|
||||||
|
// download link expires (e.g. "10h 5m")
|
||||||
timeFileList = Heure
|
timeFileList = Heure
|
||||||
|
// Used as header in a column indicating the number of times a file has been
|
||||||
|
// downloaded
|
||||||
downloadFileName = Télécharger { $filename }
|
downloadFileName = Télécharger { $filename }
|
||||||
downloadFileSize = ({ $size })
|
downloadFileSize = ({ $size })
|
||||||
unlockInputLabel = Saisissez le mot de passe
|
unlockInputLabel = Saisissez le mot de passe
|
||||||
|
@ -102,3 +106,10 @@ passwordTryAgain = Mot de passe incorrect. Veuillez réessayer.
|
||||||
// This label is followed by the password needed to download a file
|
// This label is followed by the password needed to download a file
|
||||||
passwordResult = Mot de passe : { $password }
|
passwordResult = Mot de passe : { $password }
|
||||||
reportIPInfringement = Signaler une violation de la p.i.
|
reportIPInfringement = Signaler une violation de la p.i.
|
||||||
|
javascriptRequired = Firefox Send nécessite JavaScript
|
||||||
|
whyJavascript = Pourquoi Firefox Send nécessite-t-il JavaScript ?
|
||||||
|
enableJavascript = Veuillez activer JavaScript puis réessayer.
|
||||||
|
// A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
|
||||||
|
expiresHoursMinutes = { $hours } h { $minutes } min
|
||||||
|
// A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
|
||||||
|
expiresMinutes = { $minutes } min
|
||||||
|
|
Loading…
Reference in a new issue