16 lines
903 B
PHP
16 lines
903 B
PHP
|
<?php
|
||
|
|
||
|
if(! function_exists("string_plural_select_zh_cn")) {
|
||
|
function string_plural_select_zh_cn($n){
|
||
|
$n = intval($n);
|
||
|
return 0;;
|
||
|
}}
|
||
|
;
|
||
|
$a->strings["IFTTT Mirror"] = "IFTTT 镜像";
|
||
|
$a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "在<a href=\"http://www.ifttt.com\">IFTTT</a>创建一个帐户。创建三个与<a href=\"https://ifttt.com/maker\">Maker</a>(表格为“ if Facebook then Maker”)相关的 Facebook 菜谱,参数如下:";
|
||
|
$a->strings["Body for \"new status message\""] = "";
|
||
|
$a->strings["Body for \"new photo upload\""] = "";
|
||
|
$a->strings["Body for \"new link post\""] = "";
|
||
|
$a->strings["Generate new key"] = "生成新的密钥";
|
||
|
$a->strings["Save Settings"] = "保存设置";
|