projects
/
banana.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
641bfc1
)
date display
author
x99bachelart
<x99bachelart>
Sun, 16 Nov 2003 23:16:06 +0000
(23:16 +0000)
committer
x99bachelart
<x99bachelart>
Sun, 16 Nov 2003 23:16:06 +0000
(23:16 +0000)
locales/fr.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/locales/fr.inc.php
b/locales/fr.inc.php
index
55d260f
..
9371235
100644
(file)
--- a/
locales/fr.inc.php
+++ b/
locales/fr.inc.php
@@
-20,7
+20,7
@@
function locale_header_date($_text) {
"ven","sam");
$months = array("janv.","fév.","mars","avr.","mai","juin",
"juil.","août","sept.","oct.","nov.","déc.");
- if (
$now-$_text < 86400
) {
+ if (
($now-$_text < 39600) || ($dnow["yday"]==$date["yday"])
) {
return date("H:i",$_text);
} elseif (($now-$_text < 2*86400) and ((($date["yday"]-$dnow["yday"])%365)==1)) {
return "hier ".date("H:i",$_text);