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/bg/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/plugins/config/lang/bg/lang.php') diff --git a/lib/plugins/config/lang/bg/lang.php b/lib/plugins/config/lang/bg/lang.php index da5b83685..699a75613 100644 --- a/lib/plugins/config/lang/bg/lang.php +++ b/lib/plugins/config/lang/bg/lang.php @@ -48,7 +48,7 @@ $lang['youarehere'] = 'Йерархични следи'; $lang['typography'] = 'Поправяне на разместени букви'; $lang['htmlok'] = 'Позволяване на HTML'; $lang['phpok'] = 'Позволяване на PHP'; -$lang['dformat'] = 'Формат на датата (виж. date функцията на PHP)'; +$lang['dformat'] = 'Формат на датата (виж. strftime функцията на PHP)'; $lang['signature'] = 'Подпис'; $lang['toptoclevel'] = 'Главно ниво за съдържанието'; $lang['maxtoclevel'] = 'Максимално ниво на съдържанието'; -- cgit v1.2.3