friendica-addons/securemail/lang/zh-cn/strings.php

17 lines
755 B
PHP

<?php
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
return intval(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'] = '发送测试电子邮件时发生错误';