From 8eb3d6a84e2d4b1c69f7043f933254e9ddc3f0fb Mon Sep 17 00:00:00 2001 From: vthung Date: Sat, 9 Jul 2005 14:56:19 +0000 Subject: [PATCH] Modified some strings to fit Vietnamese environment --- lang/vi_utf8/moodle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/vi_utf8/moodle.php b/lang/vi_utf8/moodle.php index 42402f1af66..eaecb340458 100644 --- a/lang/vi_utf8/moodle.php +++ b/lang/vi_utf8/moodle.php @@ -75,7 +75,7 @@ $string['allowinternal'] = 'Cũng cho phép các cách thức bên trong'; $string['allownot'] = 'Không cho phép '; $string['allparticipants'] = 'Tất cả những người tham gia'; $string['allteachers'] = 'Tất cả giáo viên'; -$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'] = 'Chỉ chứa các ký tự của bảng chữ cái hoặc các số '; $string['alreadyconfirmed'] = 'Việc đăng ký vừa được xác nhận'; $string['always'] = 'Luôn luôn'; @@ -909,7 +909,7 @@ $string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%I:%%M %%p'; $string['strftimedayshort'] = '%%A, %%d %%B'; $string['strftimedaytime'] = '%%a, %%H:%%M'; $string['strftimemonthyear'] = '%%B %%Y'; -$string['strftimerecent'] = '%%d %%b, %%H:%%M'; +$string['strftimerecent'] = '%%d/%%m/%%Y, %%H:%%M'; $string['strftimerecentfull'] = '%%a, %%d %%b %%Y, %%I:%%M %%p'; $string['strftimetime'] = '%%I:%%M %%p'; $string['stringsnotset'] = 'Chuỗi ký tự sau không được định nghĩa trong $a';