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

CVS webwml/dutch/releases/sarge



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

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/sarge/index.wml	2008/05/16 11:28:59	1.27
+++ /cvsroot/webwml/webwml/dutch/releases/sarge/index.wml	2011/01/08 22:15:12	1.28
@@ -1,10 +1,11 @@
 #use wml::debian::template title="Debian &ldquo;sarge&rdquo; Release Informatie"
 #include "$(ENGLISHDIR)/releases/info"
 #include "$(ENGLISHDIR)/releases/sarge/release.data"
-#use wml::debian::translation-check translation="1.30"
+#include "$(ENGLISHDIR)/releases/arches.data"
+#use wml::debian::translation-check translation="1.31"
 
-# Last Translation Update by $Author: fjp $
-# Last Translation Update at $Date: 2008/05/16 11:28:59 $
+# Last Translation Update by $Author: taffit-guest $
+# Last Translation Update at $Date: 2011/01/08 22:15:12 $
 
 <p>Debian GNU/Linux 3.1 (ofwel <em>Sarge</em>) is
 uitgebracht op 6 juni 2005. De nieuwe release bevat ingrijpende
@@ -27,7 +28,7 @@
 
 <ul>
 <:
-foreach $arch (sort keys %arches) {
+foreach $arch (@arches) {
 	print "<li><a href=\"$(HOME)/ports/$arch/\">$arches{$arch}</a>\n";
 }
 :>
--- /cvsroot/webwml/webwml/dutch/releases/sarge/installmanual.wml	2007/01/20 00:00:50	1.3
+++ /cvsroot/webwml/webwml/dutch/releases/sarge/installmanual.wml	2011/01/08 22:15:12	1.4
@@ -1,10 +1,11 @@
 #use wml::debian::template title="Debian GNU/Linux 3.1 -- Installatiehandleiding" BARETITLE=true
 #use wml::debian::release
 #include "$(ENGLISHDIR)/releases/sarge/release.data"
-#use wml::debian::translation-check translation="1.4"
+#include "$(ENGLISHDIR)/releases/arches.data"
+#use wml::debian::translation-check translation="1.5"
 
-# Last Translation Update by $Author: fjp $
-# Last Translation Update at $Date: 2007/01/20 00:00:50 $
+# Last Translation Update by $Author: taffit-guest $
+# Last Translation Update at $Date: 2011/01/08 22:15:12 $
 
 <p>Er zijn installatie-instructies en downloadbare bestanden beschikbaar voor
 elk van de ondersteunde architecturen:</p>
@@ -27,7 +28,7 @@
   <th align="left"><strong>Taal</strong></th>
 </tr>
 <: &permute_as_matrix_new( file => 'install', langs => \%langsinstall,
-			   formats => \%formats, arches => \%arches,
+			   formats => \%formats, arches => \@arches,
 			   html_file => 'index', namingscheme => sub {
 			   "$_[0].$_[2].$_[1]" } ); :>
 </table>
--- /cvsroot/webwml/webwml/dutch/releases/sarge/releasenotes.wml	2007/04/08 19:42:28	1.9
+++ /cvsroot/webwml/webwml/dutch/releases/sarge/releasenotes.wml	2011/01/08 22:15:12	1.10
@@ -1,10 +1,11 @@
 #use wml::debian::template title="Debian GNU/Linux 3.1 -- Release Notities" BARETITLE=true
 #use wml::debian::release
 #include "$(ENGLISHDIR)/releases/sarge/release.data"
-#use wml::debian::translation-check translation="1.5"
+#include "$(ENGLISHDIR)/releases/arches.data"
+#use wml::debian::translation-check translation="1.6"
 
-# Last Translation Update by $Author: fjp $
-# Last Translation Update at $Date: 2007/04/08 19:42:28 $
+# Last Translation Update by $Author: taffit-guest $
+# Last Translation Update at $Date: 2011/01/08 22:15:12 $
 
 <p>Om te weten wat nieuw is in Debian 3.1, zie de Release Notities voor uw 
 architectuur:</p>
@@ -30,7 +31,7 @@
   <th align="left"><strong>Taal</strong></th>
 </tr>
 <: &permute_as_matrix_new( file => 'release-notes', langs => \%langsrelnotes,
-                           formats => \%formats, arches => \%arches,
+                           formats => \%formats, arches => \@arches,
                            html_file => 'release-notes/index' ); :>
 </table>
 </div>


Reply to: