Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
485
Issues
485
List
Boards
Labels
Service Desk
Milestones
Merge Requests
23
Merge Requests
23
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISPConfig
ISPConfig 3
Commits
8eca4409
Commit
8eca4409
authored
Oct 25, 2018
by
Marius Burkard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-ci-test' into 'master'
Add ci test for php syntax See merge request
ispconfig/ispconfig3!827
parents
93edc7d2
e10bb13c
Pipeline
#29
passed with stage
in 3 minutes and 41 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
.gitignore
.gitignore
+2
-1
.gitlab-ci.yml
.gitlab-ci.yml
+0
-1
interface/web/admin/lib/lang/it_server_config.lng
interface/web/admin/lib/lang/it_server_config.lng
+1
-1
interface/web/help/lib/lang/it_support_message.lng
interface/web/help/lib/lang/it_support_message.lng
+1
-1
interface/web/mailuser/lib/lang/it_mail_user_cc.lng
interface/web/mailuser/lib/lang/it_mail_user_cc.lng
+1
-1
No files found.
.gitignore
View file @
8eca4409
.DS_Store
/nbproject/private/
\ No newline at end of file
/nbproject/private/
.phplint-cache
.gitlab-ci.yml
View file @
8eca4409
...
...
@@ -16,4 +16,3 @@ syntax:lint:
-
echo "Syntax checking PHP files"
-
echo "For more information http://www.icosaedro.it/phplint/"
-
vendor/bin/phplint
interface/web/admin/lib/lang/it_server_config.lng
View file @
8eca4409
...
...
@@ -281,7 +281,7 @@ $wb['xmpp_port_bosh_txt'] = 'BOSH';
$wb
[
'disable_bind_log_txt'
]
=
'Disable bind9 messages for Loglevel WARN'
;
$wb
[
'apps_vhost_enabled_txt'
]
=
'Apps-vhost enabled'
;
$wb
[
'backup_time_txt'
]
=
'Backup time'
;
$wb
[
"mailinglist_manager_txt"
]
=
'Gestore delle Liste'
$wb
[
"mailinglist_manager_txt"
]
=
'Gestore delle Liste'
;
$wb
[
'skip_le_check_txt'
]
=
'Skip Lets Encrypt Check'
;
$wb
[
'migration_mode_txt'
]
=
'Server Migration Mode'
;
$wb
[
'nginx_enable_pagespeed_txt'
]
=
'Makes Pagespeed available'
;
...
...
interface/web/help/lib/lang/it_support_message.lng
View file @
8eca4409
...
...
@@ -12,5 +12,5 @@ $wb['answer_to_support_request_txt'] = 'Hai una risposta alla richiesta di suppo
$wb
[
'answer_to_support_request_sent_txt'
]
=
'La tua richiesta di supporto è stata trasmessa. Non rispondere a questa email.'
;
$wb
[
'support_request_sent_txt'
]
=
'La tua richiesta di supporto è stata trasmessa. Non rispondere a questa email.'
;
$wb
[
'recipient_or_sender_email_address_not_valid_txt'
]
=
'Impossibile trasmettere il messaggio. Destinatario non valido.'
;
$wb
[
'subject_is_empty'
]
=
'L'
oggetto
non
può
essere
vuoto
.
'
;
$wb
[
'subject_is_empty'
]
=
'L
\
'oggetto non può essere vuoto.'
;
?>
interface/web/mailuser/lib/lang/it_mail_user_cc.lng
View file @
8eca4409
...
...
@@ -3,7 +3,7 @@ $wb['mailbox_cc_txt'] = 'Invia copa delle e-mail';
$wb
[
'cc_txt'
]
=
'Manda copia a'
;
$wb
[
'email_txt'
]
=
'E-mail ricevute da'
;
$wb
[
'cc_error_isemail'
]
=
'Indirizzo e-mail non valido'
;
$wb
[
'email_is_cc_error'
]
=
'Specificare un indirizzo e-mail diverso dalll'
attuale
e
-
mail
.
';
$wb
[
'email_is_cc_error'
]
=
'Specificare un indirizzo e-mail diverso dalll
\
'attuale e-mail.'
;
$wb
[
'name_optional_txt'
]
=
'(Opzionale)'
;
$wb
[
'cc_note_txt'
]
=
'(Separare con una virgola e-mail multiple)'
;
?>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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