@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if(!defined('BASEPATH')) exit('No direct script access allowed'); |
|
2 | 2 | /** |
3 | 3 | * Name: Ion Auth Lang - Chinese Simplified |
4 | 4 | * |
@@ -35,13 +35,13 @@ discard block |
||
35 | 35 | $lang['deactivate_unsuccessful'] = '账号关闭失败'; |
36 | 36 | $lang['activation_email_successful'] = '已发送激活账号的电子邮件'; |
37 | 37 | $lang['activation_email_unsuccessful'] = '发送激活账号的电子邮件失败'; |
38 | -$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.'; |
|
38 | +$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
39 | 39 | |
40 | 40 | // Login / Logout |
41 | 41 | $lang['login_successful'] = '登录成功'; |
42 | 42 | $lang['login_unsuccessful'] = '登录失败'; |
43 | -$lang['login_unsuccessful_not_active'] = 'Account is inactive'; |
|
44 | -$lang['login_timeout'] = 'Temporarily Locked Out. Try again later.'; |
|
43 | +$lang['login_unsuccessful_not_active'] = 'Account is inactive'; |
|
44 | +$lang['login_timeout'] = 'Temporarily Locked Out. Try again later.'; |
|
45 | 45 | $lang['logout_successful'] = '您已成功退出'; |
46 | 46 | |
47 | 47 | // Account Changes |
@@ -57,11 +57,11 @@ discard block |
||
57 | 57 | $lang['group_delete_successful'] = 'Group deleted'; |
58 | 58 | $lang['group_delete_unsuccessful'] = 'Unable to delete group'; |
59 | 59 | $lang['group_delete_notallowed'] = 'Can\'t delete the administrators\' group'; |
60 | -$lang['group_name_required'] = 'Group name is a required field'; |
|
60 | +$lang['group_name_required'] = 'Group name is a required field'; |
|
61 | 61 | $lang['group_name_admin_not_alter'] = 'Admin group name can not be changed'; |
62 | 62 | |
63 | 63 | // Activation Email |
64 | -$lang['email_activation_subject'] = '帐号激活'; |
|
64 | +$lang['email_activation_subject'] = '帐号激活'; |
|
65 | 65 | $lang['email_activate_heading'] = 'Activate account for %s'; |
66 | 66 | $lang['email_activate_subheading'] = 'Please click this link to %s.'; |
67 | 67 | $lang['email_activate_link'] = 'Activate Your Account'; |
@@ -1,4 +1,6 @@ |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if ( ! defined('BASEPATH')) { |
|
2 | + exit('No direct script access allowed'); |
|
3 | +} |
|
2 | 4 | /** |
3 | 5 | * Name: Ion Auth Lang - Chinese Simplified |
4 | 6 | * |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if(!defined('BASEPATH')) exit('No direct script access allowed'); |
|
2 | 2 | /** |
3 | 3 | * Name: Auth Lang - Chinese Simplified |
4 | 4 | * |
@@ -141,7 +141,7 @@ discard block |
||
141 | 141 | $lang['forgot_password_username_identity_label'] = '用户名'; |
142 | 142 | $lang['forgot_password_email_identity_label'] = '邮箱'; |
143 | 143 | $lang['forgot_password_email_not_found'] = '无此邮箱的记录.'; |
144 | -$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
144 | +$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
145 | 145 | |
146 | 146 | // Reset Password |
147 | 147 | $lang['reset_password_heading'] = '修改密码'; |
@@ -1,4 +1,6 @@ |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if ( ! defined('BASEPATH')) { |
|
2 | + exit('No direct script access allowed'); |
|
3 | +} |
|
2 | 4 | /** |
3 | 5 | * Name: Auth Lang - Chinese Simplified |
4 | 6 | * |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if(!defined('BASEPATH')) exit('No direct script access allowed'); |
|
2 | 2 | /** |
3 | 3 | * Name: Ion Auth Lang - German |
4 | 4 | * |
@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | */ |
21 | 21 | |
22 | 22 | // Account Creation |
23 | -$lang['account_creation_successful'] = 'Das Benutzerkonto wurde erfolgreich erstellt'; |
|
23 | +$lang['account_creation_successful'] = 'Das Benutzerkonto wurde erfolgreich erstellt'; |
|
24 | 24 | $lang['account_creation_unsuccessful'] = 'Das Benutzerkonto konnte nicht erstellt werden'; |
25 | 25 | $lang['account_creation_duplicate_email'] = 'Die E-Mail-Adresse ist ungültig oder wird bereits verwendet'; |
26 | 26 | $lang['account_creation_duplicate_identity'] = 'Der Benutzername ist ungültig oder wird bereits verwendet'; |
@@ -43,14 +43,14 @@ discard block |
||
43 | 43 | $lang['deactivate_unsuccessful'] = 'Das Benutzerkonto konnte nicht deaktiviert werden'; |
44 | 44 | $lang['activation_email_successful'] = 'Es wurde eine E-Mail zum Aktivieren des Benutzerkontos versandt'; |
45 | 45 | $lang['activation_email_unsuccessful'] = 'Die Aktivierungs-E-Mail konnte nicht versandt werden'; |
46 | -$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.'; |
|
46 | +$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
47 | 47 | |
48 | 48 | // Login / Logout |
49 | -$lang['login_successful'] = 'Login erfolgreich'; |
|
50 | -$lang['login_unsuccessful'] = 'Login fehlgeschlagen'; |
|
49 | +$lang['login_successful'] = 'Login erfolgreich'; |
|
50 | +$lang['login_unsuccessful'] = 'Login fehlgeschlagen'; |
|
51 | 51 | $lang['login_unsuccessful_not_active'] = 'Der Account ist deaktiviert'; |
52 | 52 | $lang['login_timeout'] = 'Vorübergehend gesperrt. Versuchen Sie es später noch einmal.'; |
53 | -$lang['logout_successful'] = 'Logout erfolgreich'; |
|
53 | +$lang['logout_successful'] = 'Logout erfolgreich'; |
|
54 | 54 | |
55 | 55 | // Account Changes |
56 | 56 | $lang['update_successful'] = 'Die Konto-Informationen wurden erfolgreich geändert'; |
@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | $lang['group_delete_successful'] = 'Gruppe gelöscht'; |
66 | 66 | $lang['group_delete_unsuccessful'] = 'Gruppe konnte nicht gelöscht werden'; |
67 | 67 | $lang['group_delete_notallowed'] = 'Sie können die Administrator-Gruppe nicht löschen'; |
68 | -$lang['group_name_required'] = '"Gruppenname" ist ein Pflichtfeld'; |
|
68 | +$lang['group_name_required'] = '"Gruppenname" ist ein Pflichtfeld'; |
|
69 | 69 | $lang['group_name_admin_not_alter'] = 'Admin-Gruppenname kann nicht geändert werden'; |
70 | 70 | |
71 | 71 | // Activation Email |
@@ -1,4 +1,6 @@ |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if ( ! defined('BASEPATH')) { |
|
2 | + exit('No direct script access allowed'); |
|
3 | +} |
|
2 | 4 | /** |
3 | 5 | * Name: Ion Auth Lang - German |
4 | 6 | * |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if(!defined('BASEPATH')) exit('No direct script access allowed'); |
|
2 | 2 | /** |
3 | 3 | * Name: Auth Lang - German |
4 | 4 | * |
@@ -141,7 +141,7 @@ discard block |
||
141 | 141 | $lang['forgot_password_username_identity_label'] = 'Benutzername'; |
142 | 142 | $lang['forgot_password_email_identity_label'] = 'Email'; |
143 | 143 | $lang['forgot_password_email_not_found'] = 'No record of that email address.'; |
144 | -$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
144 | +$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
145 | 145 | |
146 | 146 | |
147 | 147 | // Reset Password |
@@ -1,4 +1,6 @@ |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if ( ! defined('BASEPATH')) { |
|
2 | + exit('No direct script access allowed'); |
|
3 | +} |
|
2 | 4 | /** |
3 | 5 | * Name: Auth Lang - German |
4 | 6 | * |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if(!defined('BASEPATH')) exit('No direct script access allowed'); |
|
2 | 2 | /** |
3 | 3 | * Name: Ion Auth Lang - Lithuanian (UTF-8) |
4 | 4 | * |
@@ -18,10 +18,10 @@ discard block |
||
18 | 18 | */ |
19 | 19 | |
20 | 20 | // Account Creation |
21 | -$lang['account_creation_successful'] = 'Vartotojas sėkmingai sukurtas'; |
|
22 | -$lang['account_creation_unsuccessful'] = 'Neįmanoma sukurti vartotojo'; |
|
23 | -$lang['account_creation_duplicate_email'] = 'El, pašto adresas jau yra arba neteisingas'; |
|
24 | -$lang['account_creation_duplicate_identity'] = 'Prisijungimo vardas jau yra arba nekorektiškas'; |
|
21 | +$lang['account_creation_successful'] = 'Vartotojas sėkmingai sukurtas'; |
|
22 | +$lang['account_creation_unsuccessful'] = 'Neįmanoma sukurti vartotojo'; |
|
23 | +$lang['account_creation_duplicate_email'] = 'El, pašto adresas jau yra arba neteisingas'; |
|
24 | +$lang['account_creation_duplicate_identity'] = 'Prisijungimo vardas jau yra arba nekorektiškas'; |
|
25 | 25 | |
26 | 26 | // TODO Please Translate |
27 | 27 | $lang['account_creation_missing_default_group'] = 'Nenustatyta numatytoji grupė'; |
@@ -29,24 +29,24 @@ discard block |
||
29 | 29 | |
30 | 30 | // Password |
31 | 31 | $lang['password_change_successful'] = 'Slaptažodis sukurtas'; |
32 | -$lang['password_change_unsuccessful'] = 'Negalima paeisti slaptažodžio'; |
|
32 | +$lang['password_change_unsuccessful'] = 'Negalima paeisti slaptažodžio'; |
|
33 | 33 | $lang['forgot_password_successful'] = 'Slaptažodis keičiamas. Instrukcijos išsiųstos paštu.'; |
34 | -$lang['forgot_password_unsuccessful'] = 'Neįmanoma pakeisti slaptažodžio'; |
|
34 | +$lang['forgot_password_unsuccessful'] = 'Neįmanoma pakeisti slaptažodžio'; |
|
35 | 35 | |
36 | 36 | // Activation |
37 | -$lang['activate_successful'] = 'Vartotojas aktyvuotas'; |
|
38 | -$lang['activate_unsuccessful'] = 'Nepavyko aktyvuoti'; |
|
39 | -$lang['deactivate_successful'] = 'Deaktyvuota'; |
|
40 | -$lang['deactivate_unsuccessful'] = 'Neįmanoma deaktyvuoti'; |
|
41 | -$lang['activation_email_successful'] = 'Išsiųstas pranešimas į el. paštą'; |
|
42 | -$lang['activation_email_unsuccessful'] = 'Neįmanoma išsiųsti'; |
|
43 | -$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.'; |
|
37 | +$lang['activate_successful'] = 'Vartotojas aktyvuotas'; |
|
38 | +$lang['activate_unsuccessful'] = 'Nepavyko aktyvuoti'; |
|
39 | +$lang['deactivate_successful'] = 'Deaktyvuota'; |
|
40 | +$lang['deactivate_unsuccessful'] = 'Neįmanoma deaktyvuoti'; |
|
41 | +$lang['activation_email_successful'] = 'Išsiųstas pranešimas į el. paštą'; |
|
42 | +$lang['activation_email_unsuccessful'] = 'Neįmanoma išsiųsti'; |
|
43 | +$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
44 | 44 | |
45 | 45 | // Login / Logout |
46 | -$lang['login_successful'] = 'Sėkminga autorizacija'; |
|
47 | -$lang['login_unsuccessful'] = 'Klaidingas prisijungimas'; |
|
48 | -$lang['login_unsuccessful_not_active'] = 'Paskyra yra neaktyvi'; |
|
49 | -$lang['login_timeout'] = 'Laikinai užrakinta. Pabandykite iš naujo vėliau.'; |
|
46 | +$lang['login_successful'] = 'Sėkminga autorizacija'; |
|
47 | +$lang['login_unsuccessful'] = 'Klaidingas prisijungimas'; |
|
48 | +$lang['login_unsuccessful_not_active'] = 'Paskyra yra neaktyvi'; |
|
49 | +$lang['login_timeout'] = 'Laikinai užrakinta. Pabandykite iš naujo vėliau.'; |
|
50 | 50 | $lang['logout_successful'] = 'Atsijungta sėkminga'; |
51 | 51 | |
52 | 52 | // Account Changes |
@@ -62,20 +62,20 @@ discard block |
||
62 | 62 | $lang['group_delete_successful'] = 'Grupė ištrinta'; |
63 | 63 | $lang['group_delete_unsuccessful'] = 'Nepavyksta ištrinti grupės'; |
64 | 64 | $lang['group_delete_notallowed'] = 'Administratorių grupės ištrinti negalima'; |
65 | -$lang['group_name_required'] = 'Grupės vardą užpildyti būtina'; |
|
65 | +$lang['group_name_required'] = 'Grupės vardą užpildyti būtina'; |
|
66 | 66 | $lang['group_name_admin_not_alter'] = 'Admin grupė negali būti pakeista'; |
67 | 67 | |
68 | 68 | // Activation Email |
69 | -$lang['email_activation_subject'] = 'Paskyros aktyvavimas'; |
|
69 | +$lang['email_activation_subject'] = 'Paskyros aktyvavimas'; |
|
70 | 70 | $lang['email_activate_heading'] = 'Aktyvuoti %s paskyrą'; |
71 | 71 | $lang['email_activate_subheading'] = 'Prašome spragtelėti %s nuorodą.'; |
72 | 72 | $lang['email_activate_link'] = 'Aktyvuokite savo paskyrą'; |
73 | 73 | // Forgot Password Email |
74 | -$lang['email_forgotten_password_subject'] = 'Pamiršto slaptažodžio patvirtinimas'; |
|
74 | +$lang['email_forgotten_password_subject'] = 'Pamiršto slaptažodžio patvirtinimas'; |
|
75 | 75 | $lang['email_forgot_password_heading'] = 'Iš naujo generuoti %s slaptažodį'; |
76 | 76 | $lang['email_forgot_password_subheading'] = 'Prašome paspausti nuorodą norėdami %s.'; |
77 | 77 | $lang['email_forgot_password_link'] = 'Perkrauti slaptažodį'; |
78 | 78 | // New Password Email |
79 | -$lang['email_new_password_subject'] = 'Naujas slaptažodis'; |
|
79 | +$lang['email_new_password_subject'] = 'Naujas slaptažodis'; |
|
80 | 80 | $lang['email_new_password_heading'] = 'Naujas %s slaptažodis'; |
81 | 81 | $lang['email_new_password_subheading'] = 'Jums buvo generuotas naujas slaptažodis: %s'; |
@@ -1,4 +1,6 @@ |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if ( ! defined('BASEPATH')) { |
|
2 | + exit('No direct script access allowed'); |
|
3 | +} |
|
2 | 4 | /** |
3 | 5 | * Name: Ion Auth Lang - Lithuanian (UTF-8) |
4 | 6 | * |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if(!defined('BASEPATH')) exit('No direct script access allowed'); |
|
2 | 2 | /** |
3 | 3 | * Name: Auth Lang - Lithuanian |
4 | 4 | * |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | $lang['forgot_password_username_identity_label'] = 'Vartotojo vardas'; |
135 | 135 | $lang['forgot_password_email_identity_label'] = 'El. p. adresas'; |
136 | 136 | $lang['forgot_password_email_not_found'] = 'Duomenų bazėje tokio el. pašto adreso nėra.'; |
137 | -$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
137 | +$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
138 | 138 | |
139 | 139 | // Reset password |
140 | 140 | $lang['reset_password_heading'] = 'Pakeisti slaptažodį'; |
@@ -1,4 +1,6 @@ |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if ( ! defined('BASEPATH')) { |
|
2 | + exit('No direct script access allowed'); |
|
3 | +} |
|
2 | 4 | /** |
3 | 5 | * Name: Auth Lang - Lithuanian |
4 | 6 | * |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if(!defined('BASEPATH')) exit('No direct script access allowed'); |
|
2 | 2 | /** |
3 | 3 | * Name: Ion Auth Lang - Arabic |
4 | 4 | * |
@@ -16,7 +16,7 @@ discard block |
||
16 | 16 | // Account Creation |
17 | 17 | $lang['account_creation_successful'] = 'تم انشاء حسابك بنجاح'; |
18 | 18 | $lang['account_creation_unsuccessful'] = 'حدث خطأ اثناء انشاء حسابك لدينا'; |
19 | -$lang['account_creation_duplicate_email'] = 'هذا البريد الإلكترونى تم استخدامه من قبل او غير صحيح'; |
|
19 | +$lang['account_creation_duplicate_email'] = 'هذا البريد الإلكترونى تم استخدامه من قبل او غير صحيح'; |
|
20 | 20 | $lang['account_creation_duplicate_identity'] = 'اسم المستخدم تم التسجيل به من قبل او غير صحيح'; |
21 | 21 | $lang['account_creation_missing_default_group'] = 'Default group is not set'; |
22 | 22 | $lang['account_creation_invalid_default_group'] = 'Invalid default group name set'; |
@@ -35,12 +35,12 @@ discard block |
||
35 | 35 | $lang['deactivate_unsuccessful'] = 'لا يمكن إيقاف حسابك'; |
36 | 36 | $lang['activation_email_successful'] = 'تم إرسال بريد التفعيل'; |
37 | 37 | $lang['activation_email_unsuccessful'] = 'لا يمكن ارسال بريد التفعيل'; |
38 | -$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.'; |
|
38 | +$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
39 | 39 | |
40 | 40 | // Login / Logout |
41 | 41 | $lang['login_successful'] = 'تم تسجيل الدخول بنجاح'; |
42 | 42 | $lang['login_unsuccessful'] = 'معلومات الدخول غير صحيحة'; |
43 | -$lang['login_unsuccessful_not_active']= 'Account is inactive'; |
|
43 | +$lang['login_unsuccessful_not_active'] = 'Account is inactive'; |
|
44 | 44 | $lang['login_timeout'] = 'Temporarily Locked Out. Try again later.'; |
45 | 45 | $lang['logout_successful'] = 'تم تسجيل خروجك'; |
46 | 46 | |
@@ -57,20 +57,20 @@ discard block |
||
57 | 57 | $lang['group_delete_successful'] = 'Group deleted'; |
58 | 58 | $lang['group_delete_unsuccessful'] = 'Unable to delete group'; |
59 | 59 | $lang['group_delete_notallowed'] = 'Can\'t delete the administrators\' group'; |
60 | -$lang['group_name_required'] = 'Group name is a required field'; |
|
60 | +$lang['group_name_required'] = 'Group name is a required field'; |
|
61 | 61 | $lang['group_name_admin_not_alter'] = 'Admin group name can not be changed'; |
62 | 62 | |
63 | 63 | // Activation Email |
64 | -$lang['email_activation_subject'] = 'Account Activation'; |
|
64 | +$lang['email_activation_subject'] = 'Account Activation'; |
|
65 | 65 | $lang['email_activate_heading'] = 'Activate account for %s'; |
66 | 66 | $lang['email_activate_subheading'] = 'Please click this link to %s.'; |
67 | 67 | $lang['email_activate_link'] = 'Activate Your Account'; |
68 | 68 | // Forgot Password Email |
69 | -$lang['email_forgotten_password_subject'] = 'Forgotten Password Verification'; |
|
69 | +$lang['email_forgotten_password_subject'] = 'Forgotten Password Verification'; |
|
70 | 70 | $lang['email_forgot_password_heading'] = 'Reset Password for %s'; |
71 | 71 | $lang['email_forgot_password_subheading'] = 'Please click this link to %s.'; |
72 | 72 | $lang['email_forgot_password_link'] = 'Reset Your Password'; |
73 | 73 | // New Password Email |
74 | -$lang['email_new_password_subject'] = 'New Password'; |
|
74 | +$lang['email_new_password_subject'] = 'New Password'; |
|
75 | 75 | $lang['email_new_password_heading'] = 'New Password for %s'; |
76 | 76 | $lang['email_new_password_subheading'] = 'Your password has been reset to: %s'; |
@@ -1,4 +1,6 @@ |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if ( ! defined('BASEPATH')) { |
|
2 | + exit('No direct script access allowed'); |
|
3 | +} |
|
2 | 4 | /** |
3 | 5 | * Name: Ion Auth Lang - Arabic |
4 | 6 | * |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if(!defined('BASEPATH')) exit('No direct script access allowed'); |
|
2 | 2 | /** |
3 | 3 | * Name: Ion Auth Lang - Vietnamese |
4 | 4 | * |
@@ -15,38 +15,38 @@ discard block |
||
15 | 15 | */ |
16 | 16 | |
17 | 17 | // Account Creation |
18 | -$lang['account_creation_successful'] = 'Đã khởi tạo tài khoản thành công'; |
|
19 | -$lang['account_creation_unsuccessful'] = 'Không thể tạo tài khoản vào lúc này'; |
|
20 | -$lang['account_creation_duplicate_email'] = 'Địa chỉ email không hợp lệ hoặc đã được sử dụng'; |
|
18 | +$lang['account_creation_successful'] = 'Đã khởi tạo tài khoản thành công'; |
|
19 | +$lang['account_creation_unsuccessful'] = 'Không thể tạo tài khoản vào lúc này'; |
|
20 | +$lang['account_creation_duplicate_email'] = 'Địa chỉ email không hợp lệ hoặc đã được sử dụng'; |
|
21 | 21 | $lang['account_creation_duplicate_identity'] = 'Tên tài khoản không hợp lệ hoặc đã được sử dụng'; |
22 | 22 | |
23 | 23 | // Password |
24 | 24 | $lang['password_change_successful'] = 'Đã thay đổi mật khẩu thành công'; |
25 | -$lang['password_change_unsuccessful'] = 'Không thể thay đổi mật khẩu vào lúc này'; |
|
25 | +$lang['password_change_unsuccessful'] = 'Không thể thay đổi mật khẩu vào lúc này'; |
|
26 | 26 | $lang['forgot_password_successful'] = 'Email khôi phục mật khẩu đã được gửi đi'; |
27 | -$lang['forgot_password_unsuccessful'] = 'Không thể khôi phục mật khẩu vào lúc này'; |
|
27 | +$lang['forgot_password_unsuccessful'] = 'Không thể khôi phục mật khẩu vào lúc này'; |
|
28 | 28 | |
29 | 29 | // Activation |
30 | -$lang['activate_successful'] = 'Tài khoản đã được kích hoạt'; |
|
31 | -$lang['activate_unsuccessful'] = 'Không thể kích hoạt tài khoản vào lúc này'; |
|
32 | -$lang['deactivate_successful'] = 'Đã khoá tài khoản thành công'; |
|
30 | +$lang['activate_successful'] = 'Tài khoản đã được kích hoạt'; |
|
31 | +$lang['activate_unsuccessful'] = 'Không thể kích hoạt tài khoản vào lúc này'; |
|
32 | +$lang['deactivate_successful'] = 'Đã khoá tài khoản thành công'; |
|
33 | 33 | $lang['deactivate_unsuccessful'] = 'Không thể bất khoá tài khoản vào lúc này'; |
34 | 34 | $lang['activation_email_successful'] = 'Đã gửi mail kích hoạt thành công'; |
35 | -$lang['activation_email_unsuccessful'] = 'Không thể gửi mail kích hoạt vào lúc này'; |
|
36 | -$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.'; |
|
35 | +$lang['activation_email_unsuccessful'] = 'Không thể gửi mail kích hoạt vào lúc này'; |
|
36 | +$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
37 | 37 | |
38 | 38 | // Login / Logout |
39 | -$lang['login_successful'] = 'Đăng nhập thành công'; |
|
40 | -$lang['login_unsuccessful'] = 'Tài khoản hoặc mật khẩu không đúng'; |
|
41 | -$lang['login_unsuccessful_not_active'] = 'Tài khoản này đã bị khoá'; |
|
42 | -$lang['login_timeout'] = 'Tài khoản này đã tạm thời bị khoá, vui lòng thử lại sau'; |
|
39 | +$lang['login_successful'] = 'Đăng nhập thành công'; |
|
40 | +$lang['login_unsuccessful'] = 'Tài khoản hoặc mật khẩu không đúng'; |
|
41 | +$lang['login_unsuccessful_not_active'] = 'Tài khoản này đã bị khoá'; |
|
42 | +$lang['login_timeout'] = 'Tài khoản này đã tạm thời bị khoá, vui lòng thử lại sau'; |
|
43 | 43 | $lang['logout_successful'] = 'Đăng xuất thành công'; |
44 | 44 | |
45 | 45 | // Account Changes |
46 | 46 | $lang['update_successful'] = 'Thông tin tài khoản đã được thay đổi thành công'; |
47 | -$lang['update_unsuccessful'] = 'Không thể thay đổi thông tin tài khoản vào lúc này'; |
|
48 | -$lang['delete_successful'] = 'Đã xoá tài khoản'; |
|
49 | -$lang['delete_unsuccessful'] = 'Không thể xoá tài khoản vào lúc này'; |
|
47 | +$lang['update_unsuccessful'] = 'Không thể thay đổi thông tin tài khoản vào lúc này'; |
|
48 | +$lang['delete_successful'] = 'Đã xoá tài khoản'; |
|
49 | +$lang['delete_unsuccessful'] = 'Không thể xoá tài khoản vào lúc này'; |
|
50 | 50 | |
51 | 51 | // Groups |
52 | 52 | $lang['group_creation_successful'] = 'Đã tạo nhóm mới thành công'; |
@@ -55,22 +55,22 @@ discard block |
||
55 | 55 | $lang['group_delete_successful'] = 'Đã xoá nhóm'; |
56 | 56 | $lang['group_delete_unsuccessful'] = 'Không thể xoá nhóm vào lúc này'; |
57 | 57 | $lang['group_delete_notallowed'] = 'Can\'t delete the administrators\' group'; |
58 | -$lang['group_name_required'] = 'Vui lòng nhập tên nhóm'; |
|
58 | +$lang['group_name_required'] = 'Vui lòng nhập tên nhóm'; |
|
59 | 59 | $lang['group_name_admin_not_alter'] = 'Admin group name can not be changed'; |
60 | 60 | |
61 | 61 | // Activation Email |
62 | -$lang['email_activation_subject'] = 'Kích hoạt tài khoản'; |
|
62 | +$lang['email_activation_subject'] = 'Kích hoạt tài khoản'; |
|
63 | 63 | $lang['email_activate_heading'] = 'Kích hoạt tài khoản của %s'; |
64 | 64 | $lang['email_activate_subheading'] = 'Vui lòng click vào link này để %s.'; |
65 | 65 | $lang['email_activate_link'] = 'Kích hoạt tài khoản'; |
66 | 66 | |
67 | 67 | // Forgot Password Email |
68 | -$lang['email_forgotten_password_subject'] = 'Xác nhận quên mật khẩu'; |
|
68 | +$lang['email_forgotten_password_subject'] = 'Xác nhận quên mật khẩu'; |
|
69 | 69 | $lang['email_forgot_password_heading'] = 'Khôi phục mật khẩu cho %s'; |
70 | 70 | $lang['email_forgot_password_subheading'] = 'Vui lòng click vào link này để %s.'; |
71 | 71 | $lang['email_forgot_password_link'] = 'Khôi phục mật khẩu của bạn'; |
72 | 72 | |
73 | 73 | // New Password Email |
74 | -$lang['email_new_password_subject'] = 'Mật khẩu mới'; |
|
74 | +$lang['email_new_password_subject'] = 'Mật khẩu mới'; |
|
75 | 75 | $lang['email_new_password_heading'] = 'Mật khẩu mới của %s'; |
76 | 76 | $lang['email_new_password_subheading'] = 'Mật khẩu của bạn đã được đổi thành: %s'; |
@@ -1,4 +1,6 @@ |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if ( ! defined('BASEPATH')) { |
|
2 | + exit('No direct script access allowed'); |
|
3 | +} |
|
2 | 4 | /** |
3 | 5 | * Name: Ion Auth Lang - Vietnamese |
4 | 6 | * |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if(!defined('BASEPATH')) exit('No direct script access allowed'); |
|
2 | 2 | /** |
3 | 3 | * Name: Auth Lang - Vietnamese |
4 | 4 | * |
@@ -135,7 +135,7 @@ discard block |
||
135 | 135 | $lang['forgot_password_username_identity_label'] = 'Tài khoản'; |
136 | 136 | $lang['forgot_password_email_identity_label'] = 'Email'; |
137 | 137 | $lang['forgot_password_email_not_found'] = 'Địa chỉ email không tồn tại.'; |
138 | -$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
138 | +$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
139 | 139 | |
140 | 140 | // Reset Password |
141 | 141 | $lang['reset_password_heading'] = 'Đổi mật khẩu'; |
@@ -1,4 +1,6 @@ |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if ( ! defined('BASEPATH')) { |
|
2 | + exit('No direct script access allowed'); |
|
3 | +} |
|
2 | 4 | /** |
3 | 5 | * Name: Auth Lang - Vietnamese |
4 | 6 | * |