bpratt
Junior Member
Posts: 71
Joined: Oct 2007
Reputation: 0
|
RE: Manual translation is ready
Okay, here's my adjustments.
(02-12-2009 06:50 AM)Lucan Wrote: Quote:<?php
// Version
$version = "ispCP 1.0.0 RC7 OMEGA";
$build = "build: 20081212";
$copy = "© 2006 - $year by ispCP OMEGA";
I'll assume that's already updated.
Quote:// Introduction / Addition - Definition
$note = "It is possible that not all functions described here are available for you, because your server administrator did not grant you enough rights, or your webserver does not support these functions.";
$text8 = "Upload with a FTP Tool";
$text13 = "Index / Home";
// Top Navi
$top_menu_text1 = "General Information";
$top_menu_text3 = "E-Mail Account";
$top_menu_text4 = "FTP Access";
$top_menu_text8 = "Support System";
// what_is_ispCP.php Pagecontent
$what_is_ispCP_text_1 = "ispCP Omega is a comfortable, web-based software, for administering Unix-based Webservers.";
$what_is_ispCP_text_3 = "ispCP offers an interface for administrators, resellers and end customers and is built to comply all needs of a webhosting enviroment.";
// temporal_delay.php Pagecontent
$temporal_delay_text_1 = "All changes that you do over the ispCP web-interface, are available immediately, but sometimes there delay of less than a second (Smart Server Restart + Internet Connection).";
// ispCP_webinterface.php Pagecontent
$ispCP_webinterface_text_1 = "The ispCP web-interface (Main Menu) is separated into two parts: the Main Menu part and the Information part with options.";
$ispCP_webinterface_text_2 = "You can access several Menu Scopes, if you click on a link at the Main Menu.";
$ispCP_webinterface_text_3 = "There are several submenus for every Main Menu, which are displayed after you choose a Main Menu option.";
// upload_with_a_ftp_programm.php Pagecontent
$upload_with_a_ftp_programm_text_1 = "FTP is used for transferring your files to the server. The most common and comfortable way is using a FTP program often also called FTP client.
With this program you can connect to your server and transfer your files to it.
FTP clients are available for all operating systems.";
$upload_with_a_ftp_programm_text_2 = "There are a lot of different FTP clients but most of them are handled similar.
Your FTP client will ask for the following login details, to be able to get a connection to the server.";
$upload_with_a_ftp_programm_text_3 = "Username/Login/User: Enter your IspCP FTP username (for example user@domain.com)";
$upload_with_a_ftp_programm_text_4 = "If you have added an additional FTP user and you want to use that one, you have to enter that username (for example user@domain.com).
Password: here you enter the password, with which you login into the IspCP web-interface.
If you have added an additional FTP user and you want to use that one, you have to enter the password, you chose for that user.
Host/URL/Server: Here you enter your domain or address, your webhoster gave you (without "http://" so just enter "domain.com").";
$upload_with_a_ftp_programm_text_5 = "There are two different ways of transferring files by using FTP:";
$upload_with_a_ftp_programm_text_6 = "1. Transferring files in ASCII-mode";
$upload_with_a_ftp_programm_text_7 = "2. Transferring files in Binary-mode";
$upload_with_a_ftp_programm_text_8 = "Which transferring mode you have to use depends on the file you want to transfer.
A lot of FTP programs offer you a automatic detection for ASCII/BINARY - files.
These functions work for most of the files (HTML-documents and pictures) but if you want to transer PHP3-, perl-scrips, zip- or program- files or other files, which are not used that often, you better choose the transferring mode yourself. All ASCII-files have to be transferred at the ASCII-mode, all BINARY-files have to be transferred at the BINARY-mode.
Normally all text files are ASCII formatted:";
$upload_with_a_ftp_programm_text_9 = "htm/html documents (*.html, *.htm, *.shtml)";
$upload_with_a_ftp_programm_text_10 = "Script files (*.php3, *.php, *.asp)";
$upload_with_a_ftp_programm_text_11 = "Text files (*.txt)";
$upload_with_a_ftp_programm_text_12 = "Perl scripts (*.pl/ *.cgi)";
$upload_with_a_ftp_programm_text_13 = "The following files belong to the BINARY type:";
$upload_with_a_ftp_programm_text_14 = "Pictures/Graphics (*.gif,*.jpg)";
$upload_with_a_ftp_programm_text_15 = "Microsoft Word files, Richtext (*.doc, *.rtf)";
$upload_with_a_ftp_programm_text_16 = "Archive files (*.zip, *.rar, *.arj)";
$upload_with_a_ftp_programm_text_17 = "Programs (*.exe, *.com)";
$upload_with_a_ftp_programm_text_18 = "Java Applets (*.class, *.java)";
$upload_with_a_ftp_programm_text_19 = "Compiled CGI-Programs (*.cgi)";
$upload_with_a_ftp_programm_text_20 = "Tip:";
$upload_with_a_ftp_programm_text_21 = "Upload ASCII files first (html-documents) and then all Binary files (pictures etc.) : So you have to switch the upload-mode just once.";
// write_send_an_email.php Pagecontent
$write_send_an_email_text_1 = "With an Email client you are able to retrieve your emails easily.
To fetch your Emails from a POP3 email account, you need the following data:";
$write_send_an_email_text_2 = "Incoming and Outgoing Server (ask your webhost)";
$write_send_an_email_text_3 = "Username/Login: Enter your ispCP email username (for example user@domain.com).";
$write_send_an_email_text_4 = "User (POP3 or IMAP Email account, for example user@domain.com)";
$write_send_an_email_text_5 = "Password (password for your POP3 or IMAP Email account)";
// outlook_express.php Pagecontent
$outlook_express_text_1 = "If you would like to retrieve your emails from your POP3 or IMAP email account, by using Outlook Express, you have to create a new email account.";
$outlook_express_text_2 = "For that you have to start Outlook Express and choose \"Accounts\" on the \"Extras Menu\".";
$outlook_express_text_3 = "Now press the \"Add\" button and chose \"Email...\".";
$outlook_express_text_4 = "Enter your name and email address.
At the Incoming and Outgoing going Server input field, you have to enter the server name, your webhost gave you.";
$outlook_express_text_5 = "At the \"Account name\" input field, you have to enter the username of your POP3 or IMAP Email account.";
// netscape.php Pagecontent
$netscape_text_1 = "Start your Netscape Messenger and chose the menu item \"Settings\" from the \"Edit\" menu. Chose the \"Mail Servers\" page from the \"Mail & Newsgroups\" category.";
$netscape_text_2 = "At first you have to enter the SMTP Server name for sending emails. You will get this address from your webhost.
Now you have to enter the name of the POP3 or IMAP Server, which will receive your messages by pressing the \"Add\" button.";
$netscape_text_3 = "At the popped up window, you now have to enter the servername, which your webhost gave you.
You also have to enter the name of your POP3 or IMAP Email account, which you have created over the IspCP Web-interface.";
// folder_structure.php Pagecontent
$folder_structure_text_1 = "While creating a domain (for a user), the following directories/folders are created automatically:";
$folder_structure_text_2 = "htdocs - Is where all the HTML, PHP files etc. are to be saved.";
$folder_structure_text_3 = "cgi-bin - Is where all the CGI-Scripts are to be saved (if your administrator allows you to use such)."
$folder_structure_text_4 = "errors - Is where all the error pages are to be saved.";
$folder_structure_text_5 = "logs - Is where your Apache logfiles will be saved for this domain.";
$folder_structure_text_6 = "backups - Is where your saved backups of your files (in a ZIP-file) every day.";
$folder_structure_text_7 = "phptmp – Your TMP folder.";
// index_home.php Pagecontent
$index_home_text_1 = "The HTML page, which is getting accessed when just your domain (for example http://yourdomain.com) is entered, must be named as one of the stated below:";
$index_home_text_2 = "index.php";
$index_home_text_3 = "index.php3";
$index_home_text_4 = "index.phtml";
$index_home_text_5 = "index.htm";
$index_home_text_6 = "index.html";
$index_home_text_7 = "index.shtml";
$index_home_text_8 = "<b>index.html</b> is the default one!";
// index_of_contents.php Pagecontent
$index_of_contents_text_1 = "Account name:";
$index_of_contents_text_2 = "Declaration about the logged in account";
$index_of_contents_text_3 = "Main domain:";
$index_of_contents_text_4 = "Your main domain (name)";
$index_of_contents_text_5 = "PHP support:";
$index_of_contents_text_6 = "CGI support:";
$index_of_contents_text_7 = "SQL support: ";
$index_of_contents_text_8 = "Declaration if this feature is activated for you";
$index_of_contents_text_9 = "Software installation: ";
$index_of_contents_text_10 = "Subdomains:";
$index_of_contents_text_11 = "Number of added Subdomains for your Main Domain / maximum number of Subdomains, that you are able to add.";
$index_of_contents_text_12 = "Domain aliases:";
$index_of_contents_text_13 = "Number of added Domain aliases for your Main domain/ maximum number of Domain aliases, that you are able to add.";
$index_of_contents_text_14 = "E-Mail accounts:";
$index_of_contents_text_15 = "Number of added E-Mail Accounts / maximum number of E-Mail Accounts.";
$index_of_contents_text_16 = "FTP Accounts: ";
$index_of_contents_text_17 = "Number of added FTP accounts / maximum number of FTP accounts.";
$index_of_contents_text_18 = "SQL Databases:";
$index_of_contents_text_19 = "Number of added SQL databases / maximum number of SQL Databases.";
$index_of_contents_text_20 = "SQL Users:";
$index_of_contents_text_t21 = "Number of added SQL users / maximum number of SQL Users.";
$index_of_contents_text_22 = "Transfer volume (Traffic):";
$index_of_contents_text_23 = "The total traffic of your website.
The traffic, which is getting removed of your whole traffic volume, is the traffic that you create when you upload / download files through FTP, and the traffic that your website creates, when it's getting accessed. Next to this notice, your total traffic volume is displayed.";
$index_of_contents_text_24 = "Storage usage:";
$index_of_contents_text_25 = "Used storage / maximum storage";
// various.php Pagecontent
$various_text_1 = "Domain name = Username (so there won't be any confusion)";
$various_text_2 = "Adding a domain = Adding a user (or backwards)";
$various_text_3 = "Email account username = Email account (for example name@yourdomain.com)";
$various_text_4 = "The FTP account (username) is supplemented by the domain name (for example FtpUserame@yourdomain.com)";
$various_text_5 = "The main directory (of a domain rather than the end customers account) = /var/www/virtual/yourdomain.com/";
// manual_page_13.php Pagecontent
$highlights_text_1 = "Highlights by CGI Scripts / Perl programs";
$highlights_text_2 = "After you have uploaded your CGI Scripts, in the right format (ASCII / Binary), they must be made executable.";
$highlights_text_3 = "For that, you have to CHMOD these Scripts to 755 by using a FTP client. ";
$highlights_text_4 = "For some CGI programs, you may have to use a different CHMOD than 755 for some folders / files.";
$highlights_text_5 = "Please read the installation manual of your CGI program, to find out which files / folders have to get which CHMOD.";
// ./general_information/index.php Pagecontent
$index_text_5 = "Usage of the ispCP Web interface";
$index_text_6 = "At the main menu, you are able to add / change certain actions. At the following description the different possibilities will be explained.";
// ./general_information/change_password.php Pagecontent
$change_password_text_1 = "When logged into the ispCP Web-interface, you can change your password.";
$change_password_text_2 = " In order to change your password, simply enter your update, your new password and confirm the changes by clicking on <b>"Update password" </ b>. "
$change_password_text_3 = "Your password should only contain letters and numbers, no words from a dictionary or a name. For safety reasons it should be at least 6 characters long.";
// ./general_information/change_personal_data.php Pagecontent
$change_personal_data_text_1 = "In this area you are able to edit your personal data.";
$change_personal_data_text_2 = "To save your edited data, you just have to click <b>\"Update data\"</b>. You can change your First name, Last name, Gender, Company, Street name, additional Street name, Postal code, City, Country, (possible additions), Email, Phone and Fax number.";
// ./general_information/language.php Pagecontent
$language_text_1 = "When you read this manual, your native language may be English :-)";
$language_text_2 = "If you prefer to read this manual in a other language, you have some options to choose.";
$language_text_3 = "Status message";
$language_text_4 = "Your ispCP Omega ISP (ispCP Omega Internet Service Provider) has the possibility to install additional languages.";
// ./general_information/update_hostingplan.php Pagecontent
$update_hostingplan_text_1 = "If your ispCP Omega ISP offers different hosting packages, you have here the possibility to switch to a different package.";
$update_hostingplan_text_2 = "To do this,you have to click at <b>\"Change Package\"</b>.";
$update_hostingplan_text_3 = "Press the <b>\"Order\"</b>-link and your ISP will activate your newly ordered package immediately.";
$update_hostingplan_text_4 = "If you would like to cancel your Order, press the <b>\"Cancel Order\"</b> button.";
// ./manage_domains/index.php Pagecontent
$manage_domains_index_text_1 = "By selecting the menu item \"Manage Domains\" you can add another subdomain (e.g. something.example.com) or another domain alias (another domain pointing at the same webspace) to your primary domain. Provided your ispCP Omega ISP allows it. On the right you will see any created subdomains and domain aliases.";
// ./manage_domains/add_subdomain.php Pagecontent
$add_subdomain_text_1 = "To add a subdomain, click <b>„Add subdomain“</b>. In the upcoming dialogue you can add a subdomain to your primary domain. ";
$add_subdomain_text_2 = "Into this dialogue enter the subdomain name. Into the field „Directory tree mount point“ choose the (relative to the main directory of your primary domain) “absolute” Path where this subdomain will point. By clicking <b>„Add“</b> the subdomain will be created.";
$add_subdomain_text_3 = "That's the way the subdomain entry will look when configured";
$add_subdomain_text_4 = "On creation of the subdomain a directory for the domain will automatically be built. If CGI permissions of the primary domain are shared, there will be a cgi-bin directory inside the subdomain directory. Static HTML files will be positioned inside the htdocs folder (same applies to domains)
Subdomains will be mounted inside the main directory (completely separated from the primary domain) They have their own htdocs and cgi-bin directories. It's possible to create own FTP and/or mail accounts for Subdomains.";
$add_subdomain_text_5 = "<b>Delete subdomain</b>";
$add_subdomain_text_6 = "By clicking <b>„Delete“</b> in the list of subdomains, the corresponding subdomain will be removed.";
$add_subdomain_text_7 = "Note you'll need to confirm the deletion. Subdomains can't be deleted if you still have ftp or mail accounts for that subdomain.";
//./manage_domains/add_alias.php Pagecontent
$add_alias_text_1 = "Domain aliases or subdomains can be managed by ispCP Omega.<br /><br />Pick <b>„Add Alias“</b> from the menu.";
$add_alias_text_2 = "Domain aliases can either be mounted inside the main directory - separated from the primary domains (see also information on subdomains) - or redirected to another domain (URL). Domain aliases need to be activated by your ispCP Omega ISP.";
$add_alias_text_3 = "This is the way the alias entry looks, once your isp has approved the request.";
$add_alias_text_4 = "<b>Delete alias</b>";
$add_alias_text_5 = "By clicking <b>„Delete“</b> in the list of aliases, the corresponding Domain alias will be removed.";
$add_alias_text_6 = "Note you'll need to confirm the deletion. Domain aliases can't be deleted if you have ftp or mail accounts for this alias.";
// ./email_accounts/index.php Pagecontent
$email_accounts_index_text_1 = "In the „E-Mail Accounts“ area you can create new email accounts and manage existing ones.";
$email_accounts_index_text_2 = "The summary shows the existing mail accounts. This page furthermore shows the type and status of your accounts. The "Type" column informs you, the account is either a Domain E-Mail Account, an E-Mail Account from a subdomain or an E-Mail forward. The "Status" column shows if the account is working or if there is an error.";
// ./email_accounts/add_amailaccount.php Pagecontent
$add_mailaccount_text_1 = "Add mail user";
$add_mailaccount_text_2 = "To create another E-Mail address (account), enter the username first (the part of your E-Mail address that is in front of the @).";
$add_mailaccount_text_3 = "If you have already created a subdomain, you can now choose, whether this mail account belongs to the main account or to the subdomain. If you want your mail to be stored on the server, choose <b>„Normal Mail“</b>. If you would like incoming mail to be forwarded to another mail account, enter the designated mail address(es) here and choose <b>„Forward mail“</b>. You can also define multiple forward addresses (e.g. example1@example.com [RETURN] example2@example.com [RETURN] redir@ction.de [RETURN] etc.).";
$add_mailaccount_text_5 = "The forward addresses can be separated by linefeeds. Please note, if you choose <b>„Forward mail“</b> – your incoming mail won't be saved on the server";
$add_mailaccount_text_6 = "Notice, after you clicked Add.";
$add_mailaccount_text_7 = "This is the way the mail entry looks like if everything worked.";
$add_mailaccount_text_8 = "<b>Edit mail address, edit Mail-Forward and change password</b>";
$add_mailaccount_text_9 = "To change an E-mail address or forward or to change the password, in the summary click edit next to the designated mail address. The following menu is similar to that for <b>„Add mail user”</b>.";
$add_mailaccount_text_10 = "To edit the forward addresses, click inside the field „Forward to“ and change the recipients to match your wishes. The additional recipients each get a copy of the mail, which was sent to the address, you set the multiple recipients for.";
$add_mailaccount_text_11 = "If you want to <b>change your password</b>, enter the new password twice and confirm the change with a click on <b>„Save“</b>.";
$add_mailaccount_text_12 = "<b>Delete mail address</b>";
$add_mailaccount_text_13 = "<b>Delete mail address</b><br /><br />To delete a mail address, in the summary just click <b>„Delete“</b> in the column titled <b>„Action”</b> (!) Please note that you will be asked to confirm the deletion.";
$add_mailaccount_text_14 = "Click OK";
$add_mailaccount_text_15 = "Mail address has been deleted";
// ./email_accounts/catch_all.php Pagecontent
$catch_all_text_1 = "The catch all function ensures that all mail, regardless of what stands in front of the @domain.tld - will be forwarded to the <b>designated mailbox</b>.";
$catch_all_text_2 = "Click <b>„Create catch all“</b>. ";
$catch_all_text_3 = "The following input mask will open. Please enter the address to forward the mail to";
$catch_all_text_4 = "Status message";
$catch_all_text_5 = "That's what the catch-all entry should look like if everything was ok";
$catch_all_text_6 = "<b>Delete CatchAll</b>";
$catch_all_text_7 = "Clicking <b>„Delete CatchAll“</b> in the Catch-All overview, will remove the catch-all.";
$catch_all_text_8 = "Note that you'll be asked to confirm the removal. ";
$catch_all_text_9 = "Status message";
$catch_all_text_10 = "Catch-All successfully created!";
// ./email_accounts/webmail.php Pagecontent
$webmail_text_1 = "With Webmail you can retrieve your E-Mail from any internet-capable computer in the world. No need to install any software, you can use all features of your mail account right after login.";
*********************
translation required here.
**********************
*
*
*
$webmail_text_2 = "Hier stimmt was nicht !!!! Der Text hat hier nichts verloren!!! Domain aliases can either be mounted inside the main directory - separated from the primary domains (see also information on subdomains) - or redirected to another domain (URL). Domain aliases need to be activated by your ispCP Omega ISP. ";
$webmail_text_3 = "You need help? Inside webmail click on";
$webmail_text_4 = "Icon";
$webmail_text_5 = "Your ISP might use a different webmail service not covered by this manual";
// ./ftp_accounts/index.php Pagecontent
$ftp_account_index_text_1 = "On the <b>„FTP-Accounts“</b> page you can manage your FTP users.";
// ./ftp_accounts/add_ftp_user.php Pagecontent
$add_ftp_user_text_1 = "Click <b>„Add FTP-user”</b>.";
$add_ftp_user_text_2 = "In <b>„Username“</b< enter the new user. You can also just like with mail accounts choose whether the user should belong to the Domain itself or to a subdomain. In <b>„Password“</b> enter your desired password and confirm it.";
$add_ftp_user_text_3 = "If you want to restrict the ftp user to a specific directory, click <b>„Choose directory”</b> and pick the designated directory. ";
$add_ftp_user_text_4 = "Next click <b>„ Add”</b>.";
$add_ftp_user_text_5 = "If everything is correct the entry looks like this";
$add_ftp_user_text_6 = "Edit/delete FTP user";
$add_ftp_user_text_7 = "All existing ftp users will be listed, that can be edited or deleted by clicking <b>„Edit”/„Delete”</b>.";
// ./ftp_accounts/filemanager.php Pagecontent
$filemanager_text_1 = "The File Manager is a web-based tool for uploading and downloading your web documents. With WebFTP you can also edit files directly on the server. By clicking <b>„Filemanager”</b> you get to the Login-Screen.";
$filemanager_text_2 = "For entering the File Manager enter your FTP username and password.";
$filemanager_text_3 = "The english language userguide to the filemanager is available at the following site:";
$filemanager_text_4 = "http://net2ftp.eulanda.de/modules/help/02-user.html ";
$filemanager_text_5 = "Userguide in english";
// ./manage_sql/add_sql_database.php Pagecontent
$add_sql_database_text_1 = "Inside the <b>„Manage SQL“</b> Menu choose <b>„Add SQL database“</b> and enter the database name. By clicking <b>„Add“</b> the database will be created. By picking the Option „Use Numeric ID”, you can prevent two databases with the same name being created and therefore prevents possible conflicts.";
$add_sql_database_text_2 = "(it's possible your ISP predefined this option for you)";
$add_sql_database_text_3 = "Statusmessage";
$add_sql_database_text_4 = "After creation you get back to the Overview page, where you can add new users to the newly created database.";
$add_sql_database_text_5 = "Add/Delete SQL User";
$add_sql_database_text_6 = "On the right hand side click <b>„Add SQL user”</b>, to add a new user to the database domain_13.";
$add_sql_database_text_7 = "Enter the Username and pick a password. Here too, it's possible to use the just introduced option „Use Numeric ID” (it's possible your ISP predefined this option for you).";
$add_sql_database_text_8 = "Once agan you return to the Overview page, where you can execute direct queries, change the password of the SQL user delete the user or even the whole database.";
// ./manage_sql/phpmyadmin.php Pagecontent
$phpmyadmin_text_1 = "Via phpMyAdmin you can manage, create, delete, export etc. your Databases and corresponding Tables in an appealing webinterface";
$phpmyadmin_text_2 = "Naturally all these operations can be executed without using phpMyAdmin, by sending the commands manually to the Database.";
$phpmyadmin_text_3 = "By clicking <b>„phpMyAdmin”</b>, a new browser-window for authentication with the database will open. ";
$phpmyadmin_text_4 = "After entering the Username and password picked in 6.2 and pressing the OK button, you will be redirected to the Webinterface of phpMyAdmin. ";
$phpmyadmin_text_5 = "The phpMyAdmin userguide is available in english language at the following location:";
$phpmyadmin_text_6 = "http://www.phpmyadmin.net/documentation/";
$phpmyadmin_text_7 = "English language userguide";
// Webtools
// ./webtools/navi.php
$wt_text1 = "Overview";
$wt_text2 = "Protected Areas";
$wt_text3 = "Group / User management";
$wt_text4 = "Error pages";
$wt_text5 = "Backup";
$wt_text6 = "Webmail";
$wt_text7 = "Filemanager";
// ./webtools/index.php Pagecontent
$webtools_index_text_1 = "In ispCP there are several Web Tools available, which can be a useful for managing and using your website.";
// ./webtools/protected_areas.php Pagecontent
$protected_areas_text_1 = "Here you can password protect certain directories of your website.";
$protected_areas_text_2 = "On the overview page „Protected Areas” click the button <b>„Add new protected area”</b>. You get to the following screen:";
$protected_areas_text_3 = "Choose the designated Directory on your Webspace by clicking „Choose Dir”. To password protect your whole website, inside the popup window just opened, pick the directory „htdocs”.";
$protected_areas_text_4 = "To protect a single subdirectory, navigate to the designated directory by first clicking the „htdocs” Directory itself (don't Choose it!). Repeat this step until you see the designated subdirectory and pick it via the „Choose” Link. ";
$protected_areas_text_5 = "The popup will close automatically and the path to your chosen directory will be put into the Path field.";
$protected_areas_text_6 = "Now enter a username. This one will appear in the request window when entering the protected directory with your browser.";
$protected_areas_text_7 = "Within User now choose the newly created user, who shall be granted access to the protected directory and afterwards click the <b>“Protect it”</b>-Button. If you want to grant access to multiple users, select those by holding down the Ctrl Key.";
$protected_areas_text_8 = "Status OK!";
// ./webtools/webtools_page_2.php Pagecontent
$group_user_management_text_1 = "Before being able to protect a directory, you need to add a user with password. Therefore click the button „Manage users and groups”. Afterwards you'll get to the following screen:";
$group_user_management_text_2 = "Creating a group is not necessarily needed.";
$group_user_management_text_3 = "You can just create a user for a protected area (directory) via the <b>„Add user”</b> button.";
$group_user_management_text_4 = "Subsequently you have to assign this newly created user to a directory.";
// ./webtools/error_pages.php Pagecontent
$error_pages_text_1 = "When opening a non existing Web page in the browser, an error message will appear. In this case it's the Error 404 – File not found. In the Error Pages area you can replace these standard error pages with your own. By defining custom error pages for a directory those will apply also to all subfolders, unless there are other custom error pages assigned to the subdirectories.";
$error_pages_text_12 = "You can adjust the error messages yourself. In the dialogue „Error pages“ pick the error message by clicking „Edit“ next to it. In the following menu you can edit your error message. To save the changes click <b>„Save“.</b>";
$error_pages_text_13 = "View Error Pages";
$error_pages_text_14 = "You can display the Error Page by clicking <b>„View“</b>. This function is extremely useful, once you created your own error pages e.g. for error checking, etc.";
// Domain statistics ERLEDIGT!
// Left Navi
$ds_text1 = "Overview";
// ./domain_sttistics/index.php Pagecontent
$domain_statistics_text_1 = "The domain statistics make possible, to analyze the access statistics and further data of your domain. You can determine the period by entering year and month. By clicking „OK“, the statistic will be shown.";
$domain_statistics_text_2 = "If you access the statistics via the main menu, you will be displayed your usage data.";
$domain_statistics_text_3 = "The data shown in this case is:";
$domain_statistics_text_4 = "Date";
$domain_statistics_text_5 = "Domain Web-Transfer";
$domain_statistics_text_6 = "FTP Transfer";
$domain_statistics_text_7 = "SMTP Transfer";
$domain_statistics_text_8 = "POP3 and IMAP Transfer";
$domain_statistics_text_9 = "Total (the maximum quota is shown below the bar)";
// ./support_system/closed_tickets.php Pagecontent
$closed_tickets_text_1 = "Here you see a list of all closed tickets.";
?>
And maybe a mod is so nice and will close the other topic I opened a few days/weeks ago, because it's quite confusing
I've snipped a fair bit out of this reply which I couldn't see required any updating.
Hope this helps.
|
|