From e656dcd46abfe069ea83271248dbd7aae36554ca Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 23 Feb 2008 13:40:45 +0100 Subject: use strftime() instead of date() FS#1335 :!: This patch replaces the use of the date() function with the strftime() function. The latter will respect a set locale and will use localized strings for things like month names. Because the format options for strftime differ from the ones used in date, DokuWiki will rest the value of $conf['dformat'] if it contains an old date format string (detected by missing % characters). Plugins or templates using the $conf['dformat'] need to be updated. darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz --- lib/plugins/config/lang/nl/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/plugins/config/lang/nl/lang.php') diff --git a/lib/plugins/config/lang/nl/lang.php b/lib/plugins/config/lang/nl/lang.php index 70aadc64a..6a94056aa 100644 --- a/lib/plugins/config/lang/nl/lang.php +++ b/lib/plugins/config/lang/nl/lang.php @@ -47,7 +47,7 @@ $lang['youarehere'] = 'Hierarchische broodkruimels'; $lang['typography'] = 'Breng typografische wijzigingen aan'; $lang['htmlok'] = 'Embedded HTML toestaan'; $lang['phpok'] = 'Embedded PHP toestaan'; -$lang['dformat'] = 'Datum formaat (zie de PHP date functie)'; +$lang['dformat'] = 'Datum formaat (zie de PHP strftime functie)'; $lang['signature'] = 'Ondertekening'; $lang['toptoclevel'] = 'Bovenste niveau voor inhoudsopgave'; $lang['maxtoclevel'] = 'Laagste niveau voor inhoudsopgave'; -- cgit v1.2.3