aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/lang_japanese/lang_main.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-03-02 18:13:26 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-03-02 18:13:26 +0000
commitab39e5eb79ccd153bb427e19ca52a57b1547e0ff (patch)
tree2e06a4eeebf00b136f0c2f349c331b8406847f9f /phpBB/language/lang_japanese/lang_main.php
parent6172b1c51eace2e7eaf2157aaf06aec081ad5564 (diff)
downloadforums-ab39e5eb79ccd153bb427e19ca52a57b1547e0ff.tar
forums-ab39e5eb79ccd153bb427e19ca52a57b1547e0ff.tar.gz
forums-ab39e5eb79ccd153bb427e19ca52a57b1547e0ff.tar.bz2
forums-ab39e5eb79ccd153bb427e19ca52a57b1547e0ff.tar.xz
forums-ab39e5eb79ccd153bb427e19ca52a57b1547e0ff.zip
Changed way subject is sent to email ... handled by templates where necessary ... all translators please note these changes!
git-svn-id: file:///svn/phpbb/trunk@2248 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_japanese/lang_main.php')
-rw-r--r--phpBB/language/lang_japanese/lang_main.php20
1 files changed, 4 insertions, 16 deletions
diff --git a/phpBB/language/lang_japanese/lang_main.php b/phpBB/language/lang_japanese/lang_main.php
index 09bcec8edf..faaa34ea55 100644
--- a/phpBB/language/lang_japanese/lang_main.php
+++ b/phpBB/language/lang_japanese/lang_main.php
@@ -27,23 +27,11 @@
// For questions and comments use: yoichi01@rr.iij4u.or.jp
//
-//
-// The format of this file is:
-//
-// ---> $lang['message'] = "text";
-//
-// You should also try to set a locale and a character
-// encoding (plus direction). The encoding and direction
-// will be sent to the template. The locale may or may
-// not work, it's dependent on OS support and the syntax
-// varies ... give it your best guess!
-//
-
-//setlocale(LC_ALL, "en");
+//setlocale(LC_ALL, "jp");
$lang['ENCODING'] = "shift_jis";
-$lang['DIRECTION'] = "LTR";
-$lang['LEFT'] = "LEFT";
-$lang['RIGHT'] = "RIGHT";
+$lang['DIRECTION'] = "ltr";
+$lang['LEFT'] = "left";
+$lang['RIGHT'] = "right";
$lang['DATE_FORMAT'] = "d M Y"; // This should be changed to the default date format for your language, php date() format
//