trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trans-coord/gnun/server gnun/ChangeLog gnun/GNU...


From: Yavor Doganov
Subject: trans-coord/gnun/server gnun/ChangeLog gnun/GNU...
Date: Thu, 01 May 2008 07:36:28 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/05/01 07:36:28

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile gnun.mk 
Added files:
        gnun/server    : footer.es.html header.es.html 

Log message:
        * gnun.mk (TEMPLATE_LINGUAS, HOME_LINGUAS): Add `es'.
        * GNUmakefile ($(rootdir)/home.$(1).shtml): Validate the Spanish
        translation.
        (verbatim-templates): Add the Spanish templates.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/footer.es.html?cvsroot=trans-coord&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/header.es.html?cvsroot=trans-coord&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.65&r2=1.66
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun.mk?cvsroot=trans-coord&r1=1.16&r2=1.17

Patches:
Index: gnun/ChangeLog
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- gnun/ChangeLog      30 Apr 2008 19:55:03 -0000      1.65
+++ gnun/ChangeLog      1 May 2008 07:36:27 -0000       1.66
@@ -1,3 +1,10 @@
+2008-05-01  Yavor Doganov  <address@hidden>
+
+       * gnun.mk (TEMPLATE_LINGUAS, HOME_LINGUAS): Add `es'.
+       * GNUmakefile ($(rootdir)/home.$(1).shtml): Validate the Spanish
+       translation.
+       (verbatim-templates): Add the Spanish templates.
+
 2008-04-30  Yavor Doganov  <address@hidden>
 
        * gnun.mk (ALL_DIRS): Add `help'.

Index: gnun/GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- gnun/GNUmakefile    8 Apr 2008 20:28:38 -0000       1.28
+++ gnun/GNUmakefile    1 May 2008 07:36:28 -0000       1.29
@@ -273,7 +273,7 @@
 # variable `verbatim-templates' accordingly.  
 # FIXME: Remove this conditional when GNUN operates in `www', where we
 # want to validate everything.
-ifneq (,$(findstring $(1),bg ca ru))
+ifneq (,$(findstring $(1),bg ca es ru))
        $(VALIDATESKIP) ./validate-html-notify $(NOTIFYSKIP) $(transl-addr) \
          $$@ || (sleep 1 ; touch $(rootdir)/po/home.$(1).po ; exit 1)
 endif
@@ -361,6 +361,7 @@
                                          header.af.html footer.af.html \
                                          header.bg.html footer.bg.html \
                                          header.ca.html footer.ca.html \
+                                         header.es.html footer.es.html \
                                          header.pt.html footer.pt.html \
                                          header.pt-br.html footer.pt-br.html \
                                          header.ru.html footer.ru.html \

Index: gnun/gnun.mk
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/gnun.mk,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- gnun/gnun.mk        30 Apr 2008 19:55:03 -0000      1.16
+++ gnun/gnun.mk        1 May 2008 07:36:28 -0000       1.17
@@ -17,11 +17,11 @@
 
 # TRANSLATORS: Add here your language code.  Please keep the
 # alphabetical order.
-TEMPLATE_LINGUAS := af bg ca pt pt-br ru tr
+TEMPLATE_LINGUAS := af bg ca es pt pt-br ru tr
 
 # TRANSLATORS: If you have committed home.LANG.po, add here your
 # language code.
-HOME_LINGUAS := bg ca pl ru zh-cn
+HOME_LINGUAS := bg ca es pl ru zh-cn
 
 ### The variables below are edited by GNUN maintainers. ###
 

Index: footer.es.html
===================================================================
RCS file: footer.es.html
diff -N footer.es.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ footer.es.html      1 May 2008 07:36:26 -0000       1.1
@@ -0,0 +1,2 @@
+
+        <!--#include virtual="/server/footer-text.es.html" -->

Index: header.es.html
===================================================================
RCS file: header.es.html
diff -N header.es.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ header.es.html      1 May 2008 07:36:27 -0000       1.1
@@ -0,0 +1,11 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="es" lang="es">
+
+<head>
+  <meta http-equiv="content-Type" content="text/html; charset=utf-8" />
+  <link rev="made" href="mailto:address@hidden"; />
+  <link rev="translated" href="mailto:address@hidden"; />
+  <link rel="icon" type="image/png" href="/graphics/gnu-head-mini.png" />
+  <meta name="ICBM" content="42.256233,-71.006581" />
+  <meta name="DC.title" content="gnu.org" />
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]