mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,13 +5,12 @@ 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"] = "发送测试电子邮件时发生错误";
|
||||
$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