Revision 3e104c25
Added by Leszek Koltunski over 5 years ago
| src/main/res/values-zh-rCN/strings.xml | ||
|---|---|---|
| 35 | 35 | <string name="downloading">正在下载……</string> | 
| 36 | 36 | <string name="submitting">正在提交……</string> | 
| 37 | 37 | <string name="privacy_policy">隐私政策</string> | 
| 38 |     <string name="privacy_policy_text">Please see and accept our <a href="https://distorted.org/redmine/projects/magic-cube/wiki/%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96">隐私政策</a></string>
 | |
| 39 |     <string name="accept">Accept</string>
 | |
| 40 |     <string name="decline">Decline</string>
 | |
| 38 |     <string name="privacy_policy_text">请参阅并接受我们的\n<a href="https://distorted.org/redmine/projects/magic-cube/wiki/%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96">隐私政策</a></string>
 | |
| 39 |     <string name="accept">接受</string>
 | |
| 40 |     <string name="decline">拒绝</string>
 | |
| 41 | 41 | <string name="credits1">此应用程式原始码开发使用Distorted图型库。根据<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">通用公共许可版本2</a>或者任何更新版本(根据您的选择)进行许可。</string> | 
| 42 | 42 | <string name="credits2">Pretty Patterns by Werner Randelshofer. 請看 <a href="http://www.randelshofer.ch">http://www.randelshofer.ch</a></string> | 
| 43 | 43 | <string name="credits3">下载代码,浏览教程,学习如何添加自己的图形效果,学习如何编写自己的专案,创造美丽图案,实现自己的求解器,或者报告错误:<a href="https://distorted.org/redmine/projects/magic-cube/wiki">Distorted.org</a> | 
| 44 | 44 | </string> | 
| 45 |     <string name="credits4">Please see our <a href="https://distorted.org/redmine/projects/magic-cube/wiki/%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96">隐私政策</a></string>
 | |
| 45 |     <string name="credits4">请参阅我们的<a href="https://distorted.org/redmine/projects/magic-cube/wiki/%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96">隐私政策</a></string>
 | |
| 46 | 46 |  | 
| 47 | 47 | <string name="solver_generic_error1">此对象和尺寸的求解器尚未实现!</string> | 
| 48 | 48 |  | 
Also available in: Unified diff
Display the 'Privacy Policy' dialog (only if locale is set to ZH - chinese requirement) (Part 2)