diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:51 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:51 -0800 |
commit | 31896793701b36714f040d4fe1b32426c68d5427 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /res/values-zh-rCN | |
parent | 38a75b2d89230a9c5b985bf2d5a142ad7ee910e7 (diff) | |
download | packages_apps_trebuchet-31896793701b36714f040d4fe1b32426c68d5427.zip packages_apps_trebuchet-31896793701b36714f040d4fe1b32426c68d5427.tar.gz packages_apps_trebuchet-31896793701b36714f040d4fe1b32426c68d5427.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'res/values-zh-rCN')
-rw-r--r-- | res/values-zh-rCN/strings.xml | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml deleted file mode 100644 index 8ea7b3f..0000000 --- a/res/values-zh-rCN/strings.xml +++ /dev/null @@ -1,59 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright (C) 2009 The Android Open Source 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:android="http://schemas.android.com/apk/res/android" - xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="application_name">"主页"</string> - <string name="folder_name">"文件夹"</string> - <string name="chooser_wallpaper">"选择壁纸"</string> - <string name="wallpaper_instructions">"设置壁纸"</string> - <string name="pick_wallpaper">"壁纸图库"</string> - <string name="activity_not_found">"您的手机上没有安装应用程序。"</string> - <string name="rename_folder_label">"文件夹名"</string> - <string name="rename_folder_title">"重命名文件夹"</string> - <string name="rename_action">"确定"</string> - <string name="cancel_action">"取消"</string> - <string name="menu_item_add_item">"添加到“主页”屏幕"</string> - <string name="group_applications">"应用程序"</string> - <string name="group_shortcuts">"快捷键"</string> - <string name="group_search">"搜索"</string> - <string name="group_folder">"文件夹"</string> - <string name="group_live_folders">"活动的文件夹"</string> - <string name="group_widgets">"小工具"</string> - <string name="group_gadgets">"小工具"</string> - <string name="group_wallpapers">"壁纸"</string> - <string name="add_folder">"文件夹"</string> - <string name="add_clock">"时钟"</string> - <string name="add_photo_frame">"相框"</string> - <string name="add_search">"搜索"</string> - <string name="out_of_space">"该“主页”屏幕上没有多余空间。"</string> - <string name="title_select_shortcut">"选择快捷键"</string> - <string name="title_select_live_folder">"选择活动文件夹"</string> - <string name="menu_add">"添加"</string> - <string name="menu_wallpaper">"壁纸"</string> - <string name="menu_search">"搜索"</string> - <string name="menu_notifications">"通知"</string> - <string name="menu_settings">"设置"</string> - <string name="permlab_install_shortcut">"安装快捷键"</string> - <string name="permdesc_install_shortcut">"允许应用程序在没有用户介入的情况下添加快捷键。"</string> - <string name="permlab_uninstall_shortcut">"卸载快捷键"</string> - <string name="permdesc_uninstall_shortcut">"允许应用程序在没有用户介入的情况下删除快捷键。"</string> - <string name="permlab_read_settings">"读取“主页”设置和快捷键"</string> - <string name="permdesc_read_settings">"允许应用程序读取“主页”中的设置和快捷键。"</string> - <string name="permlab_write_settings">"写入“主页”设置和快捷键"</string> - <string name="permdesc_write_settings">"允许应用程序更改“主页”中的设置和快捷键。"</string> - <string name="search_hint">"Google 搜索"</string> - <string name="gadget_error_text">"载入小工具时出现问题"</string> -</resources> |