diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-06-23 11:17:47 -0400 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-06-23 11:45:17 -0400 |
commit | 1081d2e3c8688764cf08e6fd927a98e6cc3ab5d5 (patch) | |
tree | 6c8d0237e7835d6abae2d16d20faf414d52cb1c2 /web/lang/fr | |
parent | 004aaa985e82175d514163c3af8bb9b63066ad25 (diff) | |
download | aurweb-1081d2e3c8688764cf08e6fd927a98e6cc3ab5d5.tar.xz |
Fixed incorrect French translation of "Flag out-of-date"
This closes FS#10082.
Reported-by: Ben (TheRealNeo)
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/fr')
-rw-r--r-- | web/lang/fr/pkgfuncs_po.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lang/fr/pkgfuncs_po.inc b/web/lang/fr/pkgfuncs_po.inc index cfd1238..84bf47a 100644 --- a/web/lang/fr/pkgfuncs_po.inc +++ b/web/lang/fr/pkgfuncs_po.inc @@ -108,7 +108,7 @@ $_t["fr"]["Add Comment"] = "Ajouter un Commentaire"; $_t["fr"]["Comment by: %h%s%h on %h%s%h"] = "Commenté par: %h%s%h sur %h%s%h"; -$_t["fr"]["Flag Out-of-date"] = "Marqué comme Périmé"; +$_t["fr"]["Flag Out-of-date"] = "Marquer comme Périmé"; $_t["fr"]["You are not allowed to access this area."] = "Vous n'êtes pas autorisé à accéder à cet espace."; |