From 2dda9ead1e18ccb28b0dd09459da97424e74ca8b Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 10 2011 01:14:40 +0000 Subject: Don't use `tcar-ug' name inside templates. Use a generic name instead (e.g., `manual'). --- diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/manual-index.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual-index.texinfo new file mode 100755 index 0000000..abe002c --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual-index.texinfo @@ -0,0 +1,3 @@ +@node Index +@unnumbered Index +@printindex cp diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/manual-init.pl b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual-init.pl new file mode 100755 index 0000000..dc8c35f --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual-init.pl @@ -0,0 +1,8 @@ +# This file extends the `trunk/Manuals/Texinfo/repository-init.pl' +# initialization file to provide English specific initializations for +# the `texi2html-1.76-4.fc6' package. +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +return 1; diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/manual-menu.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual-menu.texinfo new file mode 100644 index 0000000..0afc9ff --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual-menu.texinfo @@ -0,0 +1,4 @@ +@menu +* Licenses:: +* Index:: +@end menu diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/manual-nodes.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual-nodes.texinfo new file mode 100644 index 0000000..9a25c5b --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual-nodes.texinfo @@ -0,0 +1 @@ +@include Licenses/chapter.texinfo diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.conf b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.conf new file mode 100755 index 0000000..6bafa8e --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.conf @@ -0,0 +1,9 @@ +# This file defines the relation between section templates and +# repository paths. Here you can customize the section template of +# specific directories inside the repository. The first match wins. +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +Directories/section-functions.texinfo = "(trunk|branches|tags)/Scripts/Functions/[[:alnum:]]+\.texinfo$" +Directories/section.texinfo = "(trunk|branches|tags).*\.texinfo$" diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.sed b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.sed new file mode 100755 index 0000000..474a78f --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.sed @@ -0,0 +1,40 @@ +#!/bin/sed +# +# repository.sed -- This file provide English transformations for +# texi2html outupt, based on The CentOS Project CSS definitions. +# +# Copyright (C) 2009-2010 Alain Reguera Delgado +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. +# +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +# Quotations. +s!

Note!

Info

Note

!g + +s!

Warning!

Warning

Warning

!g + +s!

Important!

Important

Important

!g + +s!

Tip!

Tip

Tip

!g + +s!

Caution!

Caution

Caution

!g + +s!

Convention!

Convention

Convention

!g + +s!

Redirection!

Redirection

Redirection

!g diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.texinfo new file mode 100644 index 0000000..c2478ef --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.texinfo @@ -0,0 +1,53 @@ +\input texinfo @c -*-texinfo-*- +@c $Id$ +@c -- Header -------------------------------------------------- + +@setfilename tcar-ug.info +@settitle CentOS Artwork Repository +@documentlanguage =LOCALE_LL= +@afourpaper +@finalout + +@c -- Summary description and copyright ----------------------- + +@copying +=DESCRIPTION= + +Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER= + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no +Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A +copy of the license is included in the section entitled @ref{GNU Free +Documentation License}. +@end copying + +@c -- Titlepage, contents, copyright --------------------------- + +@titlepage +@title CentOS Artwork Repository +@subtitle Manual +@author =COPYRIGHT_HOLDER= +@page +@vskip 0pt plus 1filll +@insertcopying +@end titlepage +@contents + +@c -- `Top' node and master menu ------------------------------- + +@ifnottex +@node Top +@top CentOS Artwork Repository +@insertcopying +@end ifnottex +@include tcar-ug-menu.texinfo + +@c -- The body of the document -------------------------------- + +@include tcar-ug-nodes.texinfo + +@c -- The end of the document --------------------------------- + +@bye diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug-index.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug-index.texinfo deleted file mode 100755 index abe002c..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug-index.texinfo +++ /dev/null @@ -1,3 +0,0 @@ -@node Index -@unnumbered Index -@printindex cp diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug-init.pl b/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug-init.pl deleted file mode 100755 index dc8c35f..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug-init.pl +++ /dev/null @@ -1,8 +0,0 @@ -# This file extends the `trunk/Manuals/Texinfo/repository-init.pl' -# initialization file to provide English specific initializations for -# the `texi2html-1.76-4.fc6' package. -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -return 1; diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug-menu.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug-menu.texinfo deleted file mode 100644 index 0afc9ff..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug-menu.texinfo +++ /dev/null @@ -1,4 +0,0 @@ -@menu -* Licenses:: -* Index:: -@end menu diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug-nodes.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug-nodes.texinfo deleted file mode 100644 index 9a25c5b..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug-nodes.texinfo +++ /dev/null @@ -1 +0,0 @@ -@include Licenses/chapter.texinfo diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug.conf b/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug.conf deleted file mode 100755 index 6bafa8e..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug.conf +++ /dev/null @@ -1,9 +0,0 @@ -# This file defines the relation between section templates and -# repository paths. Here you can customize the section template of -# specific directories inside the repository. The first match wins. -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -Directories/section-functions.texinfo = "(trunk|branches|tags)/Scripts/Functions/[[:alnum:]]+\.texinfo$" -Directories/section.texinfo = "(trunk|branches|tags).*\.texinfo$" diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug.sed b/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug.sed deleted file mode 100755 index 474a78f..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug.sed +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sed -# -# repository.sed -- This file provide English transformations for -# texi2html outupt, based on The CentOS Project CSS definitions. -# -# Copyright (C) 2009-2010 Alain Reguera Delgado -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -# Quotations. -s!

Note!

Info

Note

!g - -s!

Warning!

Warning

Warning

!g - -s!

Important!

Important

Important

!g - -s!

Tip!

Tip

Tip

!g - -s!

Caution!

Caution

Caution

!g - -s!

Convention!

Convention

Convention

!g - -s!

Redirection!

Redirection

Redirection

!g diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug.texinfo deleted file mode 100644 index c2478ef..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/tcar-ug.texinfo +++ /dev/null @@ -1,53 +0,0 @@ -\input texinfo @c -*-texinfo-*- -@c $Id$ -@c -- Header -------------------------------------------------- - -@setfilename tcar-ug.info -@settitle CentOS Artwork Repository -@documentlanguage =LOCALE_LL= -@afourpaper -@finalout - -@c -- Summary description and copyright ----------------------- - -@copying -=DESCRIPTION= - -Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER= - -Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or -any later version published by the Free Software Foundation; with no -Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A -copy of the license is included in the section entitled @ref{GNU Free -Documentation License}. -@end copying - -@c -- Titlepage, contents, copyright --------------------------- - -@titlepage -@title CentOS Artwork Repository -@subtitle Manual -@author =COPYRIGHT_HOLDER= -@page -@vskip 0pt plus 1filll -@insertcopying -@end titlepage -@contents - -@c -- `Top' node and master menu ------------------------------- - -@ifnottex -@node Top -@top CentOS Artwork Repository -@insertcopying -@end ifnottex -@include tcar-ug-menu.texinfo - -@c -- The body of the document -------------------------------- - -@include tcar-ug-nodes.texinfo - -@c -- The end of the document --------------------------------- - -@bye diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual-index.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual-index.texinfo new file mode 100755 index 0000000..a299097 --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual-index.texinfo @@ -0,0 +1,3 @@ +@node Index +@unnumbered @'Indice +@printindex cp diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual-init.pl b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual-init.pl new file mode 100755 index 0000000..e3173c2 --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual-init.pl @@ -0,0 +1,121 @@ +# This file extends the 'trunk/Manuals/Texinfo/repository-init.pl' +# initialization file to provide Spanish translation messages for the +# `texi2html-1.76-4.fc6' package. +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +$LANGUAGES->{'es'} = { + ' The buttons in the navigation panels have the following meaning:' => 'Los botones en el panel de navegación tienen el significado siguiente:', + ' where the @strong{ Example } assumes that the current position is at @strong{ Subsubsection One-Two-Three } of a document of the following structure:' => 'donde el @strong{Ejemplo} asume que la posición actual es en @strong{Subsubsección Uno-Dos-Tres}', + ' Up ' => 'Arriba', + '%{acronym_like} (%{explanation})' => '', + '%{month}, %{day} %{year}' => '', + '%{name} of %{class}' => '%{name} de %{class}', + '%{name} on %{class}' => '%{name} en %{class}', + '%{node_file_href}' => '', + '%{node_file_href} @cite{%{book}}' => '', + '%{node_file_href} section `%{section}\' in @cite{%{book}}' => 'sección %{node_file_href} `%{section}\' en @cite{%{book}}', + '%{reference_name}' => '', + '%{style} %{number}' => '', + '%{style}: %{caption_first_line}' => '', + '%{style}: %{shortcaption_first_line}' => '', + '@b{%{quotation_arg}:} ' => '', + '@cite{%{book}}' => '', + 'About This Document' => 'Acerca de este documento', + 'April' => 'abril', + 'August' => 'agosto', + 'Button' => 'Botón', + 'Contents' => 'Contenidos', + 'Current Position' => 'Posición actual', + 'December' => 'diciembre', + 'February' => 'febrero', + 'Footnotes' => 'Pie de página', + 'From 1.2.3 go to' => 'Desde 1.2.3 va a', + 'Go to' => 'Ir a', + 'Index' => 'Índice', + 'Index Entry' => 'Entrada índice', + 'January' => 'enero', + 'July' => 'julio', + 'Jump to' => 'Saltar a', + 'June' => 'junio', + 'March' => 'marzo', + 'May' => 'mayo', + 'Menu:' => 'Menú:', + 'Name' => 'Nombre', + 'Next' => 'Siguiente', + 'November' => 'noviembre', + 'October' => 'octubre', + 'Overview' => 'Introducción', + 'Overview:' => 'Introducción:', + 'Prev' => 'Anterior', + 'Section' => 'Sección', + 'Section One' => 'Sección Uno', + 'See %{node_file_href}' => 'Véase %{node_file_href}', + 'See %{node_file_href} @cite{%{book}}' => 'Véase %{node_file_href} @cite{%{book}}', + 'See %{node_file_href} section `%{section}\' in @cite{%{book}}' => 'Véase la sección %{node_file_href} `%{section}\' en @cite{%{book}}', + 'See %{reference_name}' => 'Véase %{reference_name}', + 'See @cite{%{book}}' => 'Véase @cite{%{book}}', + 'See section %{reference_name}' => 'Véase la sección %{reference_name}', + 'See section `%{section}\' in @cite{%{book}}' => 'Véase la sección `%{section}\' en @cite{%{book}}', + 'September' => 'septiembre', + 'Short Table of Contents' => 'Resumen del Contenido', + 'Subsection One-Four' => 'Subsección Uno-Cuatro', + 'Subsection One-One' => 'Subsección Uno-Uno', + 'Subsection One-Three' => 'Subsección Uno-Tres', + 'Subsection One-Two' => 'Subsección Uno-Dos', + 'Subsubsection One-Two-Four' => 'Subsubsección Uno-Dos-Cuatro', + 'Subsubsection One-Two-One' => 'Subsubsección Uno-Dos-Uno', + 'Subsubsection One-Two-Three' => 'Subsubsección Uno-Dos-Tress', + 'Subsubsection One-Two-Two' => 'Subsubsección Uno-Dos-Dos', + 'T2H_today' => '', + 'Table of Contents' => 'Tabla de contenidos', + 'This document was generated by @emph{%{user}} on @emph{%{date}} using @uref{%{program_homepage}, @emph{%{program}}}.' => 'Este documento fue generado pr @emph{%{user}} en @emph{%{date}} usando @uref{%{program_homepage}, @emph{%{program}}}.', + 'This document was generated by @emph{%{user}} using @uref{%{program_homepage}, @emph{%{program}}}.' => 'Este documento fue generado por @emph{%{user}} usando @uref{%{program_homepage}, @emph{%{program}}}.', + 'This document was generated on @i{%{date}} using @uref{%{program_homepage}, @i{%{program}}}.' => 'Este documento fue generado en @i{%{date}} usando @uref{%{program_homepage}, @i{%{program}}}.', + 'This document was generated using @uref{%{program_homepage}, @emph{%{program}}}.' => 'Este documento fue generado usando @uref{%{program_homepage}, @emph{%{program}}}.', + 'Top' => 'Inicio', + 'Untitled Document' => 'Documento sintítulo', + 'about (help)' => 'Acerca de (ayuda)', + 'beginning of this chapter or previous chapter' => 'Inicio del capítulo o capítulo anterior', + 'by @emph{%{user}}' => 'por @emph{%{user}}', + 'by @emph{%{user}} on @emph{%{date}}' => 'por @emph{%{user}} el @emph{%{date}}', + 'cover (top) of document' => 'Cubierta (inicio) del documento', + 'current' => 'actual', + 'current section' => 'Sección actual', + 'first section in reading order' => 'Primera sección en orden de lectura', + 'following node' => 'Nodo siguiente', + 'index' => 'Índice', + 'last section in reading order' => 'Última sección en orden de lectura', + 'next chapter' => 'Capítulo siguiente', + 'next node' => 'Nodo siguiente', + 'next section in reading order' => 'Sección siguiente en order de lectura', + 'next section on same level' => 'Sección siguiente en el mismo nivel', + 'node following in node reading order' => 'siguiente nodo en orden de lectura', + 'node up' => 'nodo arriba', + 'on @emph{%{date}}' => 'el @emph{%{date}}', + 'previous node' => 'nodo anterior', + 'previous section in reading order' => 'Sección anterior en orden de lectura', + 'previous section on same level' => 'Sección anterior en el mismo nivel', + 'section `%{section}\' in @cite{%{book}}' => 'sección `%{section}\' en @cite{%{book}}', + 'see %{node_file_href}' => 'Véase %{node_file_href}', + 'see %{node_file_href} @cite{%{book}}' => 'Véase %{node_file_href} @cite{%{book}}', + 'see %{node_file_href} section `%{section}\' in @cite{%{book}}' => 'Véase %{node_file_href} sección `%{section}\' en @cite{%{book}}', + 'see %{reference_name}' => 'Véase %{reference_name}', + 'see @cite{%{book}}' => 'Véase @cite{%{book}}', + 'see section %{reference_name}' => 'véase sección %{reference_name}', + 'see section `%{section}\' in @cite{%{book}}' => 'véase sección `%{section}\' en @cite{%{book}}', + 'short table of contents' => 'resumen del contenido', + 'table of contents' => 'Tabla de contenidos', + 'unknown' => 'desconocido', + 'up node' => 'nodo superior', + 'up section' => 'Sección superior' + }; + +$T2H_OBSOLETE_STRINGS->{'es'} = { + 'See' => 'Véase', + 'section' => 'sección', + 'see' => 'véase' + }; + +return 1; diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual-menu.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual-menu.texinfo new file mode 100644 index 0000000..0afc9ff --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual-menu.texinfo @@ -0,0 +1,4 @@ +@menu +* Licenses:: +* Index:: +@end menu diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual-nodes.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual-nodes.texinfo new file mode 100644 index 0000000..9a25c5b --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual-nodes.texinfo @@ -0,0 +1 @@ +@include Licenses/chapter.texinfo diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual.conf b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual.conf new file mode 100755 index 0000000..ce1599b --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual.conf @@ -0,0 +1,10 @@ +# Este fichero define la relación entre las plantillas de sección y +# los caminos del repositorio. Aquí usted puede personalizar la +# plantilla de sección utilizada en directorios específicos del +# repository. La primera coincidencia gana. +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +Directories/section-functions.texinfo = "(trunk|branches|tags)/Scripts/Functions/[[:alnum:]]+\.texinfo$" +Directories/section.texinfo = "(trunk|branches|tags).*\.texinfo$" diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual.sed b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual.sed new file mode 100644 index 0000000..1887582 --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual.sed @@ -0,0 +1,40 @@ +#!/bin/sed +# +# repository.sed -- This file provide Spanish transformations for +# texi2html outupt, based on The CentOS Project CSS definitions. +# +# Copyright (C) 2009-2010 Alain Reguera Delgado +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. +# +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +# Quotations. +s!

