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

CVS webwml/dutch/releases/woody



Update of /cvsroot/webwml/webwml/dutch/releases/woody
In directory alioth:/tmp/cvs-serv27428/dutch/releases/woody

Modified Files:
	index.wml installmanual.wml releasenotes.wml 
Log Message:
Take care of architecture sorting, make them translatable in the process <20110108102328.GA29610__5840.87296524576$1294482288$gmane$org@anguilla.debian.or.at>

--- /cvsroot/webwml/webwml/dutch/releases/woody/index.wml	2009/07/29 15:51:20	1.15
+++ /cvsroot/webwml/webwml/dutch/releases/woody/index.wml	2011/01/08 22:15:16	1.16
@@ -1,10 +1,11 @@
 #use wml::debian::template title="Debian GNU/Linux 3.0 &ldquo;woody&rdquo; Release Informatie" BARETITLE="true"
 #include "$(ENGLISHDIR)/releases/info"
 #include "$(ENGLISHDIR)/releases/woody/release.data"
-#use wml::debian::translation-check translation="1.31"
+#include "$(ENGLISHDIR)/releases/arches.data"
+#use wml::debian::translation-check translation="1.32"
 
-# Translation by:	$Author: fjp $
-# Translation date:	$Date: 2009/07/29 15:51:20 $
+# Translation by:	$Author: taffit-guest $
+# Translation date:	$Date: 2011/01/08 22:15:16 $
 
 <h2><a name="general">Algemene informatie</a></h2>
 
@@ -29,7 +30,7 @@
 
 <ul>
 <:
-foreach $arch (sort keys %arches) {
+foreach $arch (@arches) {
   if ($arch eq "mipsel") { # both MIPS ports have the same web page
     print "<li><a href=\"$(HOME)/ports/mips/\">$arches{$arch}</a>\n";
   } else {
--- /cvsroot/webwml/webwml/dutch/releases/woody/installmanual.wml	2005/10/22 13:06:59	1.5
+++ /cvsroot/webwml/webwml/dutch/releases/woody/installmanual.wml	2011/01/08 22:15:16	1.6
@@ -1,7 +1,8 @@
 #use wml::debian::template title="Debian GNU/Linux 3.0 -- Installatie Handleiding" BARETITLE=true
 #use wml::debian::release
 #include "$(ENGLISHDIR)/releases/woody/release.data"
-#use wml::debian::translation-check translation="1.7" 
+#include "$(ENGLISHDIR)/releases/arches.data"
+#use wml::debian::translation-check translation="1.8" 
 
 <p>Installatie instructies, samen met downloadbare files, zijn beschikbaar voor
 de volgende ondersteunde architecturen:<p>
--- /cvsroot/webwml/webwml/dutch/releases/woody/releasenotes.wml	2005/10/22 13:06:59	1.6
+++ /cvsroot/webwml/webwml/dutch/releases/woody/releasenotes.wml	2011/01/08 22:15:16	1.7
@@ -1,9 +1,10 @@
 #use wml::debian::template title="Debian GNU/Linux 3.0 -- Release Notes" BARETITLE=true
-#use wml::debian::translation-check translation="1.3"
+#use wml::debian::translation-check translation="1.4"
 #use wml::debian::release
+#include "$(ENGLISHDIR)/releases/arches.data"
 
-# Last Translation Update by: $Author: witch $
-# Last Translation Update at: $Date: 2005/10/22 13:06:59 $
+# Last Translation Update by: $Author: taffit-guest $
+# Last Translation Update at: $Date: 2011/01/08 22:15:16 $
 
 #include "$(ENGLISHDIR)/releases/woody/release.data"
 


Reply to: