Skip to content

Commit 7f2e2fb

Browse files
author
Serghey Rodin
committed
Merge branch 'master' of github.com:serghey-rodin/vesta
2 parents fa2ece8 + 45d5e88 commit 7f2e2fb

File tree

7 files changed

+461
-419
lines changed

7 files changed

+461
-419
lines changed
506 KB
Binary file not shown.

install/vst-install-debian.sh

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,28 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
10891089
if [ "$release" -eq 8 ]; then
10901090
mv -f /etc/roundcube/main.inc.php /etc/roundcube/config.inc.php
10911091
mv -f /etc/roundcube/db.inc.php /etc/roundcube/debian-db-roundcube.php
1092+
1093+
# RoundCube tinyMCE fix
1094+
tinymceFixArchiveURL=$vestacp/roundcube/roundcube-tinymce.tar.gz
1095+
tinymceParentFolder=/usr/share/roundcube/program/js
1096+
tinymceFolder=$tinymceParentFolder/tinymce
1097+
tinymceBadJS=$tinymceFolder/tiny_mce.js
1098+
tinymceFixArchive=$tinymceParentFolder/roundcube-tinymce.tar.gz
1099+
if [[ -L "$tinymceFolder" && -d "$tinymceFolder" ]]; then
1100+
if [ -f "$tinymceBadJS" ]; then
1101+
wget $tinymceFixArchiveURL -O $tinymceFixArchive
1102+
if [[ -f "$tinymceFixArchive" && -s "$tinymceFixArchive" ]]; then
1103+
rm $tinymceFolder
1104+
tar -xzf $tinymceFixArchive -C $tinymceParentFolder
1105+
rm $tinymceFixArchive
1106+
chown -R root:root $tinymceFolder
1107+
else
1108+
echo "File roundcube-tinymce.tar.gz is not downloaded, RoundCube tinyMCE fix is not applied"
1109+
rm $tinymceFixArchive
1110+
fi
1111+
fi
1112+
fi
1113+
10921114
fi
10931115
fi
10941116

web/css/file_manager.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,11 @@ ul.listing { list-style-type: none; padding: 18px 0 0; margin: -4px 0 0 -1px; b
270270
.confirm-box .controls .keep-original:hover { color: #FFCC00; }
271271
.confirm-box .controls .keep-original:active { color: #6DB8D3; }
272272

273+
.confirm-box .chmod-mask,
273274
.confirm-box .new-title { background-color: #292929; border: 1px solid #111; color: #eee; font-family: Arial; font-size: 16px; margin-bottom: 73px; margin-left: 27px; padding: 10px 14px; width: 396px; }
275+
.confirm-box .chmod-mask:focus,
274276
.confirm-box .new-title:focus { border: 1px solid #FFCC00; box-shadow: 0 0 5px 0 rgba(255, 204, 0 , 0.3); }
277+
.confirm-box .chmod-mask { width: 28px; margin: -12px 0 42px 57px; }
275278

276279
.confirm-box.rename .message { margin-bottom: 36px; }
277280
.confirm-box.rename .controls.replace { display: none; }

web/inc/i18n/es.php

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
'BACKUP' => 'RESPALDO',
2828

2929
'LOGIN' => 'LOGIN',
30-
'RESET PASSWORD' => 'RESET PASSWORD',
30+
'RESET PASSWORD' => 'RESETEAR CONTRASEÑA',
3131
'SEARCH' => 'BUSCAR',
3232
'PACKAGE' => 'PAQUETE',
3333
'RRD' => 'RRD',
3434
'STATS' => 'ESTADÍSTICAS',
3535
'LOG' => 'LOG',
36-
'UPDATES' => 'UPDATES',
37-
'FIREWALL' => 'FIREWALL',
36+
'UPDATES' => 'ACTUALIZACIONES',
37+
'FIREWALL' => 'CORTAFUEGO',
3838
'SERVER' => 'SERVIDOR',
3939
'MEMORY' => 'MEMORIA',
4040
'DISK' => 'DISCO',
@@ -59,7 +59,7 @@
5959
'Ban IP Address' => 'Bloquear IP',
6060
'Search' => 'Buscar',
6161
'Add one more FTP Account' => 'Añadir una Cuenta FTP adicional',
62-
'Overall Statistics' => 'EstadísticaS Generales',
62+
'Overall Statistics' => 'Estadísticas Generales',
6363
'Daily' => 'Diariamente',
6464
'Weekly' => 'Semanalmente',
6565
'Monthly' => 'Mensualmente',
@@ -417,8 +417,8 @@
417417
'%s cron jobs' => '%s tareas programadas',
418418
'1 archive' => '1 archivo',
419419
'%s archives' => '%s archivos',
420-
'1 item' => '1 item',
421-
'%s items' => '%s items',
420+
'1 item' => '1 elemento',
421+
'%s items' => '%s elementos',
422422
'1 package' => '1 plan',
423423
'%s packages' => '%s planes',
424424
'1 IP address' => '1 dirección IP',
@@ -729,21 +729,21 @@
729729
'awstats' => 'awstats',
730730

731731
'Vesta SSL' => 'Vesta SSL',
732-
'SUBJECT' => 'SUBJECT',
732+
'SUBJECT' => 'ASUNTO',
733733
'ALIASES' => 'ALIASES',
734734
'NOT_BEFORE' => 'NOT_BEFORE',
735735
'NOT_AFTER' => 'NOT_AFTER',
736736
'SIGNATURE' => 'SIGNATURE',
737737
'PUB_KEY' => 'PUB_KEY',
738738
'ISSUER' => 'ISSUER',
739739

740-
'Use server hostname' => 'Use server hostname',
741-
'Use domain hostname' => 'Use domain hostname',
742-
'Use STARTTLS' => 'Use STARTTLS',
743-
'Use SSL' => 'Use SSL',
744-
'No encryption' => 'No encryption',
745-
'Do not use encryption' => 'Do not use encryption',
740+
'Use server hostname' => 'Usar server hostname',
741+
'Use domain hostname' => 'Usar domain hostname',
742+
'Use STARTTLS' => 'Usar STARTTLS',
743+
'Use SSL' => 'Usar SSL',
744+
'No encryption' => 'Sin encriptación',
745+
'Do not use encryption' => 'No usar encriptación',
746746

747-
'maximum characters length, including prefix' => 'maximum %s characters length, including prefix',
747+
'maximum characters length, including prefix' => 'usar un máximo de %s, incluyendo prefijo',
748748

749749
);

0 commit comments

Comments
 (0)