started to replace some 'SysCP'-strings with 'Froxlor';
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of the SysCP project.
|
* This file is part of the Froxlor project.
|
||||||
* Copyright (c) 2003-2009 the SysCP Team (see authors).
|
* Copyright (c) 2003-2009 the Froxlor Team (see authors).
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the COPYING
|
* For the full copyright and license information, please view the COPYING
|
||||||
* file that was distributed with this source code. You can also view the
|
* file that was distributed with this source code. You can also view the
|
||||||
@@ -47,7 +47,7 @@ $filename = basename($_SERVER['PHP_SELF']);
|
|||||||
|
|
||||||
if(!file_exists('./lib/userdata.inc.php'))
|
if(!file_exists('./lib/userdata.inc.php'))
|
||||||
{
|
{
|
||||||
die('You have to <a href="./install/install.php">configure</a> SysCP first!');
|
die('You have to <a href="./install/install.php">configure</a> Froxlor first!');
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!is_readable('./lib/userdata.inc.php'))
|
if(!is_readable('./lib/userdata.inc.php'))
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of the SysCP project.
|
* This file is part of the Froxlor project.
|
||||||
* Copyright (c) 2003-2009 the SysCP Team (see authors).
|
* Copyright (c) 2003-2009 the Froxlor Team (see authors).
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the COPYING
|
* For the full copyright and license information, please view the COPYING
|
||||||
* file that was distributed with this source code. You can also view the
|
* file that was distributed with this source code. You can also view the
|
||||||
@@ -270,7 +270,7 @@ $lng['mails']['createcustomer']['subject'] = 'Account information';
|
|||||||
$lng['admin']['overview'] = 'Overview';
|
$lng['admin']['overview'] = 'Overview';
|
||||||
$lng['admin']['ressourcedetails'] = 'Used resources';
|
$lng['admin']['ressourcedetails'] = 'Used resources';
|
||||||
$lng['admin']['systemdetails'] = 'System Details';
|
$lng['admin']['systemdetails'] = 'System Details';
|
||||||
$lng['admin']['syscpdetails'] = 'SysCP Details';
|
$lng['admin']['syscpdetails'] = 'Froxlor Details';
|
||||||
$lng['admin']['installedversion'] = 'Installed version';
|
$lng['admin']['installedversion'] = 'Installed version';
|
||||||
$lng['admin']['latestversion'] = 'Latest version';
|
$lng['admin']['latestversion'] = 'Latest version';
|
||||||
$lng['admin']['lookfornewversion']['clickhere'] = 'search via webservice';
|
$lng['admin']['lookfornewversion']['clickhere'] = 'search via webservice';
|
||||||
@@ -495,7 +495,7 @@ $lng['panel']['pathDescription'] = 'If the directory doesn\'t exist, it will be
|
|||||||
|
|
||||||
// ADDED IN 1.2.16-svn6
|
// ADDED IN 1.2.16-svn6
|
||||||
|
|
||||||
$lng['mails']['trafficninetypercent']['mailbody'] = 'Dear {NAME},\n\nYou used {TRAFFICUSED} MB of your available {TRAFFIC} MB of traffic.\nThis is more than 90%.\n\nYours sincerely, the SysCP-Team';
|
$lng['mails']['trafficninetypercent']['mailbody'] = 'Dear {NAME},\n\nYou used {TRAFFICUSED} MB of your available {TRAFFIC} MB of traffic.\nThis is more than 90%.\n\nYours sincerely, the Froxlor-Team';
|
||||||
$lng['mails']['trafficninetypercent']['subject'] = 'Reaching your traffic limit';
|
$lng['mails']['trafficninetypercent']['subject'] = 'Reaching your traffic limit';
|
||||||
$lng['admin']['templates']['trafficninetypercent'] = 'Notification mail for customers when ninety percent of traffic is exhausted';
|
$lng['admin']['templates']['trafficninetypercent'] = 'Notification mail for customers when ninety percent of traffic is exhausted';
|
||||||
$lng['admin']['templates']['TRAFFIC'] = 'Replaced with the traffic, which was assigned to the customer.';
|
$lng['admin']['templates']['TRAFFIC'] = 'Replaced with the traffic, which was assigned to the customer.';
|
||||||
@@ -540,13 +540,13 @@ $lng['panel']['back'] = 'Back';
|
|||||||
// ADDED IN 1.2.16-svn12
|
// ADDED IN 1.2.16-svn12
|
||||||
|
|
||||||
$lng['serversettings']['mod_log_sql']['title'] = 'Temporary save logs in the database';
|
$lng['serversettings']['mod_log_sql']['title'] = 'Temporary save logs in the database';
|
||||||
$lng['serversettings']['mod_log_sql']['description'] = 'Use <a href="http://www.outoforder.cc/projects/apache/mod_log_sql/" title="mod_log_sql">mod_log_sql</a> to save webrequests temporarily<br /><b>This needs a special <a href="http://files.syscp.org/docs/mod_log_sql/" title="mod_log_sql - documentation">apache-configuration</a>!</b>';
|
$lng['serversettings']['mod_log_sql']['description'] = 'Use <a href="http://www.outoforder.cc/projects/apache/mod_log_sql/" title="mod_log_sql">mod_log_sql</a> to save webrequests temporarily<br /><b>This needs a special <a href="http://files.froxlor.org/docs/mod_log_sql/" title="mod_log_sql - documentation">apache-configuration</a>!</b>';
|
||||||
$lng['serversettings']['mod_fcgid']['title'] = 'Include PHP via mod_fcgid/suexec';
|
$lng['serversettings']['mod_fcgid']['title'] = 'Include PHP via mod_fcgid/suexec';
|
||||||
$lng['serversettings']['mod_fcgid']['description'] = 'Use mod_fcgid/suexec/libnss_mysql to run PHP with the corresponding useraccount.<br/><b>This needs a special Apache configuration. All following options are only valid if the module is enabled.</b>';
|
$lng['serversettings']['mod_fcgid']['description'] = 'Use mod_fcgid/suexec/libnss_mysql to run PHP with the corresponding useraccount.<br/><b>This needs a special Apache configuration. All following options are only valid if the module is enabled.</b>';
|
||||||
$lng['serversettings']['sendalternativemail']['title'] = 'Use alternative email-address';
|
$lng['serversettings']['sendalternativemail']['title'] = 'Use alternative email-address';
|
||||||
$lng['serversettings']['sendalternativemail']['description'] = 'Send the password-email to a different address during email-account-creation';
|
$lng['serversettings']['sendalternativemail']['description'] = 'Send the password-email to a different address during email-account-creation';
|
||||||
$lng['emails']['alternative_emailaddress'] = 'Alternative e-mail-address';
|
$lng['emails']['alternative_emailaddress'] = 'Alternative e-mail-address';
|
||||||
$lng['mails']['pop_success_alternative']['mailbody'] = 'Hello,\n\nyour Mail account {EMAIL}\nwas set up successfully.\nYour password is {PASSWORD}.\n\nThis is an automatically created\ne-mail, please do not answer!\n\nYours sincerely, the SysCP-Team';
|
$lng['mails']['pop_success_alternative']['mailbody'] = 'Hello,\n\nyour Mail account {EMAIL}\nwas set up successfully.\nYour password is {PASSWORD}.\n\nThis is an automatically created\ne-mail, please do not answer!\n\nYours sincerely, the Froxlor-Team';
|
||||||
$lng['mails']['pop_success_alternative']['subject'] = 'Mail account set up successfully';
|
$lng['mails']['pop_success_alternative']['subject'] = 'Mail account set up successfully';
|
||||||
$lng['admin']['templates']['pop_success_alternative'] = 'Welcome mail for new email accounts sent to alternative address';
|
$lng['admin']['templates']['pop_success_alternative'] = 'Welcome mail for new email accounts sent to alternative address';
|
||||||
$lng['admin']['templates']['EMAIL_PASSWORD'] = 'Replaced with the POP3/IMAP account password.';
|
$lng['admin']['templates']['EMAIL_PASSWORD'] = 'Replaced with the POP3/IMAP account password.';
|
||||||
@@ -589,7 +589,7 @@ $lng['serversettings']['webalizer_quiet']['description'] = 'Verbosity of the web
|
|||||||
// ADDED IN 1.2.18-svn3
|
// ADDED IN 1.2.18-svn3
|
||||||
|
|
||||||
$lng['ticket']['admin_email'] = 'root@localhost';
|
$lng['ticket']['admin_email'] = 'root@localhost';
|
||||||
$lng['ticket']['noreply_email'] = 'tickets@syscp';
|
$lng['ticket']['noreply_email'] = 'tickets@froxlor';
|
||||||
$lng['admin']['ticketsystem'] = 'Support-tickets';
|
$lng['admin']['ticketsystem'] = 'Support-tickets';
|
||||||
$lng['menue']['ticket']['ticket'] = 'Support tickets';
|
$lng['menue']['ticket']['ticket'] = 'Support tickets';
|
||||||
$lng['menue']['ticket']['categories'] = 'Support categories';
|
$lng['menue']['ticket']['categories'] = 'Support categories';
|
||||||
@@ -650,15 +650,15 @@ $lng['admin']['templates']['new_ticket_by_customer'] = 'Admin-notification for a
|
|||||||
$lng['admin']['templates']['new_reply_ticket_by_customer'] = 'Admin-notification for a ticket-reply by a customer';
|
$lng['admin']['templates']['new_reply_ticket_by_customer'] = 'Admin-notification for a ticket-reply by a customer';
|
||||||
$lng['admin']['templates']['new_ticket_by_staff'] = 'Customer-notification for a ticket opened by a staff';
|
$lng['admin']['templates']['new_ticket_by_staff'] = 'Customer-notification for a ticket opened by a staff';
|
||||||
$lng['admin']['templates']['new_reply_ticket_by_staff'] = 'Customer-notification for a ticket-reply by a staff';
|
$lng['admin']['templates']['new_reply_ticket_by_staff'] = 'Customer-notification for a ticket-reply by a staff';
|
||||||
$lng['mails']['new_ticket_for_customer']['mailbody'] = 'Hello {FIRSTNAME} {NAME},\n\nyour support-ticket with the subject "{SUBJECT}" has been sent.\n\nYou will be notified when your ticket has been answered.\n\nThank you,\nthe SysCP-Team';
|
$lng['mails']['new_ticket_for_customer']['mailbody'] = 'Hello {FIRSTNAME} {NAME},\n\nyour support-ticket with the subject "{SUBJECT}" has been sent.\n\nYou will be notified when your ticket has been answered.\n\nThank you,\nthe Froxlor-Team';
|
||||||
$lng['mails']['new_ticket_for_customer']['subject'] = 'Your support ticket has been sent';
|
$lng['mails']['new_ticket_for_customer']['subject'] = 'Your support ticket has been sent';
|
||||||
$lng['mails']['new_ticket_by_customer']['mailbody'] = 'Hello admin,\n\na new support-ticket with the subject "{SUBJECT}" has been submitted.\n\nPlease login to open the ticket.\n\nThank you,\nthe SysCP-Team';
|
$lng['mails']['new_ticket_by_customer']['mailbody'] = 'Hello admin,\n\na new support-ticket with the subject "{SUBJECT}" has been submitted.\n\nPlease login to open the ticket.\n\nThank you,\nthe Froxlor-Team';
|
||||||
$lng['mails']['new_ticket_by_customer']['subject'] = 'New support ticket submitted';
|
$lng['mails']['new_ticket_by_customer']['subject'] = 'New support ticket submitted';
|
||||||
$lng['mails']['new_reply_ticket_by_customer']['mailbody'] = 'Hello admin,\n\nthe support-ticket "{SUBJECT}" has been answered by a customer.\n\nPlease login to open the ticket.\n\nThank you,\nthe SysCP-Team';
|
$lng['mails']['new_reply_ticket_by_customer']['mailbody'] = 'Hello admin,\n\nthe support-ticket "{SUBJECT}" has been answered by a customer.\n\nPlease login to open the ticket.\n\nThank you,\nthe Froxlor-Team';
|
||||||
$lng['mails']['new_reply_ticket_by_customer']['subject'] = 'New reply to support ticket';
|
$lng['mails']['new_reply_ticket_by_customer']['subject'] = 'New reply to support ticket';
|
||||||
$lng['mails']['new_ticket_by_staff']['mailbody'] = 'Hello {FIRSTNAME} {NAME},\n\na support-ticket with the subject "{SUBJECT}" has been opened for you.\n\nPlease login to open the ticket.\n\nThank you,\nthe SysCP-Team';
|
$lng['mails']['new_ticket_by_staff']['mailbody'] = 'Hello {FIRSTNAME} {NAME},\n\na support-ticket with the subject "{SUBJECT}" has been opened for you.\n\nPlease login to open the ticket.\n\nThank you,\nthe Froxlor-Team';
|
||||||
$lng['mails']['new_ticket_by_staff']['subject'] = 'New support ticket submitted';
|
$lng['mails']['new_ticket_by_staff']['subject'] = 'New support ticket submitted';
|
||||||
$lng['mails']['new_reply_ticket_by_staff']['mailbody'] = 'Hello {FIRSTNAME} {NAME},\n\nthe support-ticket with the subject "{SUBJECT}" has been answered by our staff.\n\nPlease login to view the ticket.\n\nThank you,\nthe SysCP-Team';
|
$lng['mails']['new_reply_ticket_by_staff']['mailbody'] = 'Hello {FIRSTNAME} {NAME},\n\nthe support-ticket with the subject "{SUBJECT}" has been answered by our staff.\n\nPlease login to view the ticket.\n\nThank you,\nthe Froxlor-Team';
|
||||||
$lng['mails']['new_reply_ticket_by_staff']['subject'] = 'New reply to support ticket';
|
$lng['mails']['new_reply_ticket_by_staff']['subject'] = 'New reply to support ticket';
|
||||||
$lng['question']['ticket_reallyclose'] = 'Do you really want to close the ticket "%s"?';
|
$lng['question']['ticket_reallyclose'] = 'Do you really want to close the ticket "%s"?';
|
||||||
$lng['question']['ticket_reallydelete'] = 'Do you really want to delete the ticket "%s"?';
|
$lng['question']['ticket_reallydelete'] = 'Do you really want to delete the ticket "%s"?';
|
||||||
@@ -741,7 +741,7 @@ $lng['traffic']['summail'] = 'Summation Mail-Traffic in';
|
|||||||
|
|
||||||
// ADDED IN 1.2.19-svn4.5
|
// ADDED IN 1.2.19-svn4.5
|
||||||
|
|
||||||
$lng['serversettings']['no_robots']['title'] = 'Allow searchengine-robots to index your SysCP';
|
$lng['serversettings']['no_robots']['title'] = 'Allow searchengine-robots to index your Froxlor installation';
|
||||||
|
|
||||||
// ADDED IN 1.2.19-svn6
|
// ADDED IN 1.2.19-svn6
|
||||||
|
|
||||||
@@ -864,8 +864,8 @@ $lng['login']['presend'] = 'Reset password';
|
|||||||
$lng['login']['email'] = 'E-mail address';
|
$lng['login']['email'] = 'E-mail address';
|
||||||
$lng['login']['remind'] = 'Reset my password';
|
$lng['login']['remind'] = 'Reset my password';
|
||||||
$lng['login']['usernotfound'] = 'User not found!';
|
$lng['login']['usernotfound'] = 'User not found!';
|
||||||
$lng['pwdreminder']['subject'] = 'SysCP - Password reset';
|
$lng['pwdreminder']['subject'] = 'Froxlor - Password reset';
|
||||||
$lng['pwdreminder']['body'] = 'Hello %s,\n\nyour syscp password has been reset!\nThe new password is: %p\n\nThank you,\nthe SysCP-Team';
|
$lng['pwdreminder']['body'] = 'Hello %s,\n\nyour froxlor password has been reset!\nThe new password is: %p\n\nThank you,\nthe Froxlor-Team';
|
||||||
$lng['pwdreminder']['success'] = 'Password reset successfully.<br />You now should receive an email with your new password.';
|
$lng['pwdreminder']['success'] = 'Password reset successfully.<br />You now should receive an email with your new password.';
|
||||||
|
|
||||||
// ADDED IN 1.2.19-svn18
|
// ADDED IN 1.2.19-svn18
|
||||||
@@ -898,7 +898,7 @@ $lng['panel']['never'] = 'Never';
|
|||||||
$lng['panel']['active'] = 'Active';
|
$lng['panel']['active'] = 'Active';
|
||||||
$lng['panel']['please_choose'] = 'Please choose';
|
$lng['panel']['please_choose'] = 'Please choose';
|
||||||
$lng['panel']['allow_modifications'] = 'Allow modifications';
|
$lng['panel']['allow_modifications'] = 'Allow modifications';
|
||||||
$lng['domains']['add_date'] = 'Added to SysCP';
|
$lng['domains']['add_date'] = 'Added to Froxlor';
|
||||||
$lng['domains']['registration_date'] = 'Added at registry';
|
$lng['domains']['registration_date'] = 'Added at registry';
|
||||||
$lng['domains']['topleveldomain'] = 'Top-Level-Domain';
|
$lng['domains']['topleveldomain'] = 'Top-Level-Domain';
|
||||||
|
|
||||||
@@ -953,10 +953,10 @@ $lng['serversettings']['autoresponder_active']['description'] = 'Do you want to
|
|||||||
$lng['invoice']['active'] = 'Billing active';
|
$lng['invoice']['active'] = 'Billing active';
|
||||||
$lng['admin']['security_settings'] = 'Security Options';
|
$lng['admin']['security_settings'] = 'Security Options';
|
||||||
$lng['admin']['know_what_youre_doing'] = 'Change only, if you know what you\'re doing!';
|
$lng['admin']['know_what_youre_doing'] = 'Change only, if you know what you\'re doing!';
|
||||||
$lng['admin']['show_version_login']['title'] = 'Show SysCP version on login';
|
$lng['admin']['show_version_login']['title'] = 'Show Froxlor version on login';
|
||||||
$lng['admin']['show_version_login']['description'] = 'Show the SysCP version in the footer on the login page';
|
$lng['admin']['show_version_login']['description'] = 'Show the Froxlor version in the footer on the login page';
|
||||||
$lng['admin']['show_version_footer']['title'] = 'Show SysCP version in footer';
|
$lng['admin']['show_version_footer']['title'] = 'Show Froxlor version in footer';
|
||||||
$lng['admin']['show_version_footer']['description'] = 'Show the SysCP version in the footer on the rest of the pages';
|
$lng['admin']['show_version_footer']['description'] = 'Show the Froxlor version in the footer on the rest of the pages';
|
||||||
$lng['admin']['syscp_graphic']['title'] = 'Header graphic for SysCP';
|
$lng['admin']['syscp_graphic']['title'] = 'Header graphic for SysCP';
|
||||||
$lng['admin']['syscp_graphic']['description'] = 'What graphic should be shown in the header';
|
$lng['admin']['syscp_graphic']['description'] = 'What graphic should be shown in the header';
|
||||||
|
|
||||||
@@ -1001,7 +1001,7 @@ $lng['serversettings']['mod_fcgid']['tmpdir']['description'] = 'Where should the
|
|||||||
$lng['serversettings']['mod_fcgid']['peardir']['title'] = 'Global PEAR directories';
|
$lng['serversettings']['mod_fcgid']['peardir']['title'] = 'Global PEAR directories';
|
||||||
$lng['serversettings']['mod_fcgid']['peardir']['description'] = 'Which global PEAR directories should be replaced in every php.ini config? Different directories must be separated by a colon.';
|
$lng['serversettings']['mod_fcgid']['peardir']['description'] = 'Which global PEAR directories should be replaced in every php.ini config? Different directories must be separated by a colon.';
|
||||||
|
|
||||||
//improved syscp 2
|
//improved Froxlor 2
|
||||||
|
|
||||||
$lng['admin']['templates']['index_html'] = 'index file for newly created customer directories';
|
$lng['admin']['templates']['index_html'] = 'index file for newly created customer directories';
|
||||||
$lng['admin']['templates']['SERVERNAME'] = 'Replaced with the servername.';
|
$lng['admin']['templates']['SERVERNAME'] = 'Replaced with the servername.';
|
||||||
@@ -1169,7 +1169,7 @@ $lng['aps']['numerofpackageslocked'] = '%s Packages locked<br/>';
|
|||||||
$lng['aps']['numerofinstances'] = '%s Instances installed<br/>';
|
$lng['aps']['numerofinstances'] = '%s Instances installed<br/>';
|
||||||
$lng['question']['reallydoaction'] = '<strong>Do you really want to execute the selected actions?</strong><br/><br/>Data which can be lost by continuing, cannot be restored later.<br/><br/>';
|
$lng['question']['reallydoaction'] = '<strong>Do you really want to execute the selected actions?</strong><br/><br/>Data which can be lost by continuing, cannot be restored later.<br/><br/>';
|
||||||
$lng['aps']['linktolicense'] = 'Link to license';
|
$lng['aps']['linktolicense'] = 'Link to license';
|
||||||
$lng['aps']['initerror_customer'] = 'There is currently a problem with this SysCP extension. Contact your administrator for further information.';
|
$lng['aps']['initerror_customer'] = 'There is currently a problem with this Froxlor extension. Contact your administrator for further information.';
|
||||||
$lng['aps']['numerofinstances'] = '%s Installations at all<br/>';
|
$lng['aps']['numerofinstances'] = '%s Installations at all<br/>';
|
||||||
$lng['aps']['numerofinstancessuccess'] = '%s successful Installations<br/>';
|
$lng['aps']['numerofinstancessuccess'] = '%s successful Installations<br/>';
|
||||||
$lng['aps']['numerofinstanceserror'] = '%s failed Installations<br/>';
|
$lng['aps']['numerofinstanceserror'] = '%s failed Installations<br/>';
|
||||||
@@ -1192,13 +1192,13 @@ $lng['error']['admindoesntexist'] = 'The admin you have chosen doesn\'t exist.';
|
|||||||
// ADDED IN 1.2.19-svn37
|
// ADDED IN 1.2.19-svn37
|
||||||
|
|
||||||
$lng['serversettings']['system_realtime_port']['title'] = 'Port for realtime SysCP';
|
$lng['serversettings']['system_realtime_port']['title'] = 'Port for realtime SysCP';
|
||||||
$lng['serversettings']['system_realtime_port']['description'] = 'SysCP connects to this port at localhost everytime a new cron task is scheduled. If value is 0 (zero), this feature ist deactivated.<br />See also: <a href="https://wiki.syscp.org/contrib/realtime">Make SysCP work in realtime (SysCP Wiki)</a>';
|
$lng['serversettings']['system_realtime_port']['description'] = 'Froxlor connects to this port at localhost everytime a new cron task is scheduled. If value is 0 (zero), this feature ist deactivated.<br />See also: <a href="https://wiki.syscp.org/contrib/realtime">Make Froxlor work in realtime (Froxlor Wiki)</a>';
|
||||||
$lng['serversettings']['session_allow_multiple_login']['title'] = 'Allow multiple login';
|
$lng['serversettings']['session_allow_multiple_login']['title'] = 'Allow multiple login';
|
||||||
$lng['serversettings']['session_allow_multiple_login']['description'] = 'If activated a user could login multiple times.';
|
$lng['serversettings']['session_allow_multiple_login']['description'] = 'If activated a user could login multiple times.';
|
||||||
$lng['serversettings']['panel_allow_domain_change_admin']['title'] = 'Allow moving domains between admins';
|
$lng['serversettings']['panel_allow_domain_change_admin']['title'] = 'Allow moving domains between admins';
|
||||||
$lng['serversettings']['panel_allow_domain_change_admin']['description'] = 'If activated you can change the admin of a domain at domainsettings.<br /><b>Attention:</b> If a customer isn\'t assigned to the same admin as the domain, the admin can see every other domain of that customer!';
|
$lng['serversettings']['panel_allow_domain_change_admin']['description'] = 'If activated you can change the admin of a domain at domainsettings.<br /><b>Attention:</b> If a customer isn\'t assigned to the same admin as the domain, the admin can see every other domain of that customer!';
|
||||||
$lng['serversettings']['panel_allow_domain_change_customer']['title'] = 'Allow moving domains between customers';
|
$lng['serversettings']['panel_allow_domain_change_customer']['title'] = 'Allow moving domains between customers';
|
||||||
$lng['serversettings']['panel_allow_domain_change_customer']['description'] = 'If activated you can change the customer of a domain at domainsettings.<br /><b>Attention:</b> SysCP won\'t change any paths. This could render a domain unusable!';
|
$lng['serversettings']['panel_allow_domain_change_customer']['description'] = 'If activated you can change the customer of a domain at domainsettings.<br /><b>Attention:</b> Froxlor won\'t change any paths. This could render a domain unusable!';
|
||||||
$lng['domains']['associated_with_domain'] = 'Associated';
|
$lng['domains']['associated_with_domain'] = 'Associated';
|
||||||
$lng['domains']['aliasdomains'] = 'Alias domains';
|
$lng['domains']['aliasdomains'] = 'Alias domains';
|
||||||
$lng['error']['ipportdoesntexist'] = 'The ip/port combination you have chosen doesn\'t exist.';
|
$lng['error']['ipportdoesntexist'] = 'The ip/port combination you have chosen doesn\'t exist.';
|
||||||
@@ -1220,7 +1220,7 @@ $lng['aps']['license_link'] = 'Link to the license';
|
|||||||
|
|
||||||
// ADDED IN 1.4.2.1
|
// ADDED IN 1.4.2.1
|
||||||
$lng['admin']['thankyou'] = 'Thank you';
|
$lng['admin']['thankyou'] = 'Thank you';
|
||||||
$lng['admin']['contributors'] = 'All these people contributed to the SysCP Project (no particular order)';
|
$lng['admin']['contributors'] = 'All these people contributed to the Froxlor Project (no particular order)';
|
||||||
|
|
||||||
// ADDED IN 1.4.2.1-1
|
// ADDED IN 1.4.2.1-1
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of the SysCP project.
|
* This file is part of the Froxlor project.
|
||||||
* Copyright (c) 2003-2009 the SysCP Team (see authors).
|
* Copyright (c) 2003-2009 the Froxlor Team (see authors).
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the COPYING
|
* For the full copyright and license information, please view the COPYING
|
||||||
* file that was distributed with this source code. You can also view the
|
* file that was distributed with this source code. You can also view the
|
||||||
@@ -745,7 +745,7 @@ $lng['traffic']['summail'] = 'Summe Mail-Traffic in';
|
|||||||
|
|
||||||
// ADDED IN 1.2.19-svn4.5
|
// ADDED IN 1.2.19-svn4.5
|
||||||
|
|
||||||
$lng['serversettings']['no_robots']['title'] = 'Erlaube die Indizierung Ihres SysCP durch Suchmaschinen';
|
$lng['serversettings']['no_robots']['title'] = 'Erlaube die Indizierung Ihres Froxlor durch Suchmaschinen';
|
||||||
|
|
||||||
// ADDED IN 1.2.19-svn6
|
// ADDED IN 1.2.19-svn6
|
||||||
|
|
||||||
@@ -868,8 +868,8 @@ $lng['login']['presend'] = 'Passwort zurücksetzen';
|
|||||||
$lng['login']['email'] = 'E-Mail Adresse';
|
$lng['login']['email'] = 'E-Mail Adresse';
|
||||||
$lng['login']['remind'] = 'Passwort zurücksetzen';
|
$lng['login']['remind'] = 'Passwort zurücksetzen';
|
||||||
$lng['login']['usernotfound'] = 'Fehler: Unbekannter Benutzer!';
|
$lng['login']['usernotfound'] = 'Fehler: Unbekannter Benutzer!';
|
||||||
$lng['pwdreminder']['subject'] = 'SysCP - Passwort zurückgesetzt';
|
$lng['pwdreminder']['subject'] = 'Froxlor - Passwort zurückgesetzt';
|
||||||
$lng['pwdreminder']['body'] = 'Hallo %s,\n\nIhr SysCP Passwort wurde zurückgesetzt!\nDas neue Passwort lautet: %p\n\nVielen Dank,\nIhr SysCP-Team';
|
$lng['pwdreminder']['body'] = 'Hallo %s,\n\nIhr Froxlor Passwort wurde zurückgesetzt!\nDas neue Passwort lautet: %p\n\nVielen Dank,\nIhr SysCP-Team';
|
||||||
$lng['pwdreminder']['success'] = 'Passwort erfolgreich zurückgesetzt.<br />Sie sollten nun eine E-Mail mit dem neuen Passwort erhalten.';
|
$lng['pwdreminder']['success'] = 'Passwort erfolgreich zurückgesetzt.<br />Sie sollten nun eine E-Mail mit dem neuen Passwort erhalten.';
|
||||||
|
|
||||||
// ADDED IN 1.2.19-svn18
|
// ADDED IN 1.2.19-svn18
|
||||||
@@ -902,7 +902,7 @@ $lng['panel']['never'] = 'Nie';
|
|||||||
$lng['panel']['active'] = 'Aktiv';
|
$lng['panel']['active'] = 'Aktiv';
|
||||||
$lng['panel']['please_choose'] = 'Bitte auswählen';
|
$lng['panel']['please_choose'] = 'Bitte auswählen';
|
||||||
$lng['panel']['allow_modifications'] = 'Änderungen zulassen';
|
$lng['panel']['allow_modifications'] = 'Änderungen zulassen';
|
||||||
$lng['domains']['add_date'] = 'Zu SysCP hinzugefügt';
|
$lng['domains']['add_date'] = 'Zu Froxlor hinzugefügt';
|
||||||
$lng['domains']['registration_date'] = 'Bei Registry hinzugefügt';
|
$lng['domains']['registration_date'] = 'Bei Registry hinzugefügt';
|
||||||
$lng['domains']['topleveldomain'] = 'Top-Level-Domain';
|
$lng['domains']['topleveldomain'] = 'Top-Level-Domain';
|
||||||
|
|
||||||
@@ -956,12 +956,12 @@ $lng['error']['invalidautoresponder'] = 'Das angegebene Konto ist ungültig.
|
|||||||
$lng['serversettings']['autoresponder_active']['title'] = 'Abwesenheitsnachrichten-Modul verwenden';
|
$lng['serversettings']['autoresponder_active']['title'] = 'Abwesenheitsnachrichten-Modul verwenden';
|
||||||
$lng['serversettings']['autoresponder_active']['description'] = 'Möchten Sie das Abwesenheitsnachrichten-Modul verwenden? Dazu muss ein separater Cronjob eingerichtet sein.';
|
$lng['serversettings']['autoresponder_active']['description'] = 'Möchten Sie das Abwesenheitsnachrichten-Modul verwenden? Dazu muss ein separater Cronjob eingerichtet sein.';
|
||||||
$lng['invoice']['active'] = 'Rechnung aktiviert';
|
$lng['invoice']['active'] = 'Rechnung aktiviert';
|
||||||
$lng['admin']['show_version_login']['title'] = 'Zeige SysCP Version beim Login';
|
$lng['admin']['show_version_login']['title'] = 'Zeige Froxlor Version beim Login';
|
||||||
$lng['admin']['show_version_login']['description'] = 'Zeige SysCP Version in der Fußzeile der Loginseite';
|
$lng['admin']['show_version_login']['description'] = 'Zeige Froxlor Version in der Fußzeile der Loginseite';
|
||||||
$lng['admin']['show_version_footer']['title'] = 'Zeige SysCP Version in Fußzeile';
|
$lng['admin']['show_version_footer']['title'] = 'Zeige Froxlor Version in Fußzeile';
|
||||||
$lng['admin']['show_version_footer']['description'] = 'Zeige SysCP Version in der Fußzeile aller anderen Seiten';
|
$lng['admin']['show_version_footer']['description'] = 'Zeige Froxlor Version in der Fußzeile aller anderen Seiten';
|
||||||
$lng['admin']['syscp_graphic']['title'] = 'Grafik im Kopfbereich des Panels';
|
$lng['admin']['syscp_graphic']['title'] = 'Grafik im Kopfbereich des Panels';
|
||||||
$lng['admin']['syscp_graphic']['description'] = 'Welche Grafik soll im Kopfbereich des Panels anstatt des SysCP Logos angezeigt werden?';
|
$lng['admin']['syscp_graphic']['description'] = 'Welche Grafik soll im Kopfbereich des Panels anstatt des Froxlor Logos angezeigt werden?';
|
||||||
|
|
||||||
//improved syscp
|
//improved syscp
|
||||||
|
|
||||||
@@ -1005,7 +1005,7 @@ $lng['admin']['know_what_youre_doing'] = 'Ändern Sie diese Einstellungen nu
|
|||||||
$lng['serversettings']['mod_fcgid']['peardir']['title'] = 'Globale PEAR Verzeichnisse';
|
$lng['serversettings']['mod_fcgid']['peardir']['title'] = 'Globale PEAR Verzeichnisse';
|
||||||
$lng['serversettings']['mod_fcgid']['peardir']['description'] = 'Welche globalen PEAR Verzeichnisse sollen in den php.ini Einstellungen ersetzt werden? Einzelne Verzeichnisse sind mit einem Doppelpunkt zu trennen.';
|
$lng['serversettings']['mod_fcgid']['peardir']['description'] = 'Welche globalen PEAR Verzeichnisse sollen in den php.ini Einstellungen ersetzt werden? Einzelne Verzeichnisse sind mit einem Doppelpunkt zu trennen.';
|
||||||
|
|
||||||
//improved syscp 2
|
//improved Froxlor 2
|
||||||
|
|
||||||
$lng['admin']['templates']['index_html'] = 'index.html Datei für neu erzeugte Kundenverzeichnisse';
|
$lng['admin']['templates']['index_html'] = 'index.html Datei für neu erzeugte Kundenverzeichnisse';
|
||||||
$lng['admin']['templates']['SERVERNAME'] = 'Wird mit dem Servernamen ersetzt.';
|
$lng['admin']['templates']['SERVERNAME'] = 'Wird mit dem Servernamen ersetzt.';
|
||||||
@@ -1104,7 +1104,7 @@ $lng['aps']['php_general_new'] = 'PHP - Generell - PHP Version zu neu.';
|
|||||||
$lng['aps']['db_mysql_support'] = 'Datenbank - Das Paket benötigt eine andere Datenbank Engine als MySQL.';
|
$lng['aps']['db_mysql_support'] = 'Datenbank - Das Paket benötigt eine andere Datenbank Engine als MySQL.';
|
||||||
$lng['aps']['db_mysql_version'] = 'Datenbank - MySQL Server zu alt.';
|
$lng['aps']['db_mysql_version'] = 'Datenbank - MySQL Server zu alt.';
|
||||||
$lng['aps']['webserver_module'] = 'Webserver - Modul "%s" fehlt.';
|
$lng['aps']['webserver_module'] = 'Webserver - Modul "%s" fehlt.';
|
||||||
$lng['aps']['webserver_fcgid'] = 'Webserver - Von diesem Paket werden einige Webserver Module benötigt. Da Sie SysCP in einer FastCGI/mod_fcgid Umgebung verwenden existiert die Funktion "apache_get_modules" nicht. Es kann also nicht ermittelt werden ob das Paket unterstützt wird.';
|
$lng['aps']['webserver_fcgid'] = 'Webserver - Von diesem Paket werden einige Webserver Module benötigt. Da Sie Froxlor in einer FastCGI/mod_fcgid Umgebung verwenden existiert die Funktion "apache_get_modules" nicht. Es kann also nicht ermittelt werden ob das Paket unterstützt wird.';
|
||||||
$lng['aps']['webserver_htaccess'] = 'Webserver - Dieses Paket benötigt dass .htaccess Dateien vom Webserver geparst werden. Das Paket kann nicht installiert werden, da nicht ermittelt werden kann ob diese Funktion aktiviert ist.';
|
$lng['aps']['webserver_htaccess'] = 'Webserver - Dieses Paket benötigt dass .htaccess Dateien vom Webserver geparst werden. Das Paket kann nicht installiert werden, da nicht ermittelt werden kann ob diese Funktion aktiviert ist.';
|
||||||
$lng['aps']['misc_configscript'] = 'Sonstiges - Die Sprache des Konfigurationsskriptes wird nicht unterstützt.';
|
$lng['aps']['misc_configscript'] = 'Sonstiges - Die Sprache des Konfigurationsskriptes wird nicht unterstützt.';
|
||||||
$lng['aps']['misc_charset'] = 'Sonstiges - In der aktuellen Version wird eine Validierung gegen einen gewissen Zeichensatz im Installationsassitenten nicht unterstützt.';
|
$lng['aps']['misc_charset'] = 'Sonstiges - In der aktuellen Version wird eine Validierung gegen einen gewissen Zeichensatz im Installationsassitenten nicht unterstützt.';
|
||||||
@@ -1173,7 +1173,7 @@ $lng['aps']['numerofpackagesenabled'] = '%s Pakete freigegeben<br/>';
|
|||||||
$lng['aps']['numerofpackageslocked'] = '%s Pakete gesperrt<br/>';
|
$lng['aps']['numerofpackageslocked'] = '%s Pakete gesperrt<br/>';
|
||||||
$lng['aps']['numerofinstances'] = '%s Instanzen installiert<br/>';
|
$lng['aps']['numerofinstances'] = '%s Instanzen installiert<br/>';
|
||||||
$lng['question']['reallydoaction'] = '<strong>Wollen Sie die gewählten Aktionen wirklich durchführen?</strong><br/><br/>Daten, die durch diese Vorgänge möglicherweise gelöscht werden, können anschließend nicht wieder hergestellt werden.<br/><br/>';
|
$lng['question']['reallydoaction'] = '<strong>Wollen Sie die gewählten Aktionen wirklich durchführen?</strong><br/><br/>Daten, die durch diese Vorgänge möglicherweise gelöscht werden, können anschließend nicht wieder hergestellt werden.<br/><br/>';
|
||||||
$lng['aps']['initerror_customer'] = 'Es gibt momentan ein Problem mit dieser SysCP Erweiterung. Wenden Sie sich an Ihren Administrator für weitere Informationen.';
|
$lng['aps']['initerror_customer'] = 'Es gibt momentan ein Problem mit dieser Froxlor Erweiterung. Wenden Sie sich an Ihren Administrator für weitere Informationen.';
|
||||||
$lng['aps']['numerofinstances'] = '%s Installationen insgesamt<br/>';
|
$lng['aps']['numerofinstances'] = '%s Installationen insgesamt<br/>';
|
||||||
$lng['aps']['numerofinstancessuccess'] = '%s erfolgreiche Installationen<br/>';
|
$lng['aps']['numerofinstancessuccess'] = '%s erfolgreiche Installationen<br/>';
|
||||||
$lng['aps']['numerofinstanceserror'] = '%s fehlgeschlagene Installationen<br/>';
|
$lng['aps']['numerofinstanceserror'] = '%s fehlgeschlagene Installationen<br/>';
|
||||||
@@ -1196,7 +1196,7 @@ $lng['error']['admindoesntexist'] = 'Der ausgewählte Admin existiert nicht.
|
|||||||
// ADDED IN 1.2.19-svn37
|
// ADDED IN 1.2.19-svn37
|
||||||
|
|
||||||
$lng['serversettings']['system_realtime_port']['title'] = 'Port für Realtime SysCP';
|
$lng['serversettings']['system_realtime_port']['title'] = 'Port für Realtime SysCP';
|
||||||
$lng['serversettings']['system_realtime_port']['description'] = 'Dieser Port auf localhost wird bei jedem neuen Cron-Task kontaktiert. Wenn der Wert 0 (Null) ist, dann ist dieses Feature deaktiviert.<br />Siehe dazu auch: <a href="https://wiki.syscp.org/contrib/realtime">Make SysCP work in realtime (SysCP Wiki)</a>';
|
$lng['serversettings']['system_realtime_port']['description'] = 'Dieser Port auf localhost wird bei jedem neuen Cron-Task kontaktiert. Wenn der Wert 0 (Null) ist, dann ist dieses Feature deaktiviert.<br />Siehe dazu auch: <a href="https://wiki.syscp.org/contrib/realtime">Make Froxlor work in realtime (Froxlor Wiki)</a>';
|
||||||
$lng['serversettings']['session_allow_multiple_login']['title'] = 'Erlaube gleichzeitigen Login';
|
$lng['serversettings']['session_allow_multiple_login']['title'] = 'Erlaube gleichzeitigen Login';
|
||||||
$lng['serversettings']['session_allow_multiple_login']['description'] = 'Wenn diese Option aktiviert ist, können sich Nutzer mehrmals gleichzeitig anmelden.';
|
$lng['serversettings']['session_allow_multiple_login']['description'] = 'Wenn diese Option aktiviert ist, können sich Nutzer mehrmals gleichzeitig anmelden.';
|
||||||
$lng['serversettings']['panel_allow_domain_change_admin']['title'] = 'Erlaube Verschieben von Domains unter Admins';
|
$lng['serversettings']['panel_allow_domain_change_admin']['title'] = 'Erlaube Verschieben von Domains unter Admins';
|
||||||
@@ -1224,6 +1224,6 @@ $lng['aps']['license_link'] = 'Link zur Lizenz';
|
|||||||
|
|
||||||
// ADDED IN 1.4.2.1
|
// ADDED IN 1.4.2.1
|
||||||
$lng['admin']['thankyou'] = 'Vielen Dank';
|
$lng['admin']['thankyou'] = 'Vielen Dank';
|
||||||
$lng['admin']['contributors'] = 'Diese Leute haben zum SysCP Projekt beigetragen (keine besondere Ordnung)';
|
$lng['admin']['contributors'] = 'Diese Leute haben zum Froxlor Projekt beigetragen (keine besondere Ordnung)';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user