diff options
-rwxr-xr-x | check_postgres.pl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index c6c17130a..a7e1d2529 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -864,10 +864,6 @@ our %msg = ( 'backends-po' => q{tut mir leid, schon zu viele Verbindungen}, 'checkpoint-po' => q{Zeit des letzten Checkpoints:}, }, -'es' => { - 'backends-po' => q{lo siento, ya tenemos demasiados clientes}, - 'checkpoint-po' => q{Instante de �ltimo checkpoint:}, -}, 'fa' => { 'checkpoint-po' => q{زمان آخرین وارسی:}, }, @@ -10083,6 +10079,11 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). =over 4 +=item B<Version 2.22.1> ????, 2015 + + Add Spanish message translations + (Luis Vazquez) + =item B<Version 2.22.0> June 30, 2015 Add xact timestamp support to hot_standby_delay. |