Blame view
sources/apps/imprint/l10n/zh_CN.php
710 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<?php $TRANSLATIONS = array( "Legal notice" => "法律声明", "Nothing here yet" => "这里还什么都没有", "The content of the legal notice has to be configured first" => "必须先配置法律通知等内容", "That configuration is done in the administration section." => "那个配置会在管理部分完成。", "That configuration has to be done by the system administration." => "那个配置必须在系统管理部分完成。", "Imprint" => "版本说明", "Placement" => "放置", "Standalone app" => "独立的应用程序", "Header left" => "页眉居左", "Header right" => "页眉居右", "Navigation top" => "导航置顶", "Navigation bottom" => "导航置底", "Content" => "内容" ); |