Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
f40d196a
Commit
f40d196a
authored
Apr 04, 2014
by
Dominik
Browse files
Backup kann für Clients aktiviert und deaktiviert werden
parent
6eefd7d4
Changes
75
Hide whitespace changes
Inline
Side-by-side
interface/web/client/form/client.tform.php
View file @
f40d196a
...
...
@@ -960,6 +960,12 @@ $form["tabs"]['limits'] = array (
'rows'
=>
''
,
'cols'
=>
''
),
'limit_backup'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
'default'
=>
'n'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'default_dnsserver'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'SELECT'
,
...
...
interface/web/client/form/client_template.tform.php
View file @
f40d196a
...
...
@@ -485,6 +485,12 @@ $form["tabs"]['limits'] = array (
'rows'
=>
''
,
'cols'
=>
''
),
'limit_backup'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
'default'
=>
'n'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'limit_dns_zone'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'TEXT'
,
...
...
interface/web/client/form/reseller.tform.php
View file @
f40d196a
...
...
@@ -954,6 +954,12 @@ $form["tabs"]['limits'] = array (
'rows'
=>
''
,
'cols'
=>
''
),
'limit_backup'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
'default'
=>
'n'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'default_dnsserver'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'SELECT'
,
...
...
interface/web/client/lib/lang/ar_client.lng
View file @
f40d196a
...
...
@@ -95,6 +95,7 @@ $wb['limit_traffic_quota_txt'] = 'Traffic Quota';
$wb
[
'limit_trafficquota_error_notint'
]
=
'Traffic Quota must be a number.'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Max. number of Webdav users'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'The webdav user limit must be a number.'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'customer_no_txt'
]
=
'Customer No.'
;
$wb
[
'vat_id_txt'
]
=
'VAT ID'
;
$wb
[
'required_fields_txt'
]
=
'* Required fields'
;
...
...
interface/web/client/lib/lang/ar_client_template.lng
View file @
f40d196a
...
...
@@ -60,6 +60,7 @@ $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.';
$wb
[
'template_del_aborted_txt'
]
=
'Delete aborted. There is still a client which has this template selected.'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Max. number of Webdav users'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'The webdav user limit must be a number.'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'limit_mailmailinglist_txt'
]
=
'Max. number of mailing lists'
;
$wb
[
'limit_mailmailinglist_error_notint'
]
=
'The mailing list record limit must be a number.'
;
$wb
[
'limit_openvz_vm_txt'
]
=
'Max. number of virtual servers'
;
...
...
interface/web/client/lib/lang/ar_reseller.lng
View file @
f40d196a
...
...
@@ -98,6 +98,7 @@ $wb['vat_id_txt'] = 'VAT ID';
$wb
[
'required_fields_txt'
]
=
'* Required fields'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Max. number of Webdav users'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'The webdav user limit must be a number.'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'limit_mailmailinglist_txt'
]
=
'Max. number of mailing lists'
;
$wb
[
'limit_mailaliasdomain_txt'
]
=
'Max. number of domain aliases'
;
$wb
[
'limit_mailmailinglist_error_notint'
]
=
'The mailing list record limit must be a number.'
;
...
...
interface/web/client/lib/lang/bg_client.lng
View file @
f40d196a
...
...
@@ -95,6 +95,7 @@ $wb['limit_traffic_quota_txt'] = 'Трафик квота';
$wb
[
'limit_trafficquota_error_notint'
]
=
'Трафик квота трябва да е число'
;
$wb
[
'limit_webdav_user_txt'
]
=
'макс. брой на Webdav потребители'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'The webdav user трябва да е число'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'customer_no_txt'
]
=
'Клиент No.'
;
$wb
[
'vat_id_txt'
]
=
'ДДС Номер:'
;
$wb
[
'required_fields_txt'
]
=
'* Задължителни полета'
;
...
...
interface/web/client/lib/lang/bg_client_template.lng
View file @
f40d196a
...
...
@@ -60,6 +60,7 @@ $wb['limit_trafficquota_error_notint'] = 'Трафик квота трябва
$wb
[
'template_del_aborted_txt'
]
=
'Изтриването е прекратено. There is still a client which has this template selected.'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Макс. брой на Webdav потребители'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'The webdav user трябва да е число'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'limit_mailmailinglist_txt'
]
=
'Max. number of mailing lists'
;
$wb
[
'limit_mailmailinglist_error_notint'
]
=
'The mailing list record трябва да е число'
;
$wb
[
'limit_openvz_vm_txt'
]
=
'Макс. брой на Виртуалните сървъри'
;
...
...
interface/web/client/lib/lang/bg_reseller.lng
View file @
f40d196a
...
...
@@ -98,6 +98,7 @@ $wb['vat_id_txt'] = 'ДДС номер';
$wb
[
'required_fields_txt'
]
=
'* Задължителни полета'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Max. number of Webdav users'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'The webdav user трябва да е число'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'limit_mailmailinglist_txt'
]
=
'Макс. брой наmailing lists'
;
$wb
[
'limit_mailaliasdomain_txt'
]
=
'Макс. брой на domain aliases'
;
$wb
[
'limit_mailmailinglist_error_notint'
]
=
'The mailing list record трябва да е число'
;
...
...
interface/web/client/lib/lang/br_client.lng
View file @
f40d196a
...
...
@@ -95,6 +95,7 @@ $wb['limit_traffic_quota_txt'] = 'Cota de Tráfego';
$wb
[
'limit_trafficquota_error_notint'
]
=
'A cota de tráfego precisa ser um número..'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Número máximo de usuários Webdav'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'O limite de usuários webdav deve ser um número.'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'customer_no_txt'
]
=
'Código do cliente.'
;
$wb
[
'vat_id_txt'
]
=
'VAT ID'
;
$wb
[
'required_fields_txt'
]
=
'* Campos requeridos'
;
...
...
interface/web/client/lib/lang/br_client_template.lng
View file @
f40d196a
...
...
@@ -60,6 +60,7 @@ $wb['limit_trafficquota_error_notint'] = 'A cota de tráfego precisa ser um núm
$wb
[
'template_del_aborted_txt'
]
=
'Remoção abortada. Ainda existem clientes com o gabarito selecionado.'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Número máximo de usuários Webdav'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'O número de usuários webdav deve ser um número.'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'limit_mailmailinglist_txt'
]
=
'Número máximo de mailing lists'
;
$wb
[
'limit_mailmailinglist_error_notint'
]
=
'O limite de mailing list deve ser um número.'
;
$wb
[
'limit_openvz_vm_txt'
]
=
'Max. number of virtual servers'
;
...
...
interface/web/client/lib/lang/br_reseller.lng
View file @
f40d196a
...
...
@@ -100,6 +100,7 @@ $wb['limit_mailmailinglist_txt'] = 'Número máximo de mailing lists';
$wb
[
'limit_mailmailinglist_error_notint'
]
=
'O número máximo de mailing list deve ser um número.'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Max. number of Webdav users'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'The webdav user limit must be a number.'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'limit_mailaliasdomain_txt'
]
=
'Max. number of domain aliases'
;
$wb
[
'limit_openvz_vm_txt'
]
=
'Max. number of virtual servers'
;
$wb
[
'limit_openvz_vm_template_id_txt'
]
=
'Force virtual server template'
;
...
...
interface/web/client/lib/lang/cz_client.lng
View file @
f40d196a
...
...
@@ -95,6 +95,7 @@ $wb['limit_traffic_quota_txt'] = 'Přenosová kvóta';
$wb
[
'limit_trafficquota_error_notint'
]
=
'Přenosová kvót musí být číslo.'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Max. počet Webdav uživatelů'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'Limit WebDAV uživatelů musí být číslo.'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'customer_no_txt'
]
=
'Zákaznické číslo'
;
$wb
[
'vat_id_txt'
]
=
'DIČ'
;
$wb
[
'required_fields_txt'
]
=
'* Povinná pole'
;
...
...
interface/web/client/lib/lang/cz_client_template.lng
View file @
f40d196a
...
...
@@ -57,9 +57,10 @@ $wb['limit_web_quota_txt'] = 'Webová kvóta';
$wb
[
'limit_traffic_quota_txt'
]
=
'Přenosová kvóta'
;
$wb
[
'limit_trafficquota_error_notint'
]
=
'Přenosová kvót musí být číslo.'
;
$wb
[
'template_del_aborted_txt'
]
=
'Smazání přerušeno. Stále existuje klient, který používá tuto šablonu.'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Max. počet Webdav uživatelů'
;
$wb
[
'limit_shell_user_error_notint'
]
=
'Limit shell uživatelů musí být číslo.'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Max. počet Webdav uživatelů'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'Limit WebDAV uživatelů musí být číslo.'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'limit_mailmailinglist_txt'
]
=
'Max. počet e-mailových konferencí'
;
$wb
[
'limit_mailmailinglist_error_notint'
]
=
'Limit pro e-mailové konference musí být číslo.'
;
$wb
[
'limit_openvz_vm_txt'
]
=
'Max. počet virtuálních serverů'
;
...
...
interface/web/client/lib/lang/cz_reseller.lng
View file @
f40d196a
...
...
@@ -98,6 +98,7 @@ $wb['vat_id_txt'] = 'DIČ';
$wb
[
'required_fields_txt'
]
=
'* Povinná pole'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Max. počet Webdav uživatelů'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'Limit WebDAV uživatelů musí být číslo.'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'limit_mailmailinglist_txt'
]
=
'Max. počet e-mailových konferencí'
;
$wb
[
'limit_mailaliasdomain_txt'
]
=
'Max. počet doménových aliasů'
;
$wb
[
'limit_mailmailinglist_error_notint'
]
=
'Limit pro e-mailové konference musí být číslo.'
;
...
...
interface/web/client/lib/lang/de_client.lng
View file @
f40d196a
...
...
@@ -106,6 +106,7 @@ $wb['limit_trafficquota_error_notint'] = 'Trafficbeschränkung muss eine Zahl se
$wb
[
'limit_dns_slave_zone_txt'
]
=
'Max. Anzahl an Secondary DNS Zonen'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Max. Anzahl an WebDAV Benutzern'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'Das WebDAV Benutzer Limit muss eine Zahl sein.'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunktion verfügbar'
;
$wb
[
'limit_dns_slave_zone_error_notint'
]
=
'Das Secondary DNS Zonen Limit muss eine Zahl sein.'
;
$wb
[
'customer_no_txt'
]
=
'Kundennummer'
;
$wb
[
'vat_id_txt'
]
=
'USt-ID'
;
...
...
interface/web/client/lib/lang/de_client_template.lng
View file @
f40d196a
...
...
@@ -57,6 +57,7 @@ $wb['limit_trafficquota_error_notint'] = 'Transfervolumenbeschränkung muss eine
$wb
[
'limit_dns_slave_zone_txt'
]
=
'Max. Anzahl an Zweiter DNS Zonen'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Max. Anzahl an WebDAV Benutzern'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'Das WebDAV Benutzer Limit muss eine Zahl sein.'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunktion verfügbar'
;
$wb
[
'limit_dns_slave_zone_error_notint'
]
=
'Das Zweiter DNS Zonen Limit muss eine Zahl sein.'
;
$wb
[
'limit_dns_record_error_notint'
]
=
'Das DNS Eintrag Limit muss eine Zahl sein.'
;
$wb
[
'template_del_aborted_txt'
]
=
'Löschung abgebrochen. Ein Kunde hat die Vorlage noch ausgewählt.'
;
...
...
interface/web/client/lib/lang/de_reseller.lng
View file @
f40d196a
...
...
@@ -109,6 +109,7 @@ $wb['vat_id_txt'] = 'USt-ID';
$wb
[
'required_fields_txt'
]
=
'* Benötigte Felder'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Max. Anzahl an WebDAV Benutzern'
;
$wb
[
'limit_webdav_user_error_notint'
]
=
'Das WebDAV Benutzer Limit muss eine Zahl sein.'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunktion verfügbar'
;
$wb
[
'limit_mailmailinglist_txt'
]
=
'Max. Anzahl an Mailinglisten'
;
$wb
[
'limit_mailaliasdomain_txt'
]
=
'Max. Anzahl an E-Mail Domain Aliasse'
;
$wb
[
'limit_mailmailinglist_error_notint'
]
=
'Das Mailinglisten Limit muss eine Zahl sein.'
;
...
...
interface/web/client/lib/lang/el_client.lng
View file @
f40d196a
...
...
@@ -58,6 +58,7 @@ $wb['limit_dns_slave_zone_txt'] = 'Όριο δευτευρεύουσων ζων
$wb
[
'limit_dns_record_txt'
]
=
'Όριο εγγραφών DNS'
;
$wb
[
'limit_shell_user_txt'
]
=
'Όριο χρηστών Shell'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Όριο χρηστών Webdav'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'limit_client_txt'
]
=
'Όριο Πελατών'
;
$wb
[
'username_error_empty'
]
=
'ΤΟ Όνομα Χρήστη δεν έχει οριστεί'
;
$wb
[
'username_error_unique'
]
=
'Το Όνομα Χρήστη πρέπει να είναι μοναδικό'
;
...
...
interface/web/client/lib/lang/el_client_template.lng
View file @
f40d196a
...
...
@@ -29,6 +29,7 @@ $wb['limit_dns_slave_zone_txt'] = 'Όριο δευτερεύουσων ζωνώ
$wb
[
'limit_dns_record_txt'
]
=
'Όριο εγγραφών DNS'
;
$wb
[
'limit_shell_user_txt'
]
=
'Όριο χρηστών Shell'
;
$wb
[
'limit_webdav_user_txt'
]
=
'Όριο χρηστών Webdav'
;
$wb
[
'limit_backup_txt'
]
=
'Backupfunction available'
;
$wb
[
'limit_client_txt'
]
=
'Όριο Πελατών'
;
$wb
[
'limit_maildomain_error_notint'
]
=
'Το όριο email domain πρέπει να είναι αριθμός.'
;
$wb
[
'limit_mailbox_error_notint'
]
=
'Το όριο θυρίδων πρέπει να είναι αριθμός.'
;
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment