aboutsummaryrefslogtreecommitdiffstats
path: root/turkish/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 /turkish/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 'turkish/News')
-rw-r--r--turkish/News/index.wml11
1 files changed, 5 insertions, 6 deletions
diff --git a/turkish/News/index.wml b/turkish/News/index.wml
index 9c62f49b2c3..413a36d8368 100644
--- a/turkish/News/index.wml
+++ b/turkish/News/index.wml
@@ -1,7 +1,7 @@
#use wml::debian::template title="Güncel Haberler" NOHEADER="true"
#use wml::debian::recent_list
# $Id$
-#use wml::debian::translation-check translation="1.30" maintainer="Onur Aslan"
+#use wml::debian::translation-check translation="1.31" maintainer="Onur Aslan"
<h1><a href="$(CUR_YEAR)/">Güncel Haberler</a></h1>
@@ -26,17 +26,16 @@ telefon aramalarından önce bildiriniz.</p>
geliştirme süreci, <a href="project/">Debian Projesi Haberleri</a> sayfasında
yer alabilir.</p>
-<p>Geçmiş yıllara ait haberler aşağıdaki sayfalarda bulunabilinir:</p>
+<p>Geçmiş yıllara ait haberler aşağıdaki sayfalarda bulunabilinir:
-<ul>
<:
- for ($year = $(CUR_YEAR) - 1; $year >= 1997; $year --)
+ for ($year = $(CUR_YEAR) - 1; $year > 1997; $year --)
{
- print qq' <li><a href="$year/">$year</a> yılından buyana geçmiş haberler\n'
+ print qq'<a href="$year/">$year</a>,\n'
if -d "$(ENGLISHDIR)/News/$year";
}
:>
-</ul>
+ve <a href="1997/">1997</a>.</p>
<hrline>

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