labels.h (goaccess-1.7) | : | labels.h (goaccess-1.7.1) | ||
---|---|---|---|---|
/** | /** | |||
* ______ ___ | * ______ ___ | |||
* / ____/___ / | _____________ __________ | * / ____/___ / | _____________ __________ | |||
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/ | * / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/ | |||
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ ) | * / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ ) | |||
* \____/\____/_/ |_\___/\___/\___/____/____/ | * \____/\____/_/ |_\___/\___/\___/____/____/ | |||
* | * | |||
* The MIT License (MIT) | * The MIT License (MIT) | |||
* Copyright (c) 2009-2022 Gerardo Orellana <hello @ goaccess.io> | * Copyright (c) 2009-2023 Gerardo Orellana <hello @ goaccess.io> | |||
* | * | |||
* Permission is hereby granted, free of charge, to any person obtaining a copy | * Permission is hereby granted, free of charge, to any person obtaining a copy | |||
* of this software and associated documentation files (the "Software"), to deal | * of this software and associated documentation files (the "Software"), to deal | |||
* in the Software without restriction, including without limitation the rights | * in the Software without restriction, including without limitation the rights | |||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |||
* copies of the Software, and to permit persons to whom the Software is | * copies of the Software, and to permit persons to whom the Software is | |||
* furnished to do so, subject to the following conditions: | * furnished to do so, subject to the following conditions: | |||
* | * | |||
* The above copyright notice and this permission notice shall be included in al l | * The above copyright notice and this permission notice shall be included in al l | |||
* copies or substantial portions of the Software. | * copies or substantial portions of the Software. | |||
skipping to change at line 314 | skipping to change at line 314 | |||
#define ERR_FORMAT_NO_TIME_FMT_DLG \ | #define ERR_FORMAT_NO_TIME_FMT_DLG \ | |||
_("Select a time format.") | _("Select a time format.") | |||
#define ERR_FORMAT_NO_DATE_FMT_DLG \ | #define ERR_FORMAT_NO_DATE_FMT_DLG \ | |||
_("Select a date format.") | _("Select a date format.") | |||
#define ERR_FORMAT_NO_LOG_FMT_DLG \ | #define ERR_FORMAT_NO_LOG_FMT_DLG \ | |||
_("Select a log format.") | _("Select a log format.") | |||
#define ERR_PANEL_DISABLED \ | #define ERR_PANEL_DISABLED \ | |||
_("'%1$s' panel is disabled") | _("'%1$s' panel is disabled") | |||
#define ERR_NO_DATA_PASSED \ | #define ERR_NO_DATA_PASSED \ | |||
_("No input data was provided nor there's data to restore.") | _("No input data was provided nor there's data to restore.") | |||
#define ERR_LOG_REALLOC_FAILURE_MSG \ | ||||
_("Unable to allocate memory for a log instance.") | ||||
#define ERR_LOG_NOT_FOUND_MSG \ | ||||
_("Unable to find the given log.") | ||||
/* Other */ | /* Other */ | |||
#define INFO_MORE_INFO \ | #define INFO_MORE_INFO \ | |||
_("For more details visit") | _("For more details visit") | |||
#define INFO_LAST_UPDATED \ | #define INFO_LAST_UPDATED \ | |||
_("Last Updated") | _("Last Updated") | |||
#define INFO_WS_READY_FOR_CONN \ | #define INFO_WS_READY_FOR_CONN \ | |||
_("WebSocket server ready to accept new client connections") | _("WebSocket server ready to accept new client connections") | |||
#define INFO_HELP_FOLLOWING_OPTS \ | #define INFO_HELP_FOLLOWING_OPTS \ | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 5 lines changed or added |