Completed
Push — master ( f2d2ea...222f63 )
by Angus
02:44
created
application/third_party/Ion-Auth/language/russian/auth_lang.php 2 patches
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
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 - Russian
4 4
  *
@@ -140,9 +140,9 @@  discard block
 block discarded – undo
140 140
 $lang['forgot_password_validation_email_label']  = 'Email';
141 141
 $lang['forgot_password_username_identity_label'] = 'Логин';
142 142
 $lang['forgot_password_email_identity_label']    = 'Email';
143
-$lang['forgot_password_back']    = 'Вернуться';
143
+$lang['forgot_password_back'] = 'Вернуться';
144 144
 $lang['forgot_password_email_not_found']         = 'No record of that email address.';
145
-$lang['forgot_password_identity_not_found']         = 'No record of that username address.';
145
+$lang['forgot_password_identity_not_found'] = 'No record of that username address.';
146 146
 
147 147
 // Reset Password
148 148
 $lang['reset_password_heading']                               = 'Изменить пароль';
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
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 - Russian
4 6
  *
Please login to merge, or discard this patch.
application/third_party/Ion-Auth/language/english/ion_auth_lang.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
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 - English
4 4
 *
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
 $lang['deactivate_unsuccessful']             = 'Unable to De-Activate Account';
37 37
 $lang['activation_email_successful']         = 'Activation Email Sent. Please check your inbox or spam';
38 38
 $lang['activation_email_unsuccessful']       = 'Unable to Send Activation Email';
39
-$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.';
39
+$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.';
40 40
 
41 41
 // Login / Logout
42 42
 $lang['login_successful']                    = 'Logged In Successfully';
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
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 - English
4 6
 *
Please login to merge, or discard this patch.
application/third_party/Ion-Auth/language/english/auth_lang.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
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 - English
4 4
 *
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
 $lang['forgot_password_identity_label'] = 'Identity';
135 135
 $lang['forgot_password_email_identity_label']    = 'Email';
136 136
 $lang['forgot_password_email_not_found']         = 'No record of that email address.';
137
-$lang['forgot_password_identity_not_found']         = 'No record of that username.';
137
+$lang['forgot_password_identity_not_found'] = 'No record of that username.';
138 138
 
139 139
 // Reset Password
140 140
 $lang['reset_password_heading']                               = 'Change Password';
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
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 - English
4 6
 *
Please login to merge, or discard this patch.
application/third_party/Ion-Auth/language/japanese/ion_auth_lang.php 2 patches
Spacing   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
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 - Japanese
4 4
 *
@@ -21,9 +21,9 @@  discard block
 block discarded – undo
21 21
 */
22 22
 
23 23
 // Account Creation
24
-$lang['account_creation_successful'] 	  	 = 'アカウントを作成しました';
25
-$lang['account_creation_unsuccessful'] 	 	 = 'アカウントを作成することが出来ません';
26
-$lang['account_creation_duplicate_email'] 	 = 'メールアドレスが登録済みまたは不正です';
24
+$lang['account_creation_successful'] = 'アカウントを作成しました';
25
+$lang['account_creation_unsuccessful'] = 'アカウントを作成することが出来ません';
26
+$lang['account_creation_duplicate_email'] = 'メールアドレスが登録済みまたは不正です';
27 27
 $lang['account_creation_duplicate_identity'] = 'ユーザー名が登録済みまたは不正です';
28 28
 
29 29
 // TODO Please Translate
@@ -32,24 +32,24 @@  discard block
 block discarded – undo
32 32
 
33 33
 // Password
34 34
 $lang['password_change_successful'] 	 	 = 'パスワードを変更しました';
35
-$lang['password_change_unsuccessful'] 	  	 = 'パスワードを変更することが出来ません';
35
+$lang['password_change_unsuccessful'] = 'パスワードを変更することが出来ません';
36 36
 $lang['forgot_password_successful'] 	 	 = 'パスワード再設定メールを送信しました';
