Skip to content

Commit dbf57dd

Browse files
author
Marius Burkard
committed
Merge branch 'master' into 'stable-3.1'
Add Spanish templates to mail notifications Add templates to Spanish mail notifications See merge request !303
2 parents 5e981c0 + 0cf0350 commit dbf57dd

10 files changed

+96
-2
lines changed

server/conf/mail/db_quota_notification_de.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ME-Version: 1.0
1+
MIME-Version: 1.0
22
Content-type: text/plain; charset=utf-8
33
Content-Transfer-Encoding: 8bit
44
From: {admin_mail}

server/conf/mail/db_quota_notification_en.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ME-Version: 1.0
1+
MIME-Version: 1.0
22
Content-type: text/plain; charset=utf-8
33
Content-Transfer-Encoding: 8bit
44
From: {admin_mail}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
MIME-Version: 1.0
2+
Content-type: text/plain; charset=utf-8
3+
Content-Transfer-Encoding: 8bit
4+
From: {admin_mail}
5+
Reply-To: {admin_mail}
6+
Subject: Notificación de cuota de base de datos
7+
8+
La base de datos {database_name} esta cerca o ha superado su cuota.
9+
10+
Base de datos: {database_name}
11+
Espacio usado: {used}
12+
Cuota: {quota}
13+
Razón de uso: {ratio}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
MIME-Version: 1.0
2+
Content-type: text/plain; charset=utf-8
3+
Content-Transfer-Encoding: 8bit
4+
From: {admin_mail}
5+
Reply-To: {admin_mail}
6+
Subject: Cuota de base de datos correcta
7+
8+
La base de datos {database_name} ya no esta cerca o ha superado su cuota.
9+
10+
Base de datos: {database_name}
11+
Espacio usado: {used}
12+
Cuota: {quota}
13+
Razón de uso: {ratio}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
MIME-Version: 1.0
2+
Content-type: text/plain; charset=utf-8
3+
Content-Transfer-Encoding: 8bit
4+
From: {admin_mail}
5+
Reply-To: {admin_mail}
6+
Subject: Notificación de cuota de bandeja de correo
7+
8+
La bandeja de correo de {email} esta cerca o ha superado su cuota.
9+
10+
Bandeja de correo: {email}
11+
Nombre: {name}
12+
Espacio usado: {used}
13+
Cuota: {quota}
14+
Razón de uso: {ratio}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
MIME-Version: 1.0
2+
Content-type: text/plain; charset=utf-8
3+
Content-Transfer-Encoding: 8bit
4+
From: {admin_mail}
5+
Reply-To: {admin_mail}
6+
Subject: Cuota de bandeja de correo correcta
7+
8+
La bandeja de correo de {email} ya no esta cerca o ha superado su cuota.
9+
10+
Bandeja de correo: {email}
11+
Nombre: {name}
12+
Espacio usado: {used}
13+
Cuota: {quota}
14+
Razón de uso: {ratio}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
MIME-Version: 1.0
2+
Content-type: text/plain; charset=utf-8
3+
Content-Transfer-Encoding: 8bit
4+
From: {admin_mail}
5+
Reply-To: {admin_mail}
6+
Subject: Notificación de cuota de sitio web
7+
8+
El sitio {domain} esta cerca o ha superado su cuota.
9+
10+
Dominio: {domain}
11+
Espacio usado: {used}
12+
Límite suave: {soft}
13+
Limite duro: {hard}
14+
Razón de uso: {ratio}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
MIME-Version: 1.0
2+
Content-type: text/plain; charset=utf-8
3+
Content-Transfer-Encoding: 8bit
4+
From: {admin_mail}
5+
Reply-To: {admin_mail}
6+
Subject: Cuota de sitio web correcta
7+
8+
El sitio {domain} ya no esta cerca o ha superado su cuota.
9+
10+
Dominio: {domain}
11+
Espacio usado: {used}
12+
Límite suave: {soft}
13+
Limite duro: {hard}
14+
Razón de uso: {ratio}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
MIME-Version: 1.0
2+
Content-type: text/plain; charset=utf-8
3+
Content-Transfer-Encoding: 8bit
4+
From: {admin_mail}
5+
Reply-To: {admin_mail}
6+
Subject: Notificación de tráfico de sitio web
7+
8+
El sitio {domain} está por encima de su trafico permitido y a sido deshabilitado.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
From: ISPConfig <postmaster@localhost.localdomain>
2+
Subject: Bienvenido a su nueva cuenta de correo
3+
4+
Bienvenido a su nueva cuenta de correo. Su administrador.

0 commit comments

Comments
 (0)