diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-26 04:04:05 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-26 04:04:05 -0500 |
commit | dc67c7efa9ff20f8b4466e5b6490405439d4a90f (patch) | |
tree | 156b3fdf852ec411dd814d3623c18fd8b96d59e1 /core/l10n/fr.php | |
parent | faf14b4c79d34fbc83e301c49dc3ac4849f0c3ca (diff) | |
download | nextcloud-server-dc67c7efa9ff20f8b4466e5b6490405439d4a90f.tar.gz nextcloud-server-dc67c7efa9ff20f8b4466e5b6490405439d4a90f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/fr.php')
-rw-r--r-- | core/l10n/fr.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/core/l10n/fr.php b/core/l10n/fr.php index 7668f589a85..f2d31554a18 100644 --- a/core/l10n/fr.php +++ b/core/l10n/fr.php @@ -132,6 +132,7 @@ $TRANSLATIONS = array( "Access forbidden" => "Accès interdit", "Cloud not found" => "Introuvable", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Bonjour,\n\nJuste pour vous signaler que %s a partagé %s avec vous.\nConsultez-le : %s\n", +"The share will expire on %s." => "Le partage expirera le %s.", "Cheers!" => "Salutations!", "Security Warning" => "Avertissement de sécurité", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Votre version de PHP est vulnérable à l'attaque par caractère NULL (CVE-2006-7243)", @@ -164,10 +165,10 @@ $TRANSLATIONS = array( "Log in" => "Connexion", "Alternative Logins" => "Logins alternatifs", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Bonjour,<br><br>Juste pour vous informer que %s a partagé »%s« avec vous.<br><a href=\"%s\">Consultez-le !</a><br><br>", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Contactez votre administrateur système si ce message persiste ou apparaît de façon innatendue.", +"Thank you for your patience." => "Merci de votre patience.", "Updating ownCloud to version %s, this may take a while." => "Mise à jour en cours d'ownCloud vers la version %s, cela peut prendre du temps.", "This ownCloud instance is currently being updated, which may take a while." => "Cette instance d'ownCloud est en cours de mise à jour, cela peut prendre du temps.", -"Please reload this page after a short time to continue using ownCloud." => "Merci de recharger cette page après un moment pour continuer à utiliser ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contactez votre administrateur système si ce message persiste ou apparaît de façon innatendue.", -"Thank you for your patience." => "Merci de votre patience." +"Please reload this page after a short time to continue using ownCloud." => "Merci de recharger cette page après un moment pour continuer à utiliser ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |