[debian-edu-commits] debian-edu/ 01/01: Avoid possible mime type error for the internal Spanish web page.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Mon Dec 18 14:44:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-config.

commit 822209e719a30e9e8e699c6cfee1c4a94d5000e9
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Mon Dec 18 15:40:48 2017 +0100

    Avoid possible mime type error for the internal Spanish web page.
    
    - Move www/index.html.es -> www/index.html.es_ES, adjust content.
    - Adjust all other related files in the www directory.
    - Drop now obsoleted workarounds from the Apache configuration files
      etc/apache2/sites-available/debian-edu-default.conf and
      etc/apache2/sites-available/debian-edu-ssl-default.conf.
    - Adjust Makefile.
    - Add conditional remove statements to d/debian-edu-config.postinst.
    
    Re-enable sitesummary uploads via HTTP-POST.
    
    - etc/apache2/sites-available/debian-edu-default.conf:
      Move http -> https rewrite directives; now these are restricted
      to the web pages directory (and this way excluding the cgi one).
    
    lintian-overrides:
    - Correct linenumber for "command-with-path-in-maintainer-script" for
      /usr/bin/etckeeper in postinst.
---
 Makefile                                               |  2 +-
 debian/changelog                                       | 17 +++++++++++++++++
 debian/debian-edu-config.lintian-overrides             |  2 +-
 debian/debian-edu-config.postinst                      |  9 +++++++++
 etc/apache2/sites-available/debian-edu-default.conf    | 18 +++---------------
 .../sites-available/debian-edu-ssl-default.conf        |  4 ----
 www/Makefile                                           |  2 +-
 www/ca.po                                              |  4 ++--
 www/da.po                                              |  4 ++--
 www/de.po                                              |  4 ++--
 www/{es.po => es_ES.po}                                |  4 ++--
 www/fr.po                                              |  4 ++--
 www/id.po                                              |  4 ++--
 www/index.html.ca                                      |  4 ++--
 www/index.html.da                                      |  4 ++--
 www/index.html.de                                      |  4 ++--
 www/index.html.en                                      |  4 ++--
 www/{index.html.es => index.html.es_ES}                |  6 +++---
 www/index.html.fr                                      |  4 ++--
 www/index.html.id                                      |  4 ++--
 www/index.html.it                                      |  4 ++--
 www/index.html.ja                                      |  4 ++--
 www/index.html.nl                                      |  4 ++--
 www/index.html.no_NB                                   |  4 ++--
 www/index.html.pt                                      |  4 ++--
 www/index.html.pt_BR                                   |  4 ++--
 www/index.html.ro                                      |  4 ++--
 www/index.html.ru                                      |  4 ++--
 www/index.html.zh                                      |  4 ++--
 www/index.pot                                          |  7 ++++---
 www/it.po                                              |  4 ++--
 www/ja.po                                              |  4 ++--
 www/nl.po                                              |  4 ++--
 www/no_NB.po                                           |  4 ++--
 www/pt.po                                              |  4 ++--
 www/pt_BR.po                                           |  4 ++--
 www/ro.po                                              |  4 ++--
 www/ru.po                                              |  4 ++--
 www/zh.po                                              |  4 ++--
 39 files changed, 99 insertions(+), 88 deletions(-)

diff --git a/Makefile b/Makefile
index deaa180..fe74c5f 100644
--- a/Makefile
+++ b/Makefile
@@ -239,7 +239,7 @@ WWWFILES = \
 	index.html.da \
 	index.html.de \
 	index.html.en \
-	index.html.es \
+	index.html.es_ES \
 	index.html.fr \
 	index.html.id \
 	index.html.it \
