aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/ctime.wml
diff options
context:
space:
mode:
authorAnthony Fok <foka>2002-10-23 20:34:59 +0000
committerAnthony Fok <foka>2002-10-23 20:34:59 +0000
commitca240b80983b22b2bf5c4c5b5f82e2d31e8d8d5b (patch)
treea0cad9a15a5bfece917eed88b5bae98d2447b96a /english/template/debian/ctime.wml
parent6a0619963723d41aa0f358152d9b0f218409d2fe (diff)
Updating the Chinese strings in the templates
CVS version numbers english/template/debian/common_translation.wml: 1.158 -> 1.159 english/template/debian/ctime.wml: 1.97 -> 1.98 english/template/debian/language_names.wml: 1.204 -> 1.205 english/template/debian/languages.wml: 1.110 -> 1.111 english/template/debian/links.tags.wml: 1.119 -> 1.120 english/template/debian/weeklynews/footer.wml: 1.69 -> 1.70
Diffstat (limited to 'english/template/debian/ctime.wml')
-rw-r--r--english/template/debian/ctime.wml5
1 files changed, 3 insertions, 2 deletions
diff --git a/english/template/debian/ctime.wml b/english/template/debian/ctime.wml
index 88148733c57..c19b7ed5d6f 100644
--- a/english/template/debian/ctime.wml
+++ b/english/template/debian/ctime.wml
@@ -160,7 +160,7 @@ use Time::Local;
ru => '"%s, %2d %s %s, %02d:%02d:%02d %s", $wday, $mday, $mon, 1900+$year, $hour, $min, $sec, "UTC"',
sv => '"%s %04d-%02d-%02d %02d.%02d.%02d %s", $wday, 1900+$year, $monnr+1, $mday, $hour, $min, $sec, "UTC"',
# tr => '"%s, %2d. %s %s., %02d:%02d:%02d %s", $wday, $mday, $mon, 1900+$year, $hour, $min, $sec, "UTC"',
- zh => '"%s 年 %s 月 %s 日 星期%s %02d:%02d:%02d %s", 1900+$year, $mon, $mday, $wday, $hour, $min, $sec, "UTC"',
+ zh => '"%s年%s月%s日 星期%s %02d:%02d:%02d %s", 1900+$year, $mon, $mday, $wday, $hour, $min, $sec, "UTC"',
);
# Date format (sprintf) for news items. If none is supplied, the standard
@@ -185,7 +185,7 @@ use Time::Local;
ro => '"%02d/%02d/%04d", $mday, $mon, $year',
ru => '"%02d.%02d.%04d", $mday, $mon, $year',
sv => '"%4d-%02d-%02d", $year, $mon, $mday',
- zh => '"%04d 年 %02d 月 %02d 日", $year, $mon, $mday',
+ zh => '"%04d/%02d/%02d", $year, $mon, $mday',
);
# Date format (sprintf) for "spoken" dates (such as the current release date).
@@ -211,6 +211,7 @@ use Time::Local;
pt => '"%d de %s de %d", $mday, $mon_str, $year',
ro => '"%d %s %d", $mday, $mon_str, $year',
sv => '"%d %s %d", $mday, $mon_str, $year',
+ zh => '"%04d年%02d月%02d日", $year, $mon, $mday',
);
# This function creates a last modification time stamp for the web pages.

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