]> git.mxchange.org Git - friendica-addons.git/blob - securemail/lang/zh-cn/strings.php
[various] Add rel="noopener noreferrer" to all target="_blank" links
[friendica-addons.git] / securemail / lang / zh-cn / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_zh_cn")) {
4 function string_plural_select_zh_cn($n){
5         return 0;;
6 }}
7 ;
8 $a->strings["\"Secure Mail\" Settings"] = "“加密邮件”设置";
9 $a->strings["Save Settings"] = "保存设置";
10 $a->strings["Save and send test"] = "保存并发送测试";
11 $a->strings["Enable Secure Mail"] = "启用加密邮件";
12 $a->strings["Public key"] = "公钥";
13 $a->strings["Your public PGP key, ascii armored format"] = "您的 PGP 公钥,使用 ASCII 码格式";
14 $a->strings["Secure Mail Settings saved."] = "加密邮件设置已保存。";
15 $a->strings["Test email sent"] = "测试邮件发送";
16 $a->strings["There was an error sending the test email"] = "发送测试电子邮件时发生错误";