diff --git a/debian/changelog b/debian/changelog
index 83a6393..c7a2391 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,23 @@ debian-edu-config (1.942) UNRELEASED; urgency=medium
     version including hal, so since Jessie this file was without any effect.
     (See #839124 for more information.)
 
+  [ Wolfgang Schweer ]
+  * Avoid possible mime type error for the internal Spanish web page.
+    - Move www/index.html.es -> www/index.html.es_ES, adjust content.
+    - Adjust all other related files in the www directory.
+    - Drop now obsoleted workarounds from the Apache configuration files
+      etc/apache2/sites-available/debian-edu-default.conf and
+      etc/apache2/sites-available/debian-edu-ssl-default.conf.
+    - Adjust Makefile.
+    - Add conditional remove statements to d/debian-edu-config.postinst.
+  * Re-enable sitesummary uploads via HTTP-POST.
+    - etc/apache2/sites-available/debian-edu-default.conf:
+      Move http -> https rewrite directives; now these are restricted
+      to the web pages directory (and this way excluding the cgi one).
+  * lintian-overrides:
+    - Correct linenumber for "command-with-path-in-maintainer-script" for
+      /usr/bin/etckeeper in postinst.
+
  -- Holger Levsen <holger at debian.org>  Sun, 17 Dec 2017 18:34:32 +0000
 
 debian-edu-config (1.941) unstable; urgency=medium
diff --git a/debian/debian-edu-config.lintian-overrides b/debian/debian-edu-config.lintian-overrides
index 50bc435..b3c4a19 100644
--- a/debian/debian-edu-config.lintian-overrides
+++ b/debian/debian-edu-config.lintian-overrides
@@ -3,7 +3,7 @@ debian-edu-config binary: script-not-executable etc/dhcp/dhclient-exit-hooks.d/f
 debian-edu-config binary: script-not-executable etc/dhcp/dhclient-exit-hooks.d/hostname
 debian-edu-config binary: script-not-executable etc/dhcp/dhclient-exit-hooks.d/wpad-proxy-update
 debian-edu-config binary: command-with-path-in-maintainer-script postinst:51 /usr/bin/etckeeper
-debian-edu-config binary: command-with-path-in-maintainer-script postinst:255 /usr/bin/etckeeper
+debian-edu-config binary: command-with-path-in-maintainer-script postinst:264 /usr/bin/etckeeper
 debian-edu-config binary: non-standard-apache2-configuration-name debian-edu-config-doc.conf != debian-edu-config.conf
 debian-edu-config binary: debconf-is-not-a-registry usr/bin/ldap-debian-edu-install
 debian-edu-config binary: debconf-is-not-a-registry usr/share/debian-edu-config/d-i/finish-install
diff --git a/debian/debian-edu-config.postinst b/debian/debian-edu-config.postinst
index bbaf0e8..63a2e4c 100644
--- a/debian/debian-edu-config.postinst
+++ b/debian/debian-edu-config.postinst
@@ -148,6 +148,15 @@ configure)
         fi
     fi
 
+    if dpkg --compare-versions "$2" le "1.941" ; then
+        if [ -f /etc/debian-edu/www/index.html.es ] ; then
+	    rm /etc/debian-edu/www/index.html.es
+        fi
+        if [ -f /etc/debian-edu/www/index.html.nb ] ; then
+	    rm /etc/debian-edu/www/index.html.nb
+        fi
+    fi
+
     if dpkg --compare-versions "$2" le "1.929" && dpkg --compare-versions "$2" ge "1.926" && \
         egrep -q "(Main-Server)" /etc/debian-edu/config ; then
 	rm /etc/apache2/mods-available/userdir.load
diff --git a/etc/apache2/sites-available/debian-edu-default.conf b/etc/apache2/sites-available/debian-edu-default.conf
index 022d5ea..2c9e010 100644
--- a/etc/apache2/sites-available/debian-edu-default.conf
+++ b/etc/apache2/sites-available/debian-edu-default.conf
@@ -2,28 +2,16 @@
         ServerName www
 	ServerAdmin webmaster at postoffice.intern
 
-	RewriteEngine On
-	RewriteCond %{SERVER_PORT} 80
-	RewriteRule ^(.*)$ https://www/$1 [R=301,L]
-
 	DocumentRoot /etc/debian-edu/www/
 
 	<Directory /etc/debian-edu/www/ >
+		RewriteEngine On
+		RewriteCond %{SERVER_PORT} 80
+		RewriteRule ^(.*)$ https://www/$1 [R=301,L]
 		Options Indexes FollowSymLinks MultiViews
 		AllowOverride None
 		Require all granted
 	</Directory>
-        # Workaround for Spanish pages, making sure they get text/html
-        # and not application/ecmascript as their mime type
-        <Files *.html.es>
-                ForceType text/html
-        </Files>
-
-        # Workaround for Norwegian Bokmål pages, making sure they get
-        # text/html and not application/matematica as their mime type
-        <Files *.html.nb>
-                ForceType text/html
-        </Files>
 
 	ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
 	<Directory "/usr/lib/cgi-bin">
diff --git a/etc/apache2/sites-available/debian-edu-ssl-default.conf b/etc/apache2/sites-available/debian-edu-ssl-default.conf
index 8ad51f5..a8ff603 100644
--- a/etc/apache2/sites-available/debian-edu-ssl-default.conf
+++ b/etc/apache2/sites-available/debian-edu-ssl-default.conf
@@ -17,10 +17,6 @@
 		AllowOverride None
 		Require all granted
 	</Directory>
-	#Workaround for spanish pages
-        <Files *.html.es>
-                ForceType text/html
-        </Files>
 
 	ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
 	<Directory "/usr/lib/cgi-bin">
diff --git a/www/Makefile b/www/Makefile
index 5b5d2fe..d664edd 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -10,7 +10,7 @@ WEBPAGES = \
   index.html.de \
   index.html.en \
   index.html.ca \
-  index.html.es \
+  index.html.es_ES \
   index.html.nl \
   index.html.no_NB \
   index.html.fr \
diff --git a/www/ca.po b/www/ca.po
index adb9eaa..8b42e20 100644
--- a/www/ca.po
+++ b/www/ca.po
@@ -238,7 +238,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -248,7 +248,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/da.po b/www/da.po
index fe5a62f..5df555b 100644
--- a/www/da.po
+++ b/www/da.po
@@ -202,7 +202,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -212,7 +212,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/de.po b/www/de.po
index 3628d3d..5289631 100644
--- a/www/de.po
+++ b/www/de.po
@@ -211,7 +211,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -221,7 +221,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/es.po b/www/es_ES.po
similarity index 99%
rename from www/es.po
rename to www/es_ES.po
index 3bf42bc..f1df375 100644
--- a/www/es.po
+++ b/www/es_ES.po
@@ -242,7 +242,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -252,7 +252,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/fr.po b/www/fr.po
index e800a0a..344e001 100644
--- a/www/fr.po
+++ b/www/fr.po
@@ -210,7 +210,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -220,7 +220,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/id.po b/www/id.po
index b413af2..ac3bd7e 100644
--- a/www/id.po
+++ b/www/id.po
@@ -205,7 +205,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -215,7 +215,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/index.html.ca b/www/index.html.ca
index 976541b..a18e903 100644
--- a/www/index.html.ca
+++ b/www/index.html.ca
@@ -13,7 +13,7 @@ l'instal·lació de Debian Edu</title>
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -69,7 +69,7 @@ pel projecte</a></li>
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a href="index.html.nl">[Nederlands]</a>
 <a href="index.html.pt">[Português]</a> <a
diff --git a/www/index.html.da b/www/index.html.da
index 505771e..7ca6a32 100644
--- a/www/index.html.da
+++ b/www/index.html.da
@@ -12,7 +12,7 @@
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -65,7 +65,7 @@ donation til projektet</a></li>
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a href="index.html.nl">[Nederlands]</a>
 <a href="index.html.pt">[Português]</a> <a
diff --git a/www/index.html.de b/www/index.html.de
index 924b364..47d2e4e 100644
--- a/www/index.html.de
+++ b/www/index.html.de
@@ -12,7 +12,7 @@
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -65,7 +65,7 @@ das Projekt</a></li>
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a href="index.html.nl">[Nederlands]</a>
 <a href="index.html.pt">[Português]</a> <a
diff --git a/www/index.html.en b/www/index.html.en
index d4c2ce5..d375b3c 100644
--- a/www/index.html.en
+++ b/www/index.html.en
@@ -12,7 +12,7 @@
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -65,7 +65,7 @@
       <a href="index.html.da">[dansk]</a>
       <a href="index.html.de">[Deutsch]</a>
       <a href="index.html.en">[English]</a>
-      <a href="index.html.es">[español]</a>
+      <a href="index.html.es_ES">[español]</a>
       <a href="index.html.fr">[français]</a>
       <a href="index.html.id">[Indonesia]</a>
       <a href="index.html.it">[Italiano]</a>
diff --git a/www/index.html.es b/www/index.html.es_ES
similarity index 96%
rename from www/index.html.es
rename to www/index.html.es_ES
index 012195e..5fc4ed1 100644
--- a/www/index.html.es
+++ b/www/index.html.es_ES
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
-<html xmlns="http://www.w3.org/1999/xhtml" lang="es">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="es-ES">
   <head>
     <title>Bienvenido a «www»: Página de información para la
 instalación de Debian Edu</title>
@@ -13,7 +13,7 @@ instalación de Debian Edu</title>
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -68,7 +68,7 @@ para el proyecto</a></li>
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a>
 <a href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a>
-<a href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a>
+<a href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a>
 <a href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a href="index.html.nl">[Nederlands]</a>
 <a href="index.html.pt">[Português]</a> <a href="index.html.pt_BR">[Português do Brasil]</a>
