mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
18
impressum/lang/zh-cn/strings.php
Normal file
18
impressum/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?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。";
|
Loading…
Add table
Add a link
Reference in a new issue