aboutsummaryrefslogtreecommitdiffstats
path: root/hungarian/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 /hungarian/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 'hungarian/News')
-rw-r--r--hungarian/News/index.wml22
1 files changed, 7 insertions, 15 deletions
diff --git a/hungarian/News/index.wml b/hungarian/News/index.wml
index aa4c0dc0dd8..8ae6acd5ab7 100644
--- a/hungarian/News/index.wml
+++ b/hungarian/News/index.wml
@@ -1,7 +1,7 @@
#use wml::debian::template title="A legfrissebb hírek" NOHEADER="true"
#use wml::debian::recent_list
##include 'recent_list.wml'
-#use wml::debian::translation-check translation="1.30"
+#use wml::debian::translation-check translation="1.31"
# <!-- Translated by Hajnalka Hegedűs <heha@inf.elte.hu> -->
# <!-- Updated by Szabolcs Siebenhofer <the7up@gmail.com> -->
@@ -31,24 +31,16 @@ kíváncsiak, a
# don't wonder if there's no "project" folder; in fact it's just a symlink wo the weekly-folder
<p>A korábbi évekből származó cikkek a következő oldalakon
-olvashatók:</p>
+olvashatók:
-<ul>
<:
- for ($year = $(CUR_YEAR) - 1; $year >= 2000; $year --)
+ for ($year = $(CUR_YEAR) - 1; $year > 1997; $year --)
{
- print qq' <li>A <a href="$year/">$year</a>. év hírei\n'
- if -d "$(ENGLISHDIR)/News/$year";
- }
+ print qq'<a href="$year/">$year</a>,\n'
+ if -d "$(ENGLISHDIR)/News/$year";
+ }
:>
-<:
- for ($year = 1999; $year >= 1997; $year --)
- {
- print qq' <li>Az <a href="$year/">$year</a>. év hírei\n'
- if -d "$(ENGLISHDIR)/News/$year";
- }
-:>
-</ul>
+és <a href="1997/">1997</a>.</p>
<hrline>

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