Nota!

Info

Nota

!g + +s!

Advertencia!

Advertencia

Advertencia

!g + +s!

Importante!

Importante

Importante

!g + +s!

Idea!

Idea

Idea

!g + +s!

Precaución!

Precaución

Precaución

!g + +s!

Convensión!

Convensión

Convensión

!g + +s!

Redirección!

Redirección

Redirección

!g diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual.texinfo new file mode 100644 index 0000000..f2934ff --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual.texinfo @@ -0,0 +1,60 @@ +\input texinfo @c -*-texinfo-*- +@c $Id$ +@c -- Header -------------------------------------------------- + +@setfilename tcar-ug.info +@settitle Repositorio Art@'istico de CentOS +@documentlanguage es +@documentencoding ISO-8859-1 +@afourpaper +@finalout + +@c -- Summary description and copyright ----------------------- + +@copying +Este manual documenta informaci@'on relevante al desempe@~no, organizaci@'on +y administraci@'on del repositorio art@'istico del proyecto CentOS. + +Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER= + +Se otorga permiso para copiar, distribuir y/o modificar este documento +bajo los t@'erminos de la Licencia de Documentaci@'on Libre de GNU, +Versi@'on 1.1 o cualquier otra versi@'on posterior publicada por la +Free Software Foundation; con las Secciones Invariantes siendo su +LISTE SUS T@'ITULOS, con Textos de Cubierta Delantera siendo LISTA, y +con los Textos de Cubierta Trasera siendo LISTA. Una copia de la +licencia est@'a incluida en la secci@'on titulada @ref{GNU Free +Documentation License}. +@end copying + +@c -- Titlepage, contents, copyright --------------------------- + +@titlepage +@title Repositorio Art@'istico de CentOS +@subtitle Manual +@author =COPYRIGHT_HOLDER= +@page +@vskip 0pt plus 1filll +@insertcopying +@end titlepage +@contents + +@c -- `Top' node and master menu ------------------------------- + +@ifnottex +@node Top +@top Repositorio Art@'istico de CentOS +@insertcopying +@end ifnottex + +@include tcar-ug-menu.texinfo + +@c -- The body of the document -------------------------------- + +@include tcar-ug-nodes.texinfo + +@c -- The end of the document --------------------------------- + +@include tcar-ug-index.texinfo + +@bye diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug-index.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug-index.texinfo deleted file mode 100755 index a299097..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug-index.texinfo +++ /dev/null @@ -1,3 +0,0 @@ -@node Index -@unnumbered @'Indice -@printindex cp diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug-init.pl b/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug-init.pl deleted file mode 100755 index e3173c2..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug-init.pl +++ /dev/null @@ -1,121 +0,0 @@ -# This file extends the 'trunk/Manuals/Texinfo/repository-init.pl' -# initialization file to provide Spanish translation messages for the -# `texi2html-1.76-4.fc6' package. -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -$LANGUAGES->{'es'} = { - ' The buttons in the navigation panels have the following meaning:' => 'Los botones en el panel de navegación tienen el significado siguiente:', - ' where the @strong{ Example } assumes that the current position is at @strong{ Subsubsection One-Two-Three } of a document of the following structure:' => 'donde el @strong{Ejemplo} asume que la posición actual es en @strong{Subsubsección Uno-Dos-Tres}', - ' Up ' => 'Arriba', - '%{acronym_like} (%{explanation})' => '', - '%{month}, %{day} %{year}' => '', - '%{name} of %{class}' => '%{name} de %{class}', - '%{name} on %{class}' => '%{name} en %{class}', - '%{node_file_href}' => '', - '%{node_file_href} @cite{%{book}}' => '', - '%{node_file_href} section `%{section}\' in @cite{%{book}}' => 'sección %{node_file_href} `%{section}\' en @cite{%{book}}', - '%{reference_name}' => '', - '%{style} %{number}' => '', - '%{style}: %{caption_first_line}' => '', - '%{style}: %{shortcaption_first_line}' => '', - '@b{%{quotation_arg}:} ' => '', - '@cite{%{book}}' => '', - 'About This Document' => 'Acerca de este documento', - 'April' => 'abril', - 'August' => 'agosto', - 'Button' => 'Botón', - 'Contents' => 'Contenidos', - 'Current Position' => 'Posición actual', - 'December' => 'diciembre', - 'February' => 'febrero', - 'Footnotes' => 'Pie de página', - 'From 1.2.3 go to' => 'Desde 1.2.3 va a', - 'Go to' => 'Ir a', - 'Index' => 'Índice', - 'Index Entry' => 'Entrada índice', - 'January' => 'enero', - 'July' => 'julio', - 'Jump to' => 'Saltar a', - 'June' => 'junio', - 'March' => 'marzo', - 'May' => 'mayo', - 'Menu:' => 'Menú:', - 'Name' => 'Nombre', - 'Next' => 'Siguiente', - 'November' => 'noviembre', - 'October' => 'octubre', - 'Overview' => 'Introducción', - 'Overview:' => 'Introducción:', - 'Prev' => 'Anterior', - 'Section' => 'Sección', - 'Section One' => 'Sección Uno', - 'See %{node_file_href}' => 'Véase %{node_file_href}', - 'See %{node_file_href} @cite{%{book}}' => 'Véase %{node_file_href} @cite{%{book}}', - 'See %{node_file_href} section `%{section}\' in @cite{%{book}}' => 'Véase la sección %{node_file_href} `%{section}\' en @cite{%{book}}', - 'See %{reference_name}' => 'Véase %{reference_name}', - 'See @cite{%{book}}' => 'Véase @cite{%{book}}', - 'See section %{reference_name}' => 'Véase la sección %{reference_name}', - 'See section `%{section}\' in @cite{%{book}}' => 'Véase la sección `%{section}\' en @cite{%{book}}', - 'September' => 'septiembre', - 'Short Table of Contents' => 'Resumen del Contenido', - 'Subsection One-Four' => 'Subsección Uno-Cuatro', - 'Subsection One-One' => 'Subsección Uno-Uno', - 'Subsection One-Three' => 'Subsección Uno-Tres', - 'Subsection One-Two' => 'Subsección Uno-Dos', - 'Subsubsection One-Two-Four' => 'Subsubsección Uno-Dos-Cuatro', - 'Subsubsection One-Two-One' => 'Subsubsección Uno-Dos-Uno', - 'Subsubsection One-Two-Three' => 'Subsubsección Uno-Dos-Tress', - 'Subsubsection One-Two-Two' => 'Subsubsección Uno-Dos-Dos', - 'T2H_today' => '', - 'Table of Contents' => 'Tabla de contenidos', - 'This document was generated by @emph{%{user}} on @emph{%{date}} using @uref{%{program_homepage}, @emph{%{program}}}.' => 'Este documento fue generado pr @emph{%{user}} en @emph{%{date}} usando @uref{%{program_homepage}, @emph{%{program}}}.', - 'This document was generated by @emph{%{user}} using @uref{%{program_homepage}, @emph{%{program}}}.' => 'Este documento fue generado por @emph{%{user}} usando @uref{%{program_homepage}, @emph{%{program}}}.', - 'This document was generated on @i{%{date}} using @uref{%{program_homepage}, @i{%{program}}}.' => 'Este documento fue generado en @i{%{date}} usando @uref{%{program_homepage}, @i{%{program}}}.', - 'This document was generated using @uref{%{program_homepage}, @emph{%{program}}}.' => 'Este documento fue generado usando @uref{%{program_homepage}, @emph{%{program}}}.', - 'Top' => 'Inicio', - 'Untitled Document' => 'Documento sintítulo', - 'about (help)' => 'Acerca de (ayuda)', - 'beginning of this chapter or previous chapter' => 'Inicio del capítulo o capítulo anterior', - 'by @emph{%{user}}' => 'por @emph{%{user}}', - 'by @emph{%{user}} on @emph{%{date}}' => 'por @emph{%{user}} el @emph{%{date}}', - 'cover (top) of document' => 'Cubierta (inicio) del documento', - 'current' => 'actual', - 'current section' => 'Sección actual', - 'first section in reading order' => 'Primera sección en orden de lectura', - 'following node' => 'Nodo siguiente', - 'index' => 'Índice', - 'last section in reading order' => 'Última sección en orden de lectura', - 'next chapter' => 'Capítulo siguiente', - 'next node' => 'Nodo siguiente', - 'next section in reading order' => 'Sección siguiente en order de lectura', - 'next section on same level' => 'Sección siguiente en el mismo nivel', - 'node following in node reading order' => 'siguiente nodo en orden de lectura', - 'node up' => 'nodo arriba', - 'on @emph{%{date}}' => 'el @emph{%{date}}', - 'previous node' => 'nodo anterior', - 'previous section in reading order' => 'Sección anterior en orden de lectura', - 'previous section on same level' => 'Sección anterior en el mismo nivel', - 'section `%{section}\' in @cite{%{book}}' => 'sección `%{section}\' en @cite{%{book}}', - 'see %{node_file_href}' => 'Véase %{node_file_href}', - 'see %{node_file_href} @cite{%{book}}' => 'Véase %{node_file_href} @cite{%{book}}', - 'see %{node_file_href} section `%{section}\' in @cite{%{book}}' => 'Véase %{node_file_href} sección `%{section}\' en @cite{%{book}}', - 'see %{reference_name}' => 'Véase %{reference_name}', - 'see @cite{%{book}}' => 'Véase @cite{%{book}}', - 'see section %{reference_name}' => 'véase sección %{reference_name}', - 'see section `%{section}\' in @cite{%{book}}' => 'véase sección `%{section}\' en @cite{%{book}}', - 'short table of contents' => 'resumen del contenido', - 'table of contents' => 'Tabla de contenidos', - 'unknown' => 'desconocido', - 'up node' => 'nodo superior', - 'up section' => 'Sección superior' - }; - -$T2H_OBSOLETE_STRINGS->{'es'} = { - 'See' => 'Véase', - 'section' => 'sección', - 'see' => 'véase' - }; - -return 1; diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug-menu.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug-menu.texinfo deleted file mode 100644 index 0afc9ff..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug-menu.texinfo +++ /dev/null @@ -1,4 +0,0 @@ -@menu -* Licenses:: -* Index:: -@end menu diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug-nodes.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug-nodes.texinfo deleted file mode 100644 index 9a25c5b..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug-nodes.texinfo +++ /dev/null @@ -1 +0,0 @@ -@include Licenses/chapter.texinfo diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug.conf b/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug.conf deleted file mode 100755 index ce1599b..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug.conf +++ /dev/null @@ -1,10 +0,0 @@ -# Este fichero define la relación entre las plantillas de sección y -# los caminos del repositorio. Aquí usted puede personalizar la -# plantilla de sección utilizada en directorios específicos del -# repository. La primera coincidencia gana. -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -Directories/section-functions.texinfo = "(trunk|branches|tags)/Scripts/Functions/[[:alnum:]]+\.texinfo$" -Directories/section.texinfo = "(trunk|branches|tags).*\.texinfo$" diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug.sed b/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug.sed deleted file mode 100644 index 1887582..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug.sed +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sed -# -# repository.sed -- This file provide Spanish transformations for -# texi2html outupt, based on The CentOS Project CSS definitions. -# -# Copyright (C) 2009-2010 Alain Reguera Delgado -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -# Quotations. -s!

