; ====================================================== ; Limit Active Logins for Joomla! - v1.1.3 (pro version) ; ------------------------------------------------------- ; For Joomla! CMS (v3.x) ; Author: Web357 (Yiannis Christodoulou) ; Copyright Copyright (©) 2014-2023 Web357. All rights reserved. ; License: GNU/GPLv3, http://www.gnu.org/licenses/gpl-3.0.html ; Website: https:/www.web357.com ; Demo: https://limitactivelogins.web357.com/ ; Support: support@web357.com ; Last modified: Monday 30 October 2023, 12:49:59 PM ; ====================================================== COM_LIMITACTIVELOGINS_CUSTOM_ERROR_MESSAGE_DEFAULT="

You have reached the maximum number of active logins for this account.
The limit of logins are %s per device. Please, logout from another device to continue.

You have already logged in to the below devices.

" COM_LIMITACTIVELOGINS_SIGNED_IN_DEVICES="%s signed-in devices" COM_LIMITACTIVELOGINS_DONT_RECOGNIZE_THIS_DEVICE="Don't recognize this device?" COM_LIMITACTIVELOGINS_DONT_RECOGNIZE_A_DEVICE="Don't recognize a device?" COM_LIMITACTIVELOGINS_THIS_DEVICE="This device" COM_LIMITACTIVELOGINS_AGO="ago" COM_LIMITACTIVELOGINS_JUST_NOW="just now" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_YEAR="year" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_YEARS="years" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_MONTH="month" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_MONTHS="months" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_WEEK="week" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_WEEKS="weeks" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_DAY="day" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_DAYS="days" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_HOUR="hour" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_HOURS="hours" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_MINUTE="minute" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_MINUTES="minutes" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_SECOND="second" COM_LIMITACTIVELOGINS_TIME_ELAPSED_STRING_SECONDS="seconds" COM_LIMITACTIVELOGINS_LOGIN_FAILED="Login failed!" COM_LIMITACTIVELOGINS_LOGOUT="Logout" COM_LIMITACTIVELOGINS_CURRENT_SESSION_ITS_YOU="Current session (It's you)" COM_LIMITACTIVELOGINS_LOGOUT_CONFIRM_LOGOUT="re you sure to delete this session? The user `%s` will be logged out from this device." COM_LIMITACTIVELOGINS_LETS_SECURE_YOUR_ACCOUNT="Let’s secure your account" COM_LIMITACTIVELOGINS_NOT_RECOGNICED_DEVICE_MSG="

If there’s a device you don’t recognize, someone else may have your password. Change your password to protect your Account.

You’ll be signed out of all devices except the one you’re using now.

" COM_LIMITACTIVELOGINS_CANCEL="Cancel" COM_LIMITACTIVELOGINS_CHANGE_PASSWORD="Change password" COM_LIMITACTIVELOGINS_LOGGED_OUT_FROM_OTHER_DEVICES="You've been successfully logged out from the other device(s)."