blob: 62a6488f43ab560de5ab987baa5c73bca7fbde66 [file] [log] [blame]
Baligh Uddind3acb702013-08-26 09:43:09 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2013 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16
17<resources xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19 <string name="app_label" msgid="2783841764617238354">"文件"</string>
Baligh Uddin0d6cfd62014-05-20 09:02:00 -070020 <string name="title_open" msgid="4353228937663917801">"開啟檔案"</string>
Baligh Uddind3acb702013-08-26 09:43:09 -070021 <string name="title_save" msgid="2433679664882857999">"儲存至"</string>
22 <string name="menu_create_dir" msgid="5947289605844398389">"建立資料夾"</string>
23 <string name="menu_grid" msgid="6878021334497835259">"格狀檢視"</string>
24 <string name="menu_list" msgid="7279285939892417279">"清單檢視"</string>
25 <string name="menu_sort" msgid="7677740407158414452">"排序依據"</string>
26 <string name="menu_search" msgid="3816712084502856974">"搜尋"</string>
27 <string name="menu_settings" msgid="6008033148948428823">"設定"</string>
28 <string name="menu_open" msgid="432922957274920903">"開啟"</string>
29 <string name="menu_save" msgid="2394743337684426338">"儲存"</string>
30 <string name="menu_share" msgid="3075149983979628146">"共用"</string>
31 <string name="menu_delete" msgid="8138799623850614177">"刪除"</string>
Baligh Uddin0d6cfd62014-05-20 09:02:00 -070032 <string name="menu_select" msgid="8711270657353563424">"選取「<xliff:g id="DIRECTORY">^1</xliff:g>」"</string>
Geoff Mendal13875be2015-04-03 22:35:22 -070033 <string name="menu_select_all" msgid="4320518282375109902">"全選"</string>
Geoff Mendal3ebbdd02015-04-08 05:35:59 -070034 <string name="menu_copy" msgid="3612326052677229148">"複製到…"</string>
Baligh Uddin75f35062014-08-18 12:15:13 -070035 <string name="menu_advanced_show" product="nosdcard" msgid="4693652895715631401">"顯示內部儲存空間"</string>
36 <string name="menu_advanced_show" product="default" msgid="5792182900084144261">"顯示 SD 卡"</string>
37 <string name="menu_advanced_hide" product="nosdcard" msgid="4218809952721972589">"隱藏內部儲存空間"</string>
38 <string name="menu_advanced_hide" product="default" msgid="4845869969015718848">"隱藏 SD 卡"</string>
39 <string name="menu_file_size_show" msgid="3240323619260823076">"顯示檔案大小"</string>
40 <string name="menu_file_size_hide" msgid="8881975928502581042">"隱藏檔案大小"</string>
Geoff Mendalb47a7fe2015-04-15 05:16:32 -070041 <!-- no translation found for button_copy (8706475544635021302) -->
42 <skip />
Baligh Uddind3acb702013-08-26 09:43:09 -070043 <string name="mode_selected_count" msgid="459111894725594625">"已選取 <xliff:g id="COUNT">%1$d</xliff:g> 個項目"</string>
44 <string name="sort_name" msgid="9183560467917256779">"依名稱"</string>
45 <string name="sort_date" msgid="586080032956151448">"依修改日期"</string>
46 <string name="sort_size" msgid="3350681319735474741">"依大小"</string>
47 <string name="drawer_open" msgid="4545466532430226949">"顯示根目錄"</string>
48 <string name="drawer_close" msgid="7602734368552123318">"隱藏根目錄"</string>
49 <string name="save_error" msgid="6167009778003223664">"無法儲存文件"</string>
Baligh Uddin872c1982013-09-30 10:21:51 -070050 <string name="create_error" msgid="3735649141335444215">"無法建立資料夾"</string>
Baligh Uddind2354f62013-10-04 12:26:43 -070051 <string name="query_error" msgid="1222448261663503501">"無法查詢文件"</string>
Baligh Uddin1f1515a2014-09-08 15:43:44 -070052 <string name="root_recent" msgid="4470053704320518133">"最近"</string>
Baligh Uddind3acb702013-08-26 09:43:09 -070053 <string name="root_available_bytes" msgid="8568452858617033281">"可用空間:<xliff:g id="SIZE">%1$s</xliff:g>"</string>
Baligh Uddin4089fb52013-09-16 09:45:22 -070054 <string name="root_type_service" msgid="2178854894416775409">"儲存空間服務"</string>
Baligh Uddind3acb702013-08-26 09:43:09 -070055 <string name="root_type_shortcut" msgid="3318760609471618093">"捷徑"</string>
56 <string name="root_type_device" msgid="7121342474653483538">"裝置"</string>
57 <string name="root_type_apps" msgid="8838065367985945189">"更多應用程式"</string>
Baligh Uddin0d6cfd62014-05-20 09:02:00 -070058 <string name="empty" msgid="7858882803708117596">"沒有任何項目"</string>
Baligh Uddind3acb702013-08-26 09:43:09 -070059 <string name="toast_no_application" msgid="1339885974067891667">"無法開啟檔案"</string>
60 <string name="toast_failed_delete" msgid="2180678019407244069">"無法刪除部分文件"</string>
Baligh Uddin52b30b32013-09-05 09:11:19 -070061 <string name="share_via" msgid="8966594246261344259">"分享方式:"</string>
Geoff Mendal3ebbdd02015-04-08 05:35:59 -070062 <string name="copy_notification_title" msgid="6374299806748219777">"複製檔案"</string>
63 <string name="copy_remaining" msgid="6283790937387975095">"剩餘 <xliff:g id="DURATION">%s</xliff:g>"</string>
64 <plurals name="copy_begin" formatted="false" msgid="9071199452634086365">
65 <item quantity="other">正在複製 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案。</item>
66 <item quantity="one">正在複製 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案。</item>
67 </plurals>
Geoff Mendalb47a7fe2015-04-15 05:16:32 -070068 <string name="copy_preparing" msgid="3896202461003039386">"正在準備複製…"</string>
69 <!-- no translation found for copy_error_notification_title (4911333304372840735) -->
70 <!-- no translation found for notification_touch_for_details (4483108577842961665) -->
71 <skip />
72 <!-- no translation found for retry (7564024179122207376) -->
73 <skip />
74 <!-- no translation found for copy_failure_alert_title (616726451967793549) -->
75 <skip />
76 <!-- no translation found for copy_failure_alert_content (2655232627616241542) -->
Geoff Mendalfff84a82015-04-10 23:01:52 -070077 <skip />
Baligh Uddind3acb702013-08-26 09:43:09 -070078</resources>