2b036d Add `Templates/es_ES/repository.sed':

Authored and Committed by areguera 13 years ago
    Add `Templates/es_ES/repository.sed':
    
        - This file provides Spanish language-specific transformations for
          texi2html output.
    
    
        
Scripts/Functions/Help/Backends/Texinfo/Templates/es_ES/repository.sed ADDED
@@ -0,0 +1,41 @@
1
+ #!/bin/sed
2
+ #
3
+ # repository.sed -- This file replaces Spanish specific texi2html
4
+ # outputs in order to make The CentOS Project CSS definitions usable
5
+ # by texi2html output.
6
+ #
7
+ # Copyright (C) 2009-2010 Alain Reguera Delgado
8
+ #
9
+ # This program is free software; you can redistribute it and/or modify
10
+ # it under the terms of the GNU General Public License as published by
11
+ # the Free Software Foundation; either version 2 of the License, or
12
+ # (at your option) any later version.
13
+ #
14
+ # This program is distributed in the hope that it will be useful, but
15
+ # WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ # General Public License for more details.
18
+ #
19
+ # You should have received a copy of the GNU General Public License
20
+ # along with this program; if not, write to the Free Software
21
+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22
+ # USA.
23
+ #
24
+ # ----------------------------------------------------------------------
25
+ # $Id$
26
+ # ----------------------------------------------------------------------
27
+
28
+ # Quotations.
29
+ s!<blockquote><p><strong>Nota</strong>!<blockquote class="blue icon"><img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-info.png" alt="Info" /><h3>Nota</h3><p>!g
30
+
31
+ s!<blockquote><p><strong>Advertencia</strong>!<blockquote class="orange icon"><img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-alert.png" alt="Advertencia" /><h3>Advertencia</h3><p>!g
32
+
33
+ s!<blockquote><p><strong>Importante</strong>!<blockquote class="orange icon"><img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-star.png" alt="Importante" /><h3>Importante</h3><p>!g
34
+
35
+ s!<blockquote><p><strong>Idea</strong>!<blockquote class="orange icon"><img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-idea.png" alt="Idea" /><h3>Idea</h3><p>!g
36
+
37
+ s!<blockquote><p><strong>Precaución</strong>!<blockquote class="orange icon"><img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-attention.png" alt="Precaución" /><h3>Precaución</h3><p>!g
38
+
39
+ s!<blockquote><p><strong>Convensión</strong>!<blockquote class="orange icon"><img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-ruler.png" alt="Convensión" /><h3>Convensión</h3><p>!g
40
+
41
+ s!<blockquote><p><strong>Redirección</strong>!<blockquote class="orange icon"><img src="/home/centos/artwork/trunk/Identity/Images/Webenv/icon-admonition-redirect.png" alt="Redirección" /><h3>Redirección</h3><p>!g