37
-$lang['forgot_password_unsuccessful'] 	 	 = 'パスワードを再設定することが出来ません';
37
+$lang['forgot_password_unsuccessful'] = 'パスワードを再設定することが出来ません';
38 38
 
39 39
 // Activation
40
-$lang['activate_successful'] 		  	 = 'アカウントを有効にしました';
41
-$lang['activate_unsuccessful'] 		 	 = 'アカウントを有効にすることが出来ません';
42
-$lang['deactivate_successful'] 		  	 = 'アカウントを無効にしました';
43
-$lang['deactivate_unsuccessful'] 	  	 = 'アカウントを無効にすることが出来ません';
44
-$lang['activation_email_successful'] 	 = 'アクティベーション・メールを送信しました';
45
-$lang['activation_email_unsuccessful']   = 'アクティベーション・メールを送信できません';
46
-$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.';
40
+$lang['activate_successful'] = 'アカウントを有効にしました';
41
+$lang['activate_unsuccessful'] = 'アカウントを有効にすることが出来ません';
42
+$lang['deactivate_successful'] = 'アカウントを無効にしました';
43
+$lang['deactivate_unsuccessful'] = 'アカウントを無効にすることが出来ません';
44
+$lang['activation_email_successful'] = 'アクティベーション・メールを送信しました';
45
+$lang['activation_email_unsuccessful'] = 'アクティベーション・メールを送信できません';
46
+$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.';
47 47
 
48 48
 // Login / Logout
49
-$lang['login_successful'] 		  	 = 'ログインしました';
50
-$lang['login_unsuccessful'] 		 = 'ログイン出来ません';
51
-$lang['login_unsuccessful_not_active'] 		 = 'アカウントが無効です';
52
-$lang['login_timeout']                       = 'アカウントが仮にロックされています。後でもう一度試してください';
49
+$lang['login_successful'] = 'ログインしました';
50
+$lang['login_unsuccessful'] = 'ログイン出来ません';
51
+$lang['login_unsuccessful_not_active'] = 'アカウントが無効です';
52
+$lang['login_timeout'] = 'アカウントが仮にロックされています。後でもう一度試してください';
53 53
 $lang['logout_successful'] 		 	 = 'ログアウトしました';
54 54
 
55 55
 // Account Changes
@@ -65,20 +65,20 @@  discard block
 block discarded – undo
65 65
 $lang['group_delete_successful']    = 'グループを削除しました';
66 66
 $lang['group_delete_unsuccessful'] 	= 'グループを削除することが出来ません';
67 67
 $lang['group_delete_notallowed']    = 'administratorsグループは削除できません';
68
-$lang['group_name_required'] 		= 'グループ名が必要です。';
68
+$lang['group_name_required'] = 'グループ名が必要です。';
69 69
 $lang['group_name_admin_not_alter'] = '管理者グループ名は変更できません';
70 70
 
71 71
 // Activation Email
72
-$lang['email_activation_subject']            = 'アカウントの承認';
72
+$lang['email_activation_subject'] = 'アカウントの承認';
73 73
 $lang['email_activate_heading']    = '%s アカウントを有効化します';
74 74
 $lang['email_activate_subheading'] = 'このリンクをクリックして %s';
75 75
 $lang['email_activate_link']       = 'アカウントを有効にして下さい';
76 76
 // Forgot Password Email
77
-$lang['email_forgotten_password_subject']    = '忘れたパスワードの確認';
77
+$lang['email_forgotten_password_subject'] = '忘れたパスワードの確認';
78 78
 $lang['email_forgot_password_heading']    = '%s のパスワードのリセット';
79 79
 $lang['email_forgot_password_subheading'] = 'こちらのリンクをクリックしてください。 %s';
80 80
 $lang['email_forgot_password_link']       = 'パスワードのリセット';
81 81
 // New Password Email
82
-$lang['email_new_password_subject']          = '新しいパスワード';
82
+$lang['email_new_password_subject'] = '新しいパスワード';
83 83
 $lang['email_new_password_heading']    = '新しいパスワード: %s';
