|
From: Paul S. O. <ps...@us...> - 2002-05-19 17:37:37
|
Update of /cvsroot/phpbb/phpBB2/language/lang_japanese
In directory usw-pr-cvs1:/tmp/cvs-serv8128/language/lang_japanese
Modified Files:
Tag: phpBB-2_0_0
lang_admin.php lang_main.php
Log Message:
Various updates
Index: lang_admin.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_japanese/lang_admin.php,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** lang_admin.php 25 Feb 2002 15:00:30 -0000 1.1
--- lang_admin.php 19 May 2002 17:37:34 -0000 1.1.2.1
***************
*** 1,705 ****
! <?php
!
! /***************************************************************************
! * lang_admin.php [japanese]
! * -------------------
! * begin : Sat Dec 16 2000
! * copyright : (C) 2001 The phpBB Group
! * email : su...@ph...
! *
! * $Id$
[...1398 lines suppressed...]
! $lang['Transfer_config'] = "]Jn";
! $lang['NoFTP_config'] = "FTPÉæé©®]͸sµÜµ½Bt@Cð_E[hµÄè®Å]µÄ¾³¢B";
!
! $lang['Install'] = "VKCXg[";
! $lang['Upgrade'] = "AbvO[h";
!
!
! $lang['Install_Method'] = "CXg[û@ðIðµÄ¾³¢";
!
! $lang['Install_No_Ext'] = "T[o[ÌPHPÝèͨIÑÌf[^x[XÌíÞðT|[gµÄ¢È¢";
!
! $lang['Install_No_PCRE'] = "phpBB2 Requires the Perl-Compatible Regular Expressions Module for php which your php configuration doesn't appear to support!";
!
! //
! // That's all Folks!
! // -------------------------------------------------
! // Translation by:
! // Yoichi Iwaki :: yoi...@rr...
! // For questions and comments use: yoi...@rr...
?>
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_japanese/lang_main.php,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** lang_main.php 6 Mar 2002 00:36:23 -0000 1.3
--- lang_main.php 19 May 2002 17:37:34 -0000 1.3.2.1
***************
*** 1,972 ****
! <?php
! /***************************************************************************
! * lang_main.php [japanese]
! * -------------------
! * begin : Sat Dec 16 2000
! * copyright : (C) 2001 The phpBB Group
! * email : su...@ph...
! *
! * $Id$
! *
[...1936 lines suppressed...]
! $lang['datetime']['Nov'] = "11";
! $lang['datetime']['Dec'] = "12";
!
! //
! // Errors (not related to a
! // specific failure on a page)
! //
! $lang['Information'] = "îñ";
! $lang['Critical_Information'] = "dvÈîñ";
!
! $lang['General_Error'] = "êÊG[";
! $lang['Critical_Error'] = "dåG[";
! $lang['An_error_occured'] = "G[ª¶µÜµ½";
! $lang['A_critical_error'] = "dåG[ª¶µÜµ½";
!
! //
! // That's all Folks!
! // -------------------------------------------------
!
?>
|