15 lines
526 B
PHP
15 lines
526 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_zh_cn")) {
|
|
function string_plural_select_zh_cn($n){
|
|
$n = intval($n);
|
|
return intval(0);
|
|
}}
|
|
;
|
|
$a->strings["IFTTT Mirror"] = "IFTTT 镜像";
|
|
$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"] = "保存设置";
|