Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-06-18 12:15:11 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-06-18 12:15:11 +0300
commit87efe5651f710f588fec7404fa3b4323ba940ed3 (patch)
tree9fd25f3d1a7a26529d16ffc35b6ccadac757eeec /include/report
parentb553f01b2aa42c5dc31a5db9f579efee8e1b76d5 (diff)
Replaced text strings to allow translations
Diffstat (limited to 'include/report')
-rw-r--r--include/report14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/report b/include/report
index 55f10bcf..2e91cb4b 100644
--- a/include/report
+++ b/include/report
@@ -195,8 +195,8 @@
echo ""
echo "================================================================================"
if [ ${PROGRAM_LV} -gt ${PROGRAM_AC} ]; then
- echo " ${NOTICE}Notice: ${WHITE}${PROGRAM_NAME} update available${NORMAL}"
- echo " Current version : ${WHITE}${PROGRAM_AC}${NORMAL} Latest version : ${WHITE}${PROGRAM_LV}${NORMAL}"
+ echo " ${NOTICE}Notice: ${WHITE}${PROGRAM_NAME} ${GEN_UPDATE_AVAILABLE}${NORMAL}"
+ echo " ${GEN_CURRENT_VERSION} : ${WHITE}${PROGRAM_AC}${NORMAL} ${GEN_LATEST_VERSION} : ${WHITE}${PROGRAM_LV}${NORMAL}"
echo "================================================================================"
else
###########################################################################################
@@ -211,11 +211,11 @@
FIND=`${GREPBINARY} "^exception" ${REPORTFILE}`
if [ ! "${FIND}" = "" ]; then
echo ""
- echo " ${RED}Exceptions found${NORMAL}"
- echo " ${WHITE}Some exceptional events or information was found!${NORMAL}"
+ echo " ${RED}${NOTE_EXCEPTIONS_FOUND}${NORMAL}"
+ echo " ${WHITE}${NOTE_EXCEPTIONS_FOUND_DETAILED}!${NORMAL}"
echo ""
- echo " ${CYAN}What to do:${NORMAL}"
- echo " You can help improving Lynis by providing your /var/log/lynis.log file."
+ echo " ${CYAN}${GEN_WHAT_TO_DO}:${NORMAL}"
+ echo " ${TEXT_YOU_CAN_HELP_LOGFILE} (${LOGFILE})."
echo " Go to https://cisofy.com/contact/ and send your file to the e-mail address listed"
echo ""
echo "================================================================================"
@@ -226,7 +226,7 @@
# Display what tests are skipped in non-privileged scan for awareness
if [ ${PENTESTINGMODE} -eq 1 -a ! "${SKIPPED_TESTS_ROOTONLY}" = "" ]; then
echo ""
- echo " ${PURPLE}Skipped tests due to non-privileged scan${NORMAL}"
+ echo " ${PURPLE}${NOTE_SKIPPED_TESTS_NON_PRIVILEGED}${NORMAL}"
FIND=`echo ${SKIPPED_TESTS_ROOTONLY} | sed 's/ /:space:/g'`
# Split entries