This page is only for testing page translation feature.
<languages />
<languages/>
<translate>
== Documentation == <!--T:1-->
Page translation feature allows controlled translation of wiki pages into other languages. In other words the content of each translation should be about equal to the source page. The source page is split into sections or paragraphs, each of which are translated individually. Also changes are tracked in the paragraph level. These paragraphs are translated using [[Special:Translate]], which provides the common features known from message translation: display of translations in other languages, message documentation. This page is also accessible from [[Special:PageTranslation]] or [[Special:LanguageStats]]. A new feature currently unique to the page translation is a difference display of changed messages.
<!--T:2-->
__NOTOC__
A translation page is constructed automatically form translated paragraphs, using the source page as model. Each translation page is assigned a completion percentage, which is calculated from the translated paragraphs, and decreased if those translations are out of date. Outdated translations are also highlighted.
[[Image:KDE-is-ours.png|left|256px|KDE is ours, courtesy of Wade Olson]] KDE已经不单单是个软件. 它是一个由全世界的编程人员,翻译人员,贡献人员,艺术家,作者,经销商和使用者所组成的'''社区'''。我们的国际化技术团队致力于创造最好的桌面自由软件。同时不但是贡献人员,KDE软件的使用者和fans们同样遍布全球,他们帮助其他使用者,传播新闻消息,或仅仅只是享受体验。
''(Image courtesy of [http://wadejolson.wordpress.com/ Wade Olson])''
==Images in paragraphs == <!--T:5-->
==一个崭新,耀眼的工作空间==
<!--T:6-->
[[Image:Plasma-kickoff.jpg|right|160px]]
I want to investigate how images can be places in the middle of paragraphs without causing the imfamous shortening of the first line after the image:
[[Image:Kde440-desktop.jpg|400px|center]]
Here we just have the image code between two lines of text with no blank lines in between. This should keep the whole paragraph in one translation unit but look exceedingly ugly! The code for this image was <nowiki>[[Image:Kde440-desktop.jpg|400px|center]]</nowiki>.
It doesn't look ugly, though. Can anyone explain why? Perhaps it has to do with the options used.
[[Image:Kde440-desktop.jpg|thumb|400px]]
This time I used the 'thumb' option. How does that look? Is the line shortened now? Yes it is, so it would appear, that the problem is caused by the 'thumb' option. The code for this image was <nowiki>[[Image:Kde440-desktop.jpg|thumb|400px]]</nowiki>.
I'll just make one more paragraph to see what happens if no options at all are given (other than size):
[[Image:Kde440-desktop.jpg|400px]]
This doesn't look right, either. Even if the image is wide enough to fill the whole line (and so avoid text aligned with the bottom of the image) there is still the problem with to little vertical spacing between text and image. The code for this image was <nowiki>[[Image:Kde440-desktop.jpg|400px]]</nowiki>.
<!--T:9-->
KDE 提供各种各样的程序满足任何使用者的需求,从简单但强大的文本编辑器,到震撼的音频和视频播放器,到 最尖端的集成开发环境。加上KDE程序遵循整个桌面一致的观感,当你使用任何KDE程序时都给于你舒适和熟悉的体验。每六个月,会发布一个包含大量应用程序的新的升级版本 - 那被称作 '''软件集(Software Compilation,SC)'''。但某些其他程序不会同时更新,它们单独发布新版本。
Can we conclude, that future guidlines for writers should specify, that images appearing in between text sections should never have the 'thumb' option selected? It seems that this would be a good idea. It also seems, that if the image appears in the middle of a paragraph it should have the 'center' option selected.
== Smileys == <!--T:10-->
KDE软件有几个其他的特性使得它成为一流的工作环境,比如:
<!--T:11-->
:* 一个漂亮,现代的桌面
The standard smiley image is too large. It pushes lines apart, which doesn't look good. It should be made smaller. I'll try to find the proper size [[Image:Face-smile.png]]. This it how it looks when nothing is done. On my display it is far too big. If I specify a size of 11px, this is how it looks: [[Image:Face-smile.png|11px]]. Much better, now the size of the smiley is about the same as a capital letter (it would look even better if it could be lowered 1 or 2px). It could be larger without pushing lines apart - here is a 15px sized smiley [[Image:Face-smile.png|15px]] (actually I believe this line has been lowered just a bit, but maybe not too much?
Of course it would be better to use a template so that writers would not need to worry about these details {{Smiley}}. The template [[Template:Smiley]] is just a simple code snippet. Perhaps it can be expanded to allow for different browser settings of font size, if that information could be captured inside a template.
== Splitting bulleted lists in two translation units ==<!--T:13-->