Nota!

Info

Nota

!g - -s!

Advertencia!

Advertencia

Advertencia

!g - -s!

Importante!

Importante

Importante

!g - -s!

Idea!

Idea

Idea

!g - -s!

Precaución!

Precaución

Precaución

!g - -s!

Convensión!

Convensión

Convensión

!g - -s!

Redirección!

Redirección

Redirección

!g diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug.texinfo deleted file mode 100644 index f2934ff..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/es_ES/tcar-ug.texinfo +++ /dev/null @@ -1,60 +0,0 @@ -\input texinfo @c -*-texinfo-*- -@c $Id$ -@c -- Header -------------------------------------------------- - -@setfilename tcar-ug.info -@settitle Repositorio Art@'istico de CentOS -@documentlanguage es -@documentencoding ISO-8859-1 -@afourpaper -@finalout - -@c -- Summary description and copyright ----------------------- - -@copying -Este manual documenta informaci@'on relevante al desempe@~no, organizaci@'on -y administraci@'on del repositorio art@'istico del proyecto CentOS. - -Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER= - -Se otorga permiso para copiar, distribuir y/o modificar este documento -bajo los t@'erminos de la Licencia de Documentaci@'on Libre de GNU, -Versi@'on 1.1 o cualquier otra versi@'on posterior publicada por la -Free Software Foundation; con las Secciones Invariantes siendo su -LISTE SUS T@'ITULOS, con Textos de Cubierta Delantera siendo LISTA, y -con los Textos de Cubierta Trasera siendo LISTA. Una copia de la -licencia est@'a incluida en la secci@'on titulada @ref{GNU Free -Documentation License}. -@end copying - -@c -- Titlepage, contents, copyright --------------------------- - -@titlepage -@title Repositorio Art@'istico de CentOS -@subtitle Manual -@author =COPYRIGHT_HOLDER= -@page -@vskip 0pt plus 1filll -@insertcopying -@end titlepage -@contents - -@c -- `Top' node and master menu ------------------------------- - -@ifnottex -@node Top -@top Repositorio Art@'istico de CentOS -@insertcopying -@end ifnottex - -@include tcar-ug-menu.texinfo - -@c -- The body of the document -------------------------------- - -@include tcar-ug-nodes.texinfo - -@c -- The end of the document --------------------------------- - -@include tcar-ug-index.texinfo - -@bye