aboutsummaryrefslogtreecommitdiffstats
path: root/finnish/News
diff options
context:
space:
mode:
authorFrancesca Ciceri <madamezou-guest>2011-03-08 23:57:21 +0000
committerFrancesca Ciceri <madamezou-guest>2011-03-08 23:57:21 +0000
commit40338f328eaaf00b257b1486f2cb3e437e5da2f0 (patch)
treefb43f246ed17cbd63c02b76d7a883f131d0e15f0 /finnish/News
parent4cec3d346c524c98a822578d0e9065b14bc6b7af (diff)
modified the past news list in a flat, comma separated one
CVS version numbers bulgarian/News/index.wml: 1.12 -> 1.13 catalan/News/index.wml: 1.8 -> 1.9 croatian/News/index.wml: 1.23 -> 1.24 czech/News/index.wml: 1.6 -> 1.7 danish/News/index.wml: 1.15 -> 1.16 dutch/News/index.wml: 1.17 -> 1.18 english/News/index.wml: 1.30 -> 1.31 finnish/News/index.wml: 1.24 -> 1.25 french/News/index.wml: 1.24 -> 1.25 german/News/index.wml: 1.26 -> 1.27 hungarian/News/index.wml: 1.11 -> 1.12 indonesian/News/index.wml: 1.8 -> 1.9 italian/News/index.wml: 1.20 -> 1.21 norwegian/News/index.wml: 1.22 -> 1.23 polish/News/index.wml: 1.12 -> 1.13 portuguese/News/index.wml: 1.14 -> 1.15 romanian/News/index.wml: 1.31 -> 1.32 russian/News/index.wml: 1.20 -> 1.21 spanish/News/index.wml: 1.13 -> 1.14 swedish/News/index.wml: 1.28 -> 1.29 turkish/News/index.wml: 1.14 -> 1.15 ukrainian/News/index.wml: 1.4 -> 1.5
Diffstat (limited to 'finnish/News')
-rw-r--r--finnish/News/index.wml12
1 files changed, 5 insertions, 7 deletions
diff --git a/finnish/News/index.wml b/finnish/News/index.wml
index e807ebbe263..aa67aebd09e 100644
--- a/finnish/News/index.wml
+++ b/finnish/News/index.wml
@@ -1,6 +1,6 @@
#use wml::debian::template title="Tuoreimmat uutiset" NOHEADER="true"
#use wml::debian::recent_list
-#use wml::debian::translation-check translation="1.30"
+#use wml::debian::translation-check translation="1.31"
<h1><a href="$(CUR_YEAR)/">Tuoreimmat uutiset</a></h1>
@@ -26,17 +26,15 @@ sähköposti on parempi kuin puhelinsoitot.</p>
löytyy <a href="project/">Debianin projektikatsauksesta</a>.</p>
# don't wonder if there's no "project" folder; in fact it's just a symlink
# wo the weekly-folder
-<p>Aiempien vuosien uutisotsikot ovat seuraavilla sivuilla:</p>
+<p>Aiempien vuosien uutisotsikot ovat seuraavilla sivuilla:
-<ul>
-<:
- for ($year = $(CUR_YEAR) - 1; $year >= 1997; $year --)
+ for ($year = $(CUR_YEAR) - 1; $year > 1997; $year --)
{
- print qq' <li>Menneet uutiset vuodelta <a href="$year/">$year</a>\n'
+ print qq'<a href="$year/">$year</a>,\n'
if -d "$(ENGLISHDIR)/News/$year";
}
:>
-</ul>
+ja <a href="1997/">1997</a>.</p>
<hrline>

© 2014-2024 Faster IT GmbH | imprint | privacy policy