From c866496fc7fbb0c85e92fabe7296faeaefca236c Mon Sep 17 00:00:00 2001 From: amosjeffries <> Date: Wed, 27 Feb 2008 17:55:13 +0000 Subject: [PATCH] Author: Vitaliy Matytsyn (main) Updated Ukrainan error pages Copy the english ERR_SECURE_CONNECT_FAIL message to Ukrainian while waiting for a translation. --- errors/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/errors/Makefile.am b/errors/Makefile.am index cf027ee1b5..77587ccf90 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.14 2007/08/22 00:20:10 hno Exp $ +# $Id: Makefile.am,v 1.14.2.1 2008/02/27 10:55:13 amosjeffries Exp $ # errordir = $(datadir)/errors @@ -42,7 +42,10 @@ LANGUAGES = \ Spanish \ Swedish \ Traditional_Chinese \ - Turkish + Turkish \ + Ukrainian-1251 \ + Ukrainian-koi8-u \ + Ukrainian-utf8 install-data-local: @for l in $(INSTALL_LANGUAGES); do \ -- 2.47.2