mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Fixed Windows linefeeds in new code files. Added admin lang file into de and pt_BR translation.
This commit is contained in:
parent
6d4465f4a2
commit
7d87598c41
211
src/lang/de/admin.php
Normal file
211
src/lang/de/admin.php
Normal file
@ -0,0 +1,211 @@
|
||||
<?php
|
||||
/*
|
||||
*********************************************************************
|
||||
* -> www.phplogcon.org <-
|
||||
* -----------------------------------------------------------------
|
||||
*
|
||||
* Copyright (C) 2008 Adiscon GmbH.
|
||||
*
|
||||
* This file is part of phpLogCon.
|
||||
*
|
||||
* PhpLogCon is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* PhpLogCon is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with phpLogCon. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* A copy of the GPL can be found in the file "COPYING" in this
|
||||
* distribution.
|
||||
*********************************************************************
|
||||
*/
|
||||
global $content;
|
||||
|
||||
// Global Stuff
|
||||
$content['LN_ADMINMENU_HOMEPAGE'] = "Back to Show Events";
|
||||
$content['LN_ADMINMENU_GENOPT'] = "General Options";
|
||||
$content['LN_ADMINMENU_SOURCEOPT'] = "Sources Options";
|
||||
$content['LN_ADMINMENU_VIEWSOPT'] = "Views Options";
|
||||
$content['LN_ADMINMENU_SEARCHOPT'] = "Search Options";
|
||||
$content['LN_ADMINMENU_USEROPT'] = "User Options";
|
||||
$content['LN_ADMINMENU_GROUPOPT'] = "Group Options";
|
||||
$content['LN_ADMIN_CENTER'] = "Admin center";
|
||||
$content['LN_ADMIN_UNKNOWNSTATE'] = "Unknown State";
|
||||
$content['LN_ADMIN_ERROR_NOTALLOWED'] = "You are not allowed to access this page with your user level.";
|
||||
$content['LN_DELETEYES'] = "Yes";
|
||||
$content['LN_DELETENO'] = "No";
|
||||
$content['LN_GEN_ACTIONS'] = "Available Actions";
|
||||
$content['LN_ADMIN_SEND'] = "Send changes";
|
||||
$content['LN_GEN_USERONLY'] = "User only";
|
||||
$content['LN_GEN_GROUPONLY'] = "Group only";
|
||||
$content['LN_GEN_GLOBAL'] = "Global";
|
||||
$content['LN_GEN_USERONLY_LONG'] = "For me only <br>(Only available to your user)";
|
||||
$content['LN_GEN_GROUPONLY_LONG'] = "For this group <br>(Only available to the selected group)";
|
||||
$content['LN_GEN_GROUPONLYNAME'] = "Group '%1'";
|
||||
|
||||
|
||||
// General Options
|
||||
$content['LN_ADMIN_GLOBFRONTEND'] = "Global frontend options";
|
||||
$content['LN_ADMIN_USERFRONTEND'] = "User specific frontend options";
|
||||
$content['LN_ADMIN_MISC'] = "Miscellaneous Options";
|
||||
$content['LN_GEN_SHOWDEBUGMSG'] = "Show Debug messages";
|
||||
$content['LN_GEN_DEBUGGRIDCOUNTER'] = "Show Debug Gridcounter";
|
||||
$content['LN_GEN_SHOWPAGERENDERSTATS'] = "Show Pagerenderstats";
|
||||
$content['LN_GEN_ENABLEGZIP'] = "Enable GZIP Compressed Output";
|
||||
$content['LN_GEN_DEBUGUSERLOGIN'] = "Debug Userlogin";
|
||||
$content['LN_GEN_WEBSTYLE'] = "Default selected style";
|
||||
$content['LN_GEN_SELLANGUAGE'] = "Default selected language";
|
||||
$content['LN_GEN_PREPENDTITLE'] = "Prepend this string in title";
|
||||
$content['LN_GEN_USETODAY'] = "Use Today and Yesterday in timefields";
|
||||
$content['LN_GEN_DETAILPOPUPS'] = "Use Popup to display the full messagedetails";
|
||||
$content['LN_GEN_MSGCHARLIMIT'] = "Character limit of the message in main view";
|
||||
$content['LN_GEN_ENTRIESPERPAGE'] = "Number of entries per page";
|
||||
$content['LN_GEN_AUTORELOADSECONDS'] = "Enable autoreload after seconds";
|
||||
$content['LN_GEN_IPADRRESOLVE'] = "Resolve IP Addresses using DNS";
|
||||
$content['LN_GEN_CUSTBTNCAPT'] = "Custom search caption";
|
||||
$content['LN_GEN_CUSTBTNSRCH'] = "Custom search string";
|
||||
$content['LN_GEN_SUCCESSFULLYSAVED'] = "The configuration Values have been successfully saved";
|
||||
$content['LN_GEN_INTERNAL'] = "Internal";
|
||||
$content['LN_GEN_DISABLED'] = "Function disabled";
|
||||
$content['LN_GEN_CONFIGFILE'] = "Configuration File";
|
||||
$content['LN_GEN_ACCESSDENIED'] = "Access denied to this function";
|
||||
|
||||
// User Center
|
||||
$content['LN_USER_CENTER'] = "User Options";
|
||||
$content['LN_USER_ID'] = "ID";
|
||||
$content['LN_USER_NAME'] = "Username";
|
||||
$content['LN_USER_ADD'] = "Add User";
|
||||
$content['LN_USER_EDIT'] = "Edit User";
|
||||
$content['LN_USER_DELETE'] = "Delete User";
|
||||
$content['LN_USER_PASSWORD1'] = "Password";
|
||||
$content['LN_USER_PASSWORD2'] = "Confirm Password";
|
||||
$content['LN_USER_ERROR_IDNOTFOUND'] = "Error, User with ID '%1' , was not found";
|
||||
$content['LN_USER_ERROR_DONOTDELURSLF'] = "Error, you can not DELETE YOURSELF!";
|
||||
$content['LN_USER_ERROR_DELUSER'] = "Deleting of the user with id '%1' failed!";
|
||||
$content['LN_USER_ERROR_INVALIDID'] = "Error, invalid ID, User not found";
|
||||
$content['LN_USER_ERROR_HASBEENDEL'] = "The User '%1' has been successfully deleted!";
|
||||
$content['LN_USER_ERROR_USEREMPTY'] = "Error, Username was empty";
|
||||
$content['LN_USER_ERROR_USERNAMETAKEN'] = "Error, this Username is already taken!";
|
||||
$content['LN_USER_ERROR_PASSSHORT'] = "Error, Password was to short, or did not match";
|
||||
$content['LN_USER_ERROR_HASBEENADDED'] = "User '%1' has been successfully added";
|
||||
$content['LN_USER_ERROR_HASBEENEDIT'] = "User '%1' has been successfully edited";
|
||||
$content['LN_USER_ISADMIN'] = "Is Admin?";
|
||||
$content['LN_USER_ADDEDIT'] = "Add/Edit User";
|
||||
$content['LN_USER_WARNREMOVEADMIN'] = "You are about to revoke your own administrative priviledges. Are you sure to remove your admin status?";
|
||||
$content['LN_USER_WARNDELETEUSER'] = "Are you sure that you want to delete the User '%1'? All his personal settings will be deleted as well.";
|
||||
$content['LN_USER_ERROR_INVALIDSESSIONS'] = "Invalid User Session.";
|
||||
$content['LN_USER_'] = "";
|
||||
|
||||
// Group center
|
||||
$content['LN_GROUP_CENTER'] = "Group Center";
|
||||
$content['LN_GROUP_ID'] = "ID";
|
||||
$content['LN_GROUP_NAME'] = "Groupname";
|
||||
$content['LN_GROUP_DESCRIPTION'] = "Groupdescription";
|
||||
$content['LN_GROUP_TYPE'] = "Grouptype";
|
||||
$content['LN_GROUP_ADD'] = "Add Group";
|
||||
$content['LN_GROUP_EDIT'] = "Edit Group";
|
||||
$content['LN_GROUP_DELETE'] = "Delete Group";
|
||||
$content['LN_GROUP_NOGROUPS'] = "No groups have been added yet";
|
||||
$content['LN_GROUP_ADDEDIT'] = "Add/Edit Group";
|
||||
$content['LN_GROUP_ERROR_GROUPEMPTY'] = "The groupname cannot be empty.";
|
||||
$content['LN_GROUP_ERROR_GROUPNAMETAKEN'] = "The groupname has already been taken.";
|
||||
$content['LN_GROUP_HASBEENADDED'] = "The group '%1' has been successfully added.";
|
||||
$content['LN_GROUP_ERROR_IDNOTFOUND'] = "The group with ID '%1' could not be found.";
|
||||
$content['LN_GROUP_ERROR_HASBEENEDIT'] = "The group '%1' has been successfully edited.";
|
||||
$content['LN_GROUP_ERROR_INVALIDGROUP'] = "Error, invalid ID, Group not found";
|
||||
$content['LN_GROUP_WARNDELETEGROUP'] = "Are you sure that you want to delete the Group '%1'? All Groupsettings will be deleted as well.";
|
||||
$content['LN_GROUP_ERROR_DELGROUP'] = "Deleting of the group with id '%1' failed!";
|
||||
$content['LN_GROUP_ERROR_HASBEENDEL'] = "The Group '%1' has been successfully deleted!";
|
||||
$content['LN_GROUP_MEMBERS'] = "Groupmembers: ";
|
||||
$content['LN_GROUP_ADDUSER'] = "Add User to Group";
|
||||
$content['LN_GROUP_ERROR_USERIDMISSING'] = "The userid is missing.";
|
||||
$content['LN_GROUP_USERHASBEENADDEDGROUP'] = "The User '%1' has been successfully added to group '%2'";
|
||||
$content['LN_GROUP_ERRORNOMOREUSERS'] = "There are no more available users who can be added to the group '%1'";
|
||||
$content['LN_GROUP_USER_ADD'] = "Add User to the group";
|
||||
$content['LN_GROUP_USERDELETE'] = "Remove a User from the group";
|
||||
$content['LN_GROUP_ERRORNOUSERSINGROUP'] = "There are no users to remove in this the group '%1'";
|
||||
$content['LN_GROUP_ERROR_REMUSERFROMGROUP'] = "The user '%1' could not be removed from the group '%2'";
|
||||
$content['LN_GROUP_USERHASBEENREMOVED'] = "The user '%1' has been successfully removed from the group '%2'";
|
||||
$content['LN_GROUP_'] = "";
|
||||
|
||||
// Custom Searches center
|
||||
$content['LN_SEARCH_CENTER'] = "Custom Searches";
|
||||
$content['LN_SEARCH_ADD'] = "Add new Custom Search";
|
||||
$content['LN_SEARCH_ID'] = "ID";
|
||||
$content['LN_SEARCH_NAME'] = "Search Name";
|
||||
$content['LN_SEARCH_QUERY'] = "Search Query";
|
||||
$content['LN_SEARCH_TYPE'] = "Assigned to";
|
||||
$content['LN_SEARCH_EDIT'] = "Edit Custom Search";
|
||||
$content['LN_SEARCH_DELETE'] = "Delete Custom Search";
|
||||
$content['LN_SEARCH_ADDEDIT'] = "Add / Edit a Custom Search";
|
||||
$content['LN_SEARCH_SELGROUPENABLE'] = ">> Select Group to enable <<";
|
||||
$content['LN_SEARCH_ERROR_DISPLAYNAMEEMPTY'] = "The DisplayName cannot be empty.";
|
||||
$content['LN_SEARCH_ERROR_SEARCHQUERYEMPTY'] = "The SearchQuery cannot be empty.";
|
||||
$content['LN_SEARCH_HASBEENADDED'] = "The Custom Search '%1' has been successfully added.";
|
||||
$content['LN_SEARCH_ERROR_IDNOTFOUND'] = "Could not find a search with ID '%1'.";
|
||||
$content['LN_SEARCH_ERROR_INVALIDID'] = "Invalid search ID.";
|
||||
$content['LN_SEARCH_HASBEENEDIT'] = "The Custom Search '%1' has been successfully edited.";
|
||||
$content['LN_SEARCH_WARNDELETESEARCH'] = "Are you sure that you want to delete the Custom Search '%1'? This cannot be undone!";
|
||||
$content['LN_SEARCH_ERROR_DELSEARCH'] = "Deleting of the Custom Search with id '%1' failed!";
|
||||
$content['LN_SEARCH_ERROR_HASBEENDEL'] = "The Custom Search '%1' has been successfully deleted!";
|
||||
$content['LN_SEARCH_'] = "";
|
||||
|
||||
// Custom Searches center
|
||||
$content['LN_VIEWS_CENTER'] = "Views Options";
|
||||
$content['LN_VIEWS_ID'] = "ID";
|
||||
$content['LN_VIEWS_NAME'] = "View Name";
|
||||
$content['LN_VIEWS_COLUMNS'] = "View Columns";
|
||||
$content['LN_VIEWS_TYPE'] = "Assigned to";
|
||||
$content['LN_VIEWS_ADD'] = "Add new View";
|
||||
$content['LN_VIEWS_EDIT'] = "Edit View";
|
||||
$content['LN_VIEWS_ERROR_IDNOTFOUND'] = "A View with ID '%1' could not be found.";
|
||||
$content['LN_VIEWS_ERROR_INVALIDID'] = "The View with ID '%1' is not a valid View.";
|
||||
$content['LN_VIEWS_WARNDELETEVIEW'] = "Are you sure that you want to delete the View '%1'? This cannot be undone!";
|
||||
$content['LN_VIEWS_ERROR_DELSEARCH'] = "Deleting of the View with id '%1' failed!";
|
||||
$content['LN_VIEWS_ERROR_HASBEENDEL'] = "The View '%1' has been successfully deleted!";
|
||||
$content['LN_VIEWS_ADDEDIT'] = "Add / Edit a View";
|
||||
$content['LN_VIEWS_COLUMNLIST'] = "Configured Columns";
|
||||
$content['LN_VIEWS_ADDCOLUMN'] = "Add Column into list";
|
||||
$content['LN_VIEWS_ERROR_DISPLAYNAMEEMPTY'] = "The DisplayName cannot be empty.";
|
||||
$content['LN_VIEWS_COLUMN'] = "Column";
|
||||
$content['LN_VIEWS_COLUMN_REMOVE'] = "Remove Column";
|
||||
$content['LN_VIEWS_HASBEENADDED'] = "The Custom View '%1' has been successfully added.";
|
||||
$content['LN_VIEWS_ERROR_NOCOLUMNS'] = "You need to add at least one column in order to add a new Custom View.";
|
||||
$content['LN_VIEWS_HASBEENEDIT'] = "The Custom Search '%1' has been successfully edited.";
|
||||
$content['LN_VIEWS_'] = "";
|
||||
|
||||
$content['LN_SOURCES_CENTER'] = "Sources Options";
|
||||
$content['LN_SOURCES_EDIT'] = "Edit Source";
|
||||
$content['LN_SOURCES_DELETE'] = "Delete Source";
|
||||
$content['LN_SOURCES_ID'] = "ID";
|
||||
$content['LN_SOURCES_NAME'] = "Source Name";
|
||||
$content['LN_SOURCES_TYPE'] = "Source Type";
|
||||
$content['LN_SOURCES_ASSIGNTO'] = "Assigned To";
|
||||
$content['LN_SOURCES_DISK'] = "Diskfile";
|
||||
$content['LN_SOURCES_DB'] = "MySQL Database";
|
||||
$content['LN_SOURCES_PDO'] = "PDO Datasource";
|
||||
$content['LN_SOURCES_ADD'] = "Add new Source";
|
||||
$content['LN_SOURCES_ADDEDIT'] = "Add / Edit a Source";
|
||||
$content['LN_SOURCES_TYPE'] = "Source Type";
|
||||
$content['LN_SOURCES_DISKTYPEOPTIONS'] = "Diskfile related Options";
|
||||
$content['LN_SOURCES_ERROR_MISSINGPARAM'] = "The paramater '%1' is missing.";
|
||||
$content['LN_SOURCES_ERROR_NOTAVALIDFILE'] = "Failed to open the syslog file '%1'! Check if the file exists and phplogcon has sufficient rights to it";
|
||||
$content['LN_SOURCES_ERROR_UNKNOWNSOURCE'] = "Unknown Source '%1' detected";
|
||||
$content['LN_SOURCE_HASBEENADDED'] = "The new Source '%1' has been successfully added.";
|
||||
$content['LN_SOURCES_EDIT'] = "Edit Source";
|
||||
$content['LN_SOURCES_ERROR_INVALIDORNOTFOUNDID'] = "The Source-ID is invalid or could not be found.";
|
||||
$content['LN_SOURCES_ERROR_IDNOTFOUND'] = "The Source-ID could not be found in the database.";
|
||||
$content['LN_SOURCES_HASBEENEDIT'] = "The Source '%1' has been successfully edited.";
|
||||
$content['LN_SOURCES_WARNDELETESEARCH'] = "Are you sure that you want to delete the Source '%1'? This cannot be undone!";
|
||||
$content['LN_SOURCES_ERROR_DELSOURCE'] = "Deleting of the Source with id '%1' failed!";
|
||||
$content['LN_SOURCES_ERROR_HASBEENDEL'] = "The Source '%1' has been successfully deleted!";
|
||||
$content['LN_SOURCES_'] = "";
|
||||
|
||||
|
||||
?>
|
@ -56,6 +56,7 @@ $content['LN_GEN_SOURCE_DB'] = "Datenbank";
|
||||
$content['LN_GEN_DB_INFORMIX'] = "IBM Informix Dynamic Server";
|
||||
$content['LN_GEN_DB_SQLITE'] = "SQLite 2";
|
||||
$content['LN_GEN_SELECTVIEW'] = "Select View";
|
||||
$content['LN_GEN_CRITERROR_UNKNOWNTYPE'] = "The source type '%1' is not supported by phpLogCon yet. This is a critical error, please fix your configuration.";
|
||||
|
||||
// Topmenu Entries
|
||||
$content['LN_MENU_SEARCH'] = "Suchen";
|
||||
@ -172,4 +173,77 @@ $content['LN_DETAIL_BACKTOLIST'] = "Back to Listview";
|
||||
$content['LN_LOGIN_ERRWRONGPASSWORD'] = "Wrong username or password!";
|
||||
$content['LN_LOGIN_USERPASSMISSING'] = "Username or password not given";
|
||||
|
||||
// Install Site
|
||||
$content['LN_INSTALL_TITLETOP'] = "Installing phpLogCon Version %1 - Step %2";
|
||||
$content['LN_INSTALL_TITLE'] = "Installer Step %1";
|
||||
$content['LN_INSTALL_ERRORINSTALLED'] = 'phpLogCon is already configured!<br><br> If you want to reconfigure phpLogCon, either delete the current <B>config.php</B> or replace it with an empty file.<br><br>Click <A HREF="index.php">here</A> to return to pgpLogCon start page.';
|
||||
$content['LN_INSTALL_FILEORDIRNOTWRITEABLE'] = "At least one file or directory (or more) is not writeable, please check the file permissions (chmod 666)!";
|
||||
$content['LN_INSTALL_SAMPLECONFIGMISSING'] = "The sample configuration file '%1' is missing. You have not fully uploaded phplogcon.";
|
||||
$content['LN_INSTALL_ERRORCONNECTFAILED'] = "Database connect to '%1' failed! Please check Servername, Port, User and Password!";
|
||||
$content['LN_INSTALL_ERRORACCESSDENIED'] = "Cannot use the database '%1'! If the database does not exists, create it or check user access permissions!";
|
||||
$content['LN_INSTALL_ERRORINVALIDDBFILE'] = "Error, invalid Database definition file (to short!), the file name is '%1'! Please check if the file was correctly uploaded.";
|
||||
$content['LN_INSTALL_ERRORINSQLCOMMANDS'] = "Error, invalid Database definition file (no sql statements found!), the file name is '%1'!<br> Please check if the file was not correctly uploaded, or contact the phpLogCon forums for assistance!";
|
||||
$content['LN_INSTALL_MISSINGUSERNAME'] = "Username needs to be specified";
|
||||
$content['LN_INSTALL_PASSWORDNOTMATCH'] = "Either the password does not match or is to short!";
|
||||
$content['LN_INSTALL_FAILEDTOOPENSYSLOGFILE'] = "Failed to open the syslog file '%1'! Check if the file exists and phplogcon has sufficient rights to it<br>";
|
||||
$content['LN_INSTALL_FAILEDCREATECFGFILE'] = "Coult not create the configuration file in '%1'! Please verify the file permissions!";
|
||||
$content['LN_INSTALL_FAILEDREADINGFILE'] = "Error reading the file '%1'! Please verify if the file exists!";
|
||||
$content['LN_INSTALL_ERRORREADINGDBFILE'] = "Error reading the default database definition file in '%1'! Please verify if the file exists!";
|
||||
$content['LN_INSTALL_STEP1'] = "Step 1 - Prerequisites";
|
||||
$content['LN_INSTALL_STEP2'] = "Step 2 - Verify File Permissions";
|
||||
$content['LN_INSTALL_STEP3'] = "Step 3 - Basic Configuration";
|
||||
$content['LN_INSTALL_STEP4'] = "Step 4 - Create Tables";
|
||||
$content['LN_INSTALL_STEP5'] = "Step 5 - Check SQL Results";
|
||||
$content['LN_INSTALL_STEP6'] = "Step 6 - Creating the Main Useraccount";
|
||||
$content['LN_INSTALL_STEP7'] = "Step 7 - Create the first source for syslog messages";
|
||||
$content['LN_INSTALL_STEP8'] = "Step 8 - Done";
|
||||
$content['LN_INSTALL_STEP1_TEXT'] = 'Before you start installing phpLogCon, the Installer setup has to check a few things first.<br>You may have to correct some file permissions first. <br><br>Click on <input type="submit" value="Next"> to start the Test!';
|
||||
$content['LN_INSTALL_STEP2_TEXT'] = "The following file permissions have been checked. Verify the results below! <br>You may use the <B>configure.sh</B> script from the <B>contrib</B> folder to set the permissions for you.";
|
||||
$content['LN_INSTALL_STEP3_TEXT'] = "In this step, you configure the basic configurations for phpLogCon.";
|
||||
$content['LN_INSTALL_STEP4_TEXT'] = 'If you reached this step, the database connection has been successfully verified!<br><br> The next step will be to create the necessary database tables used by the phpLogCon User System. This might take a while!<br> <b>WARNING</b>, if you have an existing phpLogCon installation in this database with the same tableprefix, all your data will be <b>OVERWRITTEN</b>! Make sure you are using a fresh database, or you want to overwrite your old phpLogCon database. <br><br><b>Click on <input type="submit" value="Next"> to start the creation of the tables</b>';
|
||||
$content['LN_INSTALL_STEP5_TEXT'] = "Tables have been created. Check the List below for possible Error's";
|
||||
$content['LN_INSTALL_STEP6_TEXT'] = "You are now about to create the initial phpLogCon User Account.<br> This will be the first administrative user, which will be needed to login into phpLogCon and access the Admin Center!";
|
||||
$content['LN_INSTALL_STEP8_TEXT'] = 'Congratulations! You have successfully installed phpLogCon :)! <br><br>Click <a href="index.php">here</a> to go to your installation.';
|
||||
$content['LN_INSTALL_PROGRESS'] = "Install Progress: ";
|
||||
$content['LN_INSTALL_FRONTEND'] = "Frontend Options";
|
||||
$content['LN_INSTALL_NUMOFSYSLOGS'] = "Number of syslog messages per page";
|
||||
$content['LN_INSTALL_MSGCHARLIMIT'] = "Message character limit for the main view";
|
||||
$content['LN_INSTALL_SHOWDETAILPOP'] = "Show message details popup";
|
||||
$content['LN_INSTALL_AUTORESOLVIP'] = "Automatically resolved IP Addresses (inline)";
|
||||
$content['LN_INSTALL_USERDBOPTIONS'] = "User Database Options";
|
||||
$content['LN_INSTALL_ENABLEUSERDB'] = "Enable User Database";
|
||||
$content['LN_INSTALL_SUCCESSSTATEMENTS'] = "Successfully executed statements:";
|
||||
$content['LN_INSTALL_FAILEDSTATEMENTS'] = "Failed statements:";
|
||||
$content['LN_INSTALL_STEP5_TEXT_NEXT'] = "You can now proceed to the <B>next</B> step adding the first phpLogCon Admin User!";
|
||||
$content['LN_INSTALL_STEP5_TEXT_FAILED'] = "At least one statement failed,see error reasons below";
|
||||
$content['LN_INSTALL_ERRORMSG'] = "Error Message";
|
||||
$content['LN_INSTALL_SQLSTATEMENT'] = "SQL Statement";
|
||||
$content['LN_INSTALL_CREATEUSER'] = "Create User Account";
|
||||
$content['LN_INSTALL_PASSWORD'] = "Password";
|
||||
$content['LN_INSTALL_PASSWORDREPEAT'] = "Repeat Password";
|
||||
$content['LN_INSTALL_SUCCESSCREATED'] = "Successfully created User";
|
||||
$content['LN_INSTALL_RECHECK'] = "ReCheck";
|
||||
$content['LN_INSTALL_FINISH'] = "Finish!";
|
||||
$content['LN_INSTALL_'] = "";
|
||||
|
||||
// Converter Site
|
||||
$content['LN_CONVERT_TITLE'] = "Configuration Converter Step %1";
|
||||
$content['LN_CONVERT_NOTALLOWED'] = "Login";
|
||||
$content['LN_CONVERT_ERRORINSTALLED'] = 'phpLogCon is not allowed to convert your settings into the user database.<br><br> If you want to convert your convert your settings, add the variable following into your config.php: <br><b>$CFG[\'UserDBConvertAllowed\'] = true;</b><br><br> Click <A HREF="index.php">here</A> to return to pgpLogCon start page.';
|
||||
$content['LN_CONVERT_STEP1'] = "Step 1 - Informations";
|
||||
$content['LN_CONVERT_STEP2'] = "Step 2 - Create Tables";
|
||||
$content['LN_CONVERT_STEP3'] = "Step 3 - Check SQL Results";
|
||||
$content['LN_CONVERT_STEP4'] = "Step 4 - Creating the Main Useraccount";
|
||||
$content['LN_CONVERT_STEP5'] = "Step 5 - Import Settings into UserDB";
|
||||
$content['LN_CONVERT_TITLETOP'] = "Converting phpLogCon configuration settings - Step ";
|
||||
$content['LN_CONVERT_STEP1_TEXT'] = 'This script allows you to import your existing configuration from the <b>config.php</b> file. This includes frontend settings, data sources, custom views and custom searches. Do only perform this conversion if you did install phpLogCon without the UserDB System, and decided to enable it now. <br><br><b>ANY EXISTING INSTANCE OF A USERDB WILL BE OVERWRITTEN!</b><br><br><input type="submit" value="Click here"> to start the first conversion step!';
|
||||
$content['LN_CONVERT_STEP2_TEXT'] = 'The database connection has been successfully verified! <br><br>The next step will be to create the necessary database tables for the phpLogCon User System. This might take a while! <br><b>WARNING</b>, if you have an existing phpLogCon installation in this database with the same tableprefix, all your data will be <b>OVERWRITTEN</b>!<br> Make sure you are using a fresh database, or you want to overwrite your old phpLogCon database.<br><br><b>Click on <input type="submit" value="Next"> to start the creation of the tables</b>';
|
||||
$content['LN_CONVERT_STEP5_TEXT'] = '<input type="submit" value="Click here"> to start the last step of the conversion. In this step, your existing configuration from the <b>config.php</b> will be imported into the database.';
|
||||
$content['LN_CONVERT_STEP6'] = "Step 8 - Done";
|
||||
$content['LN_CONVERT_STEP6_TEXT'] = 'Congratulations! You have successfully converted your existing phpLogCon installation :)!<br><br>Important! Don\'t forget to REMOVE THE VARIABLES <b>$CFG[\'UserDBConvertAllowed\'] = true;</b> from your config.php file! <br><br>You can click <a href="index.php">here</a> to get to your phpLogConinstallation.';
|
||||
$content['LN_CONVERT_PROCESS'] = "Conversion Progress:";
|
||||
$content['LN_CONVERT_ERROR_SOURCEIMPORT'] = "Critical Error while importing the sources into the database, the SourceType '%1' is not supported by this phpLogCon Version.";
|
||||
$content['LN_CONVERT_'] = "";
|
||||
$content['LN_CONVERT_'] = "";
|
||||
$content['LN_CONVERT_'] = "";
|
||||
?>
|
@ -155,7 +155,6 @@ $content['LN_SEARCH_WARNDELETESEARCH'] = "Are you sure that you want to delete t
|
||||
$content['LN_SEARCH_ERROR_DELSEARCH'] = "Deleting of the Custom Search with id '%1' failed!";
|
||||
$content['LN_SEARCH_ERROR_HASBEENDEL'] = "The Custom Search '%1' has been successfully deleted!";
|
||||
$content['LN_SEARCH_'] = "";
|
||||
$content['LN_SEARCH_'] = "";
|
||||
|
||||
// Custom Searches center
|
||||
$content['LN_VIEWS_CENTER'] = "Views Options";
|
||||
@ -180,7 +179,6 @@ $content['LN_VIEWS_HASBEENADDED'] = "The Custom View '%1' has been successfully
|
||||
$content['LN_VIEWS_ERROR_NOCOLUMNS'] = "You need to add at least one column in order to add a new Custom View.";
|
||||
$content['LN_VIEWS_HASBEENEDIT'] = "The Custom Search '%1' has been successfully edited.";
|
||||
$content['LN_VIEWS_'] = "";
|
||||
$content['LN_VIEWS_'] = "";
|
||||
|
||||
$content['LN_SOURCES_CENTER'] = "Sources Options";
|
||||
$content['LN_SOURCES_EDIT'] = "Edit Source";
|
||||
@ -208,7 +206,6 @@ $content['LN_SOURCES_WARNDELETESEARCH'] = "Are you sure that you want to delete
|
||||
$content['LN_SOURCES_ERROR_DELSOURCE'] = "Deleting of the Source with id '%1' failed!";
|
||||
$content['LN_SOURCES_ERROR_HASBEENDEL'] = "The Source '%1' has been successfully deleted!";
|
||||
$content['LN_SOURCES_'] = "";
|
||||
$content['LN_SOURCES_'] = "";
|
||||
|
||||
|
||||
?>
|
211
src/lang/pt_BR/admin.php
Normal file
211
src/lang/pt_BR/admin.php
Normal file
@ -0,0 +1,211 @@
|
||||
<?php
|
||||
/*
|
||||
*********************************************************************
|
||||
* -> www.phplogcon.org <-
|
||||
* -----------------------------------------------------------------
|
||||
*
|
||||
* Copyright (C) 2008 Adiscon GmbH.
|
||||
*
|
||||
* This file is part of phpLogCon.
|
||||
*
|
||||
* PhpLogCon is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* PhpLogCon is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with phpLogCon. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* A copy of the GPL can be found in the file "COPYING" in this
|
||||
* distribution.
|
||||
*********************************************************************
|
||||
*/
|
||||
global $content;
|
||||
|
||||
// Global Stuff
|
||||
$content['LN_ADMINMENU_HOMEPAGE'] = "Back to Show Events";
|
||||
$content['LN_ADMINMENU_GENOPT'] = "General Options";
|
||||
$content['LN_ADMINMENU_SOURCEOPT'] = "Sources Options";
|
||||
$content['LN_ADMINMENU_VIEWSOPT'] = "Views Options";
|
||||
$content['LN_ADMINMENU_SEARCHOPT'] = "Search Options";
|
||||
$content['LN_ADMINMENU_USEROPT'] = "User Options";
|
||||
$content['LN_ADMINMENU_GROUPOPT'] = "Group Options";
|
||||
$content['LN_ADMIN_CENTER'] = "Admin center";
|
||||
$content['LN_ADMIN_UNKNOWNSTATE'] = "Unknown State";
|
||||
$content['LN_ADMIN_ERROR_NOTALLOWED'] = "You are not allowed to access this page with your user level.";
|
||||
$content['LN_DELETEYES'] = "Yes";
|
||||
$content['LN_DELETENO'] = "No";
|
||||
$content['LN_GEN_ACTIONS'] = "Available Actions";
|
||||
$content['LN_ADMIN_SEND'] = "Send changes";
|
||||
$content['LN_GEN_USERONLY'] = "User only";
|
||||
$content['LN_GEN_GROUPONLY'] = "Group only";
|
||||
$content['LN_GEN_GLOBAL'] = "Global";
|
||||
$content['LN_GEN_USERONLY_LONG'] = "For me only <br>(Only available to your user)";
|
||||
$content['LN_GEN_GROUPONLY_LONG'] = "For this group <br>(Only available to the selected group)";
|
||||
$content['LN_GEN_GROUPONLYNAME'] = "Group '%1'";
|
||||
|
||||
|
||||
// General Options
|
||||
$content['LN_ADMIN_GLOBFRONTEND'] = "Global frontend options";
|
||||
$content['LN_ADMIN_USERFRONTEND'] = "User specific frontend options";
|
||||
$content['LN_ADMIN_MISC'] = "Miscellaneous Options";
|
||||
$content['LN_GEN_SHOWDEBUGMSG'] = "Show Debug messages";
|
||||
$content['LN_GEN_DEBUGGRIDCOUNTER'] = "Show Debug Gridcounter";
|
||||
$content['LN_GEN_SHOWPAGERENDERSTATS'] = "Show Pagerenderstats";
|
||||
$content['LN_GEN_ENABLEGZIP'] = "Enable GZIP Compressed Output";
|
||||
$content['LN_GEN_DEBUGUSERLOGIN'] = "Debug Userlogin";
|
||||
$content['LN_GEN_WEBSTYLE'] = "Default selected style";
|
||||
$content['LN_GEN_SELLANGUAGE'] = "Default selected language";
|
||||
$content['LN_GEN_PREPENDTITLE'] = "Prepend this string in title";
|
||||
$content['LN_GEN_USETODAY'] = "Use Today and Yesterday in timefields";
|
||||
$content['LN_GEN_DETAILPOPUPS'] = "Use Popup to display the full messagedetails";
|
||||
$content['LN_GEN_MSGCHARLIMIT'] = "Character limit of the message in main view";
|
||||
$content['LN_GEN_ENTRIESPERPAGE'] = "Number of entries per page";
|
||||
$content['LN_GEN_AUTORELOADSECONDS'] = "Enable autoreload after seconds";
|
||||
$content['LN_GEN_IPADRRESOLVE'] = "Resolve IP Addresses using DNS";
|
||||
$content['LN_GEN_CUSTBTNCAPT'] = "Custom search caption";
|
||||
$content['LN_GEN_CUSTBTNSRCH'] = "Custom search string";
|
||||
$content['LN_GEN_SUCCESSFULLYSAVED'] = "The configuration Values have been successfully saved";
|
||||
$content['LN_GEN_INTERNAL'] = "Internal";
|
||||
$content['LN_GEN_DISABLED'] = "Function disabled";
|
||||
$content['LN_GEN_CONFIGFILE'] = "Configuration File";
|
||||
$content['LN_GEN_ACCESSDENIED'] = "Access denied to this function";
|
||||
|
||||
// User Center
|
||||
$content['LN_USER_CENTER'] = "User Options";
|
||||
$content['LN_USER_ID'] = "ID";
|
||||
$content['LN_USER_NAME'] = "Username";
|
||||
$content['LN_USER_ADD'] = "Add User";
|
||||
$content['LN_USER_EDIT'] = "Edit User";
|
||||
$content['LN_USER_DELETE'] = "Delete User";
|
||||
$content['LN_USER_PASSWORD1'] = "Password";
|
||||
$content['LN_USER_PASSWORD2'] = "Confirm Password";
|
||||
$content['LN_USER_ERROR_IDNOTFOUND'] = "Error, User with ID '%1' , was not found";
|
||||
$content['LN_USER_ERROR_DONOTDELURSLF'] = "Error, you can not DELETE YOURSELF!";
|
||||
$content['LN_USER_ERROR_DELUSER'] = "Deleting of the user with id '%1' failed!";
|
||||
$content['LN_USER_ERROR_INVALIDID'] = "Error, invalid ID, User not found";
|
||||
$content['LN_USER_ERROR_HASBEENDEL'] = "The User '%1' has been successfully deleted!";
|
||||
$content['LN_USER_ERROR_USEREMPTY'] = "Error, Username was empty";
|
||||
$content['LN_USER_ERROR_USERNAMETAKEN'] = "Error, this Username is already taken!";
|
||||
$content['LN_USER_ERROR_PASSSHORT'] = "Error, Password was to short, or did not match";
|
||||
$content['LN_USER_ERROR_HASBEENADDED'] = "User '%1' has been successfully added";
|
||||
$content['LN_USER_ERROR_HASBEENEDIT'] = "User '%1' has been successfully edited";
|
||||
$content['LN_USER_ISADMIN'] = "Is Admin?";
|
||||
$content['LN_USER_ADDEDIT'] = "Add/Edit User";
|
||||
$content['LN_USER_WARNREMOVEADMIN'] = "You are about to revoke your own administrative priviledges. Are you sure to remove your admin status?";
|
||||
$content['LN_USER_WARNDELETEUSER'] = "Are you sure that you want to delete the User '%1'? All his personal settings will be deleted as well.";
|
||||
$content['LN_USER_ERROR_INVALIDSESSIONS'] = "Invalid User Session.";
|
||||
$content['LN_USER_'] = "";
|
||||
|
||||
// Group center
|
||||
$content['LN_GROUP_CENTER'] = "Group Center";
|
||||
$content['LN_GROUP_ID'] = "ID";
|
||||
$content['LN_GROUP_NAME'] = "Groupname";
|
||||
$content['LN_GROUP_DESCRIPTION'] = "Groupdescription";
|
||||
$content['LN_GROUP_TYPE'] = "Grouptype";
|
||||
$content['LN_GROUP_ADD'] = "Add Group";
|
||||
$content['LN_GROUP_EDIT'] = "Edit Group";
|
||||
$content['LN_GROUP_DELETE'] = "Delete Group";
|
||||
$content['LN_GROUP_NOGROUPS'] = "No groups have been added yet";
|
||||
$content['LN_GROUP_ADDEDIT'] = "Add/Edit Group";
|
||||
$content['LN_GROUP_ERROR_GROUPEMPTY'] = "The groupname cannot be empty.";
|
||||
$content['LN_GROUP_ERROR_GROUPNAMETAKEN'] = "The groupname has already been taken.";
|
||||
$content['LN_GROUP_HASBEENADDED'] = "The group '%1' has been successfully added.";
|
||||
$content['LN_GROUP_ERROR_IDNOTFOUND'] = "The group with ID '%1' could not be found.";
|
||||
$content['LN_GROUP_ERROR_HASBEENEDIT'] = "The group '%1' has been successfully edited.";
|
||||
$content['LN_GROUP_ERROR_INVALIDGROUP'] = "Error, invalid ID, Group not found";
|
||||
$content['LN_GROUP_WARNDELETEGROUP'] = "Are you sure that you want to delete the Group '%1'? All Groupsettings will be deleted as well.";
|
||||
$content['LN_GROUP_ERROR_DELGROUP'] = "Deleting of the group with id '%1' failed!";
|
||||
$content['LN_GROUP_ERROR_HASBEENDEL'] = "The Group '%1' has been successfully deleted!";
|
||||
$content['LN_GROUP_MEMBERS'] = "Groupmembers: ";
|
||||
$content['LN_GROUP_ADDUSER'] = "Add User to Group";
|
||||
$content['LN_GROUP_ERROR_USERIDMISSING'] = "The userid is missing.";
|
||||
$content['LN_GROUP_USERHASBEENADDEDGROUP'] = "The User '%1' has been successfully added to group '%2'";
|
||||
$content['LN_GROUP_ERRORNOMOREUSERS'] = "There are no more available users who can be added to the group '%1'";
|
||||
$content['LN_GROUP_USER_ADD'] = "Add User to the group";
|
||||
$content['LN_GROUP_USERDELETE'] = "Remove a User from the group";
|
||||
$content['LN_GROUP_ERRORNOUSERSINGROUP'] = "There are no users to remove in this the group '%1'";
|
||||
$content['LN_GROUP_ERROR_REMUSERFROMGROUP'] = "The user '%1' could not be removed from the group '%2'";
|
||||
$content['LN_GROUP_USERHASBEENREMOVED'] = "The user '%1' has been successfully removed from the group '%2'";
|
||||
$content['LN_GROUP_'] = "";
|
||||
|
||||
// Custom Searches center
|
||||
$content['LN_SEARCH_CENTER'] = "Custom Searches";
|
||||
$content['LN_SEARCH_ADD'] = "Add new Custom Search";
|
||||
$content['LN_SEARCH_ID'] = "ID";
|
||||
$content['LN_SEARCH_NAME'] = "Search Name";
|
||||
$content['LN_SEARCH_QUERY'] = "Search Query";
|
||||
$content['LN_SEARCH_TYPE'] = "Assigned to";
|
||||
$content['LN_SEARCH_EDIT'] = "Edit Custom Search";
|
||||
$content['LN_SEARCH_DELETE'] = "Delete Custom Search";
|
||||
$content['LN_SEARCH_ADDEDIT'] = "Add / Edit a Custom Search";
|
||||
$content['LN_SEARCH_SELGROUPENABLE'] = ">> Select Group to enable <<";
|
||||
$content['LN_SEARCH_ERROR_DISPLAYNAMEEMPTY'] = "The DisplayName cannot be empty.";
|
||||
$content['LN_SEARCH_ERROR_SEARCHQUERYEMPTY'] = "The SearchQuery cannot be empty.";
|
||||
$content['LN_SEARCH_HASBEENADDED'] = "The Custom Search '%1' has been successfully added.";
|
||||
$content['LN_SEARCH_ERROR_IDNOTFOUND'] = "Could not find a search with ID '%1'.";
|
||||
$content['LN_SEARCH_ERROR_INVALIDID'] = "Invalid search ID.";
|
||||
$content['LN_SEARCH_HASBEENEDIT'] = "The Custom Search '%1' has been successfully edited.";
|
||||
$content['LN_SEARCH_WARNDELETESEARCH'] = "Are you sure that you want to delete the Custom Search '%1'? This cannot be undone!";
|
||||
$content['LN_SEARCH_ERROR_DELSEARCH'] = "Deleting of the Custom Search with id '%1' failed!";
|
||||
$content['LN_SEARCH_ERROR_HASBEENDEL'] = "The Custom Search '%1' has been successfully deleted!";
|
||||
$content['LN_SEARCH_'] = "";
|
||||
|
||||
// Custom Searches center
|
||||
$content['LN_VIEWS_CENTER'] = "Views Options";
|
||||
$content['LN_VIEWS_ID'] = "ID";
|
||||
$content['LN_VIEWS_NAME'] = "View Name";
|
||||
$content['LN_VIEWS_COLUMNS'] = "View Columns";
|
||||
$content['LN_VIEWS_TYPE'] = "Assigned to";
|
||||
$content['LN_VIEWS_ADD'] = "Add new View";
|
||||
$content['LN_VIEWS_EDIT'] = "Edit View";
|
||||
$content['LN_VIEWS_ERROR_IDNOTFOUND'] = "A View with ID '%1' could not be found.";
|
||||
$content['LN_VIEWS_ERROR_INVALIDID'] = "The View with ID '%1' is not a valid View.";
|
||||
$content['LN_VIEWS_WARNDELETEVIEW'] = "Are you sure that you want to delete the View '%1'? This cannot be undone!";
|
||||
$content['LN_VIEWS_ERROR_DELSEARCH'] = "Deleting of the View with id '%1' failed!";
|
||||
$content['LN_VIEWS_ERROR_HASBEENDEL'] = "The View '%1' has been successfully deleted!";
|
||||
$content['LN_VIEWS_ADDEDIT'] = "Add / Edit a View";
|
||||
$content['LN_VIEWS_COLUMNLIST'] = "Configured Columns";
|
||||
$content['LN_VIEWS_ADDCOLUMN'] = "Add Column into list";
|
||||
$content['LN_VIEWS_ERROR_DISPLAYNAMEEMPTY'] = "The DisplayName cannot be empty.";
|
||||
$content['LN_VIEWS_COLUMN'] = "Column";
|
||||
$content['LN_VIEWS_COLUMN_REMOVE'] = "Remove Column";
|
||||
$content['LN_VIEWS_HASBEENADDED'] = "The Custom View '%1' has been successfully added.";
|
||||
$content['LN_VIEWS_ERROR_NOCOLUMNS'] = "You need to add at least one column in order to add a new Custom View.";
|
||||
$content['LN_VIEWS_HASBEENEDIT'] = "The Custom Search '%1' has been successfully edited.";
|
||||
$content['LN_VIEWS_'] = "";
|
||||
|
||||
$content['LN_SOURCES_CENTER'] = "Sources Options";
|
||||
$content['LN_SOURCES_EDIT'] = "Edit Source";
|
||||
$content['LN_SOURCES_DELETE'] = "Delete Source";
|
||||
$content['LN_SOURCES_ID'] = "ID";
|
||||
$content['LN_SOURCES_NAME'] = "Source Name";
|
||||
$content['LN_SOURCES_TYPE'] = "Source Type";
|
||||
$content['LN_SOURCES_ASSIGNTO'] = "Assigned To";
|
||||
$content['LN_SOURCES_DISK'] = "Diskfile";
|
||||
$content['LN_SOURCES_DB'] = "MySQL Database";
|
||||
$content['LN_SOURCES_PDO'] = "PDO Datasource";
|
||||
$content['LN_SOURCES_ADD'] = "Add new Source";
|
||||
$content['LN_SOURCES_ADDEDIT'] = "Add / Edit a Source";
|
||||
$content['LN_SOURCES_TYPE'] = "Source Type";
|
||||
$content['LN_SOURCES_DISKTYPEOPTIONS'] = "Diskfile related Options";
|
||||
$content['LN_SOURCES_ERROR_MISSINGPARAM'] = "The paramater '%1' is missing.";
|
||||
$content['LN_SOURCES_ERROR_NOTAVALIDFILE'] = "Failed to open the syslog file '%1'! Check if the file exists and phplogcon has sufficient rights to it";
|
||||
$content['LN_SOURCES_ERROR_UNKNOWNSOURCE'] = "Unknown Source '%1' detected";
|
||||
$content['LN_SOURCE_HASBEENADDED'] = "The new Source '%1' has been successfully added.";
|
||||
$content['LN_SOURCES_EDIT'] = "Edit Source";
|
||||
$content['LN_SOURCES_ERROR_INVALIDORNOTFOUNDID'] = "The Source-ID is invalid or could not be found.";
|
||||
$content['LN_SOURCES_ERROR_IDNOTFOUND'] = "The Source-ID could not be found in the database.";
|
||||
$content['LN_SOURCES_HASBEENEDIT'] = "The Source '%1' has been successfully edited.";
|
||||
$content['LN_SOURCES_WARNDELETESEARCH'] = "Are you sure that you want to delete the Source '%1'? This cannot be undone!";
|
||||
$content['LN_SOURCES_ERROR_DELSOURCE'] = "Deleting of the Source with id '%1' failed!";
|
||||
$content['LN_SOURCES_ERROR_HASBEENDEL'] = "The Source '%1' has been successfully deleted!";
|
||||
$content['LN_SOURCES_'] = "";
|
||||
|
||||
|
||||
?>
|
@ -61,6 +61,7 @@ $content['LN_GEN_DB_INFORMIX'] = "IBM Informix Dynamic Server";
|
||||
$content['LN_GEN_DB_SQLITE'] = "SQLite 2";
|
||||
$content['LN_GEN_SELECTVIEW'] = "Visão";
|
||||
$content['LN_GEN_CRITERROR_UNKNOWNTYPE'] = "The source type '%1' is not supported by phpLogCon yet. This is a critical error, please fix your configuration.";
|
||||
$content['LN_GEN_CRITERROR_UNKNOWNTYPE'] = "The source type '%1' is not supported by phpLogCon yet. This is a critical error, please fix your configuration.";
|
||||
|
||||
// Topmenu Entries
|
||||
$content['LN_MENU_SEARCH'] = "Search";
|
||||
@ -177,4 +178,77 @@ $content['LN_DETAIL_BACKTOLIST'] = "Voltar para a lista";
|
||||
$content['LN_LOGIN_ERRWRONGPASSWORD'] = "Wrong username or password!";
|
||||
$content['LN_LOGIN_USERPASSMISSING'] = "Username or password not given";
|
||||
|
||||
// Install Site
|
||||
$content['LN_INSTALL_TITLETOP'] = "Installing phpLogCon Version %1 - Step %2";
|
||||
$content['LN_INSTALL_TITLE'] = "Installer Step %1";
|
||||
$content['LN_INSTALL_ERRORINSTALLED'] = 'phpLogCon is already configured!<br><br> If you want to reconfigure phpLogCon, either delete the current <B>config.php</B> or replace it with an empty file.<br><br>Click <A HREF="index.php">here</A> to return to pgpLogCon start page.';
|
||||
$content['LN_INSTALL_FILEORDIRNOTWRITEABLE'] = "At least one file or directory (or more) is not writeable, please check the file permissions (chmod 666)!";
|
||||
$content['LN_INSTALL_SAMPLECONFIGMISSING'] = "The sample configuration file '%1' is missing. You have not fully uploaded phplogcon.";
|
||||
$content['LN_INSTALL_ERRORCONNECTFAILED'] = "Database connect to '%1' failed! Please check Servername, Port, User and Password!";
|
||||
$content['LN_INSTALL_ERRORACCESSDENIED'] = "Cannot use the database '%1'! If the database does not exists, create it or check user access permissions!";
|
||||
$content['LN_INSTALL_ERRORINVALIDDBFILE'] = "Error, invalid Database definition file (to short!), the file name is '%1'! Please check if the file was correctly uploaded.";
|
||||
$content['LN_INSTALL_ERRORINSQLCOMMANDS'] = "Error, invalid Database definition file (no sql statements found!), the file name is '%1'!<br> Please check if the file was not correctly uploaded, or contact the phpLogCon forums for assistance!";
|
||||
$content['LN_INSTALL_MISSINGUSERNAME'] = "Username needs to be specified";
|
||||
$content['LN_INSTALL_PASSWORDNOTMATCH'] = "Either the password does not match or is to short!";
|
||||
$content['LN_INSTALL_FAILEDTOOPENSYSLOGFILE'] = "Failed to open the syslog file '%1'! Check if the file exists and phplogcon has sufficient rights to it<br>";
|
||||
$content['LN_INSTALL_FAILEDCREATECFGFILE'] = "Coult not create the configuration file in '%1'! Please verify the file permissions!";
|
||||
$content['LN_INSTALL_FAILEDREADINGFILE'] = "Error reading the file '%1'! Please verify if the file exists!";
|
||||
$content['LN_INSTALL_ERRORREADINGDBFILE'] = "Error reading the default database definition file in '%1'! Please verify if the file exists!";
|
||||
$content['LN_INSTALL_STEP1'] = "Step 1 - Prerequisites";
|
||||
$content['LN_INSTALL_STEP2'] = "Step 2 - Verify File Permissions";
|
||||
$content['LN_INSTALL_STEP3'] = "Step 3 - Basic Configuration";
|
||||
$content['LN_INSTALL_STEP4'] = "Step 4 - Create Tables";
|
||||
$content['LN_INSTALL_STEP5'] = "Step 5 - Check SQL Results";
|
||||
$content['LN_INSTALL_STEP6'] = "Step 6 - Creating the Main Useraccount";
|
||||
$content['LN_INSTALL_STEP7'] = "Step 7 - Create the first source for syslog messages";
|
||||
$content['LN_INSTALL_STEP8'] = "Step 8 - Done";
|
||||
$content['LN_INSTALL_STEP1_TEXT'] = 'Before you start installing phpLogCon, the Installer setup has to check a few things first.<br>You may have to correct some file permissions first. <br><br>Click on <input type="submit" value="Next"> to start the Test!';
|
||||
$content['LN_INSTALL_STEP2_TEXT'] = "The following file permissions have been checked. Verify the results below! <br>You may use the <B>configure.sh</B> script from the <B>contrib</B> folder to set the permissions for you.";
|
||||
$content['LN_INSTALL_STEP3_TEXT'] = "In this step, you configure the basic configurations for phpLogCon.";
|
||||
$content['LN_INSTALL_STEP4_TEXT'] = 'If you reached this step, the database connection has been successfully verified!<br><br> The next step will be to create the necessary database tables used by the phpLogCon User System. This might take a while!<br> <b>WARNING</b>, if you have an existing phpLogCon installation in this database with the same tableprefix, all your data will be <b>OVERWRITTEN</b>! Make sure you are using a fresh database, or you want to overwrite your old phpLogCon database. <br><br><b>Click on <input type="submit" value="Next"> to start the creation of the tables</b>';
|
||||
$content['LN_INSTALL_STEP5_TEXT'] = "Tables have been created. Check the List below for possible Error's";
|
||||
$content['LN_INSTALL_STEP6_TEXT'] = "You are now about to create the initial phpLogCon User Account.<br> This will be the first administrative user, which will be needed to login into phpLogCon and access the Admin Center!";
|
||||
$content['LN_INSTALL_STEP8_TEXT'] = 'Congratulations! You have successfully installed phpLogCon :)! <br><br>Click <a href="index.php">here</a> to go to your installation.';
|
||||
$content['LN_INSTALL_PROGRESS'] = "Install Progress: ";
|
||||
$content['LN_INSTALL_FRONTEND'] = "Frontend Options";
|
||||
$content['LN_INSTALL_NUMOFSYSLOGS'] = "Number of syslog messages per page";
|
||||
$content['LN_INSTALL_MSGCHARLIMIT'] = "Message character limit for the main view";
|
||||
$content['LN_INSTALL_SHOWDETAILPOP'] = "Show message details popup";
|
||||
$content['LN_INSTALL_AUTORESOLVIP'] = "Automatically resolved IP Addresses (inline)";
|
||||
$content['LN_INSTALL_USERDBOPTIONS'] = "User Database Options";
|
||||
$content['LN_INSTALL_ENABLEUSERDB'] = "Enable User Database";
|
||||
$content['LN_INSTALL_SUCCESSSTATEMENTS'] = "Successfully executed statements:";
|
||||
$content['LN_INSTALL_FAILEDSTATEMENTS'] = "Failed statements:";
|
||||
$content['LN_INSTALL_STEP5_TEXT_NEXT'] = "You can now proceed to the <B>next</B> step adding the first phpLogCon Admin User!";
|
||||
$content['LN_INSTALL_STEP5_TEXT_FAILED'] = "At least one statement failed,see error reasons below";
|
||||
$content['LN_INSTALL_ERRORMSG'] = "Error Message";
|
||||
$content['LN_INSTALL_SQLSTATEMENT'] = "SQL Statement";
|
||||
$content['LN_INSTALL_CREATEUSER'] = "Create User Account";
|
||||
$content['LN_INSTALL_PASSWORD'] = "Password";
|
||||
$content['LN_INSTALL_PASSWORDREPEAT'] = "Repeat Password";
|
||||
$content['LN_INSTALL_SUCCESSCREATED'] = "Successfully created User";
|
||||
$content['LN_INSTALL_RECHECK'] = "ReCheck";
|
||||
$content['LN_INSTALL_FINISH'] = "Finish!";
|
||||
$content['LN_INSTALL_'] = "";
|
||||
|
||||
// Converter Site
|
||||
$content['LN_CONVERT_TITLE'] = "Configuration Converter Step %1";
|
||||
$content['LN_CONVERT_NOTALLOWED'] = "Login";
|
||||
$content['LN_CONVERT_ERRORINSTALLED'] = 'phpLogCon is not allowed to convert your settings into the user database.<br><br> If you want to convert your convert your settings, add the variable following into your config.php: <br><b>$CFG[\'UserDBConvertAllowed\'] = true;</b><br><br> Click <A HREF="index.php">here</A> to return to pgpLogCon start page.';
|
||||
$content['LN_CONVERT_STEP1'] = "Step 1 - Informations";
|
||||
$content['LN_CONVERT_STEP2'] = "Step 2 - Create Tables";
|
||||
$content['LN_CONVERT_STEP3'] = "Step 3 - Check SQL Results";
|
||||
$content['LN_CONVERT_STEP4'] = "Step 4 - Creating the Main Useraccount";
|
||||
$content['LN_CONVERT_STEP5'] = "Step 5 - Import Settings into UserDB";
|
||||
$content['LN_CONVERT_TITLETOP'] = "Converting phpLogCon configuration settings - Step ";
|
||||
$content['LN_CONVERT_STEP1_TEXT'] = 'This script allows you to import your existing configuration from the <b>config.php</b> file. This includes frontend settings, data sources, custom views and custom searches. Do only perform this conversion if you did install phpLogCon without the UserDB System, and decided to enable it now. <br><br><b>ANY EXISTING INSTANCE OF A USERDB WILL BE OVERWRITTEN!</b><br><br><input type="submit" value="Click here"> to start the first conversion step!';
|
||||
$content['LN_CONVERT_STEP2_TEXT'] = 'The database connection has been successfully verified! <br><br>The next step will be to create the necessary database tables for the phpLogCon User System. This might take a while! <br><b>WARNING</b>, if you have an existing phpLogCon installation in this database with the same tableprefix, all your data will be <b>OVERWRITTEN</b>!<br> Make sure you are using a fresh database, or you want to overwrite your old phpLogCon database.<br><br><b>Click on <input type="submit" value="Next"> to start the creation of the tables</b>';
|
||||
$content['LN_CONVERT_STEP5_TEXT'] = '<input type="submit" value="Click here"> to start the last step of the conversion. In this step, your existing configuration from the <b>config.php</b> will be imported into the database.';
|
||||
$content['LN_CONVERT_STEP6'] = "Step 8 - Done";
|
||||
$content['LN_CONVERT_STEP6_TEXT'] = 'Congratulations! You have successfully converted your existing phpLogCon installation :)!<br><br>Important! Don\'t forget to REMOVE THE VARIABLES <b>$CFG[\'UserDBConvertAllowed\'] = true;</b> from your config.php file! <br><br>You can click <a href="index.php">here</a> to get to your phpLogConinstallation.';
|
||||
$content['LN_CONVERT_PROCESS'] = "Conversion Progress:";
|
||||
$content['LN_CONVERT_ERROR_SOURCEIMPORT'] = "Critical Error while importing the sources into the database, the SourceType '%1' is not supported by this phpLogCon Version.";
|
||||
$content['LN_CONVERT_'] = "";
|
||||
$content['LN_CONVERT_'] = "";
|
||||
$content['LN_CONVERT_'] = "";
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user