Created
January 10, 2015 02:15
-
-
Save zhaofengli/514219d7768ea3d273a2 to your computer and use it in GitHub Desktop.
Reflinks Intuition messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Interface messages for Reflinks. | |
* | |
* @toolowner Zhaofeng Li | |
*/ | |
$url = '//tools.wmflabs.org/fengtools/reflinks/'; | |
$messages = array(); | |
/** | |
* English | |
* @author Zhaofeng Li | |
*/ | |
$messages['en'] = array( | |
'appname' => 'Reflinks', | |
'tagline' => 'Expand bare references with ease', | |
// Headings | |
'heading-fetchfromwiki' => 'Fetch content from a Wiki', | |
'heading-rawwikitext' => 'Enter Wiki markup', | |
'heading-options' => 'Options', | |
'heading-citegen' => 'Generate a reference', | |
'heading-result' => 'Result', | |
'heading-newwikitext' => 'New Wiki markup', | |
// Input placeholders | |
'placeholder-pagename' => 'Page name', | |
// Labels | |
'label-fixpage' => 'Fix page', | |
'label-fixwikitext' => 'Fix wikitext', | |
'label-toggleadv' => 'Toggle advanced input', | |
'label-manual' => 'Manual', | |
'label-sourcecode' => 'Source', | |
'label-acknowledgements' => 'Acknowledgements', | |
'label-reportbugs' => 'Report bugs', | |
'label-switchlang' => 'Languages', | |
// Misc. | |
'comingsoon' => 'Coming soon', | |
'responsibility' => 'You are responsible for every edit you make.', | |
'pleasedoublecheck' => 'Please double-check the edit before saving!', | |
); | |
$messages['zh'] = array( | |
'appname' => '来源扩充', | |
'tagline' => '轻松填充裸露来源链接', | |
// 题头 | |
'heading-fetchfromwiki' => '从维基获取页面', | |
'heading-rawwikitext' => '输入维基代码', | |
'heading-options' => '选项', | |
'heading-citegen' => '生成来源', | |
'heading-result' => '结果', | |
'heading-newwikitext' => '新维基代码', | |
// 输入提示 | |
'placeholder-pagename' => '页面名称', | |
// 标签 | |
'label-fixpage' => '修复页面', | |
'label-fixwikitext' => '修复维基代码', | |
'label-toggleadv' => '显示高级选项', | |
'label-manual' => '帮助', | |
'label-sourcecode' => '源代码', | |
'label-acknowledgements' => '致谢', | |
'label-reportbugs' => '报告错误', | |
'label-switchlang' => '切换语言', | |
// 其他 | |
'comingsoon' => '敬请期待', | |
'responsibility' => '你对自己作出的每一个编辑负责。', | |
'pleasedoublecheck' => '请在保存前再三检查!', | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for working on i18n of reflinks!
You need a qqq locale containing message documentation. https://translatewiki.net/wiki/Translating:Localisation_for_developers#Message_documentation
Also, "Wiki" should be "wiki".