@@ -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 | * |
@@ -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 - Czech |
4 | 4 | * |
@@ -13,9 +13,9 @@ discard block |
||
13 | 13 | */ |
14 | 14 | |
15 | 15 | // Account Creation |
16 | -$lang['account_creation_successful'] = 'Účet byl úspěšně vytvořen'; |
|
17 | -$lang['account_creation_unsuccessful'] = 'Nelze vytvořit účet'; |
|
18 | -$lang['account_creation_duplicate_email'] = 'E-mail již existuje nebo je neplatný'; |
|
16 | +$lang['account_creation_successful'] = 'Účet byl úspěšně vytvořen'; |
|
17 | +$lang['account_creation_unsuccessful'] = 'Nelze vytvořit účet'; |
|
18 | +$lang['account_creation_duplicate_email'] = 'E-mail již existuje nebo je neplatný'; |
|
19 | 19 | $lang['account_creation_duplicate_identity'] = 'Uživatelské jméno již existuje nebo je neplatný'; |
20 | 20 | |
21 | 21 | // TODO Please Translate |
@@ -24,24 +24,24 @@ discard block |
||
24 | 24 | |
25 | 25 | // Password |
26 | 26 | $lang['password_change_successful'] = 'Heslo bylo úspěšně změněno'; |
27 | -$lang['password_change_unsuccessful'] = 'Nelze změnit heslo'; |
|
27 | +$lang['password_change_unsuccessful'] = 'Nelze změnit heslo'; |
|
28 | 28 | $lang['forgot_password_successful'] = 'Heslo bylo odeslané na e-mail'; |
29 | -$lang['forgot_password_unsuccessful'] = 'Nelze obnovit heslo'; |
|
29 | +$lang['forgot_password_unsuccessful'] = 'Nelze obnovit heslo'; |
|
30 | 30 | |
31 | 31 | // Activation |
32 | -$lang['activate_successful'] = 'Účet byl aktivován'; |
|
33 | -$lang['activate_unsuccessful'] = 'Nelze aktivovat účet'; |
|
34 | -$lang['deactivate_successful'] = 'Účet byl deaktivován'; |
|
32 | +$lang['activate_successful'] = 'Účet byl aktivován'; |
|
33 | +$lang['activate_unsuccessful'] = 'Nelze aktivovat účet'; |
|
34 | +$lang['deactivate_successful'] = 'Účet byl deaktivován'; |
|
35 | 35 | $lang['deactivate_unsuccessful'] = 'Nelze deaktivován účet'; |
36 | 36 | $lang['activation_email_successful'] = 'Aktivační e-mail byl odeslán'; |
37 | -$lang['activation_email_unsuccessful'] = 'Nelze odeslat aktivační e-mail'; |
|
38 | -$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.'; |
|
37 | +$lang['activation_email_unsuccessful'] = 'Nelze odeslat aktivační e-mail'; |
|
38 | +$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
39 | 39 | |
40 | 40 | // Login / Logout |
41 | -$lang['login_successful'] = 'Úspěšně přihlášen'; |
|
42 | -$lang['login_unsuccessful'] = 'Nesprávný e-mail nebo heslo'; |
|
43 | -$lang['login_unsuccessful_not_active'] = 'Účet je neaktivní'; |
|
44 | -$lang['login_timeout'] = 'Temporarily Locked Out. Try again later.'; |
|
41 | +$lang['login_successful'] = 'Úspěšně přihlášen'; |
|
42 | +$lang['login_unsuccessful'] = 'Nesprávný e-mail nebo heslo'; |
|
43 | +$lang['login_unsuccessful_not_active'] = 'Účet je neaktivní'; |
|
44 | +$lang['login_timeout'] = 'Temporarily Locked Out. Try again later.'; |
|
45 | 45 | $lang['logout_successful'] = 'Úspěšné odhlášení'; |
46 | 46 | |
47 | 47 | // Account Changes |
@@ -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 - Czech |
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 - Persian |
4 | 4 | * |
@@ -23,9 +23,9 @@ discard block |
||
23 | 23 | */ |
24 | 24 | |
25 | 25 | // Account Creation |
26 | -$lang['account_creation_successful'] = 'حساب کاربري با موفقیت ايجاد شد'; |
|
27 | -$lang['account_creation_unsuccessful'] = 'ايجاد حساب کاربري با شكست مواجه شد'; |
|
28 | -$lang['account_creation_duplicate_email'] = 'ایمیل قبلا استفاده شده است'; |
|
26 | +$lang['account_creation_successful'] = 'حساب کاربري با موفقیت ايجاد شد'; |
|
27 | +$lang['account_creation_unsuccessful'] = 'ايجاد حساب کاربري با شكست مواجه شد'; |
|
28 | +$lang['account_creation_duplicate_email'] = 'ایمیل قبلا استفاده شده است'; |
|
29 | 29 | $lang['account_creation_duplicate_identity'] = 'نام کاربری قبلا استفاده شده است'; |
30 | 30 | |
31 | 31 | // TODO Please Translate |
@@ -34,31 +34,31 @@ discard block |
||
34 | 34 | |
35 | 35 | // Password |
36 | 36 | $lang['password_change_successful'] = 'رمز عبور عوض شد'; |
37 | -$lang['password_change_unsuccessful'] = 'تعويض رمز عبور انجام نشد'; |
|
37 | +$lang['password_change_unsuccessful'] = 'تعويض رمز عبور انجام نشد'; |
|
38 | 38 | $lang['forgot_password_successful'] = 'ایمیل تعويض رمز عبور ارسال شد'; |
39 | -$lang['forgot_password_unsuccessful'] = 'امكان تعويض رمز عبور وجود ندارد'; |
|
39 | +$lang['forgot_password_unsuccessful'] = 'امكان تعويض رمز عبور وجود ندارد'; |
|
40 | 40 | |
41 | 41 | // Activation |
42 | -$lang['activate_successful'] = 'حساب کاربري فعال شد'; |
|
43 | -$lang['activate_unsuccessful'] = 'امكان فعال سازي حساب کاربري وجود ندارد'; |
|
44 | -$lang['deactivate_successful'] = 'حساب کاربري غيرفعال شد'; |
|
42 | +$lang['activate_successful'] = 'حساب کاربري فعال شد'; |
|
43 | +$lang['activate_unsuccessful'] = 'امكان فعال سازي حساب کاربري وجود ندارد'; |
|
44 | +$lang['deactivate_successful'] = 'حساب کاربري غيرفعال شد'; |
|
45 | 45 | $lang['deactivate_unsuccessful'] = 'امكان غيرفعال كردن حساب کاربري وجود ندارد'; |
46 | 46 | $lang['activation_email_successful'] = 'ایمیل فعال سازی فرستاده شد'; |
47 | -$lang['activation_email_unsuccessful'] = 'امكان ارسال ایمیل فعال سازی وجود ندارد'; |
|
48 | -$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.'; |
|
47 | +$lang['activation_email_unsuccessful'] = 'امكان ارسال ایمیل فعال سازی وجود ندارد'; |
|
48 | +$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
49 | 49 | |
50 | 50 | // Login / Logout |
51 | -$lang['login_successful'] = 'ورود موفقیت آميز'; |
|
52 | -$lang['login_unsuccessful'] = 'ورود نا موفق'; |
|
53 | -$lang['login_unsuccessful_not_active'] = 'حساب کاربري غیر فعال است'; |
|
54 | -$lang['login_timeout'] = 'حساب کاربري موقتا قفل شده است، لطفا بعدا دوباره تلاش نماييد.'; |
|
51 | +$lang['login_successful'] = 'ورود موفقیت آميز'; |
|
52 | +$lang['login_unsuccessful'] = 'ورود نا موفق'; |
|
53 | +$lang['login_unsuccessful_not_active'] = 'حساب کاربري غیر فعال است'; |
|
54 | +$lang['login_timeout'] = 'حساب کاربري موقتا قفل شده است، لطفا بعدا دوباره تلاش نماييد.'; |
|
55 | 55 | $lang['logout_successful'] = 'خروج موفقیت آميز'; |
56 | 56 | |
57 | 57 | // Account Changes |
58 | 58 | $lang['update_successful'] = 'اطلاعات حساب کاربري به روز شد'; |
59 | -$lang['update_unsuccessful'] = 'اطلاعات حساب کاربري به روز نشد'; |
|
60 | -$lang['delete_successful'] = 'کاربر حذف شد'; |
|
61 | -$lang['delete_unsuccessful'] = 'امكان حذف کاربر وجود ندارد'; |
|
59 | +$lang['update_unsuccessful'] = 'اطلاعات حساب کاربري به روز نشد'; |
|
60 | +$lang['delete_successful'] = 'کاربر حذف شد'; |
|
61 | +$lang['delete_unsuccessful'] = 'امكان حذف کاربر وجود ندارد'; |
|
62 | 62 | |
63 | 63 | // Groups |
64 | 64 | $lang['group_creation_successful'] = 'گروه با موفقيت ايجاد شد'; |
@@ -67,20 +67,20 @@ discard block |
||
67 | 67 | $lang['group_delete_successful'] = 'گروه حذف شد'; |
68 | 68 | $lang['group_delete_unsuccessful'] = 'امكان حذف گروه وجود ندارد'; |
69 | 69 | $lang['group_delete_notallowed'] = 'نمیتوان گروه مدیریت را پاک کرد'; |
70 | -$lang['group_name_required'] = 'نام گروه لازم است'; |
|
70 | +$lang['group_name_required'] = 'نام گروه لازم است'; |
|
71 | 71 | $lang['group_name_admin_not_alter'] = 'نام گروه ادمین را نمیتوان تغییر داد'; |
72 | 72 | |
73 | 73 | // Activation Email |
74 | -$lang['email_activation_subject'] = 'فعال سازی حساب کاربري'; |
|
74 | +$lang['email_activation_subject'] = 'فعال سازی حساب کاربري'; |
|
75 | 75 | $lang['email_activate_heading'] = 'فعال سازی اکانت %s'; |
76 | 76 | $lang['email_activate_subheading'] = 'لطفا روی این لینک کلیک کنید: %s'; |
77 | 77 | $lang['email_activate_link'] = 'فعال سازی اکانت'; |
78 | 78 | // Forgot Password Email |
79 | -$lang['email_forgotten_password_subject'] = 'تایید رمز عبور جدید'; |
|
79 | +$lang['email_forgotten_password_subject'] = 'تایید رمز عبور جدید'; |
|
80 | 80 | $lang['email_forgot_password_heading'] = 'بازیابی کلمه عبور برای %s'; |
81 | 81 | $lang['email_forgot_password_subheading'] = 'لطفا روی این لینک کلیک کنید: %s'; |
82 | 82 | $lang['email_forgot_password_link'] = 'کلمه عبور خود را بازیابی کنید'; |
83 | 83 | // New Password Email |
84 | -$lang['email_new_password_subject'] = 'رمز عبور جدید'; |
|
84 | +$lang['email_new_password_subject'] = 'رمز عبور جدید'; |
|
85 | 85 | $lang['email_new_password_heading'] = 'کلمه عبور جدید برای %s'; |
86 | 86 | $lang['email_new_password_subheading'] = 'کلمه عبور جدید شما: %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 - Persian |
4 | 6 | * |