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/pt/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/plugins/config/lang/pt/lang.php') diff --git a/lib/plugins/config/lang/pt/lang.php b/lib/plugins/config/lang/pt/lang.php index 8a9e8b698..d5ecce006 100644 --- a/lib/plugins/config/lang/pt/lang.php +++ b/lib/plugins/config/lang/pt/lang.php @@ -41,7 +41,7 @@ $lang['youarehere'] = 'Breadcrumbs hierárquicas'; $lang['typography'] = 'Executar substituições tipográficas'; $lang['htmlok'] = 'Permitir embeber HTML'; $lang['phpok'] = 'Permitir embeber PHP'; -$lang['dformat'] = 'Formato de Data (ver função PHP\'s date)'; +$lang['dformat'] = 'Formato de Data (ver função PHP\'s strftime)'; $lang['signature'] = 'Assinatura'; $lang['toptoclevel'] = 'Nível de topo para a tabela de conteúdo'; $lang['maxtoclevel'] = 'Máximo nível para a tabela de conteúdo'; -- cgit v1.2.3