-
Notifications
You must be signed in to change notification settings - Fork 20
Language Changes
codeling edited this page Aug 5, 2013
·
48 revisions
language/en-GB/en-GB.plg_system_bfstop.sys.ini:
+USE_HTTP_ERROR_LABEL="Use HTTP Error"
+USE_HTTP_ERROR_DESC="If enabled, bfstop will send a status code 403 (Forbidden) if the users' IP address is blocked"
admlang/en-GB/en-GB.com_bfstop.ini:
+BLOCKED_PERMANENTLY="Blocked permanently"
en-GB.plg_system_bfstop.sys.ini (Please check the file here for the actual content: https://github.com/codeling/bfstop/blob/master/language/en-GB/en-GB.plg_system_bfstop.sys.ini):
-LOGGING_ENABLED_LABEL="Logging"
-LOGGING_ENABLED_DESC="Determines whether a Logfile about the activities of the plugin should be created (this should only b [...]
+LOGLEVEL_LABEL="Logging"
+LOGLEVEL_DESC="Determines whether a Logfile about the activities of the plugin should be created (this should only be neces [...]
+FATAL="Fatal error"
+INFO="Informational message"
+DEBUG="Detailed information"
admlang/en-GB/en-GB.com_bfstop.ini (Please check the file here for the actual content: https://github.com/codeling/com_bfstop/blob/master/admlang/en-GB/en-GB.com_bfstop.ini):
-STILL_BLOCKED="Still Blocked"
-UNBLOCKED_STATE="Entsperrt am %s"
-UNBLOCK_LINK_CAPTION="-> Unblock now"
+BLOCKED_UNTIL="Blocked until %s"
+BLOCK_EXPIRED_AT="Block expired at %s"
-UNBLOCK_INVALIDID="Invalid id: %d."
+UNBLOCK_INVALIDID="Invalid id(s): %s."
+UNBLOCKED_STATE="Unblocked at %s"
+SETTINGS_VIEW_HINT="Here you can check whether the notification configuration of the bfstop plugin is working. To do so now [...]
administrator/language/xx-XX/xx-XX.plg_system.bfstop.sys.ini:
MAX_BLOCKS_BEFORE_LABEL="Permanent after"
MAX_BLOCKS_BEFORE_DESC="Determines after how many blocked attempts a permanent block will be set up. Blocks which were removed (i.e. unblocked) by token do also count; only those done via the backend will be ignored."
MAX_BLOCK_NEVER="Never"
ENABLED_FOR_ORIGIN_LABEL="Active for"
ENABLED_FOR_ORIGIN_DESC="Determines for which parts of the Joomla! system the plugin should be active. If set to only either frontend or backend, the respective other part will not be considered for any functionality (e.g. if configured only for backend, then failed login attempts in frontend will not be logged; but also successful logins in frontend won't reset the failed login counter). Please note that a block always affects the whole site, no matter what is entered here!"
ENABLED_FOR_FRONTEND="Only Frontend"
ENABLED_FOR_BACKEND="Only Backend"
ENABLED_FOR_BOTH="Frontend and Backend"
administrator/language/xx-XX/xx-XX.plg_system.bfstop.ini:
FAILED_LOGIN_ATTEMPT (added first parameter site name)
BLOCKED_IP_ADDRESS_BODY (added second parameter site URL)
BLOCKED_IP_ADDRESS_SUBJECT (added first parameter site name)
administrator/language/xx-XX/xx-XX.com_bfstop.ini:
COM_BFSTOP_HEADING_DATE (moved from COM_BFSTOP_HEADING_CRDATE, so probably no change required)
COM_BFSTOP_HEADING_DURATION="Duration"
COM_BFSTOP_HEADING_USERNAME="Username"
COM_BFSTOP_HEADING_ERROR="Error"
COM_BFSTOP_HEADING_ORIGIN="Origin"
COM_BFSTOP_SUBMENU_BLOCKLIST="Blocked IPs"
COM_BFSTOP_SUBMENU_FAILEDLOGINLIST="Failed Logins"
COM_BFSTOP_SUBMENU_SETTINGS="Settings"
COM_BFSTOP_HEADING_BLOCKLIST="Brute Force Stop: Blocked IPs"
COM_BFSTOP_HEADING_FAILEDLOGINLIST="Brute Force Stop: Failed Logins"
WARNING_ADMIN_USER_EXISTS="Superuser is using the default username 'admin'. This is a security risk; attackers know that this username exists in many Joomla!-Installations, therefore it is used very commonly in many attacks. To increase security it is recommended to change the username for the Superuser! See also: <a href='http://docs.joomla.org/Security_and_Performance_FAQs#Why_should_I_immediately_change_the_name_of_the_default_admin_user_after_a_new_install.3F' target='_blank'>Joomla! Security and Performance FAQ: Why should I immediately change the name of the default admin user after a new install?</a>"
COM_BFSTOP_BLOCK_NEW="Add"
COM_BFSTOP_BLOCK_EDIT="Edit"
COM_BFSTOP_BLOCK_DETAILS="Details"
COM_BFSTOP_UNBLOCK="Unblock"
COM_BFSTOP_DESC_IPADDRESS="The IP address to be blocked"
COM_BFSTOP_DESC_CRDATE="The start date/time of blocking"
COM_BFSTOP_DESC_DURATION="The duration of the block"
TEST_MAIL_BODY="This is a test notification for site %s from Brute Force Stop (bfstop) Joomla! plugin."
TEST_MAIL_SUBJECT="%s: Test Notification"
TEST_NOTIFICATION="Test Notification"
TEST_MAIL_SENT="Sent Message (subject='%s', body='%s') to %s."
TEST_NOTIFICATION_SUCCESS="Sending the test notification seems to have been successful. Please check that you also received an eMail to the abovementioned address!"
TEST_NOTIFICATION_FAILED="Sending the test notification failed! Please check your eMail configuration in the Joomla! configuration!"
Where xx-XX is to be replaced by the respective language shortcut, e.g. en-GB for british english.