forked from friendica/friendica-addons
19 lines
1.5 KiB
PHP
19 lines
1.5 KiB
PHP
<?php
|
||
|
||
$a->strings["Impressum"] = "Impressum(法定的出版信息)";
|
||
$a->strings["Site Owner"] = "网站主";
|
||
$a->strings["Email Address"] = "电子邮件地址";
|
||
$a->strings["Postal Address"] = "邮政邮件地址";
|
||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Impressum插件必须被设置!<br />请加至少<tt>owner</tt>变量在您的设置文件。关于别的变量请指插件的README文件。";
|
||
$a->strings["Settings updated."] = "设置跟新了";
|
||
$a->strings["Submit"] = "提交";
|
||
$a->strings["The page operators name."] = "也运作员名。";
|
||
$a->strings["Site Owners Profile"] = "网站主的简介";
|
||
$a->strings["Profile address of the operator."] = "运作员的简介地址。";
|
||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "怎么用邮政跟运作员联系。您会用BBCode。";
|
||
$a->strings["Notes"] = "便条";
|
||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "附加的便条表示在联系消息下。您会用BBCode。";
|
||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "怎么用电子邮件跟运作员联系。(将使混乱的表示)";
|
||
$a->strings["Footer note"] = "页脚便条";
|
||
$a->strings["Text for the footer. You can use BBCode here."] = "页脚征文。您会用BBCode。";
|