Blame view
sources/apps/ownpad_lite/l10n/zh_CN.php
415 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<?php $TRANSLATIONS = array( "Document was shared" => "文档已分享", "User %s shared quick document %s with you." => "用户 %s 与您分享了便捷文档 %s。", "My pad" => "我的 Pad", "Settings" => "设置", "Pad Title" => "Pad 名称", "Open" => "打开", "Share with" => "分享之", "Share" => "分享", "Etherpad service URL" => "Etherpad 服务 URL", "Username" => "用户名", "Save" => "保存" ); |