[Affelio-cvs 132] CVS update: affelio/lib/Affelio/misc/L10N

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 22日 (水) 19:24:24 JST


Index: affelio/lib/Affelio/misc/L10N/en_us.pm
diff -u affelio/lib/Affelio/misc/L10N/en_us.pm:1.2 affelio/lib/Affelio/misc/L10N/en_us.pm:1.3
--- affelio/lib/Affelio/misc/L10N/en_us.pm:1.2	Fri Jun 17 13:35:40 2005
+++ affelio/lib/Affelio/misc/L10N/en_us.pm	Wed Jun 22 19:24:24 2005
@@ -6,7 +6,7 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: en_us.pm,v 1.2 2005/06/17 04:35:40 slash5234 Exp $
+# $Id: en_us.pm,v 1.3 2005/06/22 10:24:24 slash5234 Exp $
 
 package Affelio::misc::L10N::en_us;
 {
@@ -44,15 +44,17 @@
 		'_SETUP_title_100' => 'Configuration File',
 		'_SETUP_msg_100' => 'On your web server, create a file named "affeio.cfg" with writable file permission (example: 666) in the same directory as "stup.cgi"',
 		'_SETUP_check_100_err1' => '<LI>"affelio.cfg" not found.<BR>On your web server, create a file named "affeio.cfg" with writable file permission (example: 666) in the same directory as "stup.cgi"', 
-		'_SETUP_check_100_err2' => '<LI>"affelio.cfg" is not readable.<BR>Set permission of "affelio.cfg" to 666.',
-		'_SETUP_check_100_err3' => '<LI>"affelio.cfg" is not writable.<BR>Set permission of "affelio.cfg" to 666.',
+		'_SETUP_check_100_err2' => '<LI>"affelio.cfg" is not readable.<BR>Set permission of "affelio.cfg" redable (example: 666).',
+		'_SETUP_check_100_err3' => '<LI>"affelio.cfg" is not writable.<BR>Set permission of "affelio.cfg" writable (example: 666).',
 		#
 		'_SETUP_title_200' => 'External Programs',
 		'_SETUP_msg_200' => '<P>The setup program detected place of \"sendmail\" command as follows. Click \"Next\" if you are okay with this.</P><P>Input the place (path) if the detected result is blank. Ask your web server\'s administrator if you don\'t know the path.</P>',
 		'_SETUP_check_200_err1' => 'sendmail is not found in [_1]!',
 		#
 		'_SETUP_title_300' => 'File Permission',
-		'_SETUP_msg_300' => '<P>Set permission of "affelio.cfg" to 444. <P>Also, set permission of directories, "userdata", "session", "skins", and "templates_dyn" to 777.</P>',
+		'_SETUP_msg_300' => '<P>Make "affelio.cfg" NON-writable. <P>Also, set permission of directories, "userdata/", "session/", "skins/", and "templates_dyn/" writable.</P>',
+		'_SETUP_check_300_err1_shouldwritable' => '<P>[_1] is not writable. Configure the file writable.</P>',
+		'_SETUP_check_300_err1_shouldnotwritable' => '<P>[_1] is currenty writable. Configure the file NON-writable.</P>',
 		'_SETUP_check_300_err1' => '<P>Permission of "[_1]" needs to be "[_2]". (Current setting is [_3])</P>',
 		#
 		'_SETUP_title_350' => 'Choose your database',


Affelio-cvs メーリングリストの案内
Back to archive index