initial commit of file from CVS for smeserver-webhosting on Sat Sep 7 16:45:03 AEST 2024
This commit is contained in:
10
root/etc/e-smith/events/actions/webhosting-php-adjust
Normal file
10
root/etc/e-smith/events/actions/webhosting-php-adjust
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/perl -w
|
||||
package esmith;
|
||||
|
||||
use strict;
|
||||
use Errno;
|
||||
|
||||
# here we trick ourself into ibay-modify in order to have all php versions offered by smeserver-php
|
||||
# not ideal as we would like to only have php and we also do samba .... but we are working on ibays.
|
||||
my $event ="ibay-modify";
|
||||
system('/etc/e-smith/events/actions/adjust-services',$event);
|
10
root/etc/e-smith/events/actions/webhosting-php-expand
Normal file
10
root/etc/e-smith/events/actions/webhosting-php-expand
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/perl -w
|
||||
package esmith;
|
||||
|
||||
use strict;
|
||||
use Errno;
|
||||
|
||||
# here we trick ourself into ibay-modify in order to have all php versions offered by smeserver-php
|
||||
# not ideal as we would like to only have php and we also do samba .... but we are working on ibays.
|
||||
my $event ="ibay-modify";
|
||||
system('/etc/e-smith/events/actions/generic_template_expand',$event);
|
343
root/etc/e-smith/locale/bg/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/bg/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="bg">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Добавка за уеб хостинг</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>Уеб хостинг инфо слотове</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Управление на настройките на Apache и PHP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Промяна на настройките на Apache и PHP.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>Тези параметри ще бъдат в сила само ако достъпът от уеб е позволен за конкретния инфо слот в панела за управление на инфо слотовете.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Име на информационния слот</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>Няма конфигурирани инфо-слотове в момента.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Не може да се намери акаунт за {$name} (съществува ли?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>Възникна грешка при промяна на инфо слота.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Успешно променен инфо слот.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Следните виртуални домейни използваха този информационен слот като тяхно съдържание и ще бъдат променени да сочат към основния сайт (можете да ги пренасочите към нещо друго после).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>Следните виртуални домейни използваха този информационен слот като тяхно съдържание и ще бъдат променени да сочат към основния сайт (можете да ги пренасочите към нещо друго после):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Информационни слотове</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>Следните настройки контролират достъпа до този инфо слот при използване на протокол HTTP/HTTPS.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>Следните настройки контролират стойностите за PHP за този инфо слот.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Позволи списък на папката (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Следвай символните връзки (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Позволи политики с .htaccess (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Позволи достъп до отдалечени файлове (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Стойност по подразбиране</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 минута</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 минути</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 минути</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 минути</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 минути</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 минути</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 минути</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 минути</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 минути</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 минути</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 минути</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 минути</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 минути</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>1 час</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>2 часа</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Без ограничение</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Лимит на паметта на PHP (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Максимален размер за качване (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Максимален размер за post (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Максимално време за изпълнение (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>Максималният размер на файл за качване е по-голям от максималния размер на post за форма</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Въведете път(ища) за PHP скриптове (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>Трябва да определите пълния път към инфо слота или да изчистите полето за да се ползва стойността по подразбиране</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>Следните настройки контролират WebDav протокола за трансфер на файлове на този инфо слот.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Позволи WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Изберете версията на php-fpm, която искате да ползвате за този инфо слот</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Да се позволи или не HTTP зареждане на файлове (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Максимално време в секунди в което скрипт може да обработва входните данни (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Позволи обработване на PHP код в html, phtml, htm и xml файлове.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Форсирай електронен адрес на изпращача за скриптовете в този инфо слот.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>Списък на PHP забранени функции (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Оставете празно или с произволен символен низ за да изключите. Копирайте и сложете следния списък по подразбиране за да инициализирате към подразбиращия се</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/da/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/da/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="da">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web host Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Administrer Apache og PHP indstillinger</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Rediger Apache og PHP indstillinger.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>Disse parametre vil kun effektueres hvis adgang fra internettet er tilladt for den aktuelle i-bay i i-bay informationspanelet </trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>I-bay navn</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>Der er pt ikke konfiguret nogen I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Kan ikke finde nogen konto for {$name} (eksisterer den?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>Der opstod en fejl under redigering af i-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Ændring af I-bay er gennemført med succes.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Følgende virtuelle domæner hentede sit indhold fra denne i-bay. Det vil blive ændret til at hente indholdet fra den primære webside (du kan ændre dette senere).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>Følgende virtuelt domæne hentede sit indhold denne i-bay. Det vil blive ændret til at hente indholdet fra den primære webside. (Du kan ændre dette senere):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>I-bays</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>De følgende indstillinger kontrollerer adgangen til denne I-bay via HTTP/HTTPS protokol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>De f'ølgende indstillinger kontrollerer PHP værdierne for denne I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Tillad listning af indhold i biblioteket (+indekser)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Følg symbolske links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Tillad .htaccess opsætning (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Tillad adgang til eksterne filer (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Standard værdi</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>20 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>30 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>40 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>64 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>128 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minut</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutter</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutter</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutter</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutter</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutter</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutter</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutter</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutter</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutter</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutter</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutter</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutter</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>En time</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>To timer</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Ubegrænset</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>PHP memory grænse (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maksimal størrelse på upload (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maksimal post størrelse (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maksimal eksekverings tid (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>Den maksimale fil størrelse på upload filer er større end den maksimale størrelse på send post</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Indtast sti(er) for PHP scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>Du skal angive den fulde sti til i-bay eller fjerne indholdet for at komme tilbage til default værdierne: /home/e-smith/files/ibays/ibay_navn/:/ny/sti:/anden/sti</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>De følgende indstillinger kontrollerer WebDav fil transport protokollen for denne I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Tillad WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/de/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/de/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="de">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Verwalte Apache und PHP Einstellungen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Verändere Apache und PHP Einstellungen.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>Diese Einstellungen werden nur aktiv, wenn der Zugriff aus dem Web für das betroffene I-Bay im I-Bay Panel erlaubt ist.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>I-bay Name</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>Zur Zeit sind keine I-Bays konfiguriert.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Finde keine Benutzerkennung für {$name} (existiert dieser?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>Beim Ändern der I-Bay ist ein Fehler aufgetreten.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Das I-bay wurde erfolgreich geändert.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Die folgenden virtuellen Domänen benutzen bisher die Informationen dieses I-bays als Inhalt und werden auf die primäre Website geändert (Sie können diese anschließend auf etwas anderes setzen).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P> Die folgenden virtuellen Domänen benutzen dieses i-bay für ihren Inhalt und werden auf die primäre Webseite geändert. (Sie können dies hinterher ändern):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>I-bays</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>Die folgenden Einstellungen kontrollieren den Zugriff auf dieses I-bay mit dem HTTP/HTTPS-Protokoll.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>Die folgenden Einstellungen kontrollieren die PHP-Werte dieses I-bays.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Erlaube Directory Listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Folge symbolischen Links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Erlaube .htaccess Policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Erlaube Zugriff auf Remote Files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Standardwert</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 Minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 Minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 Minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 Minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 Minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 Minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 Minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 Minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 Minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 Minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 Minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 Minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 Minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>1 Stunde</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>2 Stunden</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unbegrenzt</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>PHP Speicherlimit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximale Upload Größe (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximale Post Size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximale Ausführungsdauer (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>Die maximale Upload Dateigröße ist größer als die maximale Post Size Form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Gebe Pfad(e) für PHP Scripte ein (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>Sie müssen den vollen Pfad zum I-Bay angeben, oder entfernen Sie den Inhalt um zum Standardwert zurückzukehren: /home/e-smith/files/ibays/ibay_name/:/new/path:/other/path</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>Die folgenden Einstellungen kontrollieren das WebDav Transferprotokoll von diesem I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Erlaube WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/el/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/el/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="el">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Ονομασία i-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Δεν βρίσκω λογαριασμο για {$name} (μήπως δεν υπάρχει;)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Οι παρακάτω εικονικοί τομείς χρησιμοποιούσαν αυτό το information bay σαν περιεχόμενό τους και θα αλλαχθούν στον πρωτεύοντα ιστότοπο (στη συνέχεια μπορείτε να τους αλλάξετε σε κάτι άλλο).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>I-bays</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
@@ -0,0 +1,517 @@
|
||||
<lexicon lang="en-us">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>
|
||||
Web Hosting Contrib
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>
|
||||
Manage Apache and PHP settings
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>
|
||||
Modify Apache and PHP Settings.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>
|
||||
These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>
|
||||
Information bay name
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>
|
||||
There are no I-bays currently configured.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>
|
||||
Can't find account for {$name} (does it exist?)
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>
|
||||
An error occurred while modifying the I-bay.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>
|
||||
Successfully modified I-bay.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>
|
||||
The following virtual domains were using this information
|
||||
bay as their content and will be changed to the primary web
|
||||
site (you can change them to something else afterward).
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans>
|
||||
<![CDATA[
|
||||
<P>The following virtual domains were using this information bay
|
||||
as their content and will be changed to the primary web site
|
||||
(you can change them to something else afterward):</P>
|
||||
<ul>{$vhostList}</ul>
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Information bays</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>
|
||||
The following settings control the access of this I-bay using the HTTP/HTTPS protocol.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>
|
||||
The following settings control the PHP values of this I-bay.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>
|
||||
Allow directory listing (+Indexes)
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>
|
||||
Follow symbolic links (FollowSymLinks)
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>
|
||||
Allow .htaccess policy (AllowOverride)
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>
|
||||
Allow access to remote files (Allow_url_fopen)
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>
|
||||
Default value
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>
|
||||
64MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>
|
||||
128MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>
|
||||
256MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>
|
||||
512MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>
|
||||
768MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>
|
||||
1024MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>
|
||||
2048MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>
|
||||
3072MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>
|
||||
4096MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>
|
||||
6144MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>
|
||||
80192MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>
|
||||
1 minute
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>
|
||||
2 minutes
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>
|
||||
3 minutes
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>
|
||||
4 minutes
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>
|
||||
5 minutes
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>
|
||||
6 minutes
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>
|
||||
7 minutes
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>
|
||||
8 minutes
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>
|
||||
9 minutes
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>
|
||||
10 minutes
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>
|
||||
15 minutes
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>
|
||||
30 minutes
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>
|
||||
45 minutes
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>
|
||||
One hour
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>
|
||||
Two hours
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>
|
||||
Unlimited
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>
|
||||
20MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>
|
||||
30MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>
|
||||
40MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>
|
||||
50MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>
|
||||
75MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>
|
||||
100MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>
|
||||
125MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>
|
||||
150MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>
|
||||
175MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>
|
||||
200MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>
|
||||
300MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>
|
||||
400MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>
|
||||
500MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>
|
||||
600MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>
|
||||
700MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>
|
||||
800MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>
|
||||
900MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>
|
||||
1000MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>
|
||||
1250MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>
|
||||
1500MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>
|
||||
1750MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>
|
||||
2000MB
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>
|
||||
Php memory limit (memory_limit)
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>
|
||||
Maximum upload size (upload_max_filesize)
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>
|
||||
Maximum post size (post_max_size)
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>
|
||||
Maximum execution time (max_execution_time)
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>
|
||||
The maximum upload file size is greater than the maximum post size form
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>
|
||||
Enter Path(s) for PHP Scripts (PHPBasedir)
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>
|
||||
You must specify the full path to the I-bay or remove the content to get back to default value
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>
|
||||
The following settings control the WebDav files transfer protocol of this I-bay.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>
|
||||
Allow WebDav
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>
|
||||
Select the php-fpm version you want to use with this I-bay
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>
|
||||
Whether or not to allow HTTP file uploads (file_upload)
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>
|
||||
Maximum time in seconds a script is allowed to parse input data (max_input_time)
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>
|
||||
Allow parsing php code inside html, phtml, htm and xml files.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>
|
||||
Force an email sender address for the script in this I-bay.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>
|
||||
List of php disabled functions (disable_functions)
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>
|
||||
Leave empty or with a random string to disable. Copy and paste the following default list to reset to default
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
||||
|
343
root/etc/e-smith/locale/es/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/es/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="es">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Nombre de la bahía de información</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>No se puede encontrar la cuenta de {$name} (¿existe?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Los siguientes dominios virtuales estaban utilizando esta bahía de información como su contenido y se cambiarán al sitio Web primario (posteriormente, puede cambiarlos a algo diferente).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Bahías de información</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/et/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/et/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="et">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>I-bay nimi</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Ei leia kontot {$name} (on see üldse olemas?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>I-bay-d</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/fr/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/fr/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="fr">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Contribution pour l'hébergement Web</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>Baies d'informations - Hébergement Web</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Gérer la configuration d'Apache et de PHP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modifier la configuration d'Apache et de PHP.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>Ces paramètres ne seront effectifs que si l'accès depuis internet est autorisé pour la baie d'informations concernée dans le panneau des baies d'informations.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Nom de la baie d'information</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>Il n'y a pas de baie d'information configurée actuellement.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Ne peut pas trouver le compte pour {$name} (existe-t-il ?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>Une erreur est survenue durant la modification de la baie d'informations.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Baie d'informations modifiée avec succès.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Les domaines virtuels suivants utilisent cette baie d'informations pour leurs contenus et qui seront redirigés vers le site Web « primary » (vous pourrez par la suite le changer par autre chose).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>Les domaines virtuels suivants utilisent cette baie d'informations comme contenu et seront redirigés vers le site Web « primary » (vous pourrez par la suite le changer par autre chose) :</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Baies d'informations</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>Les paramètres suivants contrôlent l'accès à cette baie d'informations via les protocoles HTTP/HTTPS.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>Les paramètres suivant définissent les paramètres PHP de cette baie d'informations.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Autorise l'affichage du répertoire (+Index)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Suivre les liens symboliques (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Autoriser l'utilisation du .htaccess (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Autoriser l'accès aux fichiers distants (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Valeur par défaut</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>Une heure</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Deux heures</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Illimité</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1 000 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1 250 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1 500 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1 750 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2 000 MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Limite de mémoire PHP (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Taille maximale du fichier téléversé (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Taille maximale de la publication (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Temps maximal d’exécution du script (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>La taille maximale du fichier téléversé et plus grande que la taille maximale du formulaire de publication (« post »)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Entrez le(s) chemin(s) des scripts PHP (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>Vous devez spécifier le chemin complet de la baie d'information ou supprimer le contenu pour revenir à la valeur par défaut</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>Les paramètres suivant définissent le protocole de transfert des fichiers WebDav pour cette baie d'informations.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Autoriser WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Sélectionnez la version php-fpm que vous souhaitez utiliser avec cette baie d'informations</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Autoriser ou non les téléchargements de fichiers HTTP (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Temps maximum en secondes pendant lequel un script est autorisé à analyser les données d'entrée (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Autoriser l'analyse du code php dans les fichiers html, phtml, htm et xml.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Forcer une adresse d'expéditeur de courrier électronique pour le script dans cette baie d'informations.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>Liste des fonctions php désactivées (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Laissez vide ou avec une chaîne aléatoire pour désactiver. Copiez et collez la liste par défaut suivante pour rétablir la valeur par défaut</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/he/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/he/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="he">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>שם מפרץ מידע</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>לא ניתן למצוא חשבון עבור {$name} (האם הוא קיים ?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>מפרצי מידע</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/hu/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/hu/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="hu">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Adattár neve</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>A {$name} névhez nem található felhasználói fiók (létezik?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>A következő virtuális domének ezt az adattárat használták tartalomként, ezért ezek ezentúl az elsődleges webhelyet jelenítik meg (később ezek átállíthatók másra).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Adattárak</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/id/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/id/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="id">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Nama Information Bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Tidak ditemukan akun {$name} (apakah benar ada?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <p>Virtual domain berikut ini menggunakan information bay ini sebagai konten dan akan diubah ke primary web (anda dapat mengubahnya kelak):</p> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Information bays</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/it/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/it/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="it">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Gestione impostazioni Apache e PHP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modifica le impostazioni Apache e PHP.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>Questi parametri saranno efficaci solo se risulta abilitato l'accesso web alla I-bay specificata nel pannello di configurazione si Server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Nome i-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>Non ci sono I-Bays attualmente configurate.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Impossibile trovare l'account per {$name} (esiste?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>Si è verificato un errore modificando la I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>I-bay modificata con successo.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>I seguenti domini virtuali usavano questa i-bay e verranno redirezionati al sito web primario (sarà possibile modificarli in seguito).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <p>I seguenti domini virtuali usavano questa i-bay e verranno redirezionati al sito web primario (sarà possibile modificarli in seguito):</p> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>i-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>Le impostazioni seguenti regolano l'accesso a questa I-bay usando i protocolli HTTP/HTTPS.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>Le impostazioni seguenti impostano i valori PHP per questa I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Permetti l'elencazione cartella (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Segui i link simbolici (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Policy di accesso .htaccess (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Consenti l'accesso ai file remoti (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Valori di default</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>Un'ora</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Due ore</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Illimitato</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Limite memoria Php (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Massima dimensione di caricamento (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Massimo post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Tempo massimo di esecuzione (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>La massima dimensione del file di upload è più grande del massimo post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Immettere il/i percorso/i per i PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>Specificare il percorso completo per la I-bay o svuotare il campo per ritornare ai valori di default</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>Le impostazioni seguenti controllano il protocollo di trasferimento file WebDav di questa I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Permetti WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Selezionare la versione di php-fpm che volete utilizzare con questa ibay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Consentire o meno l'upload di file attraverso HTTP (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Tempo massimo ammesso in secondi per esaminare i dati di input da parte di uno script (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Consentire l'esame di codice php all'interno di file html, phtml, htm e xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Forzare un indirizzo e-mail di spedizione per lo script in questa i-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>Lista delle funzioni php disabilitate (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Lasciare vuoto o con una stringa casuale per disabilitare. Copiare ed incollare la lista di default seguente per ripristinare le impostazioni di default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/ja/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/ja/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="ja">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Information bay name</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Can't find account for {$name} (does it exist?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Information bays</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/nb/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/nb/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="nb">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Informasjonsgruppe navn</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Kan ikke finne en konto for {$name} (eksisterer det?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Følgende virituelle domener brukte denne informasjonsgruppens innhold, og de vil bli flyttet til hoved webstedet (du kan endre det til noe annet senere).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Informasjonsgrupper</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/nl/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/nl/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="nl">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>Informatie-Baai - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Beheer Apache en PHP instellingen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modificeer Apache en PHP Instellingen.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>Deze parameters zullen alleen effectief zijn als de toegang vanaf het web is toegestaan voor de betrokken Informatie-baai in het Informatie-baaien paneel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Informatie-baai naam</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>Er zijn momenteel geen informatie-baaien geconfigureerd.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Kan geen account vinden voor {$name} (bestaat deze account?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>Er is een fout opgetreden bij het modificeren van de Informatie-baai.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Informatie-baai met succes gewijzigd.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>De volgende virtuele domeinen gebruiken deze informatie-baai voor hun inhoud. Dit zal worden aangepast naar de primaire web site (u kunt dit achteraf aanpassen).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <p>De volgende virtuele domeinen gebruikten deze informatie-baai voor hun inhoud, dit zal worden aangepast naar de primaire web site (dit kan achteraf worden aangepast):</p> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Informatie-baaien</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>De volgende instellingen bepalen de toegang tot deze informatie-baai via het HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>De volgende instelling zijn PHP configuraties voor deze Informatie-baai.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Bekijken van mappen toestaan (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Volg symbolische links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Gebruik van .htaccess toestaan (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Gebruik van bestanden op afstand toestaan (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Standaard instelling</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minuut</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minuten</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>Een uur</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Twee uur</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Onbeperkt</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>PHP geheugen beperking (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximale upload grootte (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximale bericht grootte (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximale uitvoerings tijd (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>De maximale upload bestandsgrootte is groter dan de maximale bericht grootte</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Pad voor PHP bestanden (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>U moet het volledige pad naar de Informatie-baai verwijderen of de inhoud verwijderen om terug te keren naar de standaard instellingen: /home/e-smith/files/ibays/ibay_name/:/new/path:/other/path</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>De volgende instellingen bepalen de WebDAV bestand toegang voor deze informatie-baai.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>WebDav toestaan</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/pl/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/pl/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="pl">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Nazwa magazynu</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Nie udało się znaleźć konta dla {$name}(czy istnieje?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Poniższe wirtualne domeny używały tego magazynu, jako głównego, który zostanie zmieniony do głównej witryny sieci Web (możesz zmienić go na inny w późniejszym czasie).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Magazyn danych</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="pt-br">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Contribuição de Hospedagem Web</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>i-Bays - Hospedagem Web</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Gerenciar configurações APACHE e PHP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modificar configurações APACHE e PHP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>Estes parâmetros serão efetivos somente se o acesso da web for permitido para este i-Bay no painel do i-Bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Nome do i-Bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>Não há nenhum I-BAY atualmente configurado.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Incapaz de encontrar conta para {$name} (Existe?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>Ocorreu um erro enquanto modificando o i-Bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Alteração no i-Bay realizada com sucesso.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Os seguinte domínios virtuais estavam usando este compartilhamento como seu conteúdo e serão mudados para o web site primário (você pode mudá-los para outro local mais tarde).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>Os seguinte domínios virtuais estavam usando esta pasta como seu conteúdo e serão mudados para o web site primário (você pode mudá-los para outro local mais tarde):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Compartilhamentos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>As seguintes configurações controlam o acesso a este i-Bay usando o protocolo HTTP/HTTPS</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>As seguintes configurações controlam os valores PHP deste i-Bay </trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Permite listagem do diretório (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Seguir links simbólicos (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Permitir políticas .htaccess (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Permitir acesso a arquivos remotos (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Valor padrão</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minuto</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>Uma hora</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Duas horas</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Sem limite</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Limite de memória do PHP (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Tamanho máximo de upload (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Tamanho máximo de POST (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Tempo máximo de execução (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>O tamanho máximo de upload de arquivo é maior que o tamanho máximo de POST</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Digite o(s) caminho(s) para os Scripts de PHP (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>Você deve especificar o caminho completo para o i-Bay ou remover o conteúdo existente para voltar para o valor padrão: /home/e-smith/files/ibays/ibay_name/:/new/path:/other/path</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>As seguintes configurações controlam o protocolo de transferencia de arquivos WebDav deste i-Bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Permitir WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/pt/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/pt/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="pt">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Nome do compartilhamento</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Incapaz de encontrar conta para {$name} (isto não existe?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Os seguinte domínios virtuais estavam usando este compartilhamento como seu conteúdo e serão mudados para o web site primário (você pode mudá-los para outro local mais tarde).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Compartilhamentos</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/ro/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/ro/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="ro">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Information bay name</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Can't find account for {$name} (does it exist?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Următoarele domenii virtuale folosesc aceasta information bay pe post de continut și va fi modificată către cea primară (puteți modifica ulterior catre altceva)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Information bays</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/ru/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/ru/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="ru">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Название информационного блока</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Невозможно найти учётную запись {$name} (она существует?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Следующие виртуальные домены используют этот информационный блок, как их содержимое и будут изменены на основной веб-сайт (вы можете изменить их на что-то другое позже).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Информационные блоки</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/sl/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/sl/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="sl">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Ime informacijskega lista</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Ne najdem i-lista {$name} (ne obstaja?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Naslednje navidezne domene uporabljajo ta informacijski list za svojo vsebino in bodo preklopljene na primarno spletno stran (kasneje lahko to poljubno spreminjamo).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Informacijski listi</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/sv/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/sv/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="sv">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>Namnet på information bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>Kan inte finna konto för {$name} (existerar detta?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Följande virtuella domäner använde denna information bay för deras innehåll och kommer därför att ändras till den primära webbplatsen (du kan ändra dem till någonting annat efteråt).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Information bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/th/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/th/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="th">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>ชื่อ information bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>ไม่พบบัญชี {$name} (มันมีอยู่หรือไม่?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>โดเมนเสมือน (virtual domain) ที่ตั้งให้ใช้ information bay นี้เป็นที่เก็บข้อมูลของมัน จะถูกเปลี่ยนไปใช้ข้อมูลจาก primary web site แทน (คุณสามารถแก้ไขเป็นอย่างอื่นภายหลังได้)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>Information bays</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
343
root/etc/e-smith/locale/tr/etc/e-smith/web/functions/webhosting
Normal file
343
root/etc/e-smith/locale/tr/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="tr">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>Manage Apache and PHP settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>Modify Apache and PHP Settings.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>i-bay (bilgi yuvası) adı</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>{$name} hesabı bulunamadı (mevcut mu kontrol edin)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>Bazı alan adları bu i-bay'ı kullanıyor, silindiğinde bunu kullanan alan adları birincil i-bay'a bağlanacaktır (daha sonra onları istediğiniz başka birine bağlayabilirsiniz).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>i-bay (bilgi yuvaları)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>Default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>2048MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>3072MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>4096MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>6144MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>80192MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 minute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 minutes</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>One hour</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>Two hours</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>Unlimited</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="zh-cn">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - Web Hosting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>管理 Apache 和 PHP 设置</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>修改 Apache 和 PHP 设置.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>i-bay名称</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>There are no I-bays currently configured.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>无法找到{$name}的账号(请确认其是否存在?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>An error occurred while modifying the I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>Successfully modified I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>下面的虚拟域名将使用这个信息港作为其内容,它将被当做主web站点(可以稍后修改它们)。</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>下面的虚拟域将使用此信息港作为其内容,它将被当做主web站点(可以稍后修改它们):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>信息港</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>默认值</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1 分钟</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2 分钟</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3 分钟</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4 分钟</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5 分钟</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6 分钟</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7 分钟</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8 分钟</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9 分钟</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10 分钟</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15 分钟</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30 分钟</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45 分钟</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>一小时</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>两小时</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>不限</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>Allow WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
@@ -0,0 +1,343 @@
|
||||
<lexicon lang="zh-tw">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Web Hosting Contrib</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>webhosting</base>
|
||||
<trans>I-bays - 虛擬主機</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRSTPAGE_DESC</base>
|
||||
<trans>管理Apache與PHP設定</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_TITLE</base>
|
||||
<trans>修改Apache與PHP設定。</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_FIELD_DESC</base>
|
||||
<trans>只有來自位於訊息匯集告示控制台相關I-bay允許的雲端主機存取參數才有效。</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>訊息匯集告示名稱</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_IBAYS</base>
|
||||
<trans>當下無I-bay設定。</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANT_FIND_IBAY</base>
|
||||
<trans>無法找到{$name}的帳號(是否存在?)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_MODIFYING_IBAY</base>
|
||||
<trans>修正I-bay時發生錯誤。</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_IBAY</base>
|
||||
<trans>成功修正I-bay。</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VIRTUAL_HOST_MESSAGE</base>
|
||||
<trans>接下來的虛擬網域將使用此訊息作為其內容,並將被更改成主要的網站(您後續可以將其更改為其他內容)。</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VHOST_MESSAGE</base>
|
||||
<trans><![CDATA[ <P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P> <ul>{$vhostList}</ul> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Information bays</base>
|
||||
<trans>訊息匯集告示</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_HTTP_SETTINGS</base>
|
||||
<trans>The following settings control the access of this I-bay using the HTTP/HTTPS protocol.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHP_SETTINGS</base>
|
||||
<trans>The following settings control the PHP values of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>INDEXES</base>
|
||||
<trans>Allow directory listing (+Indexes)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FOLLOWSYMLINKS</base>
|
||||
<trans>Follow symbolic links (FollowSymLinks)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWOVERRIDE</base>
|
||||
<trans>Allow .htaccess policy (AllowOverride)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWURLFOPEN</base>
|
||||
<trans>Allow access to remote files (Allow_url_fopen)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT</base>
|
||||
<trans>預設值</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0064MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0128MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0256MB</base>
|
||||
<trans>256MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0512MB</base>
|
||||
<trans>512MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M0768MB</base>
|
||||
<trans>768MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M1024MB</base>
|
||||
<trans>1024MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M2048MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M3072MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M4096MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M6144MB</base>
|
||||
<trans>64MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>M8192MB</base>
|
||||
<trans>128MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T001m</base>
|
||||
<trans>1分鐘</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T002m</base>
|
||||
<trans>2分鐘</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T003m</base>
|
||||
<trans>3分鐘</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T004m</base>
|
||||
<trans>4分鐘</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T005m</base>
|
||||
<trans>5分鐘</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T006m</base>
|
||||
<trans>6分鐘</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T007m</base>
|
||||
<trans>7分鐘</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T008m</base>
|
||||
<trans>8分鐘</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T009m</base>
|
||||
<trans>9分鐘</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T010m</base>
|
||||
<trans>10分鐘</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T015m</base>
|
||||
<trans>15分鐘</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T030m</base>
|
||||
<trans>30分鐘</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T045m</base>
|
||||
<trans>45分鐘</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T060m</base>
|
||||
<trans>1小時</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>T120m</base>
|
||||
<trans>2小時</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UNLIMITED</base>
|
||||
<trans>無限</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0020MB</base>
|
||||
<trans>20MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0030MB</base>
|
||||
<trans>30MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0040MB</base>
|
||||
<trans>40MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0050MB</base>
|
||||
<trans>50MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0075MB</base>
|
||||
<trans>75MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0100MB</base>
|
||||
<trans>100MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0125MB</base>
|
||||
<trans>125MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0150MB</base>
|
||||
<trans>150MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0175MB</base>
|
||||
<trans>175MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0200MB</base>
|
||||
<trans>200MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0300MB</base>
|
||||
<trans>300MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0400MB</base>
|
||||
<trans>400MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0500MB</base>
|
||||
<trans>500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0600MB</base>
|
||||
<trans>600MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0700MB</base>
|
||||
<trans>700MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0800MB</base>
|
||||
<trans>800MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S0900MB</base>
|
||||
<trans>900MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1000MB</base>
|
||||
<trans>1000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1250MB</base>
|
||||
<trans>1250MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1500MB</base>
|
||||
<trans>1500MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S1750MB</base>
|
||||
<trans>1750MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>S2000MB</base>
|
||||
<trans>2000MB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MEMORYLIMIT</base>
|
||||
<trans>Php memory limit (memory_limit)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE</base>
|
||||
<trans>Maximum upload size (upload_max_filesize)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>POSTMAXSIZE</base>
|
||||
<trans>Maximum post size (post_max_size)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXEXECUTIONTIME</base>
|
||||
<trans>Maximum execution time (max_execution_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE</base>
|
||||
<trans>The maximum upload file size is greater than the maximum post size form</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPBASEDIR</base>
|
||||
<trans>Enter Path(s) for PHP Scripts (PHPBasedir)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_PHPBASEDIR</base>
|
||||
<trans>You must specify the full path to the I-bay or remove the content to get back to default value</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DAV_SETTINGS</base>
|
||||
<trans>The following settings control the WebDav files transfer protocol of this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ENABLE_MOD_DAV</base>
|
||||
<trans>允許WebDav</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PHPVERSION</base>
|
||||
<trans>Select the php-fpm version you want to use with this I-bay</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FILEUPLOAD</base>
|
||||
<trans>Whether or not to allow HTTP file uploads (file_upload)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXINPUTTIME</base>
|
||||
<trans>Maximum time in seconds a script is allowed to parse input data (max_input_time)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALLOWPHTML</base>
|
||||
<trans>Allow parsing php code inside html, phtml, htm and xml files.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAILFORCESENDER</base>
|
||||
<trans>Force an email sender address for the script in this I-bay.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DISABLEDFUNCTIONS</base>
|
||||
<trans>List of php disabled functions (disable_functions)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_DISABLEDFUNCTIONS</base>
|
||||
<trans>Leave empty or with a random string to disable. Copy and paste the following default list to reset to default</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
194
root/etc/e-smith/web/functions/webhosting
Normal file
194
root/etc/e-smith/web/functions/webhosting
Normal file
@@ -0,0 +1,194 @@
|
||||
#!/usr/bin/perl -wT
|
||||
|
||||
# vim: ft=xml ts=4 sw=4 et:
|
||||
#----------------------------------------------------------------------
|
||||
# heading : Collaboration
|
||||
# description : webhosting
|
||||
# navigation : 2000 2500
|
||||
#
|
||||
# Copyright (c) 2001 Mitel Networks Corporation
|
||||
# 2014 stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
# This program 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 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program 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 this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
# Technical support for this program is available from e-smith, inc.
|
||||
# Please visit our web site www.e-smith.com for details.
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
use strict;
|
||||
use esmith::FormMagick::Panel::webhosting;
|
||||
|
||||
my $fm = esmith::FormMagick::Panel::webhosting->new();
|
||||
$fm->display();
|
||||
|
||||
=pod
|
||||
|
||||
=head1 NAME
|
||||
|
||||
webhosting -- manage php and apache settings
|
||||
|
||||
=head2 DESCRIPTION
|
||||
|
||||
This screen allows the administrator to manage information bays.
|
||||
|
||||
=begin testing
|
||||
|
||||
use esmith::FormMagick::Tester;
|
||||
use esmith::TestUtils;
|
||||
use esmith::TestUtils;
|
||||
use esmith::ConfigDB;
|
||||
use esmith::AccountsDB;
|
||||
|
||||
my $panel = $Original_File;
|
||||
my $ua = esmith::FormMagick::Tester->new();
|
||||
|
||||
my $c = esmith::ConfigDB->open();
|
||||
my $a = esmith::AccountsDB->open();
|
||||
|
||||
is (mode($panel), '4750', "Check permissions on script");
|
||||
ok ($ua->get_panel($panel), "ABOUT TO RUN L10N TESTS");
|
||||
is ($ua->{status}, 200, "200 OK");
|
||||
#like($ua->{content}, qr/FORM_TITLE/, "Saw untranslated form title");
|
||||
ok ($ua->set_language("en"), "Set language to English");
|
||||
ok ($ua->get_panel($panel), "Get panel");
|
||||
is ($ua->{status}, 200, "200 OK");
|
||||
like($ua->{content}, qr/Information bays/, "Saw translated form title");
|
||||
|
||||
ok ($ua->get_panel($panel), "ABOUT TO TEST CREATING IBAY");
|
||||
ok ($ua->follow("Click here"), "Follow 'create ibay' link");
|
||||
is ($ua->{status}, 200, "200 OK");
|
||||
like($ua->{content}, qr/Create a new information bay/, "Saw page title");
|
||||
like($ua->{content}, qr/Brief description/, "Saw description field");
|
||||
like($ua->{content}, qr/Group/, "Saw group field");
|
||||
like($ua->{content}, qr/User access via file/, "Saw user access field");
|
||||
like($ua->{content}, qr/Public access via/, "Saw Public access field");
|
||||
like($ua->{content}, qr/Add/, "Saw add button");
|
||||
|
||||
SKIP: {
|
||||
|
||||
skip 10, "Unsafe!" unless destruction_ok();
|
||||
|
||||
ok ($ua->follow("Click here"), "ACTUALLY ADDING A NETWORK");
|
||||
$ua->field();
|
||||
$ua->click("Add");
|
||||
like($ua->{content}, qr/Successfully added ibay/, "Saw success message");
|
||||
|
||||
ok ($ua->follow("Remove"), "REMOVING NETWORK");
|
||||
like($ua->{content}, qr/Are you sure/, "Saw confirmation message");
|
||||
$ua->click("Remove");
|
||||
like($ua->{content}, qr/Successfully deleted/, "Saw success message");
|
||||
|
||||
}
|
||||
|
||||
|
||||
=cut
|
||||
|
||||
__DATA__
|
||||
<form title="FORM_TITLE" header="/etc/e-smith/web/common/head.tmpl" footer="/etc/e-smith/web/common/foot.tmpl">
|
||||
<page name="First" pre-event="print_status_message()">
|
||||
<title>FIRSTPAGE_DESC</title>
|
||||
<subroutine src="print_ibay_table()" />
|
||||
</page>
|
||||
<page name="CreateModify" pre-event="turn_off_buttons()" post-event="handle_ibays()">
|
||||
|
||||
<title>ADD_TITLE</title>
|
||||
<subroutine src="print_ibay_name_field()" />
|
||||
|
||||
<field type="select" id="indexes" value="get_current_value('Indexes')" options="print_options('Indexes')">
|
||||
<label>INDEXES</label>
|
||||
</field>
|
||||
<field type="select" id="followSymLinks" value="get_current_value('FollowSymLinks')" options="print_options('FollowSymLinks')">
|
||||
<label>FOLLOWSYMLINKS</label>
|
||||
</field>
|
||||
<field type="select" id="allowOverride" value="get_current_value('AllowOverride')" options="print_options('AllowOverride')">
|
||||
<label>ALLOWOVERRIDE</label>
|
||||
</field>
|
||||
|
||||
<field
|
||||
type="literal"
|
||||
id="DAVdesc"
|
||||
value="">
|
||||
<description>DESC_DAV_SETTINGS</description>
|
||||
</field>
|
||||
|
||||
<field type="select" id="modDav" options="print_options('ModDav')">
|
||||
<label>ENABLE_MOD_DAV</label>
|
||||
</field>
|
||||
|
||||
<field
|
||||
type="literal"
|
||||
id="phpdesc"
|
||||
value="">
|
||||
<description>DESC_PHP_SETTINGS</description>
|
||||
</field>
|
||||
<field type="select"
|
||||
id="PHPVersion"
|
||||
options="get_php_options()"
|
||||
value="get_current_php_value()">
|
||||
<label>PHPVERSION</label>
|
||||
</field>
|
||||
|
||||
<field type="select" id="allowUrlFopen" options="print_options('AllowUrlFopen')">
|
||||
<label>ALLOWURLFOPEN</label>
|
||||
</field>
|
||||
<field type="select"
|
||||
id="memorylimit"
|
||||
options="print_options('MemoryLimit')">
|
||||
<label>MEMORYLIMIT</label>
|
||||
</field>
|
||||
<field type="select" id="fileupload" options="print_options('FileUpload')" value="enabled">
|
||||
<label>FILEUPLOAD</label>
|
||||
</field>
|
||||
<field type="select"
|
||||
id="uploadmaxfilesize"
|
||||
options="print_options('UploadMaxFilesize')">
|
||||
|
||||
<label>UPLOADMAXFILESIZE</label>
|
||||
</field>
|
||||
<field type="select" validation="validate_up_post"
|
||||
id="postmaxsize"
|
||||
options="print_options('PostMaxSize')">
|
||||
<label>POSTMAXSIZE</label>
|
||||
</field>
|
||||
<field type="select"
|
||||
id="maxexecutiontime"
|
||||
options="print_options('MaxExecutionTime')">
|
||||
<label>MAXEXECUTIONTIME</label>
|
||||
</field>
|
||||
<field type="select"
|
||||
id="maxinputtime"
|
||||
options="print_options('MaxInputTime')">
|
||||
<label>MAXINPUTTIME</label>
|
||||
</field>
|
||||
<field type="select" id="allowphtml" options="print_options('AllowPHTML')">
|
||||
<label>ALLOWPHTML</label>
|
||||
</field>
|
||||
<field type="text" id="mailforcesender" size="80" >
|
||||
<label>MAILFORCESENDER</label>
|
||||
</field>
|
||||
<field type="text" id="disabledfunctions" size="80" >
|
||||
<label>DISABLEDFUNCTIONS</label>
|
||||
</field>
|
||||
<subroutine src="print_disabledfunctions" />
|
||||
<subroutine src="get_current_value('Indexes')" />
|
||||
|
||||
<field type="text" id="phpbasedir" size="80" >
|
||||
<label>PHPBASEDIR</label>
|
||||
</field>
|
||||
<subroutine src="print_phpbasedir" />
|
||||
<subroutine src="print_save_or_add_button()" />
|
||||
</page>
|
||||
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user