diff --git a/www/index.html.fr b/www/index.html.fr
index c14a6d4..a61d75a 100644
--- a/www/index.html.fr
+++ b/www/index.html.fr
@@ -12,7 +12,7 @@
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -66,7 +66,7 @@ projet</a></li>
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a href="index.html.nl">[Nederlands]</a>
 <a href="index.html.pt">[Português]</a> <a
diff --git a/www/index.html.id b/www/index.html.id
index 3ff6c07..a67390f 100644
--- a/www/index.html.id
+++ b/www/index.html.id
@@ -12,7 +12,7 @@
     <link rel="alternate" title="Jerman" href="index.html.de"/>
     <link rel="alternate" title="perancis" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="spanyol" href="index.html.es"/>
+    <link rel="alternate" title="spanyol" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italia" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -65,7 +65,7 @@ ke proyek	</a></li>
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a href="index.html.nl">[Nederlands]</a>
 <a href="index.html.pt">[Português]</a> <a
diff --git a/www/index.html.it b/www/index.html.it
index 22ca228..21691bd 100644
--- a/www/index.html.it
+++ b/www/index.html.it
@@ -13,7 +13,7 @@ debian-edu</title>
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -67,7 +67,7 @@ progetto</a></li>
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a href="index.html.nl">[Nederlands]</a>
 <a href="index.html.pt">[Português]</a> <a
diff --git a/www/index.html.ja b/www/index.html.ja
index 6654d8b..9c8a2b8 100644
--- a/www/index.html.ja
+++ b/www/index.html.ja
@@ -12,7 +12,7 @@
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -65,7 +65,7 @@ href="http://www.linuxiskolen.no/slxdebianlabs/donations.html">プロジェク
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a href="index.html.nl">[Nederlands]</a>
 <a href="index.html.pt">[Português]</a> <a
diff --git a/www/index.html.nl b/www/index.html.nl
index 60af3bf..57a05f3 100644
--- a/www/index.html.nl
+++ b/www/index.html.nl
@@ -12,7 +12,7 @@
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -65,7 +65,7 @@ donatie aan het project</a></li>
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a href="index.html.nl">[Nederlands]</a>
 <a href="index.html.pt">[Português]</a> <a
diff --git a/www/index.html.no_NB b/www/index.html.no_NB
index 9f4fe2c..cf8213c 100644
--- a/www/index.html.no_NB
+++ b/www/index.html.no_NB
@@ -13,7 +13,7 @@ Skolelinux-installasjon</title>
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -66,7 +66,7 @@ prosjektet</a></li>
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a
 href="index.html.nl">[Nederlands]</a> <a
diff --git a/www/index.html.pt b/www/index.html.pt
index 91dc597..2482f01 100644
--- a/www/index.html.pt
+++ b/www/index.html.pt
@@ -13,7 +13,7 @@ Debian-Edu</title>
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -66,7 +66,7 @@ projecto</a></li>
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a href="index.html.nl">[Nederlands]</a>
 <a href="index.html.pt">[Português]</a> <a
diff --git a/www/index.html.pt_BR b/www/index.html.pt_BR
index 9fcfb20..a9b5f15 100644
--- a/www/index.html.pt_BR
+++ b/www/index.html.pt_BR
@@ -13,7 +13,7 @@ debian-edu</title>
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -67,7 +67,7 @@ para o projeto</a></li>
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a
 href="index.html.nl">[Nederlands]</a> <a
diff --git a/www/index.html.ro b/www/index.html.ro
index 8c4abe0..b070d7c 100644
--- a/www/index.html.ro
+++ b/www/index.html.ro
@@ -12,7 +12,7 @@
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -66,7 +66,7 @@ pentru proiect</a></li>
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a href="index.html.nl">[Nederlands]</a>
 <a href="index.html.pt">[Português]</a> <a
diff --git a/www/index.html.ru b/www/index.html.ru
index 92261b4..6a69aa6 100644
--- a/www/index.html.ru
+++ b/www/index.html.ru
@@ -13,7 +13,7 @@ Debian Edu</title>
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -67,7 +67,7 @@ href="http://www.linuxiskolen.no/slxdebianlabs/donations.html">Пожертво
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a href="index.html.nl">[Nederlands]</a>
 <a href="index.html.pt">[Português]</a> <a
diff --git a/www/index.html.zh b/www/index.html.zh
index 4508728..075fa16 100644
--- a/www/index.html.zh
+++ b/www/index.html.zh
@@ -12,7 +12,7 @@
     <link rel="alternate" title="Deutsch" href="index.html.de"/>
     <link rel="alternate" title="français" href="index.html.fr"/>
     <link rel="alternate" title="català" href="index.html.ca"/>
