forked from friendica/friendica-addons
96c41e5623
update strings to contain addon
11 lines
460 B
PHP
11 lines
460 B
PHP
<?php
|
||
|
||
$a->strings["%d person likes this"] = "Array";
|
||
$a->strings["%d person doesn't like this"] = "Array";
|
||
$a->strings["Connect on Friendica!"] = "连接在Friendica!";
|
||
$a->strings["Generate new key"] = "造成新钥匙";
|
||
$a->strings["Widgets key"] = "小窗口钥匙";
|
||
$a->strings["Widgets available"] = "可用的小窗口";
|
||
$a->strings["Addon Settings"] = "插件设置";
|
||
$a->strings["Get added to this list!"] = "被在这个单子加入!";
|