56 lines
3.3 KiB
XML
56 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2012-2016 The CyanogenMod Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<string name="on_permission_read_calendar">您拒绝了一项必需的权限。</string>
|
|
<string name="no_map">没有已安装的地图应用</string>
|
|
<string name="error_generating_ics">分享事件时出现问题</string>
|
|
<string name="share_label">分享</string>
|
|
<string name="preferences_alerts_custom_snooze_delay_title">询问延迟提醒时长</string>
|
|
<string name="preferences_alerts_custom_snooze_delay_summary_on">延迟提醒时询问持续时长</string>
|
|
<string name="preferences_alerts_custom_snooze_delay_summary_off">总是使用默认的延迟提醒时长</string>
|
|
<string name="snooze_delay_dialog_title">设定延迟提醒的重复时间</string>
|
|
<string name="preferences_default_snooze_delay_title">默认延迟提醒时长</string>
|
|
<string name="preferences_default_snooze_delay_dialog">默认延迟提醒时长</string>
|
|
<string name="events_delete">删除事件</string>
|
|
<string name="action_select_all">全选</string>
|
|
<string name="action_select_none">取消全选</string>
|
|
<string name="action_delete">完成</string>
|
|
<string name="all_events">所有事件</string>
|
|
<string name="no_events">没有可用的事件</string>
|
|
<string name="evt_del_dlg_title">删除事件?</string>
|
|
<string name="evt_del_dlg_msg_selected">将删除选中的事件</string>
|
|
<string name="evt_del_dlg_msg_all">所有事件都将被删除</string>
|
|
<string name="no_events_selected">没有事件被选中</string>
|
|
<plurals name="events_selected">
|
|
<item quantity="other">已选择 %1$d</item>
|
|
</plurals>
|
|
<string name="default_start_title">默认视图</string>
|
|
<string name="default_start_last">以前使用的视图</string>
|
|
<string name="buttons_list_0">日</string>
|
|
<string name="buttons_list_1">周</string>
|
|
<string name="buttons_list_2">月</string>
|
|
<string name="buttons_list_3">日程</string>
|
|
<string name="buttons_list_4">年</string>
|
|
<string name="cal_share_intent_title">将事件发送到:</string>
|
|
<string name="cal_export_event_sdcard_title">导出到 SD 卡</string>
|
|
<string name="cal_export_succ_msg">成功导出事件:%1s</string>
|
|
<string name="cal_import_menu_title">导入事件</string>
|
|
<string name="cal_nothing_to_import">没有可供导入的事件</string>
|
|
<string name="cal_import_error_msg">导入到日历失败</string>
|
|
<string name="cal_pick_ics">选择要导入的文件</string>
|
|
<string name="week_of_year"><xliff:g id="number">%1$d</xliff:g> 周的 <xliff:g id="year">%2$s</xliff:g> 周</string>
|
|
</resources>
|