Alphabet string reverted from Japanese to English avoiding error.
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// moodle.php - created with Moodle 1.4 aiming-for-beta-soon (2004082200)
|
||||
// moodle.php - created with Moodle 1.5 development (2004082300)
|
||||
|
||||
|
||||
$string['action'] = '操作';
|
||||
@@ -74,7 +74,7 @@ $string['allowguests'] = '
|
||||
$string['allowinternal'] = '内部登録も許可する';
|
||||
$string['allownot'] = '許可しない';
|
||||
$string['allparticipants'] = '全参加者';
|
||||
$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,あ,い,う,え,お,か,き,く,け,こ,さ,し,す,せ,そ,た,ち,つ,て,と,や,ゆ,よ';
|
||||
$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';
|
||||
$string['alphanumerical'] = '半角英数字のみ入力';
|
||||
$string['alreadyconfirmed'] = '登録作業は既に完了しています。';
|
||||
$string['always'] = '常に';
|
||||
|
||||
Reference in New Issue
Block a user