84 84
 $lang['email_new_password_subheading'] = 'パスワードをリセットすることができました: %s';
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
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 - Japanese
4 6
 *
Please login to merge, or discard this patch.
application/third_party/Ion-Auth/language/japanese/auth_lang.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
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 - Japanese
4 4
 *
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
 $lang['forgot_password_username_identity_label'] = 'ユーザー名';
139 139
 $lang['forgot_password_email_identity_label']    = 'メールアドレス';
140 140
 $lang['forgot_password_email_not_found']         = 'No record of that email address.';
141
-$lang['forgot_password_identity_not_found']         = 'No record of that username address.';
141
+$lang['forgot_password_identity_not_found'] = 'No record of that username address.';
142 142
 
143 143
 // Reset Password
144 144
 $lang['reset_password_heading']                               = 'パスワードの変更';
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
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 - Japanese
4 6
 *
Please login to merge, or discard this patch.
application/third_party/Ion-Auth/language/thai/ion_auth_lang.php 2 patches
Spacing   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
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 - English
4 4
 *
@@ -20,9 +20,9 @@  discard block
 block discarded – undo
20 20
 */
21 21
 
22 22
 // Account Creation
23
-$lang['account_creation_successful'] 	  	 = 'สร้างบัญชีสำเร็จ';
24
-$lang['account_creation_unsuccessful'] 	 	 = 'ไม่สามารถสร้างบัญชีได้';
25
-$lang['account_creation_duplicate_email'] 	 = 'อีเมล์นี้ถูกใช้ไปแล้วหรือรูปแบบไม่ถูกต้อง';
23
+$lang['account_creation_successful'] = 'สร้างบัญชีสำเร็จ';
24
+$lang['account_creation_unsuccessful'] = 'ไม่สามารถสร้างบัญชีได้';
25
+$lang['account_creation_duplicate_email'] = 'อีเมล์นี้ถูกใช้ไปแล้วหรือรูปแบบไม่ถูกต้อง';
26 26
 $lang['account_creation_duplicate_identity'] = 'ชื่อผู้ใช้นี้ถูกใช้ไปแล้วหรือรูปแบบไม่ถูกต้อง';
27 27
 $lang['account_creation_missing_default_group'] = 'กลุ่มปริยายยังไม่ถูกตั้ง';
28 28
 $lang['account_creation_invalid_default_group'] = 'ชื่อกลุ่มปริยายตั้งไม่ถูกต้อง';
@@ -30,31 +30,31 @@  discard block
 block discarded – undo
30 30
 
31 31
 // Password
32 32
 $lang['password_change_successful'] 	 	 = 'เปลี่ยนรหัสผ่านสำเร็จ';
33
-$lang['password_change_unsuccessful'] 	  	 = 'ไม่สามารถเปลี่ยนรหัสผ่านได้';
33
+$lang['password_change_unsuccessful'] = 'ไม่สามารถเปลี่ยนรหัสผ่านได้';
34 34
 $lang['forgot_password_successful'] 	 	 = 'อีเมล์ล้างรหัสผ่านถูกส่งไปแล้ว';
35
-$lang['forgot_password_unsuccessful'] 	 	 = 'ไม่สามารถล้างรหัสผ่านได้';
35
+$lang['forgot_password_unsuccessful'] = 'ไม่สามารถล้างรหัสผ่านได้';
36 36
 
37 37
 // Activation
38
-$lang['activate_successful'] 		  	     = 'บัญชีเปิดใช้แล้ว';
39
-$lang['activate_unsuccessful'] 		 	     = 'ไม่สามารถเปิดใช้บัญชีได้';
40
-$lang['deactivate_successful'] 		  	     = 'บัญชีถูกปิดการใช้งานแล้ว';
38
+$lang['activate_successful'] = 'บัญชีเปิดใช้แล้ว';
39
+$lang['activate_unsuccessful'] = 'ไม่สามารถเปิดใช้บัญชีได้';
40
+$lang['deactivate_successful'] = 'บัญชีถูกปิดการใช้งานแล้ว';
41 41
 $lang['deactivate_unsuccessful'] 	  	     = 'ไม่สามารถปิดการใช้งานบัญชี';
