forked from friendica/deprecated-addons
17 lines
832 B
PHP
17 lines
832 B
PHP
<?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"] = "保存设置";
|