-    <link rel="alternate" title="español" href="index.html.es"/>
+    <link rel="alternate" title="español" href="index.html.es_ES"/>
     <link rel="alternate" title="Indonesia" href="index.html.id"/>
     <link rel="alternate" title="Italiano" href="index.html.it"/>
     <link rel="alternate" title="日本語" href="index.html.ja"/>
@@ -65,7 +65,7 @@ href="http://www.linuxiskolen.no/slxdebianlabs/donations.html">愛心捐助這
       <!-- Note to translators: these strings should not be translated -->
 <a href="index.html.ca">[català]</a> <a href="index.html.da">[dansk]</a> <a
 href="index.html.de">[Deutsch]</a> <a href="index.html.en">[English]</a> <a
-href="index.html.es">[español]</a> <a href="index.html.fr">[français]</a> <a
+href="index.html.es_ES">[español]</a> <a href="index.html.fr">[français]</a> <a
 href="index.html.id">[Indonesia]</a> <a href="index.html.it">[Italiano]</a>
 <a href="index.html.no_NB">[norsk]</a> <a href="index.html.nl">[Nederlands]</a>
 <a href="index.html.pt">[Português]</a> <a
diff --git a/www/index.pot b/www/index.pot
index 44ea764..5047c5a 100644
--- a/www/index.pot
+++ b/www/index.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2017-11-29 22:28+0100\n"
+"POT-Creation-Date: 2017-12-18 13:27+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -199,8 +199,9 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a "
-"href=\"index.html.en\">[English]</a> <a href=\"index.html.es\">[español]</a> "
-"<a href=\"index.html.fr\">[français]</a> <a "
+"href=\"index.html.en\">[English]</a> <a "
+"href=\"index.html.es_ES\">[español]</a> <a "
+"href=\"index.html.fr\">[français]</a> <a "
 "href=\"index.html.id\">[Indonesia]</a> <a "
 "href=\"index.html.it\">[Italiano]</a> <a "
 "href=\"index.html.no_NB\">[norsk]</a> <a "
diff --git a/www/it.po b/www/it.po
index 57eb3d6..6504a36 100644
--- a/www/it.po
+++ b/www/it.po
@@ -235,7 +235,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -245,7 +245,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/ja.po b/www/ja.po
index 80d65a3..50ddd96 100644
--- a/www/ja.po
+++ b/www/ja.po
@@ -202,7 +202,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -212,7 +212,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/nl.po b/www/nl.po
index 5bdb922..6c096e0 100644
--- a/www/nl.po
+++ b/www/nl.po
@@ -232,7 +232,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -242,7 +242,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/no_NB.po b/www/no_NB.po
index 9918433..d8e9677 100644
--- a/www/no_NB.po
+++ b/www/no_NB.po
@@ -234,7 +234,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -244,7 +244,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/pt.po b/www/pt.po
index 09cad62..ff685bd 100644
--- a/www/pt.po
+++ b/www/pt.po
@@ -237,7 +237,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -247,7 +247,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/pt_BR.po b/www/pt_BR.po
index 4e0dfdf..32b7f98 100644
--- a/www/pt_BR.po
+++ b/www/pt_BR.po
@@ -242,7 +242,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -252,7 +252,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/ro.po b/www/ro.po
index f8e84e6..36527aa 100644
--- a/www/ro.po
+++ b/www/ro.po
@@ -210,7 +210,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -220,7 +220,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/ru.po b/www/ru.po
index f0b3db9..1a5e31a 100644
--- a/www/ru.po
+++ b/www/ru.po
@@ -237,7 +237,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -247,7 +247,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
diff --git a/www/zh.po b/www/zh.po
index 5e195df..ee8e06f 100644
--- a/www/zh.po
+++ b/www/zh.po
@@ -229,7 +229,7 @@ msgstr ""
 msgid ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "
@@ -239,7 +239,7 @@ msgid ""
 msgstr ""
 "<a href=\"index.html.ca\">[català]</a> <a href=\"index.html.da\">[dansk]</a> "
 "<a href=\"index.html.de\">[Deutsch]</a> <a href=\"index.html.en\">[English]</"
-"a> <a href=\"index.html.es\">[español]</a> <a href=\"index.html.fr"
+"a> <a href=\"index.html.es_ES\">[español]</a> <a href=\"index.html.fr"
 "\">[français]</a> <a href=\"index.html.id\">[Indonesia]</a> <a href=\"index."
 "html.it\">[Italiano]</a> <a href=\"index.html.no_NB\">[norsk]</a> <a href="
 "\"index.html.nl\">[Nederlands]</a> <a href=\"index.html.pt\">[Português]</a> "

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list