42 42
 $lang['activation_email_successful'] 	  	 = 'ส่งอีเมล์เปิดใช้งานแล้ว';
43
-$lang['activation_email_unsuccessful']   	 = 'ไม่สามารถส่งอีเมล์เปิดใช้งานรหัสผ่านได้';
44
-$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.';
43
+$lang['activation_email_unsuccessful'] = 'ไม่สามารถส่งอีเมล์เปิดใช้งานรหัสผ่านได้';
44
+$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.';
45 45
 
46 46
 // Login / Logout
47
-$lang['login_successful'] 		  	         = 'เข้าสู่ระบบสำเร็จ';
48
-$lang['login_unsuccessful'] 		  	     = 'เข้าสู่ระบบไม่ถูกต้อง';
49
-$lang['login_unsuccessful_not_active'] 		 = 'บัญชีนี้ยังไม่เปิดใช้งาน';
50
-$lang['login_timeout']                       = 'การเข้าสู่ระบบถูกระงับชั่วคราว กรุณาลองใหม่ในภายหลัง.';
47
+$lang['login_successful'] = 'เข้าสู่ระบบสำเร็จ';
48
+$lang['login_unsuccessful'] = 'เข้าสู่ระบบไม่ถูกต้อง';
49
+$lang['login_unsuccessful_not_active'] = 'บัญชีนี้ยังไม่เปิดใช้งาน';
50
+$lang['login_timeout'] = 'การเข้าสู่ระบบถูกระงับชั่วคราว กรุณาลองใหม่ในภายหลัง.';
51 51
 $lang['logout_successful'] 		 	         = 'ออกจากระบบสำเร็จ';
52 52
 
53 53
 // Accounts Changes
54 54
 $lang['update_successful'] 		 	         = 'แก้ไขข้อมูลบัญชีสำเร็จ';
55
-$lang['update_unsuccessful'] 		 	     = 'ไม่สามารถแก้ไขข้อมูลบัญชี';
56
-$lang['delete_successful']               = 'ผู้ใช้ถูกลบแล้ว';
57
-$lang['delete_unsuccessful']           = 'ไม่สามารถลบผู้ใช้ได้';
55
+$lang['update_unsuccessful'] = 'ไม่สามารถแก้ไขข้อมูลบัญชี';
56
+$lang['delete_successful'] = 'ผู้ใช้ถูกลบแล้ว';
57
+$lang['delete_unsuccessful'] = 'ไม่สามารถลบผู้ใช้ได้';
58 58
 
59 59
 // Groups
60 60
 $lang['group_creation_successful']  = 'สร้างกลุ่มสำเร็จ';
@@ -63,22 +63,22 @@  discard block
 block discarded – undo
63 63
 $lang['group_delete_successful']    = 'กลุ่มถูกลบแล้ว';
64 64
 $lang['group_delete_unsuccessful'] 	= 'ไม่สามารถลบกลุ่มได้';
65 65
 $lang['group_delete_notallowed']    = 'Can\'t delete the administrators\' group';
66
-$lang['group_name_required'] 		= 'ต้องใส่ชื่อกลุ่ม';
66
+$lang['group_name_required'] = 'ต้องใส่ชื่อกลุ่ม';
67 67
 $lang['group_name_admin_not_alter'] = 'Admin group name can not be changed';
68 68
 
69 69
 // Activation Email
70
-$lang['email_activation_subject']            = 'การเปิดใช้บัญชี';
70
+$lang['email_activation_subject'] = 'การเปิดใช้บัญชี';
71 71
 $lang['email_activate_heading']    = 'เปิดใช้บัญชี %s';
72 72
 $lang['email_activate_subheading'] = 'กรุณาคลิกลิงค์นี้เพื่อ%s';
73 73
 $lang['email_activate_link']       = 'เปิดใช้Your บัญชี';
74 74
 
75 75
 // Forgot Password Email
