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

CVS webwml/dutch/releases/squeeze



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

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/squeeze/index.wml	2011/01/05 17:21:01	1.8
+++ /cvsroot/webwml/webwml/dutch/releases/squeeze/index.wml	2011/01/08 22:15:15	1.9
@@ -1,10 +1,11 @@
 #use wml::debian::template title="Debian &ldquo;squeeze&rdquo; Release Informatie"
-#use wml::debian::translation-check translation="1.9"
+#use wml::debian::translation-check translation="1.10"
 #include "$(ENGLISHDIR)/releases/info"
+#include "$(ENGLISHDIR)/releases/arches.data"
 #include "$(ENGLISHDIR)/releases/squeeze/release.data"
 
 # Last Translation Update by $Author: taffit-guest $
-# Last Translation Update at $Date: 2011/01/05 17:21:01 $
+# Last Translation Update at $Date: 2011/01/08 22:15:15 $
 
 <if-stable-release release="squeeze">
 
@@ -24,7 +25,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/squeeze/installmanual.wml	2009/07/29 15:41:33	1.2
+++ /cvsroot/webwml/webwml/dutch/releases/squeeze/installmanual.wml	2011/01/08 22:15:15	1.3
@@ -1,11 +1,12 @@
 #use wml::debian::template title="Debian GNU/Linux squeeze -- Installatiehandleiding" BARETITLE=true
 #use wml::debian::release
 #include "$(ENGLISHDIR)/releases/info"
+#include "$(ENGLISHDIR)/releases/arches.data"
 #include "$(ENGLISHDIR)/releases/squeeze/release.data"
-#use wml::debian::translation-check translation="1.1"
+#use wml::debian::translation-check translation="1.2"
 
-# Last Translation Update by $Author: fjp $
-# Last Translation Update at $Date: 2009/07/29 15:41:33 $
+# Last Translation Update by $Author: taffit-guest $
+# Last Translation Update at $Date: 2011/01/08 22:15:15 $
 
 <if-stable-release release="lenny">
 <p>Dit is een <strong>beta versie</strong> van de Installatiehandleiding voor
@@ -39,7 +40,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/squeeze/releasenotes.wml	2009/04/06 05:04:29	1.2
+++ /cvsroot/webwml/webwml/dutch/releases/squeeze/releasenotes.wml	2011/01/08 22:15:16	1.3
@@ -1,11 +1,12 @@
 #use wml::debian::template title="Debian GNU/Linux 6.0 -- Release Notities" BARETITLE=true
 #use wml::debian::release
 #include "$(ENGLISHDIR)/releases/info"
+#include "$(ENGLISHDIR)/releases/arches.data"
 #include "$(ENGLISHDIR)/releases/squeeze/release.data"
-#use wml::debian::translation-check translation="1.2"
+#use wml::debian::translation-check translation="1.3"
 
-# Last Translation Update by $Author: fjp $
-# Last Translation Update at $Date: 2009/04/06 05:04:29 $
+# Last Translation Update by $Author: taffit-guest $
+# Last Translation Update at $Date: 2011/01/08 22:15:16 $
 
 <if-stable-release release="lenny">
 <p>Deze versie van de Release Notities voor de nog niet vrijgegeven release Debian
@@ -38,7 +39,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: