mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-23 02:14:16 +00:00
Add explaination for translators.
We are hit by a Transifex issue here: http://getsatisfaction.com/indifex/topics/number_of_arguments_check_must_be_forcable
This commit is contained in:
parent
b43af1956c
commit
dd44b3a3a7
@ -136,7 +136,9 @@ function caldav_get_feed( $request, $collection ) {
|
||||
$dt_end = new RepeatRuleDateTime($event->dtend);
|
||||
if ( $dt_end != null ) {
|
||||
$p_time .= ' - ' . ( $dt_end->AsDate() == $dt_start->AsDate()
|
||||
# Translators: his is the formatting of just the time. See http://php.net/manual/en/function.strftime.php
|
||||
? strftime(translate('%T'), $dt_end->epoch())
|
||||
# Translators: this is the formatting of a date with time. See http://php.net/manual/en/function.strftime.php
|
||||
: strftime(translate('%F %T'), $dt_end->epoch())
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user