76
-$lang['email_forgotten_password_subject']    = 'การยืนยันลืมรหัสผ่าน';
76
+$lang['email_forgotten_password_subject'] = 'การยืนยันลืมรหัสผ่าน';
77 77
 $lang['email_forgot_password_heading']    = 'ล้างรหัสผ่านสำหรับ%s';
78 78
 $lang['email_forgot_password_subheading'] = 'กรุณาคลิกลิงค์นี้เพื่อ%s';
79 79
 $lang['email_forgot_password_link']       = 'ล้างรหัสผ่าน';
80 80
 
81 81
 // New Password Email
82
-$lang['email_new_password_subject']          = 'รหัสผ่านใหม่';
82
+$lang['email_new_password_subject'] = 'รหัสผ่านใหม่';
83 83
 $lang['email_new_password_heading']    = 'รหัสผ่านใหม่สำหรับ%s';
84 84
 $lang['email_new_password_subheading'] = 'รหัสผ่านใหม่ถูกตั้งใหม่เป็น: %s';
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
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 - English
4 6
 *
Please login to merge, or discard this patch.
application/third_party/Ion-Auth/language/thai/auth_lang.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
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 - Thai
4 4
 *
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
 $lang['forgot_password_username_identity_label'] = 'ชื่อผู้ใช้';
143 143
 $lang['forgot_password_email_identity_label']    = 'อีเมล์';
144 144
 $lang['forgot_password_email_not_found']         = 'ไม่พบที่อยู่อีเมล์นี้ในสารบบ';
145
-$lang['forgot_password_identity_not_found']         = 'No record of that username address.';
145
+$lang['forgot_password_identity_not_found'] = 'No record of that username address.';
146 146
 
147 147
 // ตั้งรหัสผ่านใหม่
148 148
 $lang['reset_password_heading']                               = 'ตั้งรหัสผ่านใหม่';
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
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 - Thai
4 6
 *
Please login to merge, or discard this patch.
application/third_party/Ion-Auth/language/greek/ion_auth_lang.php 2 patches
Spacing   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
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 - Greek
4 4
 *
@@ -14,10 +14,10 @@  discard block
 block discarded – undo
14 14
 */
15 15
 
16 16
 // Account Creation
17
-$lang['account_creation_successful'] 	  	 = 'Ο Λογαριασμός Δημιουργήθηκε Επιτυχώς';
18
-$lang['account_creation_unsuccessful'] 	 	 = 'Αποτυχία Δημιουργίας Λογαριασμού';
19
-$lang['account_creation_duplicate_email'] 	 = 'Το Email χρησιμποιείται ήδη ή είναι λάθος';
20
-$lang['account_creation_duplicate_identity'] 	 = 'Ο Χρήστης υπάρχει ήδη ή είναι λάθος';
17
+$lang['account_creation_successful'] = 'Ο Λογαριασμός Δημιουργήθηκε Επιτυχώς';
18
+$lang['account_creation_unsuccessful'] = 'Αποτυχία Δημιουργίας Λογαριασμού';
19
+$lang['account_creation_duplicate_email'] = 'Το Email χρησιμποιείται ήδη ή είναι λάθος';
20
+$lang['account_creation_duplicate_identity'] = 'Ο Χρήστης υπάρχει ήδη ή είναι λάθος';
21 21
 
22 22
 // TODO Please Translate
23 23
 $lang['account_creation_missing_default_group'] = 'Default group is not set';
@@ -26,23 +26,23 @@  discard block
 block discarded – undo
26 26
 
27 27
 // Password
28 28
 $lang['password_change_successful'] 	 	 = 'Επιτυχής Αλλαγή Κωδικού';
29
-$lang['password_change_unsuccessful'] 	  	 = 'Αδυναμία Αλλαγής Κωδικού';
29
+$lang['password_change_unsuccessful'] = 'Αδυναμία Αλλαγής Κωδικού';
30 30
 $lang['forgot_password_successful'] 	 	 = 'Εστάλη Email Κωδικού Επαναφοράς';
