1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/languages/messages/MessagesZh_cn.php

32 lines
848 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/** Chinese (China) (‪中文(中国大陆))
*
* See MessagesQqq.php for message documentation incl. usage of parameters
* To improve a translation please visit http://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Liangent
* @author PhiLiP
* @author Shizhao
* @author Wong128hk
* @author Xiaomingyan
*/
# Inherit everything for now
$fallback = 'zh-hans';
$messages = array(
# User preference toggles
'tog-norollbackdiff' => '进行回退后略过差异比较',
'mytalk' => '我的讨论页',
# All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
'portal' => '社区专页',
# Edit pages
'editing' => '正在编辑 $1',
);