@@ -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 | * |
| 4 | 4 | * Every application needs to support the famous pirate language |
@@ -9,9 +9,9 @@ discard block |
||
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | 11 | // Account Creation |
| 12 | -$lang['account_creation_successful'] = 'Ahoy, Welcome Aboard Landlubber!'; |
|
| 13 | -$lang['account_creation_unsuccessful'] = 'Avast, Unable to Commandeer Ship'; |
|
| 14 | -$lang['account_creation_duplicate_email'] = 'Letter in the Bottle Already Used or Invalid'; |
|
| 12 | +$lang['account_creation_successful'] = 'Ahoy, Welcome Aboard Landlubber!'; |
|
| 13 | +$lang['account_creation_unsuccessful'] = 'Avast, Unable to Commandeer Ship'; |
|
| 14 | +$lang['account_creation_duplicate_email'] = 'Letter in the Bottle Already Used or Invalid'; |
|
| 15 | 15 | $lang['account_creation_duplicate_identity'] = 'Pirate Name Already Used or Invalid'; |
| 16 | 16 | |
| 17 | 17 | // TODO Please Translate |
@@ -21,24 +21,24 @@ discard block |
||
| 21 | 21 | |
| 22 | 22 | // Password |
| 23 | 23 | $lang['password_change_successful'] = 'Secret Code Successfully Changed'; |
| 24 | -$lang['password_change_unsuccessful'] = 'Unable to Change Secret Code'; |
|
| 24 | +$lang['password_change_unsuccessful'] = 'Unable to Change Secret Code'; |
|
| 25 | 25 | $lang['forgot_password_successful'] = 'Secret Code Reset Letter Sent'; |
| 26 | -$lang['forgot_password_unsuccessful'] = 'Unable to Reset Secret Code'; |
|
| 26 | +$lang['forgot_password_unsuccessful'] = 'Unable to Reset Secret Code'; |
|
| 27 | 27 | |
| 28 | 28 | // Activation |
| 29 | -$lang['activate_successful'] = 'Ahoy, Your Ship Be Ready For Sailing The Seven Seas'; |
|
| 30 | -$lang['activate_unsuccessful'] = 'Avast, Furner be having trouble!'; |
|
| 31 | -$lang['deactivate_successful'] = 'Furner be burned down by the Navy'; |
|
| 32 | -$lang['deactivate_unsuccessful'] = 'Shiver me timbers! Account not Deactivated'; |
|
| 33 | -$lang['activation_email_successful'] = 'Letter in the Bottle Sent'; |
|
| 34 | -$lang['activation_email_unsuccessful'] = 'Unable to Send Letter in the Bottle'; |
|
| 35 | -$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.'; |
|
| 29 | +$lang['activate_successful'] = 'Ahoy, Your Ship Be Ready For Sailing The Seven Seas'; |
|
| 30 | +$lang['activate_unsuccessful'] = 'Avast, Furner be having trouble!'; |
|
| 31 | +$lang['deactivate_successful'] = 'Furner be burned down by the Navy'; |
|
| 32 | +$lang['deactivate_unsuccessful'] = 'Shiver me timbers! Account not Deactivated'; |
|
| 33 | +$lang['activation_email_successful'] = 'Letter in the Bottle Sent'; |
|
| 34 | +$lang['activation_email_unsuccessful'] = 'Unable to Send Letter in the Bottle'; |
|
| 35 | +$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
| 36 | 36 | |
| 37 | 37 | // Login / Logout |
| 38 | -$lang['login_successful'] = 'Yarr, welcome aboard!'; |
|
| 39 | -$lang['login_unsuccessful'] = 'In-Correct Secret Code'; |
|
| 40 | -$lang['login_unsuccessful_not_active'] = 'Account is inactive'; |
|
| 41 | -$lang['login_timeout'] = 'Temporarily Locked Out. Try again later.'; |
|
| 38 | +$lang['login_successful'] = 'Yarr, welcome aboard!'; |
|
| 39 | +$lang['login_unsuccessful'] = 'In-Correct Secret Code'; |
|
| 40 | +$lang['login_unsuccessful_not_active'] = 'Account is inactive'; |
|
| 41 | +$lang['login_timeout'] = 'Temporarily Locked Out. Try again later.'; |
|
| 42 | 42 | $lang['logout_successful'] = 'Be Seeying ya Matey'; |
| 43 | 43 | |
| 44 | 44 | // Account Changes |
@@ -54,20 +54,20 @@ discard block |
||
| 54 | 54 | $lang['group_delete_successful'] = 'Group deleted'; |
| 55 | 55 | $lang['group_delete_unsuccessful'] = 'Unable to delete group'; |
| 56 | 56 | $lang['group_delete_notallowed'] = 'Can\'t delete the administrators\' group'; |
| 57 | -$lang['group_name_required'] = 'Group name is a required field'; |
|
| 57 | +$lang['group_name_required'] = 'Group name is a required field'; |
|
| 58 | 58 | $lang['group_name_admin_not_alter'] = 'Admin group name can not be changed'; |
| 59 | 59 | |
| 60 | 60 | // Activation Email |
| 61 | -$lang['email_activation_subject'] = 'Account Activation'; |
|
| 61 | +$lang['email_activation_subject'] = 'Account Activation'; |
|
| 62 | 62 | $lang['email_activate_heading'] = 'Activate account for %s'; |
| 63 | 63 | $lang['email_activate_subheading'] = 'Please click this link to %s.'; |
| 64 | 64 | $lang['email_activate_link'] = 'Activate Your Account'; |
| 65 | 65 | // Forgot Password Email |
| 66 | -$lang['email_forgotten_password_subject'] = 'Forgotten Password Verification'; |
|
| 66 | +$lang['email_forgotten_password_subject'] = 'Forgotten Password Verification'; |
|
| 67 | 67 | $lang['email_forgot_password_heading'] = 'Reset Password for %s'; |
| 68 | 68 | $lang['email_forgot_password_subheading'] = 'Please click this link to %s.'; |
| 69 | 69 | $lang['email_forgot_password_link'] = 'Reset Your Password'; |
| 70 | 70 | // New Password Email |
| 71 | -$lang['email_new_password_subject'] = 'New Password'; |
|
| 71 | +$lang['email_new_password_subject'] = 'New Password'; |
|
| 72 | 72 | $lang['email_new_password_heading'] = 'New Password for %s'; |
| 73 | 73 | $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 | * |
| 4 | 6 | * Every application needs to support the famous pirate language |
@@ -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 - Slovak |
| 4 | 4 | * |
@@ -13,9 +13,9 @@ discard block |
||
| 13 | 13 | */ |
| 14 | 14 | |
| 15 | 15 | // Account Creation |
| 16 | -$lang['account_creation_successful'] = 'Účet bol úspešne vytvorený'; |
|
| 17 | -$lang['account_creation_unsuccessful'] = 'Nie je možné vytvoriť účet'; |
|
| 18 | -$lang['account_creation_duplicate_email'] = 'E-mail už existuje alebo je neplatný'; |
|
| 16 | +$lang['account_creation_successful'] = 'Účet bol úspešne vytvorený'; |
|
| 17 | +$lang['account_creation_unsuccessful'] = 'Nie je možné vytvoriť účet'; |
|
| 18 | +$lang['account_creation_duplicate_email'] = 'E-mail už existuje alebo je neplatný'; |
|
| 19 | 19 | $lang['account_creation_duplicate_identity'] = 'Užívateľské meno už existuje alebo 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 bolo úspešne zmenené'; |
| 27 | -$lang['password_change_unsuccessful'] = 'Nie je možné zmeniť heslo'; |
|
| 27 | +$lang['password_change_unsuccessful'] = 'Nie je možné zmeniť heslo'; |
|
| 28 | 28 | $lang['forgot_password_successful'] = 'Heslo bolo odoslané na e-mail'; |
| 29 | -$lang['forgot_password_unsuccessful'] = 'Nie je možné obnoviť heslo'; |
|
| 29 | +$lang['forgot_password_unsuccessful'] = 'Nie je možné obnoviť heslo'; |
|
| 30 | 30 | |
| 31 | 31 | // Activation |
| 32 | -$lang['activate_successful'] = 'Účet bol aktivovaný'; |
|
| 33 | -$lang['activate_unsuccessful'] = 'Nie je možné aktivovať účet'; |
|
| 34 | -$lang['deactivate_successful'] = 'Účet bol deaktivovaný'; |
|
| 32 | +$lang['activate_successful'] = 'Účet bol aktivovaný'; |
|
| 33 | +$lang['activate_unsuccessful'] = 'Nie je možné aktivovať účet'; |
|
| 34 | +$lang['deactivate_successful'] = 'Účet bol deaktivovaný'; |
|
| 35 | 35 | $lang['deactivate_unsuccessful'] = 'Nie je možné deaktivovať účet'; |
| 36 | 36 | $lang['activation_email_successful'] = 'Aktivačný e-mail bol odoslaný'; |
| 37 | -$lang['activation_email_unsuccessful'] = 'Nedá sa odoslať aktivačný e-mail'; |
|
| 38 | -$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.'; |
|
| 37 | +$lang['activation_email_unsuccessful'] = 'Nedá sa odoslať 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'] = 'Úspešne prihlásený'; |
|
| 42 | -$lang['login_unsuccessful'] = 'Nesprávny e-mail alebo heslo'; |
|
| 43 | -$lang['login_unsuccessful_not_active'] = 'Účet je neaktívny'; |
|
| 44 | -$lang['login_timeout'] = 'Dočasne uzamknuté z bezpečnostných dôvodov. Skúste neskôr'; |
|
| 41 | +$lang['login_successful'] = 'Úspešne prihlásený'; |
|
| 42 | +$lang['login_unsuccessful'] = 'Nesprávny e-mail alebo heslo'; |
|
| 43 | +$lang['login_unsuccessful_not_active'] = 'Účet je neaktívny'; |
|
| 44 | +$lang['login_timeout'] = 'Dočasne uzamknuté z bezpečnostných dôvodov. Skúste neskôr'; |
|
| 45 | 45 | $lang['logout_successful'] = 'Úspešné odhlásenie'; |
| 46 | 46 | |
| 47 | 47 | // Account Changes |
@@ -57,20 +57,20 @@ discard block |
||
| 57 | 57 | $lang['group_delete_successful'] = 'Skupina zmazaná'; |
| 58 | 58 | $lang['group_delete_unsuccessful'] = 'Nemôžem zmazať skupinu'; |
| 59 | 59 | $lang['group_delete_notallowed'] = 'Nemôžem zmazať administrátorskú skupinu'; |
| 60 | -$lang['group_name_required'] = 'Meno skupiny je požadované pole'; |
|
| 60 | +$lang['group_name_required'] = 'Meno skupiny je požadované pole'; |
|
| 61 | 61 | $lang['group_name_admin_not_alter'] = 'Administratorská skupina nemôže byť zmenená'; |
| 62 | 62 | |
| 63 | 63 | // Activation Email |
| 64 | -$lang['email_activation_subject'] = 'Aktivácia účtu'; |
|
| 64 | +$lang['email_activation_subject'] = 'Aktivácia účtu'; |
|
| 65 | 65 | $lang['email_activate_heading'] = 'Aktivujte účet na %s'; |
| 66 | 66 | $lang['email_activate_subheading'] = 'Prosím kliknite na tento odkaz pre %s.'; |
| 67 | 67 | $lang['email_activate_link'] = 'Aktivujte váš účet'; |
| 68 | 68 | // Forgot Password Email |
| 69 | -$lang['email_forgotten_password_subject'] = 'Obnovenie hesla kontrola'; |
|
| 69 | +$lang['email_forgotten_password_subject'] = 'Obnovenie hesla kontrola'; |
|
| 70 | 70 | $lang['email_forgot_password_heading'] = 'Obnoviť heslo pre %s'; |
| 71 | 71 | $lang['email_forgot_password_subheading'] = 'Prosím kliknite na tento odkaz pre %s.'; |
| 72 | 72 | $lang['email_forgot_password_link'] = 'Reset vášho hesla'; |
| 73 | 73 | // New Password Email |
| 74 | -$lang['email_new_password_subject'] = 'Nové heslo'; |
|
| 74 | +$lang['email_new_password_subject'] = 'Nové heslo'; |
|
| 75 | 75 | $lang['email_new_password_heading'] = 'Nové heslo pre %s'; |
| 76 | 76 | $lang['email_new_password_subheading'] = 'Vaše heslo bolo resetované na: %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 - Slovak |
| 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 - English |
| 4 | 4 | * |
@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | $lang['error_csrf'] = 'Tento formulár neprešiel bezpečnostnou kontrolou.'; |
| 22 | 22 | |
| 23 | 23 | // Login |
| 24 | -$lang['login_heading'] = 'Prihlásenie'; |
|
| 24 | +$lang['login_heading'] = 'Prihlásenie'; |
|
| 25 | 25 | $lang['login_subheading'] = 'Prosím prihláste sa nižšie pomocou svojho emailu alebo užívateľským menom a heslom'; |
| 26 | 26 | $lang['login_identity_label'] = 'E-mail / Užívateľské meno:'; |
| 27 | 27 | $lang['login_password_label'] = 'Heslo'; |
@@ -134,7 +134,7 @@ discard block |
||
| 134 | 134 | $lang['forgot_password_username_identity_label'] = 'Používateľské meno'; |
| 135 | 135 | $lang['forgot_password_email_identity_label'] = 'Email'; |
| 136 | 136 | $lang['forgot_password_email_not_found'] = 'Žiadny záznam s toutu e-mailovou adresou.'; |
| 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'] = 'Zmena hesla'; |
@@ -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 - English |
| 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 - Ukraine (UTF-8) |
| 4 | 4 | * |
@@ -17,9 +17,9 @@ discard block |
||
| 17 | 17 | */ |
| 18 | 18 | |
| 19 | 19 | // Account Creation |
| 20 | -$lang['account_creation_successful'] = 'Обліковий запис успішно створено'; |
|
| 21 | -$lang['account_creation_unsuccessful'] = 'Неможливо створити обліковий запис'; |
|
| 22 | -$lang['account_creation_duplicate_email'] = 'Електронна пошта використовується або некоректна'; |
|
| 20 | +$lang['account_creation_successful'] = 'Обліковий запис успішно створено'; |
|
| 21 | +$lang['account_creation_unsuccessful'] = 'Неможливо створити обліковий запис'; |
|
| 22 | +$lang['account_creation_duplicate_email'] = 'Електронна пошта використовується або некоректна'; |
|
| 23 | 23 | $lang['account_creation_duplicate_identity'] = 'Ім`я користувача існує або некоректне'; |
| 24 | 24 | |
| 25 | 25 | // TODO Please Translate |
@@ -33,19 +33,19 @@ discard block |
||
| 33 | 33 | $lang['forgot_password_unsuccessful'] = 'Неможливе скидання пароля'; |
| 34 | 34 | |
| 35 | 35 | // Activation |
| 36 | -$lang['activate_successful'] = 'Обліковий запис активовано'; |
|
| 37 | -$lang['activate_unsuccessful'] = 'Не вдалося активувати обліковий запис'; |
|
| 36 | +$lang['activate_successful'] = 'Обліковий запис активовано'; |
|
| 37 | +$lang['activate_unsuccessful'] = 'Не вдалося активувати обліковий запис'; |
|
| 38 | 38 | $lang['deactivate_successful'] = 'Обліковий запис деактивовано'; |
| 39 | 39 | $lang['deactivate_unsuccessful'] = 'Неможливо деактивувати обліковий запис'; |
| 40 | 40 | $lang['activation_email_successful'] = 'Повідомлення про активацію відправлено'; |
| 41 | 41 | $lang['activation_email_unsuccessful'] = 'Повідомлення про активацію неможливо відправити'; |
| 42 | -$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.'; |
|
| 42 | +$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
| 43 | 43 | |
| 44 | 44 | // Login / Logout |
| 45 | -$lang['login_successful'] = 'Авторизація пройшла успішно'; |
|
| 46 | -$lang['login_unsuccessful'] = 'Логін невірний'; |
|
| 47 | -$lang['login_unsuccessful_not_active'] = 'Обліковий запис не активований'; |
|
| 48 | -$lang['login_timeout'] = 'В цілях безпеки можливість входу тимчасово заблокована. Спробуйте зайти пізніше.'; |
|
| 45 | +$lang['login_successful'] = 'Авторизація пройшла успішно'; |
|
| 46 | +$lang['login_unsuccessful'] = 'Логін невірний'; |
|
| 47 | +$lang['login_unsuccessful_not_active'] = 'Обліковий запис не активований'; |
|
| 48 | +$lang['login_timeout'] = 'В цілях безпеки можливість входу тимчасово заблокована. Спробуйте зайти пізніше.'; |
|
| 49 | 49 | $lang['logout_successful'] = 'Вихід успішний'; |
| 50 | 50 | |
| 51 | 51 | // Account Changes |
@@ -61,7 +61,7 @@ discard block |
||
| 61 | 61 | $lang['group_delete_successful'] = 'Група видалена'; |
| 62 | 62 | $lang['group_delete_unsuccessful'] = 'Не вдалося видалити групу'; |
| 63 | 63 | $lang['group_delete_notallowed'] = 'Не можна видалити групу адміністраторів'; |
| 64 | -$lang['group_name_required'] = 'Ім\'я групи обов\'язкове до заповнення'; |
|
| 64 | +$lang['group_name_required'] = 'Ім\'я групи обов\'язкове до заповнення'; |
|
| 65 | 65 | $lang['group_name_admin_not_alter'] = 'Admin group name can not be changed'; |
| 66 | 66 | |
| 67 | 67 | // Activation Email |
@@ -71,10 +71,10 @@ discard block |
||
| 71 | 71 | $lang['email_activate_link'] = 'Активувати ваш акаунт'; |
| 72 | 72 | // Forgot Password Email |
| 73 | 73 | $lang['email_forgotten_password_subject'] = 'Перевірка забутого пароля'; |
| 74 | -$lang['email_forgot_password_heading'] = 'Скидання пароля для користувача %s'; |
|
| 74 | +$lang['email_forgot_password_heading'] = 'Скидання пароля для користувача %s'; |
|
| 75 | 75 | $lang['email_forgot_password_subheading'] = 'Натисніть на посилання для %s.'; |
| 76 | -$lang['email_forgot_password_link'] = 'Відновлення пароля'; |
|
| 76 | +$lang['email_forgot_password_link'] = 'Відновлення пароля'; |
|
| 77 | 77 | // New Password Email |
| 78 | 78 | $lang['email_new_password_subject'] = 'Відновлення пароля'; |
| 79 | 79 | $lang['email_new_password_heading'] = 'Новий пароль для %s'; |
| 80 | -$lang['email_new_password_subheading'] = 'Пароль змінений на: %s'; |
|
| 80 | +$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 - Ukraine (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: Ion Auth Lang - French |
| 4 | 4 | * |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | $lang['update_unsuccessful'] = 'Impossible de mettre à jour le compte utilisateur'; |
| 53 | 53 | $lang['delete_successful'] = 'Utilisateur supprimé'; |
| 54 | 54 | $lang['delete_unsuccessful'] = 'Impossible de supprimer l\'utilisateur'; |
| 55 | -$lang['deactivate_current_user_unsuccessful']= 'Vous ne pouvez pas vous désactiver vous-même.'; |
|
| 55 | +$lang['deactivate_current_user_unsuccessful'] = 'Vous ne pouvez pas vous désactiver vous-même.'; |
|
| 56 | 56 | |
| 57 | 57 | // Groups |
| 58 | 58 | $lang['group_creation_successful'] = 'Groupe créé avec succè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 - French |
| 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 - English |
| 4 | 4 | * |
@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | $lang['forgot_password_username_identity_label'] = 'Nom d\'utilisateur'; |
| 137 | 137 | $lang['forgot_password_email_identity_label'] = 'Email'; |
| 138 | 138 | $lang['forgot_password_email_not_found'] = 'Cette adresse email n\'est pas enregistrée chez nous.'; |
| 139 | -$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
| 139 | +$lang['forgot_password_identity_not_found'] = 'No record of that username address.'; |
|
| 140 | 140 | |
| 141 | 141 | // Reset Password |
| 142 | 142 | $lang['reset_password_heading'] = 'Modifier le mot de passe'; |
@@ -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 - English |
| 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 - Catalan |
| 4 | 4 | * |
@@ -32,20 +32,20 @@ discard block |
||
| 32 | 32 | $lang['forgot_password_unsuccessful'] = 'No ha estat possible crear una nova contrasenya'; |
| 33 | 33 | |
| 34 | 34 | // Activation |
| 35 | -$lang['activate_successful'] = 'Compte activat'; |
|
| 36 | -$lang['activate_unsuccessful'] = 'No ha estat possible activar el compte'; |
|
| 37 | -$lang['deactivate_successful'] = 'Compte desactivat'; |
|
| 38 | -$lang['deactivate_unsuccessful'] = 'No ha estat possible desactivar el compte'; |
|
| 39 | -$lang['activation_email_successful'] = 'Email d'activació enviat'; |
|
| 40 | -$lang['activation_email_unsuccessful'] = 'No ha estat possible enviar l'email d'activació'; |
|
| 41 | -$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
| 35 | +$lang['activate_successful'] = 'Compte activat'; |
|
| 36 | +$lang['activate_unsuccessful'] = 'No ha estat possible activar el compte'; |
|
| 37 | +$lang['deactivate_successful'] = 'Compte desactivat'; |
|
| 38 | +$lang['deactivate_unsuccessful'] = 'No ha estat possible desactivar el compte'; |
|
| 39 | +$lang['activation_email_successful'] = 'Email d'activació enviat'; |
|
| 40 | +$lang['activation_email_unsuccessful'] = 'No ha estat possible enviar l'email d'activació'; |
|
| 41 | +$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
| 42 | 42 | |
| 43 | 43 | // Login / Logout |
| 44 | 44 | $lang['login_successful'] = 'Sessió iniciada amb èxit'; |
| 45 | 45 | $lang['login_unsuccessful'] = 'No ha estat possible iniciar sessió'; |
| 46 | -$lang['login_unsuccessful_not_active'] = 'Compte inactiu'; |
|
| 47 | -$lang['login_timeout'] = 'Temporalment bloquejat. Torna-ho a provar més tard.'; |
|
| 48 | -$lang['logout_successful'] = 'Sessió finalitzada amb èxit'; |
|
| 46 | +$lang['login_unsuccessful_not_active'] = 'Compte inactiu'; |
|
| 47 | +$lang['login_timeout'] = 'Temporalment bloquejat. Torna-ho a provar més tard.'; |
|
| 48 | +$lang['logout_successful'] = 'Sessió finalitzada amb èxit'; |
|
| 49 | 49 | |
| 50 | 50 | // Account Changes |
| 51 | 51 | $lang['update_successful'] = 'Informació del compte actualitzat amb èxit'; |
@@ -60,20 +60,20 @@ discard block |
||
| 60 | 60 | $lang['group_delete_successful'] = 'Grup esborrat'; |
| 61 | 61 | $lang['group_delete_unsuccessful'] = 'No s'ha pogut esborrar el grup'; |
| 62 | 62 | $lang['group_delete_notallowed'] = 'No es pot eliminar el grup dels administradors'; |
| 63 | -$lang['group_name_required'] = 'El nom de grup és un camp necessari'; |
|
| 63 | +$lang['group_name_required'] = 'El nom de grup és un camp necessari'; |
|
| 64 | 64 | $lang['group_name_admin_not_alter'] = 'El nom del grup Admin no es pot canviar'; |
| 65 | 65 | |
| 66 | 66 | // Activation Email |
| 67 | -$lang['email_activation_subject'] = 'Activació del compte'; |
|
| 67 | +$lang['email_activation_subject'] = 'Activació del compte'; |
|
| 68 | 68 | $lang['email_activate_heading'] = 'Activar el compte de %s'; |
| 69 | 69 | $lang['email_activate_subheading'] = 'Si us plau, cliqueu el link per %s.'; |
| 70 | 70 | $lang['email_activate_link'] = 'Activa el teu compte'; |
| 71 | 71 | // Forgot Password Email |
| 72 | -$lang['email_forgotten_password_subject'] = 'Verificació de contrasenya oblidada'; |
|
| 72 | +$lang['email_forgotten_password_subject'] = 'Verificació de contrasenya oblidada'; |
|
| 73 | 73 | $lang['email_forgot_password_heading'] = 'Restableix contrasenya a %s'; |
| 74 | 74 | $lang['email_forgot_password_subheading'] = 'Si us plau, cliqueu el link per %s.'; |
| 75 | 75 | $lang['email_forgot_password_link'] = 'Restableix la teva contrasenya'; |
| 76 | 76 | // New Password Email |
| 77 | -$lang['email_new_password_subject'] = 'Nova contrasenya'; |
|
| 77 | +$lang['email_new_password_subject'] = 'Nova contrasenya'; |
|
| 78 | 78 | $lang['email_new_password_heading'] = 'Nova contrasenya per a %s'; |
| 79 | 79 | $lang['email_new_password_subheading'] = 'La teva contrasenya s'ha restablert a: %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 - Catalan |
| 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 - English |
| 4 | 4 | * |
@@ -134,7 +134,7 @@ discard block |
||
| 134 | 134 | $lang['forgot_password_identity_label'] = 'Usuari'; |
| 135 | 135 | $lang['forgot_password_email_identity_label'] = 'Correu-e'; |
| 136 | 136 | $lang['forgot_password_email_not_found'] = 'No hi ha registre d\'aquesta adreça de correu electrònic.'; |
| 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'] = 'Canvia Contrasenya'; |
@@ -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 - English |
| 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 - Croatian |
| 4 | 4 | * |
@@ -18,9 +18,9 @@ discard block |
||
| 18 | 18 | */ |
| 19 | 19 | |
| 20 | 20 | // Account Creation |
| 21 | -$lang['account_creation_successful'] = 'Račun je uspješno kreiran'; |
|
| 22 | -$lang['account_creation_unsuccessful'] = 'Račun nije kreiran'; |
|
| 23 | -$lang['account_creation_duplicate_email'] = 'Email je već iskorišten ili krivi'; |
|
| 21 | +$lang['account_creation_successful'] = 'Račun je uspješno kreiran'; |
|
| 22 | +$lang['account_creation_unsuccessful'] = 'Račun nije kreiran'; |
|
| 23 | +$lang['account_creation_duplicate_email'] = 'Email je već iskorišten ili krivi'; |
|
| 24 | 24 | $lang['account_creation_duplicate_identity'] = 'Korisničko ime je već iskorišteno ili krivo'; |
| 25 | 25 | |
| 26 | 26 | // TODO Please Translate |
@@ -29,24 +29,24 @@ discard block |
||
| 29 | 29 | |
| 30 | 30 | // Password |
| 31 | 31 | $lang['password_change_successful'] = 'Lozinka uspješno promjenjena'; |
| 32 | -$lang['password_change_unsuccessful'] = 'Lozinka nije promjenjena'; |
|
| 32 | +$lang['password_change_unsuccessful'] = 'Lozinka nije promjenjena'; |
|
| 33 | 33 | $lang['forgot_password_successful'] = 'Email za poništenje lozinke je poslan'; |
| 34 | -$lang['forgot_password_unsuccessful'] = 'lozinka nije poništena'; |
|
| 34 | +$lang['forgot_password_unsuccessful'] = 'lozinka nije poništena'; |
|
| 35 | 35 | |
| 36 | 36 | // Activation |
| 37 | -$lang['activate_successful'] = 'Račun je aktiviran'; |
|
| 38 | -$lang['activate_unsuccessful'] = 'Aktiviranje računa nije uspjelo'; |
|
| 39 | -$lang['deactivate_successful'] = 'Račun je deaktiviran'; |
|
| 37 | +$lang['activate_successful'] = 'Račun je aktiviran'; |
|
| 38 | +$lang['activate_unsuccessful'] = 'Aktiviranje računa nije uspjelo'; |
|
| 39 | +$lang['deactivate_successful'] = 'Račun je deaktiviran'; |
|
| 40 | 40 | $lang['deactivate_unsuccessful'] = 'De-aktivacija računa noje uspjela'; |
| 41 | 41 | $lang['activation_email_successful'] = 'Email za aktivaciju je poslan'; |
| 42 | -$lang['activation_email_unsuccessful'] = 'Slanje mail za aktivaciju nije uspjelo'; |
|
| 43 | -$lang['deactivate_current_user_unsuccessful']= 'You cannot De-Activate your self.'; |
|
| 42 | +$lang['activation_email_unsuccessful'] = 'Slanje mail za aktivaciju nije uspjelo'; |
|
| 43 | +$lang['deactivate_current_user_unsuccessful'] = 'You cannot De-Activate your self.'; |
|
| 44 | 44 | |
| 45 | 45 | // Login / Logout |
| 46 | -$lang['login_successful'] = 'Uspješno prijavljeni'; |
|
| 47 | -$lang['login_unsuccessful'] = 'Prijava nije uspjela'; |
|
| 48 | -$lang['login_unsuccessful_not_active'] = 'Račun nije aktivan'; |
|
| 49 | -$lang['login_timeout'] = 'Temporarily Locked Out. Try again later.'; |
|
| 46 | +$lang['login_successful'] = 'Uspješno prijavljeni'; |
|
| 47 | +$lang['login_unsuccessful'] = 'Prijava nije uspjela'; |
|
| 48 | +$lang['login_unsuccessful_not_active'] = 'Račun nije aktivan'; |
|
| 49 | +$lang['login_timeout'] = 'Temporarily Locked Out. Try again later.'; |
|
| 50 | 50 | $lang['logout_successful'] = 'Uspješno ste odjavljeni'; |
| 51 | 51 | |
| 52 | 52 | // Account Changes |
@@ -62,20 +62,20 @@ discard block |
||
| 62 | 62 | $lang['group_delete_successful'] = 'Group deleted'; |
| 63 | 63 | $lang['group_delete_unsuccessful'] = 'Unable to delete group'; |
| 64 | 64 | $lang['group_delete_notallowed'] = 'Can\'t delete the administrators\' group'; |
| 65 | -$lang['group_name_required'] = 'Group name is a required field'; |
|
| 65 | +$lang['group_name_required'] = 'Group name is a required field'; |
|
| 66 | 66 | $lang['group_name_admin_not_alter'] = 'Admin group name can not be changed'; |
| 67 | 67 | |
| 68 | 68 | // Activation Email |
| 69 | -$lang['email_activation_subject'] = 'Aktivacija računa'; |
|
| 69 | +$lang['email_activation_subject'] = 'Aktivacija računa'; |
|
| 70 | 70 | $lang['email_activate_heading'] = 'Activate account for %s'; |
| 71 | 71 | $lang['email_activate_subheading'] = 'Please click this link to %s.'; |
| 72 | 72 | $lang['email_activate_link'] = 'Activate Your Account'; |
| 73 | 73 | // Forgot Password Email |
| 74 | -$lang['email_forgotten_password_subject'] = 'Potvrda o zaboravljenoj lozinci'; |
|
| 74 | +$lang['email_forgotten_password_subject'] = 'Potvrda o zaboravljenoj lozinci'; |
|
| 75 | 75 | $lang['email_forgot_password_heading'] = 'Reset Password for %s'; |
| 76 | 76 | $lang['email_forgot_password_subheading'] = 'Please click this link to %s.'; |
| 77 | 77 | $lang['email_forgot_password_link'] = 'Reset Your Password'; |
| 78 | 78 | // New Password Email |
| 79 | -$lang['email_new_password_subject'] = 'Nova lozinka'; |
|
| 79 | +$lang['email_new_password_subject'] = 'Nova lozinka'; |
|
| 80 | 80 | $lang['email_new_password_heading'] = 'New Password for %s'; |
| 81 | 81 | $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 - Croatian |
| 4 | 6 | * |