31
-$lang['forgot_password_unsuccessful'] 	 	 = 'Αδυναμία Επαναφοράς Κωδικού';
31
+$lang['forgot_password_unsuccessful'] = 'Αδυναμία Επαναφοράς Κωδικού';
32 32
 
33 33
 // Activation
34
-$lang['activate_successful'] 		  	 = 'Ο Λογαριασμός Ενεργοποιήθηκε';
35
-$lang['activate_unsuccessful'] 		 	 = 'Αδυναμία Ενεργοποίησης Λογαριασμού';
36
-$lang['deactivate_successful'] 		  	 = 'Ο Λογαριασμός Απενεργοποιήθηκε';
37
-$lang['deactivate_unsuccessful'] 	  	 = 'Αδυναμία Απενεργοποίησης Λογαριασμού';
38
-$lang['activation_email_successful'] 	  	 = 'Εστάλη Email Ενεργοποίησης Λογαριασμού';
39
-$lang['activation_email_unsuccessful']   	 = 'Αδυναμία Αποστολής Email Ενεργοποίησης';
34
+$lang['activate_successful'] = 'Ο Λογαριασμός Ενεργοποιήθηκε';
35
+$lang['activate_unsuccessful'] = 'Αδυναμία Ενεργοποίησης Λογαριασμού';
36
+$lang['deactivate_successful'] = 'Ο Λογαριασμός Απενεργοποιήθηκε';
37
+$lang['deactivate_unsuccessful'] = 'Αδυναμία Απενεργοποίησης Λογαριασμού';
38
+$lang['activation_email_successful'] = 'Εστάλη Email Ενεργοποίησης Λογαριασμού';
39
+$lang['activation_email_unsuccessful'] = 'Αδυναμία Αποστολής Email Ενεργοποίησης';
40 40
 
41 41
 // Login / Logout
42
-$lang['login_successful'] 		  	 = 'Συνδεθήκατε Επιτυχώς';
43
-$lang['login_unsuccessful'] 		  	 = 'Λάθος Στοιχεία';
44
-$lang['login_unsuccessful_not_active'] 		 = 'Account is inactive';
45
-$lang['login_timeout']                       = 'Temporarily Locked Out.  Try again later.';
42
+$lang['login_successful'] = 'Συνδεθήκατε Επιτυχώς';
43
+$lang['login_unsuccessful'] = 'Λάθος Στοιχεία';
44
+$lang['login_unsuccessful_not_active'] = 'Account is inactive';
45
+$lang['login_timeout'] = 'Temporarily Locked Out.  Try again later.';
46 46
 $lang['logout_successful'] 		 	 = 'Αποσυνδεθήκατε Επιτυχώς';
47 47
 
48 48
 // Account Changes
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
 $lang['update_unsuccessful'] 		 	 = 'Αδυναμία Ενημέρωσης Πληροφοριών Λογαριασμού';
51 51
 $lang['delete_successful'] 		 	 = 'Ο Χρήστης Διαγράφηκε';
52 52
 $lang['delete_unsuccessful'] 		 	 = 'Αδυναμία Διαγραφής Χρήστη';
53
-$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.';
53
+$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.';
54 54
 
55 55
 // Groups
56 56
 $lang['group_creation_successful']  = 'Group created Successfully';
@@ -59,20 +59,20 @@  discard block
 block discarded – undo
59 59
 $lang['group_delete_successful']    = 'Group deleted';
60 60
 $lang['group_delete_unsuccessful'] 	= 'Unable to delete group';
61 61
 $lang['group_delete_notallowed']    = 'Can\'t delete the administrators\' group';
62
-$lang['group_name_required'] 		= 'Group name is a required field';
62
+$lang['group_name_required'] = 'Group name is a required field';
63 63
 $lang['group_name_admin_not_alter'] = 'Admin group name can not be changed';
64 64
 
65 65
 // Activation Email
66
-$lang['email_activation_subject']            = 'Account Activation';
66
+$lang['email_activation_subject'] = 'Account Activation';
67 67
 $lang['email_activate_heading']    = 'Activate account for %s';
