update fr: use prefixFromNow to display time delta in the most used, natural form ("Il y a 2 jours" and not "2 jours auparavant")
This commit is contained in:
parent
1391fdfa7c
commit
f362d40785
@ -3134,7 +3134,7 @@ msgstr "fermer tout"
|
|||||||
|
|
||||||
#: ../../include/js_strings.php:19
|
#: ../../include/js_strings.php:19
|
||||||
msgid "timeago.prefixAgo"
|
msgid "timeago.prefixAgo"
|
||||||
msgstr "timeago.prefixAgo"
|
msgstr "Il y a"
|
||||||
|
|
||||||
#: ../../include/js_strings.php:20
|
#: ../../include/js_strings.php:20
|
||||||
msgid "timeago.prefixFromNow"
|
msgid "timeago.prefixFromNow"
|
||||||
@ -3142,7 +3142,7 @@ msgstr "timeago.prefixFromNow"
|
|||||||
|
|
||||||
#: ../../include/js_strings.php:21
|
#: ../../include/js_strings.php:21
|
||||||
msgid "ago"
|
msgid "ago"
|
||||||
msgstr "auparavant"
|
msgstr " "
|
||||||
|
|
||||||
#: ../../include/js_strings.php:22
|
#: ../../include/js_strings.php:22
|
||||||
msgid "from now"
|
msgid "from now"
|
||||||
|
@ -737,9 +737,9 @@ $a->strings["Secret Passphrase"] = "Phrase de passe secrète";
|
|||||||
$a->strings["Passphrase hint"] = "Indice pour la phrase de passe";
|
$a->strings["Passphrase hint"] = "Indice pour la phrase de passe";
|
||||||
$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Note : Les permissions ont changé, mais n'ont pas encore été soumises.";
|
$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Note : Les permissions ont changé, mais n'ont pas encore été soumises.";
|
||||||
$a->strings["close all"] = "fermer tout";
|
$a->strings["close all"] = "fermer tout";
|
||||||
$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
|
$a->strings["timeago.prefixAgo"] = "Il y a";
|
||||||
$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
|
$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
|
||||||
$a->strings["ago"] = "auparavant";
|
$a->strings["ago"] = " ";
|
||||||
$a->strings["from now"] = "de maintenant";
|
$a->strings["from now"] = "de maintenant";
|
||||||
$a->strings["less than a minute"] = "moins d'une minute";
|
$a->strings["less than a minute"] = "moins d'une minute";
|
||||||
$a->strings["about a minute"] = "environ une minute";
|
$a->strings["about a minute"] = "environ une minute";
|
||||||
|
Reference in New Issue
Block a user