Module: website Branch: master Commit: 5054db446d69730e5290aee265bfd971ccb2f3e6 URL: http://source.winehq.org/git/website.git/?a=commit;h=5054db446d69730e5290aee...
Author: Jactry Zeng jactry92@gmail.com Date: Thu Jan 31 11:34:57 2013 +0800
Added Simplified Chinese translation
Hi folks, this is Simplified Chinese translation for Wine's website, it's my first patch, thanks Qian Hong, Aron Xu, Jeremy and Hin-Tak for review. I appreciate for any comment. :-)
-- Regards, Jactry Zeng
<html> <head>
<meta http-equiv="content-type" content="text/html; charset=GB2312"> </head> <body bgcolor="#FFFFFF" text="#000000"> Hi folks, <br> this is Simplified Chinese translation for Wine's website, it's my first patch, thanks Qian Hong, Aron Xu, Jeremy and Hin-Tak for review.<br> <meta charset="utf-8"> I appreciate for any comment. :-)<br> <br> <meta charset="utf-8"> <span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none;">--<br> Regards,<br> Jactry Zeng<br> </span> <meta charset="utf-8"> </body> </html>
From 55c688c3519eacf0a8506abfe645aa20ac21e11b Mon Sep 17 00:00:00 2001
From: Jactry Zeng jactry92@gmail.com Date: Thu, 31 Jan 2013 11:00:41 +0800 Subject: add Simplified Chinese translation for Wine's website To: wine-patches wine-patches@winehq.org Reply-To: wine-devel wine-devel@winehq.org
---
include/data.php | 6 +- templates/zh_CN/about.template | 46 ++++++++ templates/zh_CN/download.template | 199 +++++++++++++++++++++++++++++++++++ templates/zh_CN/global/404.template | 16 +++ templates/zh_CN/help.template | 97 +++++++++++++++++ templates/zh_CN/home.template | 90 ++++++++++++++++ templates/zh_CN/lang.template | 12 ++ templates/zh_CN/news.template | 16 +++ templates/zh_CN/search.template | 26 +++++ 9 files changed, 507 insertions(+), 1 deletions(-)
Diff: http://source.winehq.org/git/website.git/?a=commitdiff;h=5054db446d69730e529...