68 68
 $lang['email_activate_subheading'] = 'Please click this link to %s.';
69 69
 $lang['email_activate_link']       = 'Activate Your Account';
70 70
 // Forgot Password Email
71
-$lang['email_forgotten_password_subject']    = 'Forgotten Password Verification';
71
+$lang['email_forgotten_password_subject'] = 'Forgotten Password Verification';
72 72
 $lang['email_forgot_password_heading']    = 'Reset Password for %s';
73 73
 $lang['email_forgot_password_subheading'] = 'Please click this link to %s.';
74 74
 $lang['email_forgot_password_link']       = 'Reset Your Password';
75 75
 // New Password Email
76
-$lang['email_new_password_subject']          = 'New Password';
76
+$lang['email_new_password_subject'] = 'New Password';
77 77
 $lang['email_new_password_heading']    = 'New Password for %s';
78 78
 $lang['email_new_password_subheading'] = 'Your password has been reset to: %s';
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
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 - Greek
4 6
 *
Please login to merge, or discard this patch.
application/third_party/Ion-Auth/language/estonian/ion_auth_lang.php 2 patches
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
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 - Estonian
4 4
  *
@@ -38,12 +38,12 @@  discard block
 block discarded – undo
38 38
 $lang['deactivate_unsuccessful']             = 'Konto aktiveerimine ebaõnnestus.';
39 39
 $lang['activation_email_successful']         = 'Sinu e-postile saadeti kiri edasise juhendiga.';
40 40
 $lang['activation_email_unsuccessful']       = 'Aktiveerimiskirja saatmine ebaõnnestus.';
41
-$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.';
41
+$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.';
42 42
 
43 43
 // Login / Logout
44 44
 $lang['login_successful']                    = 'Oled sisse logitud';
45 45
 $lang['login_unsuccessful']                  = 'Sisenemine ebaõnnestus.';
46
-$lang['login_unsuccessful_not_active'] 		 = 'Account is inactive';
46
+$lang['login_unsuccessful_not_active'] = 'Account is inactive';
47 47
 $lang['login_timeout']                       = 'Temporarily Locked Out.  Try again later.';
48 48
 $lang['logout_successful']                   = 'Oled välja logitud';
49 49
 
@@ -60,20 +60,20 @@  discard block
 block discarded – undo
60 60
 $lang['group_delete_successful']    = 'Group deleted';
61 61
 $lang['group_delete_unsuccessful'] 	= 'Unable to delete group';
62 62
 $lang['group_delete_notallowed']    = 'Can\'t delete the administrators\' group';
63
-$lang['group_name_required'] 		= 'Group name is a required field';
63
+$lang['group_name_required'] = 'Group name is a required field';
64 64
 $lang['group_name_admin_not_alter'] = 'Admin group name can not be changed';
65 65
 
66 66
 // Activation Email
67
-$lang['email_activation_subject']            = 'Account Activation';
67
+$lang['email_activation_subject'] = 'Account Activation';
68 68
 $lang['email_activate_heading']    = 'Activate account for %s';
69 69
 $lang['email_activate_subheading'] = 'Please click this link to %s.';
70 70
 $lang['email_activate_link']       = 'Activate Your Account';
71 71
 // Forgot Password Email
72
-$lang['email_forgotten_password_subject']    = 'Forgotten Password Verification';
72
+$lang['email_forgotten_password_subject'] = 'Forgotten Password Verification';
73 73
 $lang['email_forgot_password_heading']    = 'Reset Password for %s';
74 74
 $lang['email_forgot_password_subheading'] = 'Please click this link to %s.';
75 75
 $lang['email_forgot_password_link']       = 'Reset Your Password';
76 76
 // New Password Email
77
-$lang['email_new_password_subject']          = 'New Password';
77
+$lang['email_new_password_subject'] = 'New Password';
78 78
 $lang['email_new_password_heading']    = 'New Password for %s';
79 79
 $lang['email_new_password_subheading'] = 'Your password has been reset to: %s';
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
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 - Estonian
4 6
  *
Please login to merge, or discard this patch.