forked from friendica/deprecated-addons
Removed many deprecated addons
This commit is contained in:
parent
8ea198a97e
commit
1b7283c72b
247 changed files with 28554 additions and 0 deletions
16
cal/lang/zh-cn/strings.php
Normal file
16
cal/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_zh_cn")) {
|
||||
function string_plural_select_zh_cn($n){
|
||||
return 0;;
|
||||
}}
|
||||
;
|
||||
$a->strings["Event Export"] = "事件导出";
|
||||
$a->strings["You can download public events from: "] = "你可以从这里下载公开事件:";
|
||||
$a->strings["The user does not export the calendar."] = "这个用户没有导出日历。";
|
||||
$a->strings["This calendar format is not supported"] = "不支持这个日历格式";
|
||||
$a->strings["Export Events"] = "导出事件";
|
||||
$a->strings["If this is enabled, your public events will be available at"] = "如果这个被启用,你的公开事件会在";
|
||||
$a->strings["Currently supported formats are ical and csv."] = "当前支持的格式是 ical 和 csv.";
|
||||
$a->strings["Enable calendar export"] = "启用日历导出";
|
||||
$a->strings["Save Settings"] = "保存设置";
|
Loading…
Add table
Add a link
Reference in a new issue