Roger Dingledine commited on 2007-10-24 16:16:23
Zeige 15 geänderte Dateien mit 15 Einfügungen und 4 Löschungen.
... | ... |
@@ -2,6 +2,7 @@ |
2 | 2 |
|
3 | 3 |
## translation metadata |
4 | 4 |
# Revision: $Revision$ |
5 |
+# Translation-Priority: 1-high |
|
5 | 6 |
|
6 | 7 |
<: |
7 | 8 |
my @navigation = ( |
... | ... |
@@ -9,10 +10,7 @@ |
9 | 10 |
'overview' , 'Overview', |
10 | 11 |
'download' , 'Download', |
11 | 12 |
'documentation' , 'Docs', |
12 |
-# 'support' , 'Support', |
|
13 |
-# 'faq' , 'FAQs', |
|
14 | 13 |
'volunteer' , 'Volunteer', |
15 |
-# 'developers' , 'Developers', |
|
16 | 14 |
'people' , 'People', |
17 | 15 |
'donate' , 'Donate!', |
18 | 16 |
); |
... | ... |
@@ -54,7 +54,7 @@ sub do_status($$) { |
54 | 54 |
print "<h1>$dir</h1>\n"; |
55 | 55 |
|
56 | 56 |
for my $priority (@priorities) { |
57 |
- print "<h2>$priority</h2>\n"; |
|
57 |
+ print "<h2>Translation priority: $priority</h2>\n"; |
|
58 | 58 |
print "<table border=1>\n"; |
59 | 59 |
print "<tr>\n"; |
60 | 60 |
print "<th>File</th>\n"; |