summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/ja/lang.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-02-23 13:40:45 +0100
committerAndreas Gohr <andi@splitbrain.org>2008-02-23 13:40:45 +0100
commite656dcd46abfe069ea83271248dbd7aae36554ca (patch)
tree989cc97f395c6c5102ffa01aaad9a758181bbcc7 /lib/plugins/config/lang/ja/lang.php
parent8acb31082c9a565d775be0739e6deaf1773f9751 (diff)
downloadrpg-e656dcd46abfe069ea83271248dbd7aae36554ca.tar.gz
rpg-e656dcd46abfe069ea83271248dbd7aae36554ca.tar.bz2
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
Diffstat (limited to 'lib/plugins/config/lang/ja/lang.php')
-rw-r--r--lib/plugins/config/lang/ja/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/ja/lang.php b/lib/plugins/config/lang/ja/lang.php
index f6a5ef56f..385eeb28b 100644
--- a/lib/plugins/config/lang/ja/lang.php
+++ b/lib/plugins/config/lang/ja/lang.php
@@ -48,7 +48,7 @@ $lang['youarehere'] = '現在位置を表示';
$lang['typography'] = 'タイポグラフィー変換';
$lang['htmlok'] = 'HTML埋め込み';
$lang['phpok'] = 'PHP埋め込み';
-$lang['dformat'] = '日付フォーマット(PHPの<a href="http://www.php.net/date">date</a>関数を参照)';
+$lang['dformat'] = '日付フォーマット(PHPの<a href="http://www.php.net/strftime">strftime</a>関数を参照)';
$lang['signature'] = '署名';
$lang['toptoclevel'] = '目次 トップレベル見出し';
$lang['maxtoclevel'] = '目次 表示限度見出し';