mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
securemail translation by 朱陈锬
This commit is contained in:
parent
3f7685d8a8
commit
85f4be55ab
2 changed files with 71 additions and 0 deletions
16
securemail/lang/zh-cn/strings.php
Normal file
16
securemail/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_zh_cn")) {
|
||||
function string_plural_select_zh_cn($n){
|
||||
return 0;;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Secure Mail\" Settings"] = "“加密邮件”设置";
|
||||
$a->strings["Save Settings"] = "保存设置";
|
||||
$a->strings["Save and send test"] = "保存并发送测试";
|
||||
$a->strings["Enable Secure Mail"] = "启用加密邮件";
|
||||
$a->strings["Public key"] = "公钥";
|
||||
$a->strings["Your public PGP key, ascii armored format"] = "您的 PGP 公钥,使用 ASCII 码格式";
|
||||
$a->strings["Secure Mail Settings saved."] = "加密邮件设置已保存。";
|
||||
$a->strings["Test email sent"] = "测试邮件发送";
|
||||
$a->strings["There was an error sending the test email"] = "发送测试电子邮件时发生错误";
|
Loading…
Add table
Add a link
Reference in a new issue