@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -if (! defined('BASEPATH')) { |
|
3 | +if(!defined('BASEPATH')) { |
|
4 | 4 | exit('No direct script access allowed'); |
5 | 5 | } |
6 | 6 | |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | $lang['forgot_password_username_identity_label'] = '帳號'; |
141 | 141 | $lang['forgot_password_email_identity_label'] = '電子郵件'; |
142 | 142 | $lang['forgot_password_email_not_found'] = '找不到此電子郵件相關資訊.'; |
143 | -$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
143 | +$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
144 | 144 | |
145 | 145 | // Reset Password |
146 | 146 | $lang['reset_password_heading'] = '修改密碼'; |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | if (! defined('BASEPATH')) { |
4 | - exit('No direct script access allowed'); |
|
4 | + exit('No direct script access allowed'); |
|
5 | 5 | } |
6 | 6 | |
7 | 7 | /** |
@@ -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 - Swedish |
4 | 4 | * |
@@ -38,13 +38,13 @@ discard block |
||
38 | 38 | $lang['deactivate_unsuccessful'] = 'Det gick inte att inaktivera kontot'; |
39 | 39 | $lang['activation_email_successful'] = 'En aktveringslänk har skickats till din e-post'; |
40 | 40 | $lang['activation_email_unsuccessful'] = 'E-post med aktiveringslänk kunde inte skickas'; |
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'] = 'Du är nu inloggad'; |
45 | 45 | $lang['login_unsuccessful'] = 'Inloggningen misslyckades'; |
46 | -$lang['login_unsuccessful_not_active'] = 'Account is inactive'; |
|
47 | -$lang['login_timeout'] = 'Temporarily Locked Out. Try again later.'; |
|
46 | +$lang['login_unsuccessful_not_active'] = 'Account is inactive'; |
|
47 | +$lang['login_timeout'] = 'Temporarily Locked Out. Try again later.'; |
|
48 | 48 | $lang['logout_successful'] = 'Du är nu utloggad'; |
49 | 49 | |
50 | 50 | // Account Changes |
@@ -60,7 +60,7 @@ discard block |
||
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 |
@@ -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 - Swedish |
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 - Swedish |
4 | 4 | * |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | $lang['forgot_password_username_identity_label'] = 'Användarnamn'; |
135 | 135 | $lang['forgot_password_email_identity_label'] = 'Email'; |
136 | 136 | $lang['forgot_password_email_not_found'] = 'Email adressen finns inte i vårt register.'; |
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'] = 'Ändra Lösenord'; |
@@ -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 - Swedish |
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 - Norwegian |
4 | 4 | * |
@@ -20,10 +20,10 @@ discard block |
||
20 | 20 | */ |
21 | 21 | |
22 | 22 | // Account Creation |
23 | -$lang['account_creation_successful'] = 'Konto opprettet'; |
|
24 | -$lang['account_creation_unsuccessful'] = 'Klarte ikke å opprette konto'; |
|
25 | -$lang['account_creation_duplicate_email'] = 'E-posten er allerede i bruk eller ugyldig'; |
|
26 | -$lang['account_creation_duplicate_identity'] = 'Brukernavnet er allerede i bruk eller ugyldig'; |
|
23 | +$lang['account_creation_successful'] = 'Konto opprettet'; |
|
24 | +$lang['account_creation_unsuccessful'] = 'Klarte ikke å opprette konto'; |
|
25 | +$lang['account_creation_duplicate_email'] = 'E-posten er allerede i bruk eller ugyldig'; |
|
26 | +$lang['account_creation_duplicate_identity'] = 'Brukernavnet er allerede i bruk eller ugyldig'; |
|
27 | 27 | $lang['account_creation_missing_default_group'] = 'Standardgruppe er ikke valgt'; |
28 | 28 | $lang['account_creation_invalid_default_group'] = 'Ugyldig gruppenavn'; |
29 | 29 | |
@@ -35,42 +35,42 @@ discard block |
||
35 | 35 | $lang['forgot_password_unsuccessful'] = 'Klarte ikke å tilbakestille passord'; |
36 | 36 | |
37 | 37 | // Activation |
38 | -$lang['activate_successful'] = 'Kontoen har blitt aktivert'; |
|
38 | +$lang['activate_successful'] = 'Kontoen har blitt aktivert'; |
|
39 | 39 | $lang['activate_unsuccessful'] = 'Klarte ikke å aktivere konto'; |
40 | 40 | $lang['deactivate_successful'] = 'Kontoen har blitt deaktivert'; |
41 | -$lang['deactivate_unsuccessful'] = 'Klarte ikke å deaktivere konto'; |
|
41 | +$lang['deactivate_unsuccessful'] = 'Klarte ikke å deaktivere konto'; |
|
42 | 42 | $lang['activation_email_successful'] = 'E-post for aktivering av konto har blitt sendt'; |
43 | 43 | $lang['activation_email_unsuccessful'] = 'Klarte ikke å sende e-post for aktivering av konto'; |
44 | -$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.'; |
|
44 | +$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
45 | 45 | |
46 | 46 | // Login / Logout |
47 | -$lang['login_successful'] = 'Logget inn'; |
|
48 | -$lang['login_unsuccessful'] = 'Feil e-post/brukernavn eller passord'; |
|
47 | +$lang['login_successful'] = 'Logget inn'; |
|
48 | +$lang['login_unsuccessful'] = 'Feil e-post/brukernavn eller passord'; |
|
49 | 49 | $lang['login_unsuccessful_not_active'] = 'Kontoen er inaktiv'; |
50 | -$lang['login_timeout'] = 'Midlertidig sperret. Logg inn senere.'; |
|
51 | -$lang['logout_successful'] = 'Logget ut'; |
|
50 | +$lang['login_timeout'] = 'Midlertidig sperret. Logg inn senere.'; |
|
51 | +$lang['logout_successful'] = 'Logget ut'; |
|
52 | 52 | |
53 | 53 | // Account Changes |
54 | 54 | $lang['update_successful'] = 'Kontoinformasjon oppdatert'; |
55 | 55 | $lang['update_unsuccessful'] = 'Klarte ikke å oppdatere kontoinformasjon'; |
56 | -$lang['delete_successful'] = 'Konto slettet'; |
|
56 | +$lang['delete_successful'] = 'Konto slettet'; |
|
57 | 57 | $lang['delete_unsuccessful'] = 'Klarte ikke å slette konto'; |
58 | 58 | |
59 | 59 | // Groups |
60 | 60 | $lang['group_creation_successful'] = 'Gruppe opprettet'; |
61 | -$lang['group_already_exists'] = 'Gruppenavnet finnes allerede'; |
|
61 | +$lang['group_already_exists'] = 'Gruppenavnet finnes allerede'; |
|
62 | 62 | $lang['group_update_successful'] = 'Gruppeinformasjon oppdatert'; |
63 | 63 | $lang['group_delete_successful'] = 'Gruppe slettet'; |
64 | 64 | $lang['group_delete_unsuccessful'] = 'Klarte ikke å slette gruppe'; |
65 | 65 | $lang['group_delete_notallowed'] = 'Can\'t delete the administrators\' group'; |
66 | -$lang['group_name_required'] = 'Gruppenavn må fylles inn'; |
|
66 | +$lang['group_name_required'] = 'Gruppenavn må fylles inn'; |
|
67 | 67 | $lang['group_name_admin_not_alter'] = 'Admingruppenavnet kan ikke endres'; |
68 | 68 | |
69 | 69 | // Activation Email |
70 | 70 | $lang['email_activation_subject'] = 'Aktivering av konto'; |
71 | 71 | $lang['email_activate_heading'] = 'Aktivér konto for %s'; |
72 | 72 | $lang['email_activate_subheading'] = 'Klikk på denne linken for å %s.'; |
73 | -$lang['email_activate_link'] = 'Aktivér konto'; |
|
73 | +$lang['email_activate_link'] = 'Aktivér konto'; |
|
74 | 74 | |
75 | 75 | // Forgot Password Email |
76 | 76 | $lang['email_forgotten_password_subject'] = 'Glemt passord: bekreftelse'; |
@@ -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 - Norwegian |
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 - Norwegian |
4 | 4 | * |
@@ -143,7 +143,7 @@ discard block |
||
143 | 143 | $lang['forgot_password_username_identity_label'] = 'Brukernavn'; |
144 | 144 | $lang['forgot_password_email_identity_label'] = 'Email'; |
145 | 145 | $lang['forgot_password_email_not_found'] = 'Vi fant ikke emailen du oppgav.'; |
146 | -$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
146 | +$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
147 | 147 | |
148 | 148 | // Reset Password |
149 | 149 | $lang['reset_password_heading'] = 'Endre passord'; |
@@ -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 - Norwegian |
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 - Danish |
4 | 4 | * |
@@ -12,10 +12,10 @@ discard block |
||
12 | 12 | * |
13 | 13 | */ |
14 | 14 | // Account Creation |
15 | -$lang['account_creation_successful'] = 'Konto oprettet'; |
|
16 | -$lang['account_creation_unsuccessful'] = 'Det var ikke muligt at oprette kontoen'; |
|
17 | -$lang['account_creation_duplicate_email'] = 'Email allerede i brug eller ugyldig'; |
|
18 | -$lang['account_creation_duplicate_identity'] = 'Brugernavn allerede i brug eller ugyldigt'; |
|
15 | +$lang['account_creation_successful'] = 'Konto oprettet'; |
|
16 | +$lang['account_creation_unsuccessful'] = 'Det var ikke muligt at oprette kontoen'; |
|
17 | +$lang['account_creation_duplicate_email'] = 'Email allerede i brug eller ugyldig'; |
|
18 | +$lang['account_creation_duplicate_identity'] = 'Brugernavn allerede i brug eller ugyldigt'; |
|
19 | 19 | $lang['account_creation_missing_default_group'] = 'Default group is not set'; |
20 | 20 | $lang['account_creation_invalid_default_group'] = 'Invalid default group name set'; |
21 | 21 | // Password |
@@ -24,18 +24,18 @@ discard block |
||
24 | 24 | $lang['forgot_password_successful'] = 'Email vedrørende nulstilling af kodeord er afsendt'; |
25 | 25 | $lang['forgot_password_unsuccessful'] = 'Det var ikke muligt at nulstille kodeordet'; |
26 | 26 | // Activation |
27 | -$lang['activate_successful'] = 'Konto aktiveret'; |
|
27 | +$lang['activate_successful'] = 'Konto aktiveret'; |
|
28 | 28 | $lang['activate_unsuccessful'] = 'Det var ikke muligt at aktivere kontoen'; |
29 | 29 | $lang['deactivate_successful'] = 'Konto deaktiveret'; |
30 | -$lang['deactivate_unsuccessful'] = 'Det var ikke muligt at deaktivere kontoen'; |
|
31 | -$lang['activation_email_successful'] = 'Email vedrørende aktivering af konto er afsendt'; |
|
32 | -$lang['activation_email_unsuccessful'] = 'Det var ikke muligt at sende email vedrørende aktivering af konto'; |
|
33 | -$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.'; |
|
30 | +$lang['deactivate_unsuccessful'] = 'Det var ikke muligt at deaktivere kontoen'; |
|
31 | +$lang['activation_email_successful'] = 'Email vedrørende aktivering af konto er afsendt'; |
|
32 | +$lang['activation_email_unsuccessful'] = 'Det var ikke muligt at sende email vedrørende aktivering af konto'; |
|
33 | +$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
34 | 34 | // Login / Logout |
35 | -$lang['login_successful'] = 'Logged ind'; |
|
36 | -$lang['login_unsuccessful'] = 'Ugyldigt login'; |
|
37 | -$lang['login_unsuccessful_not_active'] = 'Kontoen er inaktiv'; |
|
38 | -$lang['login_timeout'] = 'Temporarily Locked Out. Try again later.'; |
|
35 | +$lang['login_successful'] = 'Logged ind'; |
|
36 | +$lang['login_unsuccessful'] = 'Ugyldigt login'; |
|
37 | +$lang['login_unsuccessful_not_active'] = 'Kontoen er inaktiv'; |
|
38 | +$lang['login_timeout'] = 'Temporarily Locked Out. Try again later.'; |
|
39 | 39 | $lang['logout_successful'] = 'Logged ud'; |
40 | 40 | // Account Changes |
41 | 41 | $lang['update_successful'] = 'Kontoen er opdateret'; |
@@ -49,20 +49,20 @@ discard block |
||
49 | 49 | $lang['group_delete_successful'] = 'Group deleted'; |
50 | 50 | $lang['group_delete_unsuccessful'] = 'Unable to delete group'; |
51 | 51 | $lang['group_delete_notallowed'] = 'Can\'t delete the administrators\' group'; |
52 | -$lang['group_name_required'] = 'Group name is a required field'; |
|
52 | +$lang['group_name_required'] = 'Group name is a required field'; |
|
53 | 53 | $lang['group_name_admin_not_alter'] = 'Admin group name can not be changed'; |
54 | 54 | |
55 | 55 | // Activation Email |
56 | -$lang['email_activation_subject'] = 'Konto aktivering'; |
|
56 | +$lang['email_activation_subject'] = 'Konto aktivering'; |
|
57 | 57 | $lang['email_activate_heading'] = 'Activate account for %s'; |
58 | 58 | $lang['email_activate_subheading'] = 'Please click this link to %s.'; |
59 | 59 | $lang['email_activate_link'] = 'Activate Your Account'; |
60 | 60 | // Forgot Password Email |
61 | -$lang['email_forgotten_password_subject'] = 'Verifikation af glemt adgangskode'; |
|
61 | +$lang['email_forgotten_password_subject'] = 'Verifikation af glemt adgangskode'; |
|
62 | 62 | $lang['email_forgot_password_heading'] = 'Reset Password for %s'; |
63 | 63 | $lang['email_forgot_password_subheading'] = 'Please click this link to %s.'; |
64 | 64 | $lang['email_forgot_password_link'] = 'Reset Your Password'; |
65 | 65 | // New Password Email |
66 | -$lang['email_new_password_subject'] = 'Nyt kodeord'; |
|
66 | +$lang['email_new_password_subject'] = 'Nyt kodeord'; |
|
67 | 67 | $lang['email_new_password_heading'] = 'New Password for %s'; |
68 | 68 | $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 - Danish |
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 - Danish |
4 | 4 | * |
@@ -147,7 +147,7 @@ discard block |
||
147 | 147 | $lang['forgot_password_username_identity_label'] = 'Brugernavn'; |
148 | 148 | $lang['forgot_password_email_identity_label'] = 'Email'; |
149 | 149 | $lang['forgot_password_email_not_found'] = 'No record of that email address.'; |
150 | -$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
150 | +$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
151 | 151 | |
152 | 152 | // Reset Password |
153 | 153 | $lang['reset_password_heading'] = 'Skift Kodeord'; |
@@ -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 - Danish |
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 - Filipino |
4 | 4 | * |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | $lang['deactivate_unsuccessful'] = 'Hindi ma-De-Activate Account'; |
37 | 37 | $lang['activation_email_successful'] = 'Activation Email Sent. Mangyaring suriin ang iyong inbox o spam'; |
38 | 38 | $lang['activation_email_unsuccessful'] = 'Hindi magawang Magpadala Activation Email'; |
39 | -$lang['deactivate_current_user_unsuccessful']= 'Hindi mo Maaaring De-activate ang iyong sarili.'; |
|
39 | +$lang['deactivate_current_user_unsuccessful'] = 'Hindi mo Maaaring De-activate ang iyong sarili.'; |
|
40 | 40 | |
41 | 41 | // Login / Logout |
42 | 42 | $lang['login_successful'] = 'Tagumpay na Naka-Login'; |
@@ -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 - Filipino |
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 - Filipino |
4 | 4 | * |
@@ -134,7 +134,7 @@ discard block |
||
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'] = 'Walang record ng email address.'; |
137 | -$lang['forgot_password_identity_not_found'] = 'Walang record ng username.'; |
|
137 | +$lang['forgot_password_identity_not_found'] = 'Walang record ng username.'; |
|
138 | 138 | |
139 | 139 | // Reset Password |
140 | 140 | $lang['reset_password_heading'] = 'Palitan ang 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 - Filipino |
4 | 6 | * |